summaryrefslogtreecommitdiffstats
path: root/src/Make_vms.mms
AgeCommit message (Collapse)Author
2019-05-25patch 8.1.1391: no popup window supportv8.1.1391Bram Moolenaar
Problem: No popup window support. Solution: Add initial code for popup windows. Add the 'wincolor' option.
2019-05-11patch 8.1.1324: stray comma in VMS makefilev8.1.1324Bram Moolenaar
Problem: Stray comma in VMS makefile. Solution: Remove the comma. (Naruhiko Nishino, closes #4368)
2019-05-11patch 8.1.1318: code for text changes is in a "misc" filev8.1.1318Bram Moolenaar
Problem: Code for text changes is in a "misc" file. Solution: Move the code to change.c.
2019-04-27patch 8.1.1210: support for user commands is spread outv8.1.1210Bram Moolenaar
Problem: Support for user commands is spread out. No good reason to make user commands optional. Solution: Move user command support to usercmd.c. Always enable the user_commands feature.
2019-04-21patch 8.1.1195: Vim script debugger functionality needs cleanupv8.1.1195Bram Moolenaar
Problem: Vim script debugger functionality needs cleanup. Solution: Move debugger code to a separate file. Add more tests. (Yegappan Lakshmanan, closes #4285)
2019-03-30patch 8.1.1076: file for Insert mode is much too bigv8.1.1076Bram Moolenaar
Problem: File for Insert mode is much too big. Solution: Split off the code for Insert completion. (Yegappan Lakshmanan, closes #4044)
2019-03-22patch 8.1.1040: FEAT_TAG_ANYWHITE is not enabled in any buildv8.1.1040Bram Moolenaar
Problem: FEAT_TAG_ANYWHITE is not enabled in any build. Solution: Remove the feature.
2019-03-22patch 8.1.1039: MS-Windows build failsv8.1.1039Bram Moolenaar
Problem: MS-Windows build fails. Solution: Remove dependency on arabic.h
2019-02-16patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar
Problem: Farsi support is outdated and unused. Solution: Delete the Farsi support.
2019-02-13patch 8.1.0914: code related to findfile() is spread outv8.1.0914Bram Moolenaar
Problem: Code related to findfile() is spread out. Solution: Put findfile() related code into a new source file. (Yegappan Lakshmanan, closes #3934)
2019-01-31patch 8.1.0857: indent functionality is not separatedv8.1.0857Bram Moolenaar
Problem: Ignore functionality is not separated. Solution: Move indent functionality into a new file. (Yegappan Lakshmanan, closes #3886)
2019-01-26patch 8.1.0825: code for autocommands is mixed with file I/O codev8.1.0825Bram Moolenaar
Problem: Code for autocommands is mixed with file I/O code. Solution: Move autocommand code to a separate file. (Yegappan Lakshmanan, closes #3863)
2019-01-18patch 8.1.0774: VMS build is missing the blob filev8.1.0774Bram Moolenaar
Problem: VMS build is missing the blob file. Solution: Add the blob file to the build rules. (Zoltan Arpadffy)
2019-01-17patch 8.1.0766: various problems when using Vim on VMSv8.1.0766Bram Moolenaar
Problem: Various problems when using Vim on VMS. Solution: Various fixes. Define long_long_T. (Zoltan Arpadffy)
2019-01-01patch 8.1.0673: functionality for signs is spread out over several filesv8.1.0673Bram Moolenaar
Problem: Functionality for signs is spread out over several files. Solution: Move most of the sign functionality into sign.c. (Yegappan Lakshmanan, closes #3751)
2017-11-18patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar
Problem: balloon_show() only works in terminal when compiled with the GUI. Solution: Add FEAT_BEVAL_GUI and refactor to move common code out of the GUI specific file.
2016-11-04patch 8.0.0059v8.0.0059Bram Moolenaar
Problem: Vim does not build on VMS systems. Solution: Various changes for VMS. (Zoltan Arpadffy)
2016-07-02patch 7.4.1985v7.4.1985Bram Moolenaar
Problem: Missing changes in VMS build file. Solution: Use the right file name.
2016-02-27patch 7.4.1433v7.4.1433Bram Moolenaar
Problem: The Sniff interface is no longer useful, the tool has not been available for may years. Solution: Delete the Sniff interface and related code.
2016-01-23patch 7.4.1154v7.4.1154Bram Moolenaar
Problem: No support for JSON. Solution: Add jsonencode() and jsondecode(). Also add v:false, v:true, v:null and v:none.
2014-12-17updated for version 7.4.553v7.4.553Bram Moolenaar
Problem: Various small issues. Solution: Fix those issues.
2014-03-12updated for version 7.4.197v7.4.197Bram Moolenaar
Problem: Various problems on VMS. Solution: Fix several VMS problems. (Zoltan Arpadffy)
2013-05-06updated for version 7.3.925v7.3.925Bram Moolenaar
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
2010-07-30Improvements for VMS. (Zoltan Arpadffy)Bram Moolenaar
2010-07-28Changes for VMS. Mostly by Zoltan Arpadffy.Bram Moolenaar
2008-09-01updated for version 7.2-007v7.2.007Bram Moolenaar
2007-10-29updated for version 7.1-146v7.1.146Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2006-11-28updated for version 7.0-171v7.0.171Bram Moolenaar
2006-04-30updated for version 7.0gv7.0gBram Moolenaar
2006-04-11updated for version 7.0d01v7.0d01Bram Moolenaar
2006-04-05updated for version 7.0c10v7.0c10Bram Moolenaar
2006-03-24updated for version 7.0bv7.0bBram Moolenaar
2006-02-23updated for version 7.0205Bram Moolenaar
2005-07-23updated for version 7.0114v7.0114Bram Moolenaar
2005-07-12updated for version 7.0108Bram Moolenaar
2005-03-20updated for version 7.0062Bram Moolenaar
2005-01-19updated for version 7.0042Bram Moolenaar
2004-12-19updated for version 7.0023v7.0023Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar