log

age author description
Sun, 06 Jun 2010 15:21:10 +0200 Bram Moolenaar Fixed memory leak in ":ownsyntax". vim73
Sun, 06 Jun 2010 14:20:26 +0200 Bram Moolenaar Fix a few compiler warnings. Fix crash with encrypted undo file. vim73
Sat, 05 Jun 2010 23:22:07 +0200 Bram Moolenaar Add the conceal patch from Vince Negri. vim73
Sat, 05 Jun 2010 17:43:32 +0200 Bram Moolenaar Use full path in undofile(). Updated docs. vim73
Sat, 05 Jun 2010 12:49:46 +0200 Bram Moolenaar updated for version 7.2.442 vim73
Thu, 03 Jun 2010 21:17:25 +0200 Bram Moolenaar Add patch to improve support of z/OS (OS/390). (Ralf Schandl) vim73
Thu, 03 Jun 2010 20:25:18 +0200 Bram Moolenaar Move text from various.txt to a new helphelp.txt help file. vim73
Wed, 02 Jun 2010 20:32:23 +0200 Bram Moolenaar Optimize the blowfish crypt/decrypt code a bit more. vim73
Tue, 01 Jun 2010 23:37:39 +0200 Bram Moolenaar Made crypt/decrypt faster. vim73
Tue, 01 Jun 2010 21:57:09 +0200 Bram Moolenaar Fix completion of file names with '%' and '*'. vim73
Tue, 01 Jun 2010 19:58:08 +0200 Bram Moolenaar Don't use pointers to store numbers, use a union. vim73
Mon, 31 May 2010 21:59:46 +0200 Bram Moolenaar Correct use of long instead of off_t for file size. (James Vega) vim73
Mon, 31 May 2010 21:27:30 +0200 Bram Moolenaar Add test for gettabvar() and settabvar(). vim73
Sun, 30 May 2010 22:48:02 +0200 Bram Moolenaar Crypt the text in the undo file if the file itself is crypted. vim73
Sun, 30 May 2010 20:40:11 +0200 Bram Moolenaar Made reading/writing undo info a bit more robust. vim73
Sun, 30 May 2010 19:00:15 +0200 Bram Moolenaar Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle) vim73
Sun, 30 May 2010 18:30:36 +0200 Bram Moolenaar Added the undofile() function. Updated runtime files. vim73
Sun, 30 May 2010 17:17:42 +0200 Bram Moolenaar Do not write an undo file if there is nothing to undo. vim73
Sun, 30 May 2010 16:55:22 +0200 Bram Moolenaar updated for version 7.2.441 vim73
Sun, 30 May 2010 16:01:37 +0200 Bram Moolenaar A bit of cleanup and simplification for undofile. vim73
Sun, 30 May 2010 13:26:21 +0200 Bram Moolenaar A few more fixes for undo file. Split test in two parts so that it doesn't vim73
Sat, 29 May 2010 20:33:07 +0200 Bram Moolenaar Various improvements to undo file code to make it more robust. vim73
Sat, 29 May 2010 15:40:47 +0200 Bram Moolenaar Remove old and unused method to allocate memory for undo. vim73
Sat, 29 May 2010 15:11:47 +0200 Bram Moolenaar Fix a few more things for persistent undo. vim73
Fri, 28 May 2010 22:06:46 +0200 Bram Moolenaar updated for version 7.2.440 vim73
Fri, 28 May 2010 21:31:58 +0200 Bram Moolenaar updated for version 7.2.439 vim73
Fri, 28 May 2010 21:07:08 +0200 Bram Moolenaar Don't execute some autocommands when v:dying is 2 or more. vim73
Fri, 28 May 2010 20:54:39 +0200 Bram Moolenaar Runtime file updates. vim73
Wed, 26 May 2010 21:42:54 +0200 Bram Moolenaar Fix definition of UINT_PTR for 64 bit systems. vim73
Wed, 26 May 2010 21:21:00 +0200 Bram Moolenaar More strict checks for the undo file. vim73
Tue, 25 May 2010 22:09:21 +0200 Bram Moolenaar Fix for using ":wundo foo" when foo is an empty file. vim73
Tue, 25 May 2010 21:37:17 +0200 Bram Moolenaar updated for version 7.2.438 vim73
Tue, 25 May 2010 21:02:00 +0200 Bram Moolenaar Found a way to make the MS-Windows installer wait for the uninstaller to vim73
Mon, 24 May 2010 22:06:04 +0200 Bram Moolenaar And another small fix for persistent undo. vim73
Mon, 24 May 2010 22:02:24 +0200 Bram Moolenaar Fix: :wundo didn't work in a buffer without a name. vim73
Mon, 24 May 2010 21:34:22 +0200 Bram Moolenaar Improve the MS-Windows installer. vim73
Mon, 24 May 2010 21:25:23 +0200 Bram Moolenaar Tiny change for Italian man page. vim73
Mon, 24 May 2010 11:59:29 +0200 Bram Moolenaar Fix uninit memory read in undo code. Fix uint32_t in proto file. vim73
Sun, 23 May 2010 23:34:36 +0200 Bram Moolenaar Included patch for persistent undo. Lots of changes and added test. vim73
Sun, 23 May 2010 12:06:58 +0200 Bram Moolenaar Fix for Netbeans on MS-Windows not compiling. vim73
Sat, 22 May 2010 21:56:55 +0200 Bram Moolenaar Some versions of Ruby redefine rb_str_new2 to rb_str_new_cstr. vim73
Sat, 22 May 2010 21:37:53 +0200 Bram Moolenaar Fix wrong memory access when clearing crypt key. vim73
Sat, 22 May 2010 21:34:09 +0200 Bram Moolenaar Add :nbstart and :nbclose. vim73
Sat, 22 May 2010 18:28:27 +0200 Bram Moolenaar Included the patch to support netbeans in a terminal. vim73
Sat, 22 May 2010 15:50:12 +0200 Bram Moolenaar Fix: window title not updated after file dropped. vim73
Sat, 22 May 2010 15:37:44 +0200 Bram Moolenaar Add the settabvar() and gettabvar() functions. vim73
Fri, 21 May 2010 16:33:48 +0200 Bram Moolenaar Add extra floating point functions. vim73
Fri, 21 May 2010 15:46:35 +0200 Bram Moolenaar "g8" doesn't work properly on a NUL. vim73
Fri, 21 May 2010 15:36:08 +0200 Bram Moolenaar A few more changes for encryption. Add test that encrypted file can be read. vim73
Fri, 21 May 2010 13:08:58 +0200 Bram Moolenaar updated for version 7.2.437 vim73
Fri, 21 May 2010 12:05:36 +0200 Bram Moolenaar Updated runtime files. vim73
Fri, 21 May 2010 12:04:55 +0200 Bram Moolenaar Other solution for GTK not changing the locale. vim73
Thu, 20 May 2010 21:46:00 +0200 Bram Moolenaar Various smaller changes. Updated proto files. Updated dependencies. vim73
Wed, 19 May 2010 21:57:45 +0200 Bram Moolenaar Use UINT32_T in the code, define it to uint32_t or unsigned int. vim73
Tue, 18 May 2010 22:28:22 +0200 Bram Moolenaar Updated a few runtime files. vim73
Tue, 18 May 2010 21:49:58 +0200 Bram Moolenaar One more fix for defining uint32_t. vim73
Tue, 18 May 2010 21:41:09 +0200 Bram Moolenaar Change wording in link.sh: "remove" -> "omit" vim73
Tue, 18 May 2010 21:17:10 +0200 Bram Moolenaar Fix build on Cygwin and MingW. vim73
Tue, 18 May 2010 21:05:27 +0200 Bram Moolenaar Undefine uint32_t when building if_perl.xs to fix the build. vim73
Mon, 16 Aug 2010 21:23:05 +0200 Bram Moolenaar Mark this revision the (end of the) Vim 7.2 branch. vim72
Tue, 18 May 2010 20:34:20 +0200 Bram Moolenaar Add blowfish and sha256 source files to more Makefiles. vim73
Mon, 12 Jul 2010 21:38:19 +0200 Bram Moolenaar updated for version 7.2.446 v7.2.446
Mon, 17 May 2010 22:07:47 +0200 Bram Moolenaar Small update to help files. vim73
Wed, 07 Jul 2010 18:20:28 +0200 Bram Moolenaar updated for version 7.2.445 v7.2.445
Mon, 17 May 2010 22:07:15 +0200 Bram Moolenaar Avoid warnings for unused arguments when compiling with Gnome. vim73
Sun, 13 Jun 2010 02:35:46 +0200 Bram Moolenaar updated for version 7.2.444 v7.2.444
Mon, 17 May 2010 21:37:47 +0200 Bram Moolenaar Undo undesired changes in src/Makefile. vim73
Sat, 12 Jun 2010 20:12:02 +0200 Bram Moolenaar updated for version 7.2.443 v7.2.443
Mon, 17 May 2010 20:32:55 +0200 Bram Moolenaar Fixed encryption big/little endian test. vim73
Sat, 05 Jun 2010 12:49:46 +0200 Bram Moolenaar updated for version 7.2.442 v7.2.442
Sun, 16 May 2010 23:02:33 +0200 Bram Moolenaar Minor updates to blowfish encryption. vim73
Sun, 30 May 2010 16:55:22 +0200 Bram Moolenaar updated for version 7.2.441 v7.2.441
Sun, 16 May 2010 22:32:54 +0200 Bram Moolenaar Add the blowfish encryption patch from Mohsin Ahmed. Needs more work. vim73
Fri, 28 May 2010 22:06:46 +0200 Bram Moolenaar updated for version 7.2.440 v7.2.440
Sun, 16 May 2010 15:46:46 +0200 Bram Moolenaar Add 'relativenumber' patch from Markus Heidelberg. vim73
Fri, 28 May 2010 21:31:58 +0200 Bram Moolenaar updated for version 7.2.439 v7.2.439
Sun, 16 May 2010 15:15:27 +0200 Bram Moolenaar Remove outdated line from top Makefile. vim73
Tue, 25 May 2010 21:37:17 +0200 Bram Moolenaar updated for version 7.2.438 v7.2.438
Sun, 16 May 2010 15:14:25 +0200 Bram Moolenaar Move items around in the todo list. vim73
Fri, 21 May 2010 13:08:58 +0200 Bram Moolenaar updated for version 7.2.437 v7.2.437
Sun, 16 May 2010 13:56:06 +0200 Bram Moolenaar updated for version 7.2.436 vim73
Sun, 16 May 2010 13:56:06 +0200 Bram Moolenaar updated for version 7.2.436 v7.2.436
Sun, 16 May 2010 13:40:33 +0200 Bram Moolenaar Fix typo in release date. vim73
Sun, 16 May 2010 13:26:25 +0200 Bram Moolenaar updated for version 7.2.435 v7.2.435
Sun, 16 May 2010 13:26:25 +0200 Bram Moolenaar updated for version 7.2.435 vim73
Sun, 16 May 2010 12:32:51 +0200 Bram Moolenaar updated for version 7.2.434 v7.2.434
Sun, 16 May 2010 12:49:27 +0200 Bram Moolenaar Merge patch 7.2.434. vim73
Sat, 15 May 2010 21:13:04 +0200 Bram Moolenaar Undo changes that are meant for the Vim 7.3 branch.
Sat, 15 May 2010 21:29:02 +0200 Bram Moolenaar Merged change from default branch: Correct Japanese menus. vim73
Sat, 15 May 2010 17:06:53 +0200 Bram Moolenaar After recovery check if the text changed. If it did mark the buffer as
Sat, 15 May 2010 17:06:53 +0200 Bram Moolenaar After recovery check if the text changed. If it did mark the buffer as vim73
Sat, 15 May 2010 15:41:59 +0200 Bram Moolenaar Get rid of the "extra" and "lang" archives.
Sat, 15 May 2010 15:41:59 +0200 Bram Moolenaar Get rid of the "extra" and "lang" archives. vim73
Sat, 15 May 2010 15:04:53 +0200 Bram Moolenaar Switched from autoconf 2.63 to 2.65.
Sat, 15 May 2010 15:04:53 +0200 Bram Moolenaar Switched from autoconf 2.63 to 2.65. vim73
Sat, 15 May 2010 14:49:02 +0200 Bram Moolenaar Small fix for compiler warning in Netbeans.
Sat, 15 May 2010 14:49:02 +0200 Bram Moolenaar Small fix for compiler warning in Netbeans. vim73
Sat, 15 May 2010 13:56:02 +0200 Bram Moolenaar First step in the Vim 7.3 branch. Changed version numbers.
Sat, 15 May 2010 13:56:02 +0200 Bram Moolenaar First step in the Vim 7.3 branch. Changed version numbers. vim73
Sat, 15 May 2010 18:21:26 +0200 Bram Moolenaar Correct Japanese menus to avoid error while loading them after 7.2.432.
Fri, 14 May 2010 23:24:24 +0200 Bram Moolenaar Updated runtime files.
Fri, 14 May 2010 23:14:42 +0200 Bram Moolenaar updated for version 7.2.433 v7.2.433
Fri, 14 May 2010 22:24:40 +0200 Bram Moolenaar updated for version 7.2.432 v7.2.432
Fri, 14 May 2010 21:19:23 +0200 Bram Moolenaar updated for version 7.2.431 v7.2.431
Fri, 14 May 2010 20:41:05 +0200 Bram Moolenaar updated for version 7.2.430 v7.2.430
Fri, 14 May 2010 18:56:38 +0200 Bram Moolenaar updated for version 7.2.429 v7.2.429
Fri, 14 May 2010 18:10:27 +0200 Bram Moolenaar updated for version 7.2.428 v7.2.428
Fri, 14 May 2010 17:52:42 +0200 Bram Moolenaar updated for version 7.2.427 v7.2.427
Fri, 14 May 2010 17:32:58 +0200 Bram Moolenaar updated for version 7.2.426 v7.2.426
Fri, 14 May 2010 15:42:53 +0200 Bram Moolenaar updated for version 7.2.425 v7.2.425
Fri, 14 May 2010 15:28:44 +0200 Bram Moolenaar updated for version 7.2.424 v7.2.424
Fri, 14 May 2010 12:16:25 +0200 Bram Moolenaar updated for version 7.2.423 v7.2.423
Thu, 13 May 2010 17:46:58 +0200 Bram Moolenaar updated for version 7.2.422 v7.2.422
Thu, 13 May 2010 17:35:59 +0200 Bram Moolenaar updated for version 7.2.421 v7.2.421
Thu, 13 May 2010 16:46:21 +0200 Bram Moolenaar updated for version 7.2.420 v7.2.420
Thu, 13 May 2010 16:31:25 +0200 Bram Moolenaar updated for version 7.2.419 v7.2.419
Thu, 13 May 2010 15:40:30 +0200 Bram Moolenaar updated for version 7.2.418 v7.2.418
Thu, 13 May 2010 13:12:06 +0200 Bram Moolenaar updated for version 7.2.417 v7.2.417
Fri, 07 May 2010 16:54:37 +0200 Bram Moolenaar updated for version 7.2.416 v7.2.416
Fri, 07 May 2010 16:35:04 +0200 Bram Moolenaar updated for version 7.2.415 v7.2.415