summaryrefslogtreecommitdiffstats
path: root/nsis
AgeCommit message (Collapse)Author
2021-06-27Update runtime filesBram Moolenaar
2021-05-02Update runtime filesBram Moolenaar
2021-05-02patch 8.2.2823: MS-Windows: launching Vim from installer doesn't open READMEv8.2.2823Bram Moolenaar
Problem: MS-Windows: launching Vim from installer doesn't open README. Solution: Adjust the quotes.
2021-05-01patch 8.2.2822: MS-Windows: unnessarily loading libraries when unregisteringv8.2.2822Bram Moolenaar
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.
2021-02-26patch 8.2.2551: MS-Windows: colors test file is not installedv8.2.2551Bram Moolenaar
Problem: MS-Windows: colors test file is not installed. Solution: Also copy runtime/colors/tools. (Ken Takata, closes #7902)
2020-09-21patch 8.2.1721: MS-Windows installer doesn't workv8.2.1721Bram Moolenaar
Problem: MS-Windows installer doesn't work. Solution: Write "Russian" in ASCII. (closes #6995, see #).
2020-09-20patch 8.2.1717v8.2.1717Bram Moolenaar
Problem: MS-Windows installer doesn't have Russian translations. Solution: Add Russian translations. (closes #6985)
2020-09-19Update runtime files.Bram Moolenaar
2020-07-14patch 8.2.1214: MS-Windows: default _vimrc not correct in silent install modev8.2.1214Bram Moolenaar
Problem: MS-Windows: default _vimrc not correct in silent install mode. Solution: Add the LoadDefaultVimrc macro. (Ken Takata, closes #6451)
2020-02-12patch 8.2.0247: misleading comment in NSIS installer scriptv8.2.0247Bram Moolenaar
Problem: Misleading comment in NSIS installer script. Solution: Negate the meaning of the comment. (Ken Takata, closes #5627)
2020-01-18patch 8.2.0129: MS-Windows installer doesn't use Turkish translationsv8.2.0129Bram Moolenaar
Problem: MS-Windows installer doesn't use Turkish translations. Solution: Enable the Turkish translations and fix a few. (Emir Sarı, closes #5493)
2020-01-14Update runtime files.Bram Moolenaar
2019-12-12Vim 8.2 releasev8.2.0000v8.2.0Bram Moolenaar
2019-11-10Update runtime filesBram Moolenaar
2019-10-16Update runtime files.Bram Moolenaar
2019-09-27patch 8.1.2086: missing a few changes for the renamed filesv8.1.2086Bram Moolenaar
Problem: Missing a few changes for the renamed files. Solution: Rename in a few more places. (Ken Takata)
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-09-11Update runtime filesBram Moolenaar
2019-06-10Update runtime filesBram Moolenaar
2019-05-26patch 8.1.1404: cannot change the patch level when building with NSISv8.1.1404Bram Moolenaar
Problem: Cannot change the patch level when building with NSIS. Solution: Use $PATCHLEVEL if defined. (Christian Brabandt)
2019-05-17patch 8.1.1339: installer needs to product name et al.v8.1.1339Bram Moolenaar
Problem: Installer needs to product name et al. Solution: Add a few lines to the NSIS installer script. (Christian Brabandt)
2019-04-28patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar
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-12patch 8.1.1159: MS-Windows: with a silent (un)install $VIM/_vimrc is removedv8.1.1159Bram Moolenaar
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-03-26patch 8.1.1057: nsis config is too complicatedv8.1.1057Bram Moolenaar
Problem: Nsis config is too complicated. Solution: Use "File /r" for the macros and pack directories. (Ken Takata, closes #4169)
2019-02-19patch 8.1.0955: matchit autoload directory not in installerv8.1.0955Bram Moolenaar
Problem: Matchit autoload directory not in installer. (Chris Morgan) Solution: Adjust the NSIS script. (Christian Brabandt, closes #4006)
2019-02-17Update runtime files.Bram Moolenaar
2019-01-17Update runtime files.Bram Moolenaar
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-25patch 8.1.0637: nsis file no longer usedv8.1.0637Bram Moolenaar
Problem: Nsis file no longer used. Solution: Remove the file. (Ken Takata)
2018-12-21patch 8.1.0617: NSIS installer gets two files from the wrong directoryv8.1.0617Bram Moolenaar
Problem: NSIS installer gets two files from the wrong directory. Solution: Change ${VIMRT} to "..\".
2018-12-21patch 8.1.0616: NSIS installer is outdatedv8.1.0616Bram Moolenaar
Problem: NSIS installer is outdated. Solution: Use modern syntax, MUI2 and make it work better. Add translations. (Ken Takata, closes #3501)
2018-12-02patch 8.1.0558: some MS-Windows instructions are outdatedv8.1.0558Bram Moolenaar
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-07-07Update runtime files, add Danish translations.Bram Moolenaar
2018-05-17Vim 8.1 releasev8.1.0000Bram Moolenaar
Update version number and information. Fix a couple of tests.
2018-05-10patch 8.0.1813: Windows installer doesn't install terminal debuggerv8.0.1813Bram Moolenaar
Problem: Windows installer doesn't install terminal debugger. Solution: Add the package to the list of files to install.
2018-02-04patch 8.0.1472: MS-Windows: nsis installer is a bit slowv8.0.1472Bram Moolenaar
Problem: MS-Windows: nsis installer is a bit slow. Solution: Use ReserveFile for vimrc.ini. (closes #2522)
2017-11-11patch 8.0.1285: occasional crash when using a channelv8.0.1285Bram Moolenaar
Problem: Occasional crash when using a channel. (Marek) Solution: Decrement reference count later. (closes #2315)
2017-10-28patch 8.0.1232: MS-Windows users are confused about default mappingsv8.0.1232Bram Moolenaar
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-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-09-17patch 8.0.1121: can uncheck executables in MS-Windows installerv8.0.1121Bram Moolenaar
Problem: Can uncheck executables in MS-Windows installer. Solution: Make the choice read-only. (Ken Takata, closes #2106)
2017-09-06patch 8.0.1065: not all macro examples are includedv8.0.1065Bram Moolenaar
Problem: Not all macro examples are included in the self-installing executable. (lkintact) Solution: Add the directories to the NSIS script. (closes #2065)
2017-08-19patch 8.0.0961: the script to build the installer does not include winptyv8.0.0961Bram Moolenaar
Problem: The script to build the installer does not include winpty. Solution: Add winpty32.dll and winpty-agent.exe like diff.exe
2017-06-24patch 8.0.0668: nsis installer script does not workv8.0.0668Bram Moolenaar
Problem: Nsis installer script does not work. (Christian Brabandt) Solution: Fix the syntax of /SD.
2017-06-22patch 8.0.0660: silent install on MS-Windows shows dialogv8.0.0660Bram Moolenaar
Problem: Silent install on MS-Windows does show a dialog. Solution: Add /SD to the default choice. (allburov, closes #1772)
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-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-04-26patch 7.4.1788v7.4.1788Bram Moolenaar
Problem: NSIS script is missing packages. Solution: Add the missing directories. (Ken Takata)
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.