summaryrefslogtreecommitdiffstats
path: root/src/INSTALLpc.txt
AgeCommit message (Collapse)Author
2023-09-17doc(INSTALLpc): mention additional packages for msys2Christian Brabandt
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-01-13patch 9.0.1190: AppVeyor runs much slower with MSVC 2022v9.0.1190Christopher Plewright
Problem: AppVeyor runs much slower with MSVC 2022. Solution: Go back to MSVC 2015. (Christopher Plewright, closes #11810)
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
Problem: Various typos. Solution: Correct typos. (closes #11432)
2022-10-16patch 9.0.0775: MS-Windows: mouse scrolling not supported in the consolev9.0.0775Christopher Plewright
Problem: MS-Windows: mouse scrolling not supported in the console. Solution: Add event handling for mouse scroll events. (Christopher Plewright, closes #11374)
2022-09-27Update runtime filesBram Moolenaar
2022-09-21patch 9.0.0528: MS-Windows: no batch files for more recent MSVC versionsv9.0.0528K.Takata
Problem: MS-Windows: no batch files for more recent MSVC versions. Solution: Add batch files for 2017, 2019 and 2022. (Ken Takata, closes #11184)
2022-09-20patch 9.0.0524: build instructions for MS-Windows are outdatedv9.0.0524Bram Moolenaar
Problem: Build instructions for MS-Windows are outdated. Solution: Remove instructions for old MSVC versions.
2022-09-18patch 9.0.0496: no good reason to keep supporting Windows-XPv9.0.0496K.Takata
Problem: No good reason to keep supporting Windows-XP. Solution: Drop Windows-XP support. (Ken Takata, closes #11089)
2022-08-24Update runtime filesBram Moolenaar
2022-08-19Update runtime filesBram Moolenaar
2022-06-15patch 8.2.5101: MS-Windows with MinGW: $CC may be "cc" instead of "gcc"v8.2.5101Yegappan Lakshmanan
Problem: MS-Windows with MinGW: $CC may be "cc" instead of "gcc". Solution: Set $CC if it is not matching "clang". (Yegappan Lakshmanan, closes #10578)
2022-06-14patch 8.2.5087: cannot build with clang on MS-Windowsv8.2.5087Yegappan Lakshmanan
Problem: Cannot build with clang on MS-Windows. Solution: Add support for building with clang. (Yegappan Lakshmanan, closes #10557)
2022-03-07patch 8.2.4524: MS-Windows: cannot build with some sodium librariesv8.2.4524K.Takata
Problem: MS-Windows: cannot build with some sodium libraries. Solution: Make the DLL name configuragle. Add build instructions. (Ken Takata, closes #9905)
2022-01-25patch 8.2.4213: too much code for supporting old MSVC versionsv8.2.4213K.Takata
Problem: Too much code for supporting old MSVC versions. Solution: Remove MSVC 2003 support. (Ken Takata, closes #9623)
2021-06-20patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt
Problem: Available encryption methods are not strong enough. Solution: Add initial support for xchaha20. (Christian Brabandt, closes #8394)
2021-06-13Update runtime filesBram Moolenaar
2020-11-29Update runtime filesBram Moolenaar
2020-11-14patch 8.2.1987: MS-Windows: Win32.mak is no longer neededv8.2.1987Bram Moolenaar
Problem: MS-Windows: Win32.mak is no longer needed. Solution: Do not include Win32.mak. (Jason McHugh, closes #7290)
2020-01-21Update runtime files.Bram Moolenaar
2020-01-14Update runtime files.Bram Moolenaar
2019-11-19patch 8.1.2323: Old MSVC version no longer tested.v8.1.2323Bram Moolenaar
Problem: Old MSVC version no longer tested. Solution: Drop support for MSCV 2008 and older. (Ken Takata, closes #5248)
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-05-09patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar
Problem: Borland support is outdated and doesn't work. Solution: Remove Borland support, there are other (free) compilers available. (Thomas Dziedzic, Ken Takata, closes #4364)
2019-05-07patch 8.1.1293: MSVC files are no longer usefulv8.1.1293Bram Moolenaar
Problem: MSVC files are no longer useful for debugging. Newer Visual Studio versions cannot read them. Solution: Delete the files. (Ken Takata, closes #4357)
2019-04-04patch 8.1.1119: no support for Windows on ARM64.v8.1.1119Bram Moolenaar
Problem: No support for Windows on ARM64. Solution: Add ARM64 support (Leendert van Doorn)
2019-01-09patch 8.1.0712: MS-Windows build instructions are a bit outdatedv8.1.0712Bram Moolenaar
Problem: MS-Windows build instructions are a bit outdated. Solution: Update the instructions. (Ken Takata)
2018-09-18patch 8.1.0408: MSVC: cannot use the "x64" native compiler optionv8.1.0408Bram Moolenaar
Problem: MSVC: cannot use the "x64" native compiler option. Solution: Ignore case for %Platform%. Improve documentation. (Ken Takata)
2018-06-30patch 8.1.0128: building with MinGW does not work out-of-the-boxv8.1.0128Bram Moolenaar
Problem: Building with MinGW does not work out-of-the-box. Solution: Add instructions for MSYS2. Set default WINVER. Add batch files to set $PATH for MSYS2.
2017-12-14patch 8.0.1390: DirectX scrolling can be slow, vertical positioning is offv8.0.1390Bram Moolenaar
Problem: DirectX scrolling can be slow, vertical positioning is off. Solution: Make scroll slightly faster when using "scrlines:1". Fix y position of displayed text. Fix DirectX with non-utf8 encoding. (Ken Takata, closes #2440)
2017-12-10patch 8.0.1385: Python 3.5 is getting oldv8.0.1385Bram Moolenaar
Problem: Python 3.5 is getting old. Solution: Make Python 3.6 the default. (Ken Takata, closes #2429)
2017-11-05patch 8.0.1268: PC install instructions are incompletev8.0.1268Bram Moolenaar
Problem: PC install instructions are incomplete. Solution: Update the instructions. (Ken Takata)
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-10-07patch 8.0.1178: using old compiler on MS-Windowsv8.0.1178Bram Moolenaar
Problem: Using old compiler on MS-Windows. Solution: Switch default build on MS-Windows to use MSVC 2015. (Ken Takata)
2017-08-01Updated runtime filesBram Moolenaar
2017-07-24patch 8.0.0769: build problems with terminal on MS-Windowsv8.0.0769Bram Moolenaar
Problem: Build problems with terminal on MS-Windows using MSVC. Solution: Remove stdbool.h dependency. Only use ScreenLinesUC when it was allocated. Fix typos. (Ken Takata)
2017-07-23patch 8.0.0756: cannot build libvterm with MSVCv8.0.0756Bram Moolenaar
Problem: Cannot build libvterm with MSVC. Solution: Add an MSVC Makefile to libvterm. (Yasuhiro Matsumoto, closes #1865)
2017-07-22patch 8.0.0742: terminal feature does not work on MS-Windowsv8.0.0742Bram Moolenaar
Problem: Terminal feature does not work on MS-Windows. Solution: Use libvterm and libwinpty on MS-Windows. (Yasuhiro Matsumoto)
2016-09-21patch 8.0.0007v8.0.0007Bram Moolenaar
Problem: Vim 7.4 is still mentioned in a few places. Solution: Update to Vim 8. (Uncle Bill, closes #1094)
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-07-31patch 7.4.2135v7.4.2135Bram Moolenaar
Problem: Various tiny issues. Solution: Update comments, white space, etc.
2016-04-21patch 7.4.1766v7.4.1766Bram Moolenaar
Problem: Building instructions for MS-Windows are outdated. Solution: Mention setting SDK_INCLUDE_DIR. (Ben Franklin, closes #771) Move outdated instructions further down.
2016-02-26patch 7.4.1425v7.4.1425Bram Moolenaar
Problem: There are still references to MS-DOS support. Solution: Remove most of the help txt and install instructions. (Ken Takata)
2016-01-16patch 7.4.1104v7.4.1104Bram Moolenaar
Problem: Various problems building with MzScheme/Racket. Solution: Make it work with new versions of Racket. (Yukihiro Nakadaira, Ken Takata)
2016-01-10patch 7.4.1077v7.4.1077Bram Moolenaar
Problem: The build instructions for MS-Windows are incomplete. Solution: Add explanations for how to build with various interfaces. (Ken Takata)
2016-01-02patch 7.4.1031v7.4.1031Bram Moolenaar
Problem: Can't build with Python interface using MingW. Solution: Update the Makefile. (Yasuhiro Matsumoto)
2014-11-05updated for version 7.4.496v7.4.496Bram Moolenaar
Problem: Many lines are both in Make_cyg.mak and Make_ming.mak Solution: Move the common parts to one file. (Ken Takata)
2014-08-22updated for version 7.4.412v7.4.412Bram Moolenaar
Problem: Can't build on Windows XP with MSVC. Solution: Add SUBSYSTEM_VER to the Makefile. (Yongwei Wu)
2012-10-03Update runtime files.Bram Moolenaar
2012-02-29updated for version 7.3.460v7.3.460Bram Moolenaar
Problem: Win32: UPX does not compress 64 bit binaries. Solution: Mention and add the alternative: mpress. (Dave Bodenstab)
2011-07-18Updated runtime files.Bram Moolenaar
Add missing test82 files.