Bram Moolenaar
1a928c2099
patch 8.2.0129: MS-Windows installer doesn't use Turkish translations
...
Problem: MS-Windows installer doesn't use Turkish translations.
Solution: Enable the Turkish translations and fix a few. (Emir Sarı,
closes #5493 )
2020-01-18 16:10:40 +01:00
Bram Moolenaar
8024f93636
Update runtime files.
2020-01-14 19:29:13 +01:00
Bram Moolenaar
98056533b9
Vim 8.2 release
2019-12-12 14:18:35 +01:00
Bram Moolenaar
5ef1c6a483
Update runtime files
2019-11-10 22:09:11 +01:00
Bram Moolenaar
2e693a88b2
Update runtime files.
2019-10-16 22:35:02 +02:00
Bram Moolenaar
38f1eeac3d
patch 8.1.2086: missing a few changes for the renamed files
...
Problem: Missing a few changes for the renamed files.
Solution: Rename in a few more places. (Ken Takata)
2019-09-27 14:19:09 +02:00
Bram Moolenaar
30e8e73506
patch 8.1.2082: some files have a weird name to fit in 8.3 characters
...
Problem: Some files have a weird name to fit in 8.3 characters.
Solution: Use a nicer names.
2019-09-27 13:08:36 +02:00
Bram Moolenaar
8fe1000e9c
Update runtime files
2019-09-11 22:56:44 +02:00
Bram Moolenaar
12ee7ff00b
Update runtime files
2019-06-10 22:47:40 +02:00
Bram Moolenaar
9d591525a5
patch 8.1.1404: cannot change the patch level when building with NSIS
...
Problem: Cannot change the patch level when building with NSIS.
Solution: Use $PATCHLEVEL if defined. (Christian Brabandt)
2019-05-26 20:49:42 +02:00
Bram Moolenaar
dabfde04fe
patch 8.1.1339: installer needs to product name et al.
...
Problem: Installer needs to product name et al.
Solution: Add a few lines to the NSIS installer script. (Christian Brabandt)
2019-05-17 12:37:27 +02:00
Bram Moolenaar
afde13b62b
patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe
...
Problem: A lot of code is shared between vim.exe and gvim.exe.
Solution: Optionally put the shared code in vim.dll. (Ken Takata,
closes #4287 )
2019-04-28 19:46:49 +02:00
Bram Moolenaar
a8d22e3a40
patch 8.1.1159: MS-Windows: with a silent (un)install $VIM/_vimrc is removed
...
Problem: MS-Windows: with a silent (un)install $VIM/_vimrc is removed.
Solution: Don't delete _vimrc in silent mode. (Ken Takata, closes #4242 )
2019-04-12 21:29:33 +02:00
Bram Moolenaar
6a95c889bf
patch 8.1.1057: nsis config is too complicated
...
Problem: Nsis config is too complicated.
Solution: Use "File /r" for the macros and pack directories. (Ken Takata,
closes #4169 )
2019-03-26 23:02:46 +01:00
Bram Moolenaar
66ae3d199f
patch 8.1.0955: matchit autoload directory not in installer
...
Problem: Matchit autoload directory not in installer. (Chris Morgan)
Solution: Adjust the NSIS script. (Christian Brabandt, closes #4006 )
2019-02-19 21:40:28 +01:00
Bram Moolenaar
4c92e75dd4
Update runtime files.
2019-02-17 21:18:32 +01:00
Bram Moolenaar
d09091d495
Update runtime files.
2019-01-17 16:07:22 +01:00
Bram Moolenaar
24877cf22c
patch 8.1.0713: images for NSIS take up too much space
...
Problem: Images for NSIS take up too much space.
Solution: Put the images in a zip file.
2019-01-10 21:51:48 +01:00
Bram Moolenaar
4604fbbbff
patch 8.1.0637: nsis file no longer used
...
Problem: Nsis file no longer used.
Solution: Remove the file. (Ken Takata)
2018-12-25 23:37:02 +01:00
Bram Moolenaar
1916673a16
patch 8.1.0617: NSIS installer gets two files from the wrong directory
...
Problem: NSIS installer gets two files from the wrong directory.
Solution: Change ${VIMRT} to "..\".
2018-12-21 17:59:33 +01:00
Bram Moolenaar
af610b8e66
patch 8.1.0616: NSIS installer is outdated
...
Problem: NSIS installer is outdated.
Solution: Use modern syntax, MUI2 and make it work better. Add translations.
(Ken Takata, closes #3501 )
2018-12-21 16:22:50 +01:00
Bram Moolenaar
d2ec51f399
patch 8.1.0558: some MS-Windows instructions are outdated
...
Problem: Some MS-Windows instructions are outdated.
Solution: Update the uninstall instructions and the NSIS README. (Ken
Takata, closes #3614 ) Also update remark about diff.exe.
2018-12-02 13:58:00 +01:00
Bram Moolenaar
fd35811ca5
Update runtime files, add Danish translations.
2018-07-07 23:21:31 +02:00
Bram Moolenaar
b1c9198afb
Vim 8.1 release
...
Update version number and information. Fix a couple of tests.
2018-05-17 17:04:55 +02:00
Bram Moolenaar
38623c8512
patch 8.0.1813: Windows installer doesn't install terminal debugger
...
Problem: Windows installer doesn't install terminal debugger.
Solution: Add the package to the list of files to install.
2018-05-10 21:24:35 +02:00
Bram Moolenaar
5d4247402b
patch 8.0.1472: MS-Windows: nsis installer is a bit slow
...
Problem: MS-Windows: nsis installer is a bit slow.
Solution: Use ReserveFile for vimrc.ini. (closes #2522 )
2018-02-04 19:11:30 +01:00
Bram Moolenaar
d09a206ee9
patch 8.0.1285: occasional crash when using a channel
...
Problem: Occasional crash when using a channel. (Marek)
Solution: Decrement reference count later. (closes #2315 )
2017-11-11 15:37:45 +01:00
Bram Moolenaar
c3fdf7f80b
patch 8.0.1232: MS-Windows users are confused about default mappings
...
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-28 18:36:48 +02:00
Bram Moolenaar
81b07b527e
patch 8.0.1197: MS-Windows build instructions are not up to date
...
Problem: MS-Windows build instructions are not up to date.
Solution: Adjust the instructions. Fix the nsis script.
2017-10-15 21:43:21 +02:00
Bram Moolenaar
6199d43f4b
patch 8.0.1191: MS-Windows: missing 32 and 64 bit files in installer
...
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-14 19:05:44 +02:00
Bram Moolenaar
49150a41f8
patch 8.0.1121: can uncheck executables in MS-Windows installer
...
Problem: Can uncheck executables in MS-Windows installer.
Solution: Make the choice read-only. (Ken Takata, closes #2106 )
2017-09-17 21:00:03 +02:00
Bram Moolenaar
c35e4cb4fe
patch 8.0.1065: not all macro examples are included
...
Problem: Not all macro examples are included in the self-installing
executable. (lkintact)
Solution: Add the directories to the NSIS script. (closes #2065 )
2017-09-06 21:43:10 +02:00
Bram Moolenaar
98ebd2bbec
patch 8.0.0961: the script to build the installer does not include winpty
...
Problem: The script to build the installer does not include winpty.
Solution: Add winpty32.dll and winpty-agent.exe like diff.exe
2017-08-19 13:29:19 +02:00
Bram Moolenaar
a1bd86e0f2
patch 8.0.0668: nsis installer script does not work
...
Problem: Nsis installer script does not work. (Christian Brabandt)
Solution: Fix the syntax of /SD.
2017-06-24 15:11:01 +02:00
Bram Moolenaar
a1fed064d1
patch 8.0.0660: silent install on MS-Windows shows dialog
...
Problem: Silent install on MS-Windows does show a dialog.
Solution: Add /SD to the default choice. (allburov, closes #1772 )
2017-06-22 22:05:02 +02:00
Bram Moolenaar
a54d2fc0d3
patch 8.0.0410: newer gettext/iconv library has extra dll file
...
Problem: Newer gettext/iconv library has extra dll file.
Solution: Add the file to the Makefile and nsis script. (Christian Brabandt)
2017-03-04 20:09:34 +01:00
Bram Moolenaar
bb76f24af2
Vim 8.0 release
2016-09-12 14:24:39 +02:00
Bram Moolenaar
fec246d2c5
patch 7.4.2286
...
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-08-28 18:47:14 +02:00
Bram Moolenaar
c7baa43fdb
patch 7.4.1788
...
Problem: NSIS script is missing packages.
Solution: Add the missing directories. (Ken Takata)
2016-04-26 17:34:44 +02:00
Bram Moolenaar
286eacd3f6
patch 7.4.1106
...
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-16 18:05:50 +01:00
Bram Moolenaar
6c7b44472f
patch 7.4.1025
...
Problem: Version in installer needs to be updated manually.
Solution: Generate a file with the version number. (Guopeng Wen)
2016-01-02 15:44:32 +01:00
Bram Moolenaar
0434482e5a
updated for version 7.4.504
...
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)
2014-11-05 18:18:17 +01:00
Bram Moolenaar
3b1db36689
release version 7.4
2013-08-10 15:00:24 +02:00
Bram Moolenaar
1a42b4befb
Update files for the 7.4b BETA release.
2013-07-28 18:29:08 +02:00
Bram Moolenaar
913df81e74
Vim 7.4a BETA release.
2013-07-06 15:44:11 +02:00
Bram Moolenaar
266411aa8a
updated for version 7.3.1310
...
Problem: Typos in nsis script. Can use better compression.
Solution: Fix typos. Use lzma compression. (Ken Takata)
2013-07-05 20:01:32 +02:00
Bram Moolenaar
ba46075731
updated for version 7.3.1307
...
Problem: MS-Windows build instructions are outdated.
Solution: Adjust for building on Windows 7. Drop Windows 95/98/ME support.
2013-07-04 22:35:01 +02:00
Bram Moolenaar
7f03644116
Last changes for the 7.3 release!
2010-08-15 15:24:20 +02:00
Bram Moolenaar
4421d6af22
Version 7.3f -> 7.3g
2010-08-14 13:33:56 +02:00
Bram Moolenaar
82d1c33a8a
Version 7.3e -> 7.3f.
2010-08-09 20:16:32 +02:00