summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* patch 9.0.0698: VisVim is outdated, does not work with current Visual Studiov9.0.0698Martin Tournoij2022-10-081-4/+0
| | | | | Problem: VisVim is outdated, does not work with current Visual Studio. Solution: Remove VisVim. (Martin Tournoij)
* patch 9.0.0029: the bitmaps/vim.ico file is not in the distributionv9.0.0029Bram Moolenaar2022-07-021-3/+1
| | | | | | 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.
* release version 9.0v9.0.0000Bram Moolenaar2022-06-281-5/+5
| | | | | Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
* patch 8.2.5090: MS-Windows: vim.def is no longer usedv8.2.5090K.Takata2022-06-141-3/+2
| | | | | Problem: MS-Windows: vim.def is no longer used. Solution: Delete vim.def. (Ken Takata, closes #10569)
* patch 8.2.2889: typo and verbose comment in Makefilesv8.2.2889K.Takata2021-05-261-1/+1
| | | | | Problem: Typo and verbose comment in Makefiles. Solution: Fix typo. Use @#. (Ken Takata, closes #8252)
* patch 8.2.2883: MS-Windows manifest file name is misleadingv8.2.2883matveyt2021-05-241-2/+2
| | | | | Problem: MS-Windows manifest file name is misleading. Solution: Rename the file. (closes #8241)
* patch 8.2.1439: tiny and small builds have no test coveragev8.2.1439Bram Moolenaar2020-08-131-1/+1
| | | | | | Problem: Tiny and small builds have no test coverage. Solution: Restore tests that do not depend on the +eval feature. (Ken Takata, closes #6696)
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-1/+1
| | | | | Problem: Various typos in source files and tests. Solution: Fix the typos. (Emir Sari, closes #5532)
* Vim 8.2 releasev8.2.0000v8.2.0Bram Moolenaar2019-12-121-4/+4
|
* patch 8.1.2408: syntax menu and build instructions outdatedv8.1.2408Bram Moolenaar2019-12-071-6/+3
| | | | | Problem: Syntax menu and build instructions outdated. Solution: Update build instructions and syntax menu.
* patch 8.1.2082: some files have a weird name to fit in 8.3 charactersv8.1.2082Bram Moolenaar2019-09-271-7/+7
| | | | | Problem: Some files have a weird name to fit in 8.3 characters. Solution: Use a nicer names.
* patch 8.1.1213: "make clean" in top dir does not cleanup indent test outputv8.1.1213Bram Moolenaar2019-04-271-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.0713Bram Moolenaar2019-01-101-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.0605Bram Moolenaar2018-12-161-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.0598Bram Moolenaar2018-12-151-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.0597Bram Moolenaar2018-12-151-1/+5
| | | | | Problem: Cannot run test_libvterm from the top directory. Solution: Add test target in toplevel Makefile.
* Vim 8.1 releasev8.1.0000Bram Moolenaar2018-05-171-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.1197Bram Moolenaar2017-10-151-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.1191Bram Moolenaar2017-10-141-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.1183Bram Moolenaar2017-10-081-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.0410Bram Moolenaar2017-03-041-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.0000Bram Moolenaar2016-09-121-7/+9
|
* patch 7.4.2365v7.4.2365Bram Moolenaar2016-09-121-1/+1
| | | | | Problem: Needless line break. Confusing directory name. Solution: Remove line break. Prepend "../" to "tools".
* patch 7.4.2340v7.4.2340Bram Moolenaar2016-09-061-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.2288Bram Moolenaar2016-08-281-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.2286Bram Moolenaar2016-08-281-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.2053Bram Moolenaar2016-07-161-1/+1
| | | | | Problem: Can't run scripttests in the top directory. Solution: Add targets to the top Makefile.
* patch 7.4.1601v7.4.1601Bram Moolenaar2016-03-191-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.1106Bram Moolenaar2016-01-161-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.1025Bram Moolenaar2016-01-021-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.1023Bram Moolenaar2016-01-021-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.996Bram Moolenaar2015-12-291-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.4Bram Moolenaar2013-08-101-7/+11
|
* Update files for the 7.4b BETA release.v7.4b.000Bram Moolenaar2013-07-281-2/+2
|
* Vim 7.4a BETA release.v7.4aBram Moolenaar2013-07-061-3/+6
|
* updated for version 7.3.1307v7.3.1307Bram Moolenaar2013-07-041-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.122Bram Moolenaar2011-02-151-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.3Bram Moolenaar2010-08-151-1/+1
|
* README and help file updates.Bram Moolenaar2010-08-141-1/+2
|
* Version 7.3f -> 7.3gBram Moolenaar2010-08-141-1/+1
|
* Preparations for 7.3f release.Bram Moolenaar2010-08-131-2/+3
|
* Version 7.3e -> 7.3f.Bram Moolenaar2010-08-091-1/+1
|
* Update version number in gvim.exe manifest. (Michael Wookey)Bram Moolenaar2010-08-061-1/+2
|
* 7.3d -> 7.3e.Bram Moolenaar2010-08-041-1/+1
|
* Preparations for 7.3d release.Bram Moolenaar2010-08-041-5/+4
|
* Version 7.3c -> 7.3dBram Moolenaar2010-08-011-1/+1
|
* 7.3b -> 7.3cBram Moolenaar2010-07-251-3/+3
|
* Vim 7.3a -> 7.3b.Bram Moolenaar2010-07-181-2/+5
|
* Make automatic prototype generation work with more interfaces.Bram Moolenaar2010-07-181-1/+2
|
* Added support for Python 3. (Roland Puntaier)Bram Moolenaar2010-07-171-2/+3
|