summaryrefslogtreecommitdiff
path: root/src/vim.rc
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.2423: MS-Windows properties shows version as "8, 1, 0"v8.1.2423Bram Moolenaar2019-12-111-2/+2
| | | | | Problem: MS-Windows properties shows version as "8, 1, 0". Solution: Use "8.1.0". (Ken Takata, closes #5342)
* patch 8.1.2414: MS-Windows: properties dialog box shows wrong characterv8.1.2414Bram Moolenaar2019-12-091-0/+3
| | | | | Problem: MS-Windows: properties dialog box shows wrong character. Solution: Explicitly specify encoding. (Ken Takata, closes #5338)
* patch 8.1.2138: including the build number in the Win32 binary is confusingv8.1.2138Bram Moolenaar2019-10-121-4/+4
| | | | | Problem: Including the build number in the Win32 binary is confusing. Solution: Only use the patchlevel.
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-091-5/+1
| | | | | | Problem: Borland support is outdated and doesn't work. Solution: Remove Borland support, there are other (free) compilers available. (Thomas Dziedzic, Ken Takata, closes #4364)
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-3/+17
| | | | | | Problem: A lot of code is shared between vim.exe and gvim.exe. Solution: Optionally put the shared code in vim.dll. (Ken Takata, closes #4287)
* patch 8.1.0949: MS-windows defines GUI macros different than other systemsv8.1.0949Bram Moolenaar2019-02-181-2/+2
| | | | | Problem: MS-windows defines GUI macros different than other systems. Solution: Swap FEAT_GUI and FEAT_GUI_MSWIN. (Hirohito Higashi, closes #3996)
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-2/+2
| | | | | | | Problem: Macros for MS-Windows are inconsistent, using "32", "3264 and others. Solution: Use MSWIN for all MS-Windows builds. Use FEAT_GUI_MSWIN for the GUI build. (Hirohito Higashi, closes #3932)
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
| | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
* updated for version 7.4a.003v7.4a.003Bram Moolenaar2013-07-091-1/+1
| | | | | Problem: Copyright year is oudated. Solution: Only use the first year.
* updated for version 7.3.1211v7.3.1211Bram Moolenaar2013-06-161-3/+3
| | | | | | Problem: MS-Windows: When 'encoding' differs from the current codepage ":hardcopy" does not work properly. Solution: Use TextOutW() and SetDlgItemTextW(). (Ken Takata)
* updated for version 7.2aBram Moolenaar2008-06-241-2/+2
|
* updated for version 7.0216v7.0216Bram Moolenaar2006-03-061-4/+4
|
* updated for version 7.0036Bram Moolenaar2005-01-091-1/+1
|
* updated for version 7.0023v7.0023Bram Moolenaar2004-12-191-15/+3
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+135