patch 8.2.3243: MS-Windows: "edit with multiple Vim" choice is less usefulProblem: MS-Windows: the "edit with multiple Vim" choice is not that useful.Solution: Change it to "Edit
patch 8.2.3243: MS-Windows: "edit with multiple Vim" choice is less usefulProblem: MS-Windows: the "edit with multiple Vim" choice is not that useful.Solution: Change it to "Edit with multiple tabs". (Michael Soyka, closes #8645)
show more ...
patch 8.2.2408: MinGW: "--preprocessor" flag no longer supportedProblem: MinGW: "--preprocessor" flag no longer supported.Solution: Remove the flag, use the defaults. (Christopher Wellons,
patch 8.2.2408: MinGW: "--preprocessor" flag no longer supportedProblem: MinGW: "--preprocessor" flag no longer supported.Solution: Remove the flag, use the defaults. (Christopher Wellons, closes #7741)
patch 8.2.2009: MS-Windows: setting $LANG in gvimext only causes problemsProblem: MS-Windows: setting $LANG in gvimext only causes problems.Solution: Do not set $LANG. (Ken Takata, closes #73
patch 8.2.2009: MS-Windows: setting $LANG in gvimext only causes problemsProblem: MS-Windows: setting $LANG in gvimext only causes problems.Solution: Do not set $LANG. (Ken Takata, closes #7325)
patch 8.2.0249: MS-Windows: various warningsProblem: MS-Windows: various warnings.Solution: Set the charset to utf-8. Add _WIN32_WINNT and _USING_V110_SDK71_. (Ken Takata, closes
patch 8.2.0249: MS-Windows: various warningsProblem: MS-Windows: various warnings.Solution: Set the charset to utf-8. Add _WIN32_WINNT and _USING_V110_SDK71_. (Ken Takata, closes #5625)
Vim 8.2 release
patch 8.1.2086: missing a few changes for the renamed filesProblem: Missing a few changes for the renamed files.Solution: Rename in a few more places. (Ken Takata)
patch 8.1.2025: MS-Windows: Including shlguid.h causes problems for msys2Problem: MS-Windows: Including shlguid.h causes problems for msys2.Solution: Do not include shlguid.h. (closes #4913)
patch 8.1.1306: Borland support is outdated and doesn't workProblem: Borland support is outdated and doesn't work.Solution: Remove Borland support, there are other (free) compilers
patch 8.1.1306: Borland support is outdated and doesn't workProblem: Borland support is outdated and doesn't work.Solution: Remove Borland support, there are other (free) compilers available. (Thomas Dziedzic, Ken Takata, closes #4364)
patch 8.1.1152: compiler warning with VS2019Problem: Compiler warning with VS2019.Solution: Specify different offset for "AMD64". (closes #4235)
patch 8.1.1119: no support for Windows on ARM64.Problem: No support for Windows on ARM64.Solution: Add ARM64 support (Leendert van Doorn)
patch 8.1.0941: macros for MS-Windows are inconsistentProblem: Macros for MS-Windows are inconsistent, using "32", "3264 and others.Solution: Use MSWIN for all MS-Windows builds.
patch 8.1.0941: macros for MS-Windows are inconsistentProblem: Macros for MS-Windows are inconsistent, using "32", "3264 and others.Solution: Use MSWIN for all MS-Windows builds. Use FEAT_GUI_MSWIN for the GUI build. (Hirohito Higashi, closes #3932)
patch 8.1.0601: a few compiler warningsProblem: A few compiler warnings.Solution: Add type casts. (Mike Williams)
patch 8.1.0589: compilation error in gvimext.cppProblem: Compilation error in gvimext.cpp.Solution: Return a value. Also fix using uninitialized variable.
patch 8.1.0587: GvimExt: realloc() failing is not handled properlyProblem: GvimExt: realloc() failing is not handled properly.Solution: Check for NULL return. (Jan-Jaap Korpershoek, closes #3
patch 8.1.0587: GvimExt: realloc() failing is not handled properlyProblem: GvimExt: realloc() failing is not handled properly.Solution: Check for NULL return. (Jan-Jaap Korpershoek, closes #3689)
patch 8.1.0492: "Edit with existing Vim" list can get longProblem: "Edit with existing Vim" list can get long.Solution: Move the list to a submenu. (Ken Takata, closes #3561)
Vim 8.1 releaseUpdate version number and information. Fix a couple of tests.
patch 8.0.1191: MS-Windows: missing 32 and 64 bit files in installerProblem: MS-Windows: missing 32 and 64 bit files in installer.Solution: Include both 32 and 64 bit GvimExt and related dll
patch 8.0.1191: MS-Windows: missing 32 and 64 bit files in installerProblem: 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.1178: using old compiler on MS-WindowsProblem: Using old compiler on MS-Windows.Solution: Switch default build on MS-Windows to use MSVC 2015. (Ken Takata)
patch 8.0.0881: win32.mak no longer included in Windows SDKProblem: win32.mak no longer included in Windows SDK.Solution: Do not include win32.mak. (Ken Takata)
patch 8.0.0638: cannot build with new MSVC versionProblem: Cannot build with new MSVC version VS2017.Solution: Change the compiler arguments. (Leonardo Manera, closes #1731, close
patch 8.0.0638: cannot build with new MSVC versionProblem: Cannot build with new MSVC version VS2017.Solution: Change the compiler arguments. (Leonardo Manera, closes #1731, closes #1747)
patch 8.0.0029Problem: Code for MS-Windows is complicated because of the exceptions for old systems.Solution: Drop support for MS-Windows older than Windows XP. (Ken Takata)
Vim 8.0 release
patch 7.4.1508Problem: Can't build GvimExt with MingW.Solution: Adjust the makefile. (Ben Fritz)
patch 7.4.1383Problem: GvimExt only loads the old libintl.dll.Solution: Also try loading libint-8.dll. (Ken Takata, closes #608)
patch 7.4.1240Problem: Visual studio tools are noisy.Solution: Suppress startup info. (Mike Williams)
1234