Bram Moolenaar
884f6e44e0
updated for version 7.3.971
...
Problem: No support for VS2012 static code analysis.
Solution: Add the ANALYZE option. (Mike Williams)
2013-05-19 21:03:54 +02:00
Bram Moolenaar
fbc0d2ea1e
updated for version 7.3.970
...
Problem: Syntax highlighting can be slow.
Solution: Include the NFA regexp engine. Add the 'regexpengine' option to
select which one is used. (various authors, including Ken Takata,
Andrei Aiordachioaie, Russ Cox, Xiaozhou Liua, Ian Young)
2013-05-19 19:40:29 +02:00
Bram Moolenaar
290424868d
updated for version 7.3.930
...
Problem: MSVC 2012 update is not recognized.
Solution: Update the version in the makefile. (Raymond Ko)
2013-05-07 05:11:17 +02:00
Bram Moolenaar
84a05acc8c
updated for version 7.3.925
...
Problem: Typos in source files.
Solution: Fix the typos. (Ken Takata)
2013-05-06 04:24:17 +02:00
Bram Moolenaar
693e40c2cd
updated for version 7.3.836
...
Problem: Clipboard does not work on Win32 when compiled with Cygwin.
Solution: Move the Win32 clipboard code to a separate file and use it when
building with os_unix.c. (Frodak Baksik, Ken Takata)
2013-02-26 14:56:42 +01:00
Bram Moolenaar
7567646f13
updated for version 7.3.791
...
Problem: MzScheme interface doesn't work propely.
Solution: Make it work better. (Sergey Khorev)
2013-01-30 14:55:42 +01:00
Bram Moolenaar
52cc266dae
updated for version 7.3.754
...
Problem: Latest nmake is not recognized.
Solution: Add nmake version 11.00.51106.1. (Raymond Ko)
2012-12-06 21:30:29 +01:00
Bram Moolenaar
e3a2246227
updated for version 7.3.712
...
Problem: Nmake from VS2010 SP1 is not recognized.
Solution: Add the version number. (Ken Takata)
2012-10-23 05:35:34 +02:00
Bram Moolenaar
67a4f6cfb4
updated for version 7.3.702
...
Problem: Nmake from VS6 service pack 6 is not recognized.
Solution: Detect the version number. (Jiri Sedlak)
2012-10-21 02:41:08 +02:00
Bram Moolenaar
6f586de755
updated for version 7.3.666
...
Problem: With MSVC 11 Win32.mak is not found.
Solution: Add the SDK_INCLUDE_DIR variable. (Raymond Ko)
2012-09-18 22:00:08 +02:00
Bram Moolenaar
2b017fae8f
updated for version 7.3.665
...
Problem: MSVC 11 is not supported.
Solution: Recognize MSVC 11. (Raymond Ko)
2012-09-18 18:27:12 +02:00
Bram Moolenaar
e2db4361d2
updated for version 7.3.653
...
Problem: MingW needs build rule for included XPM files. Object directory
for 32 and 64 builds is the same, also for MSVC.
Solution: Add MingW build rule to use included XPM files. Add the CPU or
architecture to the object directory name. (Sergey Khorev)
2012-09-05 17:57:39 +02:00
Bram Moolenaar
c6c1d8b802
updated for version 7.3.639
...
Problem: It's not easy to build Vim on Windows with XPM support.
Solution: Include the required files, they are quite small. Update the
MSVC makefile to use them. Binary files are in the next patch.
(Sergey Khorev)
2012-08-29 14:18:33 +02:00
Bram Moolenaar
e66822e3d1
updated for version 7.3.622
...
Problem: XPM library for Win32 can't be found.
Solution: Suggest using the one from the Vim ftp site.
2012-08-02 21:48:24 +02:00
Bram Moolenaar
da3cb831e9
updated for version 7.3.620
...
Problem: Building with recent Ruby on Win32 doesn't work.
Solution: Add a separate argument for the API version. (Yasuhiro Matsumoto)
2012-08-02 21:21:47 +02:00
Bram Moolenaar
84a4c334e1
updated for version 7.3.451
...
Problem: Tcl doesn't work on 64 MS-Windows.
Solution: Make it work. (Dave Bodenstab)
2012-02-22 16:01:56 +01:00
Bram Moolenaar
bbc98db7c4
updated for version 7.3.441
...
Problem: Newer versions of MzScheme (Racket) require earlier (trampolined)
initialisation.
Solution: Call mzscheme_main() early in main(). (Sergey Khorev)
2012-02-12 01:55:55 +01:00
Bram Moolenaar
52f8317926
updated for version 7.3.314
...
Problem: Missing parenthesis.
Solution: Add it. (Benjamin R. Haskell)
2011-09-14 19:01:42 +02:00
Bram Moolenaar
612af43cb6
updated for version 7.3.304
...
Problem: Strawberry Perl doesn't work on MS-Windows.
Solution: Use xsubpp if needed. (Yasuhiro Matsumoto)
2011-09-14 10:49:46 +02:00
Bram Moolenaar
3ed16dc6b7
updated for version 7.3.207
...
Problem: Can't compile with MSVC with pentium4 and 64 bit.
Solution: Only use SSE2 for 32 bit. (Mike Williams)
2011-06-12 20:31:31 +02:00
Bram Moolenaar
c30846f525
updated for version 7.3.125
...
Problem: MSVC: Problem with quotes in link argument.
Solution: Escape backslashes and quotes. (Weasley)
2011-02-15 18:06:15 +01:00
Bram Moolenaar
3d27070767
updated for version 7.3.079
...
Problem: Duplicate lines in makefile.
Solution: Remove the lines. (Hong Xu)
2010-12-08 14:55:02 +01:00
Bram Moolenaar
2d0860d06c
updated for version 7.3.049
...
Problem: PLT has rebranded their Scheme to Racket.
Solution: Add support for Racket 5.x. (Sergey Khorev)
2010-11-03 21:59:30 +01:00
Bram Moolenaar
69154f22a6
Fixes and improvements for MS-Windows build.
2010-07-18 21:42:34 +02:00
Bram Moolenaar
bd5e15fd5c
Added support for Python 3. (Roland Puntaier)
2010-07-17 21:19:38 +02:00
Bram Moolenaar
0ba042961f
Added Lua interfae. (Luis Carvalho)
2010-07-14 23:23:17 +02:00
Bram Moolenaar
cc448b373d
Support completion for ":find". (Nazri Ramliy)
...
Cleanup white space.
2010-07-14 16:52:17 +02:00
Bram Moolenaar
8cd213c09a
Fix completion of file names with '%' and '*'.
2010-06-01 21:57:09 +02:00
Bram Moolenaar
83d09bb85e
Don't use pointers to store numbers, use a union.
...
Fixed MSVC makefile use of /Wp64 flag.
2010-06-01 19:58:08 +02:00
Bram Moolenaar
b230bd5a16
Found a way to make the MS-Windows installer wait for the uninstaller to
...
finish, no need for the user to press Enter.
2010-05-25 21:02:00 +02:00
Bram Moolenaar
218116c1d0
Various smaller changes. Updated proto files. Updated dependencies.
2010-05-20 21:46:00 +02:00
Bram Moolenaar
edac185487
Add blowfish and sha256 source files to more Makefiles.
2010-05-18 20:34:20 +02:00
Bram Moolenaar
40e6a71c67
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
2010-05-16 22:32:54 +02:00
Bram Moolenaar
2498b3ab10
updated for version 7.2.384
...
Problem: Vim doesn't build properly with MSVC 2010.
Solution: Add the nmake version to the build file. (George Reilly)
2010-03-02 17:59:44 +01:00
Bram Moolenaar
2d6db76d97
updated for version 7.2-248
2009-09-11 10:49:58 +00:00
Bram Moolenaar
1e7ac8596a
updated for version 7.2-205
2009-06-16 14:44:48 +00:00
Bram Moolenaar
da2f99aa8a
updated for version 7.2-204
2009-06-16 14:34:38 +00:00
Bram Moolenaar
9e70cf192e
updated for version 7.2-191
2009-05-26 20:59:55 +00:00
Bram Moolenaar
13658318b9
updated for version 7.2-101
2009-02-04 17:35:52 +00:00
Bram Moolenaar
e6a91fd994
updated for version 7.2b-019
2008-07-24 18:51:11 +00:00
Bram Moolenaar
c236c16d08
updated for version 7.2b-000
2008-07-13 17:41:49 +00:00
Bram Moolenaar
a7241f5f19
updated for version 7.2a
2008-06-24 20:39:31 +00:00
Bram Moolenaar
0fde290e55
updated for version 7.1-282
2008-03-16 13:54:13 +00:00
Bram Moolenaar
f22129b5c5
updated for version 7.1-134
2007-10-03 11:29:44 +00:00
Bram Moolenaar
77f66d6c8d
updated for version 7.0-198
2007-02-20 02:16:18 +00:00
Bram Moolenaar
f193fffd16
updated for version 7.0f02
2006-04-27 00:02:13 +00:00
Bram Moolenaar
551dbcc9b6
updated for version 7.0f01
2006-04-25 22:13:59 +00:00
Bram Moolenaar
f9393ef5ef
updated for version 7.0f
2006-04-24 19:47:27 +00:00
Bram Moolenaar
eb3593b38b
updated for version 7.0e06
2006-04-22 22:33:57 +00:00
Bram Moolenaar
a93fa7ee78
updated for version 7.0e01
2006-04-17 22:14:47 +00:00