summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2019-01-10patch 8.1.0713: images for NSIS take up too much spacev8.1.0713Bram Moolenaar
Problem: Images for NSIS take up too much space. Solution: Put the images in a zip file.
2018-12-16patch 8.1.0605: running make in the top directory echoes a commentv8.1.0605Bram Moolenaar
Problem: Running make in the top directory echoes a comment. Solution: Prefix with @. (closes #3698)
2018-12-15patch 8.1.0598: indent tests may use the wrong Vim binaryv8.1.0598Bram Moolenaar
Problem: Indent tests may use the wrong Vim binary. Solution: Pass in the just built Vim binary.
2018-12-15patch 8.1.0597: cannot run test_libvterm from the top directoryv8.1.0597Bram Moolenaar
Problem: Cannot run test_libvterm from the top directory. Solution: Add test target in toplevel Makefile.
2018-05-17Vim 8.1 releasev8.1.0000Bram Moolenaar
Update version number and information. Fix a couple of tests.
2017-10-15patch 8.0.1197: MS-Windows build instructions are not up to datev8.0.1197Bram Moolenaar
Problem: MS-Windows build instructions are not up to date. Solution: Adjust the instructions. Fix the nsis script.
2017-10-14patch 8.0.1191: MS-Windows: missing 32 and 64 bit files in installerv8.0.1191Bram 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-10-08patch 8.0.1183: MS-Windows build instructions are outdatedv8.0.1183Bram Moolenaar
Problem: MS-Windows build instructions are outdated. Solution: Update instructions for MSVC 2015. Update the build script.
2017-03-04patch 8.0.0410: newer gettext/iconv library has extra dll filev8.0.0410Bram Moolenaar
Problem: Newer gettext/iconv library has extra dll file. Solution: Add the file to the Makefile and nsis script. (Christian Brabandt)
2016-09-12Vim 8.0 releasev8.0.0000Bram Moolenaar
2016-09-12patch 7.4.2365v7.4.2365Bram Moolenaar
Problem: Needless line break. Confusing directory name. Solution: Remove line break. Prepend "../" to "tools".
2016-09-06patch 7.4.2340v7.4.2340Bram Moolenaar
Problem: MS-Windows: Building with Ruby uses old version. Solution: Update to 2.2.X. Use clearer name for the API version. (Ken Takata)
2016-08-28patch 7.4.2288v7.4.2288Bram Moolenaar
Problem: MS-Windows build instructions are clumsy. "dosbin" doesn't build. Solution: Add rename.bat. Fix building "dosbin".
2016-08-28patch 7.4.2286v7.4.2286Bram 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-07-16patch 7.4.2053v7.4.2053Bram Moolenaar
Problem: Can't run scripttests in the top directory. Solution: Add targets to the top Makefile.
2016-03-19patch 7.4.1601v7.4.1601Bram Moolenaar
Problem: README files take a lot of space in the top directory. Solution: Move most of them to "READMEdir".
2016-01-16patch 7.4.1106v7.4.1106Bram 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-02patch 7.4.1025v7.4.1025Bram Moolenaar
Problem: Version in installer needs to be updated manually. Solution: Generate a file with the version number. (Guopeng Wen)
2016-01-02patch 7.4.1023v7.4.1023Bram Moolenaar
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.
2015-12-29patch 7.4.996v7.4.996Bram Moolenaar
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.
2013-08-10release version 7.4v7.4Bram Moolenaar
2013-07-28Update files for the 7.4b BETA release.v7.4b.000Bram Moolenaar
2013-07-06Vim 7.4a BETA release.v7.4aBram Moolenaar
2013-07-04updated for version 7.3.1307v7.3.1307Bram Moolenaar
Problem: MS-Windows build instructions are outdated. Solution: Adjust for building on Windows 7. Drop Windows 95/98/ME support.
2011-02-15updated for version 7.3.122v7.3.122Bram Moolenaar
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.
2010-08-15Last changes for the 7.3 release!v7.3Bram Moolenaar
2010-08-14README and help file updates.Bram Moolenaar
2010-08-14Version 7.3f -> 7.3gBram Moolenaar
2010-08-13Preparations for 7.3f release.Bram Moolenaar
2010-08-09Version 7.3e -> 7.3f.Bram Moolenaar
2010-08-06Update version number in gvim.exe manifest. (Michael Wookey)Bram Moolenaar
2010-08-047.3d -> 7.3e.Bram Moolenaar
2010-08-04Preparations for 7.3d release.Bram Moolenaar
2010-08-01Version 7.3c -> 7.3dBram Moolenaar
2010-07-257.3b -> 7.3cBram Moolenaar
2010-07-18Vim 7.3a -> 7.3b.Bram Moolenaar
2010-07-18Make automatic prototype generation work with more interfaces.Bram Moolenaar
2010-07-17Added support for Python 3. (Roland Puntaier)Bram Moolenaar
2010-07-14Added Lua interfae. (Luis Carvalho)Bram Moolenaar
2010-07-07Make the dos installer work with more compilers.Bram Moolenaar
2010-07-07Adjust MS-Windows installer so that it also works for 64 bit systems. (GeorgeBram Moolenaar
Reilly)
2010-05-24Improve the MS-Windows installer.Bram Moolenaar
2010-05-16Remove outdated line from top Makefile.Bram Moolenaar
2010-05-15Get rid of the "extra" and "lang" archives.Bram Moolenaar
2010-05-15First step in the Vim 7.3 branch. Changed version numbers.Bram Moolenaar
2010-01-06Minor text file updates.Bram Moolenaar
2008-08-09updated for version 7.2-000v7.2.000v7.2Bram Moolenaar
2008-08-06updated for version 7.2c-000v7.2c.000Bram Moolenaar
2008-07-13updated for version 7.2b-000v7.2b.000Bram Moolenaar
2008-06-25updated for version 7.2a-00v7.2a.00Bram Moolenaar