summaryrefslogtreecommitdiff
path: root/nsis
Commit message (Collapse)AuthorAgeFilesLines
* patch 9.0.1146: MS-Windows: various special keys/modifiers are not mappablev9.0.1146Christopher Plewright2023-01-041-2/+2
| | | | | | Problem: MS-Windows: various special keys and modifiers are not mappable. Solution: Adjust the handling of keys with modifiers. (Christian Plewright, closes #11768)
* patch 9.0.0698: VisVim is outdated, does not work with current Visual Studiov9.0.0698Martin Tournoij2022-10-0813-102/+4
| | | | | Problem: VisVim is outdated, does not work with current Visual Studio. Solution: Remove VisVim. (Martin Tournoij)
* patch 9.0.0258: MS-Windows installer skips syntax/sharedv9.0.0258K.Takata2022-08-241-13/+3
| | | | | Problem: MS-Windows installer skips syntax/shared. Solution: Use "File /r" in the installer script. (Ken Takata, closes #10972)
* release version 9.0v9.0.0000Bram Moolenaar2022-06-281-2/+2
| | | | | Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
* patch 8.2.4893: distributed import files are not installedv8.2.4893Bram Moolenaar2022-05-061-0/+4
| | | | | Problem: Distributed import files are not installed. Solution: Add rules to Makefile and NSIS.
* patch 8.2.4545: MS-Windows: the installed icon is low resolutionv8.2.4545Christian Brabandt2022-03-111-0/+3
| | | | | | Problem: MS-Windows: the installed icon is low resolution. Solution: Use a better icon. Install vim.ico. (Christian Brabandt, closes #9931, closes #9930)
* patch 8.2.4370: MS-Windows: libsodium.dll not included with the installerv8.2.4370Christian Brabandt2022-02-131-0/+3
| | | | | | Problem: MS-Windows: libsodium.dll not included with the installer. Solution: Add the file to the installer if it exists. (Christian Brabandt, closes #9762)
* patch 8.2.3562: cannot add color namesv8.2.3562Drew Vogel2021-10-241-1/+2
| | | | | Problem: Cannot add color names. Solution: Add the v:colornames dictionary. (Drew Vogel, closes #8761)
* Update runtime filesBram Moolenaar2021-08-291-7/+7
|
* patch 8.2.3214: MS-Windows: passing /D does not set the install locationv8.2.3214Christian Brabandt2021-07-241-14/+11
| | | | | | Problem: MS-Windows: passing /D does not set the install location. Solution: Adjust how the installer uses $VIM. Update the documentation. (Christian Brabandt, closes #8605)
* Update runtime filesBram Moolenaar2021-06-271-1/+1
|
* Update runtime filesBram Moolenaar2021-05-021-1/+1
|
* patch 8.2.2823: MS-Windows: launching Vim from installer doesn't open READMEv8.2.2823Bram Moolenaar2021-05-021-1/+1
| | | | | Problem: MS-Windows: launching Vim from installer doesn't open README. Solution: Adjust the quotes.
* patch 8.2.2822: MS-Windows: unnessarily loading libraries when unregisteringv8.2.2822Bram Moolenaar2021-05-012-2/+10
| | | | | | Problem: MS-Windows: unnessarily loading libraries when unregistering OLE. Solution: Also skip loading libraries when invoked with "-unregister". Run Vim for README.txt with user privileges.
* patch 8.2.2551: MS-Windows: colors test file is not installedv8.2.2551Bram Moolenaar2021-02-261-0/+2
| | | | | Problem: MS-Windows: colors test file is not installed. Solution: Also copy runtime/colors/tools. (Ken Takata, closes #7902)
* patch 8.2.1721: MS-Windows installer doesn't workv8.2.1721Bram Moolenaar2020-09-211-1/+1
| | | | | Problem: MS-Windows installer doesn't work. Solution: Write "Russian" in ASCII. (closes #6995, see #).
* patch 8.2.1717v8.2.1717Bram Moolenaar2020-09-202-0/+288
| | | | | Problem: MS-Windows installer doesn't have Russian translations. Solution: Add Russian translations. (closes #6985)
* Update runtime files.Bram Moolenaar2020-09-191-3/+3
|
* patch 8.2.1214: MS-Windows: default _vimrc not correct in silent install modev8.2.1214Bram Moolenaar2020-07-141-25/+20
| | | | | Problem: MS-Windows: default _vimrc not correct in silent install mode. Solution: Add the LoadDefaultVimrc macro. (Ken Takata, closes #6451)
* patch 8.2.0247: misleading comment in NSIS installer scriptv8.2.0247Bram Moolenaar2020-02-121-1/+1
| | | | | Problem: Misleading comment in NSIS installer script. Solution: Negate the meaning of the comment. (Ken Takata, closes #5627)
* patch 8.2.0129: MS-Windows installer doesn't use Turkish translationsv8.2.0129Bram Moolenaar2020-01-182-5/+6
| | | | | | Problem: MS-Windows installer doesn't use Turkish translations. Solution: Enable the Turkish translations and fix a few. (Emir Sarı, closes #5493)
* Update runtime files.Bram Moolenaar2020-01-141-2/+2
|
* Vim 8.2 releasev8.2.0000v8.2.0Bram Moolenaar2019-12-121-1/+1
|
* Update runtime filesBram Moolenaar2019-11-101-0/+190
|
* Update runtime files.Bram Moolenaar2019-10-161-18/+18
|
* patch 8.1.2086: missing a few changes for the renamed filesv8.1.2086Bram Moolenaar2019-09-271-1/+1
| | | | | Problem: Missing a few changes for the renamed files. Solution: Rename in a few more places. (Ken Takata)
* patch 8.1.2082: some files have a weird name to fit in 8.3 charactersv8.1.2082Bram Moolenaar2019-09-271-3/+3
| | | | | Problem: Some files have a weird name to fit in 8.3 characters. Solution: Use a nicer names.
* Update runtime filesBram Moolenaar2019-09-111-0/+280
|
* Update runtime filesBram Moolenaar2019-06-101-28/+28
|
* patch 8.1.1404: cannot change the patch level when building with NSISv8.1.1404Bram Moolenaar2019-05-261-2/+7
| | | | | Problem: Cannot change the patch level when building with NSIS. Solution: Use $PATCHLEVEL if defined. (Christian Brabandt)
* patch 8.1.1339: installer needs to product name et al.v8.1.1339Bram Moolenaar2019-05-171-0/+10
| | | | | Problem: Installer needs to product name et al. Solution: Add a few lines to the NSIS installer script. (Christian Brabandt)
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-0/+3
| | | | | | 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)
* patch 8.1.1159: MS-Windows: with a silent (un)install $VIM/_vimrc is removedv8.1.1159Bram Moolenaar2019-04-121-1/+3
| | | | | Problem: MS-Windows: with a silent (un)install $VIM/_vimrc is removed. Solution: Don't delete _vimrc in silent mode. (Ken Takata, closes #4242)
* patch 8.1.1057: nsis config is too complicatedv8.1.1057Bram Moolenaar2019-03-261-36/+4
| | | | | | Problem: Nsis config is too complicated. Solution: Use "File /r" for the macros and pack directories. (Ken Takata, closes #4169)
* patch 8.1.0955: matchit autoload directory not in installerv8.1.0955Bram Moolenaar2019-02-191-0/+2
| | | | | Problem: Matchit autoload directory not in installer. (Chris Morgan) Solution: Adjust the NSIS script. (Christian Brabandt, closes #4006)
* Update runtime files.Bram Moolenaar2019-02-171-5/+5
|
* Update runtime files.Bram Moolenaar2019-01-178-67/+60
|
* patch 8.1.0713: images for NSIS take up too much spacev8.1.0713Bram Moolenaar2019-01-1012-533/+5
| | | | | Problem: Images for NSIS take up too much space. Solution: Put the images in a zip file.
* patch 8.1.0637: nsis file no longer usedv8.1.0637Bram Moolenaar2018-12-251-68/+0
| | | | | Problem: Nsis file no longer used. Solution: Remove the file. (Ken Takata)
* patch 8.1.0617: NSIS installer gets two files from the wrong directoryv8.1.0617Bram Moolenaar2018-12-211-2/+2
| | | | | Problem: NSIS installer gets two files from the wrong directory. Solution: Change ${VIMRT} to "..\".
* patch 8.1.0616: NSIS installer is outdatedv8.1.0616Bram Moolenaar2018-12-2115-303/+3514
| | | | | | Problem: NSIS installer is outdated. Solution: Use modern syntax, MUI2 and make it work better. Add translations. (Ken Takata, closes #3501)
* patch 8.1.0558: some MS-Windows instructions are outdatedv8.1.0558Bram Moolenaar2018-12-021-6/+8
| | | | | | 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.
* Update runtime files, add Danish translations.Bram Moolenaar2018-07-072-0/+0
|
* Vim 8.1 releasev8.1.0000Bram Moolenaar2018-05-171-1/+1
| | | | Update version number and information. Fix a couple of tests.
* patch 8.0.1813: Windows installer doesn't install terminal debuggerv8.0.1813Bram Moolenaar2018-05-101-0/+3
| | | | | Problem: Windows installer doesn't install terminal debugger. Solution: Add the package to the list of files to install.
* patch 8.0.1472: MS-Windows: nsis installer is a bit slowv8.0.1472Bram Moolenaar2018-02-041-6/+9
| | | | | Problem: MS-Windows: nsis installer is a bit slow. Solution: Use ReserveFile for vimrc.ini. (closes #2522)
* patch 8.0.1285: occasional crash when using a channelv8.0.1285Bram Moolenaar2017-11-111-0/+3
| | | | | Problem: Occasional crash when using a channel. (Marek) Solution: Decrement reference count later. (closes #2315)
* patch 8.0.1232: MS-Windows users are confused about default mappingsv8.0.1232Bram Moolenaar2017-10-282-1/+113
| | | | | | | 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)
* patch 8.0.1197: MS-Windows build instructions are not up to datev8.0.1197Bram Moolenaar2017-10-151-1/+1
| | | | | 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-142-19/+102
| | | | | | 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)