summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2024-03-28NSIS: Possibility to include translated license and README.txt files (#14311)Restorer
* NSIS: Possibility to include translated license and README.txt files * fixed a missing semicolon * Disable always show dialog choice language Signed-off-by: RestorerZ <restorer@mail2k.ru> Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-01-02patch 9.1.0000: Vim 9.1 releasev9.1.0000v9.1.0Christian Brabandt
Problem: Need a new release Solution: Release Vim 9.1 Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-09-24patch 9.0.1929: runtime tests fail with tiny vimv9.0.1929Dominique Pellé
Problem: runtime tests fail with tiny vim Solution: check for tiny vim, run runtime tests in CI even for tiny version closes: #13169 closes: #13170 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Dominique Pellé <dominique.pelle@tomtom.com>
2023-06-14patch 9.0.1630: "make clean" at the toplevel failsv9.0.1630Ben Jackson
Problem: "make clean" at the toplevel fails. Solution: Clean the indent and syntax directories in a sub-shell. (Ben Jackson, closes #12536, closes #12526)
2023-06-13patch 9.0.1628: syntax tests fail on FreeBSDv9.0.1628K.Takata
Problem: Syntax tests fail on FreeBSD. Solution: Pass the Vim executable path with VIMPROG. (Ken Takata, closes #12535) Adjust the paths.
2023-06-11patch 9.0.1627: no generic mechanism to test syntax pluginsv9.0.1627Bram Moolenaar
Problem: No generic mechanism to test syntax plugins. Solution: Add a syntax plugin test mechanism, using screendumps. Add a simple test for "c".
2022-10-08patch 9.0.0698: VisVim is outdated, does not work with current Visual Studiov9.0.0698Martin Tournoij
Problem: VisVim is outdated, does not work with current Visual Studio. Solution: Remove VisVim. (Martin Tournoij)
2022-07-02patch 9.0.0029: the bitmaps/vim.ico file is not in the distributionv9.0.0029Bram Moolenaar
Problem: The bitmaps/vim.ico file is not in the distribution. Solution: Add it back to the distribution. Adjust the build rules to have it end up in the right place.
2022-06-28release version 9.0v9.0.0000Bram Moolenaar
Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
2022-06-14patch 8.2.5090: MS-Windows: vim.def is no longer usedv8.2.5090K.Takata
Problem: MS-Windows: vim.def is no longer used. Solution: Delete vim.def. (Ken Takata, closes #10569)
2021-05-26patch 8.2.2889: typo and verbose comment in Makefilesv8.2.2889K.Takata
Problem: Typo and verbose comment in Makefiles. Solution: Fix typo. Use @#. (Ken Takata, closes #8252)
2021-05-24patch 8.2.2883: MS-Windows manifest file name is misleadingv8.2.2883matveyt
Problem: MS-Windows manifest file name is misleading. Solution: Rename the file. (closes #8241)
2020-08-13patch 8.2.1439: tiny and small builds have no test coveragev8.2.1439Bram Moolenaar
Problem: Tiny and small builds have no test coverage. Solution: Restore tests that do not depend on the +eval feature. (Ken Takata, closes #6696)
2020-01-26patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar
Problem: Various typos in source files and tests. Solution: Fix the typos. (Emir Sari, closes #5532)
2019-12-12Vim 8.2 releasev8.2.0000v8.2.0Bram Moolenaar
2019-12-07patch 8.1.2408: syntax menu and build instructions outdatedv8.1.2408Bram Moolenaar
Problem: Syntax menu and build instructions outdated. Solution: Update build instructions and syntax menu.
2019-09-27patch 8.1.2082: some files have a weird name to fit in 8.3 charactersv8.1.2082Bram Moolenaar
Problem: Some files have a weird name to fit in 8.3 characters. Solution: Use a nicer names.
2019-04-27patch 8.1.1213: "make clean" in top dir does not cleanup indent test outputv8.1.1213Bram Moolenaar
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)
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