Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-17 | Vim 8.1 release | Bram Moolenaar | |
Update version number and information. Fix a couple of tests. | |||
2018-05-10 | patch 8.0.1813: Windows installer doesn't install terminal debugger | Bram Moolenaar | |
Problem: Windows installer doesn't install terminal debugger. Solution: Add the package to the list of files to install. | |||
2018-02-04 | patch 8.0.1472: MS-Windows: nsis installer is a bit slow | Bram Moolenaar | |
Problem: MS-Windows: nsis installer is a bit slow. Solution: Use ReserveFile for vimrc.ini. (closes #2522) | |||
2017-11-11 | patch 8.0.1285: occasional crash when using a channel | Bram Moolenaar | |
Problem: Occasional crash when using a channel. (Marek) Solution: Decrement reference count later. (closes #2315) | |||
2017-10-28 | patch 8.0.1232: MS-Windows users are confused about default mappings | Bram Moolenaar | |
Problem: MS-Windows users are confused about default mappings. Solution: Don't map keys in the console where they don't work. Add a choice in the installer to use MS-Windows key bindings or not. (Christian Brabandt, Ken Takata, closes #2093) | |||
2017-10-15 | patch 8.0.1197: MS-Windows build instructions are not up to date | Bram Moolenaar | |
Problem: MS-Windows build instructions are not up to date. Solution: Adjust the instructions. Fix the nsis script. | |||
2017-10-14 | patch 8.0.1191: MS-Windows: missing 32 and 64 bit files in installer | Bram Moolenaar | |
Problem: MS-Windows: missing 32 and 64 bit files in installer. Solution: Include both 32 and 64 bit GvimExt and related dll files. Remove old Windows code from the installer. (Ken Takata, closes #2144) | |||
2017-09-17 | patch 8.0.1121: can uncheck executables in MS-Windows installer | Bram Moolenaar | |
Problem: Can uncheck executables in MS-Windows installer. Solution: Make the choice read-only. (Ken Takata, closes #2106) | |||
2017-09-06 | patch 8.0.1065: not all macro examples are included | Bram Moolenaar | |
Problem: Not all macro examples are included in the self-installing executable. (lkintact) Solution: Add the directories to the NSIS script. (closes #2065) | |||
2017-08-19 | patch 8.0.0961: the script to build the installer does not include winpty | Bram Moolenaar | |
Problem: The script to build the installer does not include winpty. Solution: Add winpty32.dll and winpty-agent.exe like diff.exe | |||
2017-06-24 | patch 8.0.0668: nsis installer script does not work | Bram Moolenaar | |
Problem: Nsis installer script does not work. (Christian Brabandt) Solution: Fix the syntax of /SD. | |||
2017-06-22 | patch 8.0.0660: silent install on MS-Windows shows dialog | Bram Moolenaar | |
Problem: Silent install on MS-Windows does show a dialog. Solution: Add /SD to the default choice. (allburov, closes #1772) | |||
2017-03-04 | patch 8.0.0410: newer gettext/iconv library has extra dll file | Bram Moolenaar | |
Problem: Newer gettext/iconv library has extra dll file. Solution: Add the file to the Makefile and nsis script. (Christian Brabandt) | |||
2016-09-12 | Vim 8.0 release | Bram Moolenaar | |
2016-08-28 | patch 7.4.2286 | Bram Moolenaar | |
Problem: The tee program isn't included. Makefile contains build instructions that don't work. Solution: Update the Filelist and build instructions. Remove build instructions for DOS and old Windows. Add the tee program. | |||
2016-04-26 | patch 7.4.1788 | Bram Moolenaar | |
Problem: NSIS script is missing packages. Solution: Add the missing directories. (Ken Takata) | |||
2016-01-16 | patch 7.4.1106 | Bram Moolenaar | |
Problem: The nsis script can't be used from the appveyor build. Solution: Add "ifndef" to allow for variables to be set from the command line. Remove duplicate SetCompressor command. Support using other gettext binaries. (Ken Takata) Update build instructions to use libintl-8.dll. | |||
2016-01-02 | patch 7.4.1025 | Bram Moolenaar | |
Problem: Version in installer needs to be updated manually. Solution: Generate a file with the version number. (Guopeng Wen) | |||
2014-11-05 | updated for version 7.4.504 | Bram Moolenaar | |
Problem: Restriction of the MS-Windows installer that the path must end in "Vim" prevents installing more than one version. Solution: Remove the restriction. (Tim Lebedkov) | |||
2013-08-10 | release version 7.4 | Bram Moolenaar | |
2013-07-28 | Update files for the 7.4b BETA release. | Bram Moolenaar | |
2013-07-06 | Vim 7.4a BETA release. | Bram Moolenaar | |
2013-07-05 | updated for version 7.3.1310 | Bram Moolenaar | |
Problem: Typos in nsis script. Can use better compression. Solution: Fix typos. Use lzma compression. (Ken Takata) | |||
2013-07-04 | updated for version 7.3.1307 | Bram Moolenaar | |
Problem: MS-Windows build instructions are outdated. Solution: Adjust for building on Windows 7. Drop Windows 95/98/ME support. | |||
2010-08-15 | Last changes for the 7.3 release! | Bram Moolenaar | |
2010-08-14 | Version 7.3f -> 7.3g | Bram Moolenaar | |
2010-08-09 | Version 7.3e -> 7.3f. | Bram Moolenaar | |
2010-08-04 | 7.3d -> 7.3e. | Bram Moolenaar | |
2010-08-01 | Update version.h for 7.3c -> 7.3d. | Bram Moolenaar | |
2010-08-01 | Version 7.3c -> 7.3d | Bram Moolenaar | |
2010-07-31 | Fix that uninstaller isn't found on 64-bit Windows. | Bram Moolenaar | |
2010-07-30 | Runtime file updates. | Bram Moolenaar | |
2010-07-25 | 7.3b -> 7.3c | Bram Moolenaar | |
2010-07-18 | Vim 7.3a -> 7.3b. | Bram Moolenaar | |
2010-05-24 | Improve the MS-Windows installer. | Bram Moolenaar | |
2010-05-15 | First step in the Vim 7.3 branch. Changed version numbers. | Bram Moolenaar | |
2008-08-09 | updated for version 7.2-000 | Bram Moolenaar | |
2008-08-06 | updated for version 7.2c-000 | Bram Moolenaar | |
2008-07-13 | updated for version 7.2b-000 | Bram Moolenaar | |
2008-06-24 | updated for version 7.2a | Bram Moolenaar | |
2007-05-12 | updated for version 7.1 | Bram Moolenaar | |
2007-05-10 | updated for version 7.1b | Bram Moolenaar | |
2007-05-06 | updated for version 7.1a | Bram Moolenaar | |
2006-05-13 | updated for version 7.0-005 | Bram Moolenaar | |
2006-05-07 | updated for version 7.0 | Bram Moolenaar | |
2006-04-30 | updated for version 7.0g | Bram Moolenaar | |
2006-04-24 | updated for version 7.0f | Bram Moolenaar | |
2006-04-16 | updated for version 7.0e | Bram Moolenaar | |
2006-04-12 | updated for version 7.0d02 | Bram Moolenaar | |
2006-04-10 | updated for version 7.0d | Bram Moolenaar | |