summaryrefslogtreecommitdiffstats
path: root/src/gui_xmebw.c
AgeCommit message (Collapse)Author
2023-01-22patch 9.0.1234: the code style has to be checked manuallyv9.0.1234Bram Moolenaar
Problem: The code style has to be checked manually. Solution: Add basic code style checks in a test. Fix or avoid uncovered problems.
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
Problem: Various spelling mistakes in comments. Solution: Fix the mistakes. (Dominique Pellé, closes #9416)
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
Problem: Computing array length is done in various ways. Solution: Use ARRAY_LENGTH everywhere. (Ken Takata, closes #8305)
2021-01-04patch 8.2.2294: VMS: a few remaining problemsv8.2.2294Bram Moolenaar
Problem: VMS: a few remaining problems. Solution: Add VMS specific changes. Add Lua support. (Zoltan Arpadffy)
2019-12-02patch 8.1.2383: using old C style commentsv8.1.2383Bram Moolenaar
Problem: Using old C style comments. Solution: Use // comments where appropriate.
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)
2018-11-16patch 8.1.0528: various typos in commentsv8.1.0528Bram Moolenaar
Problem: Various typos in comments. Solution: Fix the typos.
2016-08-29patch 7.4.2293v7.4.2293Bram Moolenaar
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
2013-05-06updated for version 7.3.925v7.3.925Bram Moolenaar
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
2012-06-29updated for version 7.3.572v7.3.572Bram Moolenaar
Problem: Duplicate statement in if and else. (Dominique Pelle) Solution: Remove the condition and add a TODO.
2010-07-14Support completion for ":find". (Nazri Ramliy)Bram Moolenaar
Cleanup white space.
2009-05-21updated for version 7.2-184v7.2.184Bram Moolenaar
2008-11-28updated for version 7.2-055v7.2.055Bram Moolenaar
2007-11-08updated for version 7.1-153v7.1.153Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2006-10-24updated for version 7.0-152v7.0.152Bram Moolenaar
2006-05-13updated for version 7.0-017v7.0.017Bram Moolenaar
2006-05-13updated for version 7.0-014v7.0.014Bram Moolenaar
2006-04-30updated for version 7.0gv7.0gBram Moolenaar
2006-04-05updated for version 7.0c10v7.0c10Bram Moolenaar
2005-02-07updated for version 7.0049Bram Moolenaar
2005-02-05updated for version 7.0048Bram Moolenaar
2005-01-31updated for version 7.0046Bram Moolenaar
2005-01-25updated for version 7.0044Bram Moolenaar
2005-01-02updated for version 7.0028Bram Moolenaar