Mon, 02 Aug 2010 23:06:46 +0200 |
Bram Moolenaar |
Windows uninstaller: Instead of calling RegDeleteKeyEx() directly load it
vim73
|
Mon, 02 Aug 2010 22:13:25 +0200 |
Bram Moolenaar |
Take OLE registration back to 32 bit registry, the unregister wasn't working
vim73
|
Mon, 02 Aug 2010 22:12:46 +0200 |
Bram Moolenaar |
Syntax file updates. (Charles Campbell)
vim73
|
Mon, 02 Aug 2010 21:43:29 +0200 |
Bram Moolenaar |
Updated version of gettext for use with MVC. (Mike Williams)
vim73
|
Mon, 02 Aug 2010 21:33:37 +0200 |
Bram Moolenaar |
Improvements for :find completion. (Nazri Ramliy)
vim73
|
Mon, 02 Aug 2010 20:45:27 +0200 |
Bram Moolenaar |
Put quotes around the gvim.exe path for the "Open with" menu entry.
vim73
|
Mon, 02 Aug 2010 20:26:43 +0200 |
Bram Moolenaar |
Workaround for missing RegDeleteKeyEx() method.
vim73
|
Sun, 01 Aug 2010 22:35:43 +0200 |
Bram Moolenaar |
Update version.h for 7.3c -> 7.3d.
vim73
|
Sun, 01 Aug 2010 21:48:21 +0200 |
Bram Moolenaar |
Add Datascript syntax file. (Dominique Pelle)
vim73
|
Sun, 01 Aug 2010 21:15:45 +0200 |
Bram Moolenaar |
Fix: the MS-Windows uninstaller did not delete registry keys on 64 bit systems.
vim73
|
Sun, 01 Aug 2010 20:38:51 +0200 |
Bram Moolenaar |
Version 7.3c -> 7.3d
vim73
|
Sun, 01 Aug 2010 20:18:38 +0200 |
Bram Moolenaar |
Update todo file.
vim73
|
Sun, 01 Aug 2010 19:50:25 +0200 |
Bram Moolenaar |
Define the WOW64 key when needed.
vim73
|
Sun, 01 Aug 2010 19:11:06 +0200 |
Bram Moolenaar |
Update utf-8 version of tutor.
vim73
|
Sun, 01 Aug 2010 19:06:10 +0200 |
Bram Moolenaar |
Minor updates for the 7.3c release.
vim73
|
Sun, 01 Aug 2010 17:59:57 +0200 |
Bram Moolenaar |
Remove unused variable and STRLEN(). (Dominique Pelle)
vim73
|
Sun, 01 Aug 2010 17:37:17 +0200 |
Bram Moolenaar |
Fix: test 69 didn't work on MS-Windows. Test 72 beeped too often.
vim73
|
Sun, 01 Aug 2010 16:13:51 +0200 |
Bram Moolenaar |
Runtime file updates.
vim73
|
Sun, 01 Aug 2010 15:47:35 +0200 |
Bram Moolenaar |
Avoid illegal memory access in spell suggestion. (Dominique Pelle)
vim73
|
Sun, 01 Aug 2010 15:47:03 +0200 |
Bram Moolenaar |
Avoid that running tests changes viminfo.
vim73
|
Sun, 01 Aug 2010 15:37:02 +0200 |
Bram Moolenaar |
Fix: crash in spell checking with a 0x300 character.
vim73
|
Sun, 01 Aug 2010 15:11:43 +0200 |
Bram Moolenaar |
Fix: uninitialized memory access. (Dominique Pelle)
vim73
|
Sun, 01 Aug 2010 14:36:59 +0200 |
Bram Moolenaar |
Fix typos in README files. (Dominique Pelle)
vim73
|
Sun, 01 Aug 2010 14:35:05 +0200 |
Bram Moolenaar |
No need to redraw cursorline when 'modifiable' is changed. (Dominique Pelle)
vim73
|
Sun, 01 Aug 2010 14:22:48 +0200 |
Bram Moolenaar |
Fix: changing case of a character removed combining characters.
vim73
|
Sun, 01 Aug 2010 13:25:05 +0200 |
Bram Moolenaar |
Add the WOW64 flag back to OLE registration. (untested)
vim73
|
Sat, 31 Jul 2010 22:03:44 +0200 |
Bram Moolenaar |
Fix that uninstaller isn't found on 64-bit Windows.
vim73
|
Sat, 31 Jul 2010 20:53:54 +0200 |
Bram Moolenaar |
Fix: on MS-Windows the "open with..." menu starts Vim without a file.
vim73
|
Sat, 31 Jul 2010 19:54:14 +0200 |
Bram Moolenaar |
Move many more common Python items to if_py_both.c.
vim73
|
Sat, 31 Jul 2010 17:59:29 +0200 |
Bram Moolenaar |
Fixed: CTRL-R in Insert mode doesn't insert composing characters.
vim73
|
Sat, 31 Jul 2010 16:44:19 +0200 |
Bram Moolenaar |
Fixes for coverity warnings.
vim73
|
Sat, 31 Jul 2010 14:59:19 +0200 |
Bram Moolenaar |
Support syntax and filetype completion for user commands. (Christian Brabandt)
vim73
|