Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-12 | patch 8.0.0029 | Bram Moolenaar | |
Problem: 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) | |||
2016-09-12 | Vim 8.0 release | Bram Moolenaar | |
2016-03-07 | patch 7.4.1508 | Bram Moolenaar | |
Problem: Can't build GvimExt with MingW. Solution: Adjust the makefile. (Ben Fritz) | |||
2016-02-21 | patch 7.4.1383 | Bram Moolenaar | |
Problem: GvimExt only loads the old libintl.dll. Solution: Also try loading libint-8.dll. (Ken Takata, closes #608) | |||
2016-02-02 | patch 7.4.1240 | Bram Moolenaar | |
Problem: Visual studio tools are noisy. Solution: Suppress startup info. (Mike Williams) | |||
2016-01-15 | patch 7.4.1100 | Bram Moolenaar | |
Problem: Cygwin makefiles are unused. Solution: Remove them. | |||
2016-01-15 | patch 7.4.1095 | Bram Moolenaar | |
Problem: Can't build GvimExt with SDK 7.1. Solution: Support using setenv.bat instead of vcvars32.bat. (Ken Takata) | |||
2016-01-10 | patch 7.4.1083 | Bram Moolenaar | |
Problem: Building GvimExt with VS2015 may fail. Solution: Adjust the makefile. (Mike Williams) | |||
2015-05-06 | patch 7.4.727 | Bram Moolenaar | |
Problem: Cannot build GvimExt with MingW. Solution: Add -lgdi32. (KF Leong) | |||
2015-05-05 | patch 7.4.726 | Bram Moolenaar | |
Problem: Cannot build GvimExt. Solution: Set APPVER to 5.0. (KF Leong) | |||
2015-05-04 | patch 7.4.724 | Bram Moolenaar | |
Problem: Vim icon does not show in Windows context menu. (issue 249) Solution: Load the icon in GvimExt. | |||
2013-09-19 | updated for version 7.4.030 | Bram Moolenaar | |
Problem: The -mno-cygwin argument is no longer supported by Cygwin. Solution: Remove the arguments. (Steve Hall) | |||
2013-08-10 | release version 7.4 | Bram Moolenaar | |
2013-07-28 | Update files for the 7.4b BETA release. | Bram Moolenaar | |
2013-07-06 | Vim 7.4a BETA release. | Bram Moolenaar | |
2013-05-06 | updated for version 7.3.925 | Bram Moolenaar | |
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) | |||
2012-11-23 | updated for version 7.3.727 | Bram Moolenaar | |
Problem: Can't always find Win32.mak when building GvimExt. Solution: Use same mechanism as in Make_mvc.mak. (Cade Foster) | |||
2011-10-03 | Add files aaded by patch 7.3.326. | Bram Moolenaar | |
2011-09-30 | updated for version 7.3.326 | Bram Moolenaar | |
Problem: MingW 4.6 no longer supports the -mno-cygwin option. Solution: Split the Cygwin and MingW makefiles. (Matsushita Shougo) | |||
2011-08-10 | updated for version 7.3.276 | Bram Moolenaar | |
Problem: GvimExt sets $LANG in the wrong way. Solution: Save the environment and use it for gvim. (Yasuhiro Matsumoto) | |||
2011-07-20 | updated for version 7.3.258 | Bram Moolenaar | |
Problem: MS-Windows: The edit with existing vim context menu entries can be unwanted. Solution: Let a registry entry disable them. (Jerome Vuarand) | |||
2011-06-19 | updated for version 7.3.222 | Bram Moolenaar | |
Problem: Warning for building GvimExt. Solution: Comment-out the DESCRIPTION line. (Mike Williams) | |||
2010-12-30 | updated for version 7.3.093 | Bram Moolenaar | |
Problem: New DLL dependencies in MingW with gcc 4.5.0. Solution: Add STATIC_STDCPLUS, LDFLAGS and split up WINDRES. (Guopeng Wen) | |||
2010-09-29 | updated for version 7.3.018 | Bram Moolenaar | |
Problem: Missing argument to windres in MingW makefiles. Solution: Add the argument that was wrapped in the patch. (Jon Maken) | |||
2010-09-29 | updated for version 7.3.012 | Bram Moolenaar | |
Problem: Problems building with MingW. Solution: Adjust the MingW makefiles. (Jon) | |||
2010-08-15 | Last changes for the 7.3 release! | Bram Moolenaar | |
2010-08-14 | Version 7.3f -> 7.3g | Bram Moolenaar | |
2010-08-09 | Version 7.3e -> 7.3f. | Bram Moolenaar | |
2010-08-04 | 7.3d -> 7.3e. | Bram Moolenaar | |
2010-08-01 | Version 7.3c -> 7.3d | Bram Moolenaar | |
2010-07-25 | 7.3b -> 7.3c | Bram Moolenaar | |
2010-07-18 | Vim 7.3a -> 7.3b. | Bram Moolenaar | |
2010-07-10 | Support wide file names in gvimext. (Szabolcs Horvat) | Bram Moolenaar | |
2010-05-26 | Fix definition of UINT_PTR for 64 bit systems. | Bram Moolenaar | |
2010-05-15 | First step in the Vim 7.3 branch. Changed version numbers. | Bram Moolenaar | |
2010-02-24 | updated for version 7.2.372 | Bram Moolenaar | |
Problem: Cross-compiling GvimExt and xxd doesn't work. Solution: Change the build files. (Markus Heidelberg) | |||
2010-02-17 | updated for version 7.2.364 | Bram Moolenaar | |
Problem: Can't build gvimext.dll on Win 7 x64 using MinGW (John Marriott) Solution: Check if _MSC_VER is defined. (Andy Kittner) | |||
2009-09-11 | updated for version 7.2-250 | Bram Moolenaar | |
2008-08-09 | updated for version 7.2-000 | Bram Moolenaar | |
2008-08-06 | updated for version 7.2c-000 | Bram Moolenaar | |
2008-07-24 | updated for version 7.2b-019 | Bram Moolenaar | |
2008-07-13 | updated for version 7.2b-000 | Bram Moolenaar | |
2008-06-24 | updated for version 7.2a | Bram Moolenaar | |
2008-03-16 | updated for version 7.1-282 | Bram Moolenaar | |
2007-08-18 | updated for version 7.1-080 | Bram Moolenaar | |
2007-05-12 | updated for version 7.1 | Bram Moolenaar | |
2007-05-10 | updated for version 7.1b | Bram Moolenaar | |
2007-05-10 | updated for version 7.1b | Bram Moolenaar | |
2007-05-10 | updated for version 7.1b | Bram Moolenaar | |
2007-05-05 | updated for version 7.1a | Bram Moolenaar | |