Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.1.1213: "make clean" in top dir does not cleanup indent test outputv8.1.1213 | Bram Moolenaar | 2019-04-27 | 1 | -1/+6 |
| | | | | | | Problem: "make clean" in top dir does not cleanup indent test output. Solution: Clean the indent test output. Do not rely on the vim executable for that. (closes #4307) | ||||
* | patch 8.1.0713: images for NSIS take up too much spacev8.1.0713 | Bram Moolenaar | 2019-01-10 | 1 | -4/+6 |
| | | | | | Problem: Images for NSIS take up too much space. Solution: Put the images in a zip file. | ||||
* | patch 8.1.0605: running make in the top directory echoes a commentv8.1.0605 | Bram Moolenaar | 2018-12-16 | 1 | -1/+1 |
| | | | | | Problem: Running make in the top directory echoes a comment. Solution: Prefix with @. (closes #3698) | ||||
* | patch 8.1.0598: indent tests may use the wrong Vim binaryv8.1.0598 | Bram Moolenaar | 2018-12-15 | 1 | -3/+11 |
| | | | | | Problem: Indent tests may use the wrong Vim binary. Solution: Pass in the just built Vim binary. | ||||
* | patch 8.1.0597: cannot run test_libvterm from the top directoryv8.1.0597 | Bram Moolenaar | 2018-12-15 | 1 | -1/+5 |
| | | | | | Problem: Cannot run test_libvterm from the top directory. Solution: Add test target in toplevel Makefile. | ||||
* | Vim 8.1 releasev8.1.0000 | Bram Moolenaar | 2018-05-17 | 1 | -2/+2 |
| | | | | Update version number and information. Fix a couple of tests. | ||||
* | patch 8.0.1197: MS-Windows build instructions are not up to datev8.0.1197 | Bram Moolenaar | 2017-10-15 | 1 | -2/+4 |
| | | | | | Problem: MS-Windows build instructions are not up to date. Solution: Adjust the instructions. Fix the nsis script. | ||||
* | patch 8.0.1191: MS-Windows: missing 32 and 64 bit files in installerv8.0.1191 | Bram Moolenaar | 2017-10-14 | 1 | -6/+17 |
| | | | | | | 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) | ||||
* | patch 8.0.1183: MS-Windows build instructions are outdatedv8.0.1183 | Bram Moolenaar | 2017-10-08 | 1 | -15/+9 |
| | | | | | Problem: MS-Windows build instructions are outdated. Solution: Update instructions for MSVC 2015. Update the build script. | ||||
* | patch 8.0.0410: newer gettext/iconv library has extra dll filev8.0.0410 | Bram Moolenaar | 2017-03-04 | 1 | -1/+3 |
| | | | | | Problem: Newer gettext/iconv library has extra dll file. Solution: Add the file to the Makefile and nsis script. (Christian Brabandt) | ||||
* | Vim 8.0 releasev8.0.0000 | Bram Moolenaar | 2016-09-12 | 1 | -7/+9 |
| | |||||
* | patch 7.4.2365v7.4.2365 | Bram Moolenaar | 2016-09-12 | 1 | -1/+1 |
| | | | | | Problem: Needless line break. Confusing directory name. Solution: Remove line break. Prepend "../" to "tools". | ||||
* | patch 7.4.2340v7.4.2340 | Bram Moolenaar | 2016-09-06 | 1 | -1/+1 |
| | | | | | | Problem: MS-Windows: Building with Ruby uses old version. Solution: Update to 2.2.X. Use clearer name for the API version. (Ken Takata) | ||||
* | patch 7.4.2288v7.4.2288 | Bram Moolenaar | 2016-08-28 | 1 | -8/+10 |
| | | | | | Problem: MS-Windows build instructions are clumsy. "dosbin" doesn't build. Solution: Add rename.bat. Fix building "dosbin". | ||||
* | patch 7.4.2286v7.4.2286 | Bram Moolenaar | 2016-08-28 | 1 | -84/+11 |
| | | | | | | | 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. | ||||
* | patch 7.4.2053v7.4.2053 | Bram Moolenaar | 2016-07-16 | 1 | -1/+1 |
| | | | | | Problem: Can't run scripttests in the top directory. Solution: Add targets to the top Makefile. | ||||
* | patch 7.4.1601v7.4.1601 | Bram Moolenaar | 2016-03-19 | 1 | -22/+18 |
| | | | | | Problem: README files take a lot of space in the top directory. Solution: Move most of them to "READMEdir". | ||||
* | patch 7.4.1106v7.4.1106 | Bram Moolenaar | 2016-01-16 | 1 | -1/+5 |
| | | | | | | | | 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. | ||||
* | patch 7.4.1025v7.4.1025 | Bram Moolenaar | 2016-01-02 | 1 | -1/+12 |
| | | | | | Problem: Version in installer needs to be updated manually. Solution: Generate a file with the version number. (Guopeng Wen) | ||||
* | patch 7.4.1023v7.4.1023 | Bram Moolenaar | 2016-01-02 | 1 | -61/+48 |
| | | | | | | Problem: The distribution files for MS-Windows use CR-LF, which is inconsistent with what one gets from github. Solution: Use LF in the distribution files. | ||||
* | patch 7.4.996v7.4.996 | Bram Moolenaar | 2015-12-29 | 1 | -1/+14 |
| | | | | | | Problem: New GDK files and testdir/Make_all.mak missing from distribution. PC build instructions are outdated. Solution: Add the file to the list. Update PC build instructions. | ||||
* | release version 7.4v7.4 | Bram Moolenaar | 2013-08-10 | 1 | -7/+11 |
| | |||||
* | Update files for the 7.4b BETA release.v7.4b.000 | Bram Moolenaar | 2013-07-28 | 1 | -2/+2 |
| | |||||
* | Vim 7.4a BETA release.v7.4a | Bram Moolenaar | 2013-07-06 | 1 | -3/+6 |
| | |||||
* | updated for version 7.3.1307v7.3.1307 | Bram Moolenaar | 2013-07-04 | 1 | -38/+51 |
| | | | | | Problem: MS-Windows build instructions are outdated. Solution: Adjust for building on Windows 7. Drop Windows 95/98/ME support. | ||||
* | updated for version 7.3.122v7.3.122 | Bram Moolenaar | 2011-02-15 | 1 | -0/+6 |
| | | | | | | Problem: Having auto/config.mk in the repository causes problems. Solution: Remove auto/config.mk from the distribution. In the toplevel Makefile copy it from the "dist" file. | ||||
* | Last changes for the 7.3 release!v7.3 | Bram Moolenaar | 2010-08-15 | 1 | -1/+1 |
| | |||||
* | README and help file updates. | Bram Moolenaar | 2010-08-14 | 1 | -1/+2 |
| | |||||
* | Version 7.3f -> 7.3g | Bram Moolenaar | 2010-08-14 | 1 | -1/+1 |
| | |||||
* | Preparations for 7.3f release. | Bram Moolenaar | 2010-08-13 | 1 | -2/+3 |
| | |||||
* | Version 7.3e -> 7.3f. | Bram Moolenaar | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Update version number in gvim.exe manifest. (Michael Wookey) | Bram Moolenaar | 2010-08-06 | 1 | -1/+2 |
| | |||||
* | 7.3d -> 7.3e. | Bram Moolenaar | 2010-08-04 | 1 | -1/+1 |
| | |||||
* | Preparations for 7.3d release. | Bram Moolenaar | 2010-08-04 | 1 | -5/+4 |
| | |||||
* | Version 7.3c -> 7.3d | Bram Moolenaar | 2010-08-01 | 1 | -1/+1 |
| | |||||
* | 7.3b -> 7.3c | Bram Moolenaar | 2010-07-25 | 1 | -3/+3 |
| | |||||
* | Vim 7.3a -> 7.3b. | Bram Moolenaar | 2010-07-18 | 1 | -2/+5 |
| | |||||
* | Make automatic prototype generation work with more interfaces. | Bram Moolenaar | 2010-07-18 | 1 | -1/+2 |
| | |||||
* | Added support for Python 3. (Roland Puntaier) | Bram Moolenaar | 2010-07-17 | 1 | -2/+3 |
| | |||||
* | Added Lua interfae. (Luis Carvalho) | Bram Moolenaar | 2010-07-14 | 1 | -2/+2 |
| | |||||
* | Make the dos installer work with more compilers. | Bram Moolenaar | 2010-07-07 | 1 | -1/+2 |
| | |||||
* | Adjust MS-Windows installer so that it also works for 64 bit systems. (George | Bram Moolenaar | 2010-07-07 | 1 | -1/+1 |
| | | | | Reilly) | ||||
* | Improve the MS-Windows installer. | Bram Moolenaar | 2010-05-24 | 1 | -32/+38 |
| | |||||
* | Remove outdated line from top Makefile. | Bram Moolenaar | 2010-05-16 | 1 | -3/+0 |
| | |||||
* | Get rid of the "extra" and "lang" archives. | Bram Moolenaar | 2010-05-15 | 1 | -71/+36 |
| | |||||
* | First step in the Vim 7.3 branch. Changed version numbers. | Bram Moolenaar | 2010-05-15 | 1 | -4/+4 |
| | |||||
* | Minor text file updates. | Bram Moolenaar | 2010-01-06 | 1 | -10/+10 |
| | |||||
* | updated for version 7.2-000v7.2.000v7.2 | Bram Moolenaar | 2008-08-09 | 1 | -1/+1 |
| | |||||
* | updated for version 7.2c-000v7.2c.000 | Bram Moolenaar | 2008-08-06 | 1 | -1/+1 |
| | |||||
* | updated for version 7.2b-000v7.2b.000 | Bram Moolenaar | 2008-07-13 | 1 | -2/+2 |
| |