Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-04 | patch 8.0.0411: menu translations don't match when case is changed. | Bram Moolenaar | |
Problem: We can't change the case in menu entries, it breaks translations. Solution: Ignore case when looking up a menu translation. | |||
2016-08-29 | patch 7.4.2293 | Bram Moolenaar | |
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino) | |||
2016-07-16 | patch 7.4.2048 | Bram Moolenaar | |
Problem: There is still code and help for unsupported systems. Solution: Remove the code and text. (Hirohito Higashi) | |||
2016-06-10 | patch 7.4.1915 | Bram Moolenaar | |
Problem: The effect of the PopupMenu autocommand isn't directly visible. Solution: Call gui_update_menus() before displaying the popup menu. (Shane Harper, closs #855) | |||
2016-02-20 | patch 7.4.1375 | Bram Moolenaar | |
Problem: Still some Win16 code. Solution: Remove FEAT_GUI_W16.(Hirohito Higashi) | |||
2016-01-30 | patch 7.4.1210 | Bram Moolenaar | |
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) | |||
2016-01-29 | patch 7.4.1198 | Bram Moolenaar | |
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) Also remove use of HAVE_STDARG_H. | |||
2014-03-23 | updated for version 7.4.212 | Bram Moolenaar | |
Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL. | |||
2011-04-11 | updated for version 7.3.160 | Bram Moolenaar | |
Problem: Unsafe string copying. Solution: Use vim_strncpy() instead of strcpy(). Use vim_strcat() instead of strcat(). | |||
2011-01-04 | updated for version 7.3.095 | Bram Moolenaar | |
Problem: Win32: In Chinese tear-off menu doesn't work. (Weasley) Solution: Use menu_name_equal(). (Alex Jakushev) | |||
2010-07-14 | Support completion for ":find". (Nazri Ramliy) | Bram Moolenaar | |
Cleanup white space. | |||
2010-06-06 | Fix a few compiler warnings. Fix crash with encrypted undo file. | Bram Moolenaar | |
2010-05-24 | Improve the MS-Windows installer. | Bram Moolenaar | |
2010-05-16 | Merge patch 7.2.434. | Bram Moolenaar | |
2010-05-14 | updated for version 7.2.432 | Bram Moolenaar | |
Problem: When menus are translated they can only be found by the translated name. That makes ":emenu" difficult to use. Solution: Store the untranslated name and use it for completion and :emenu. (Edward L. Fox / Liang Peng / Bezetek James) | |||
2010-05-14 | updated for version 7.2.431 | Bram Moolenaar | |
Problem: ":amenu" moves the cursor when in Insert mode. Solution: Use CTRL-\ CTRL-O instead of CTRL-O. (Christian Brabandt) | |||
2009-05-17 | updated for version 7.2-180 | Bram Moolenaar | |
2009-05-16 | updated for version 7.2-177 | Bram Moolenaar | |
2008-08-17 | updated for version 7.2-002 | Bram Moolenaar | |
2008-06-24 | updated for version 7.2a | Bram Moolenaar | |
2006-12-05 | updated for version 7.0-176 | Bram Moolenaar | |
2006-08-16 | updated for version 7.0-062 | Bram Moolenaar | |
2006-08-16 | updated for version 7.0-054 | Bram Moolenaar | |
2006-05-03 | updated for version 7.0g02 | Bram Moolenaar | |
2006-04-30 | updated for version 7.0g | Bram Moolenaar | |
2006-04-22 | updated for version 7.0e06 | Bram Moolenaar | |
2006-04-20 | updated for version 7.0e04 | Bram Moolenaar | |
2006-04-17 | updated for version 7.0e01 | Bram Moolenaar | |
2006-03-27 | updated for version 7.0c01 | Bram Moolenaar | |
2006-03-20 | updated for version 7.0230 | Bram Moolenaar | |
2006-03-01 | updated for version 7.0211 | Bram Moolenaar | |
2006-02-27 | updated for version 7.0208 | Bram Moolenaar | |
2005-12-06 | updated for version 7.0163 | Bram Moolenaar | |
2005-09-25 | updated for version 7.0150 | Bram Moolenaar | |
2005-07-21 | updated for version 7.0112 | Bram Moolenaar | |
2005-07-18 | updated for version 7.0109 | Bram Moolenaar | |
2005-02-07 | updated for version 7.0049 | Bram Moolenaar | |
2004-12-27 | updated for version 7.0025 | Bram Moolenaar | |
2004-12-19 | updated for version 7.0023 | Bram Moolenaar | |
2004-12-09 | updated for version 7.0021 | Bram Moolenaar | |
2004-10-07 | updated for version 7.0017 | Bram Moolenaar | |
2004-06-30 | updated for version 7.0003 | Bram Moolenaar | |
2004-06-13 | updated for version 7.0001 | Bram Moolenaar | |