summaryrefslogtreecommitdiffstats
path: root/src/gui_w16.c
AgeCommit message (Collapse)Author
2013-05-06updated for version 7.3.925v7.3.925Bram Moolenaar
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
2012-11-20updated for version 7.3.719v7.3.719Bram Moolenaar
Problem: Cannot run new version of cproto, it fails on missing include files. Solution: Add lots of #ifndef PROTO
2012-02-04updated for version 7.3.424v7.3.424Bram Moolenaar
Problem: Win16 version missing some functions. Solution: Add #defines for the functions.
2011-01-17updated for version 7.3.102v7.3.102Bram Moolenaar
Problem: When using ":make", typing the next command and then getting the "reload" prompt the next command is (partly) eaten by the reload prompt. Solution: Accept ':' as a special character at the reload prompt to accept the default choice and execute the command.
2010-07-18Added strwidth() and strchars() functions.Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2006-03-27updated for version 7.0c01Bram Moolenaar
2006-01-21updated for version 7.0184Bram Moolenaar
2005-07-08updated for version 7.0105Bram Moolenaar
2005-03-15updated for version 7.0060Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar