log src/fileio.c @ 2707:cd3f52531f6c v7.3.124

age author description
Tue, 15 Feb 2011 17:39:22 +0100 Bram Moolenaar updated for version 7.3.124 v7.3.124
Wed, 09 Feb 2011 16:44:51 +0100 Bram Moolenaar updated for version 7.3.115 v7.3.115
Wed, 09 Feb 2011 14:47:03 +0100 Bram Moolenaar updated for version 7.3.113 v7.3.113
Mon, 17 Jan 2011 20:08:11 +0100 Bram Moolenaar updated for version 7.3.102 v7.3.102
Fri, 17 Dec 2010 18:06:06 +0100 Bram Moolenaar updated for version 7.3.085 v7.3.085
Fri, 17 Dec 2010 16:27:16 +0100 Bram Moolenaar updated for version 7.3.083 v7.3.083
Sat, 14 Aug 2010 14:32:54 +0200 Bram Moolenaar Fix: in compatible mode, in an empty buffer, ":r file" triggered an error vim73
Sun, 08 Aug 2010 18:46:06 +0200 Bram Moolenaar Fixed: on MS-Windows sometimes files with number 4913 or higher are left vim73
Wed, 04 Aug 2010 14:29:54 +0200 Bram Moolenaar When undoing a reload, move the cursor to the first changed line. vim73
Sun, 25 Jul 2010 16:05:19 +0200 Bram Moolenaar Fix: editing a not encrypted file after a crypted file messed up reading the vim73
Sat, 24 Jul 2010 20:27:03 +0200 Bram Moolenaar Add the 'undoreload' option to be able to undo a file reload. vim73
Tue, 20 Jul 2010 17:32:38 +0200 Bram Moolenaar Change 'cryptmethod' from a number to a string option. Make it global-local. vim73
Wed, 14 Jul 2010 16:52:17 +0200 Bram Moolenaar Support completion for ":find". (Nazri Ramliy) vim73
Sun, 27 Jun 2010 05:18:54 +0200 Bram Moolenaar Added ":earlier 1f" and ":later 1f". vim73
Sun, 27 Jun 2010 01:15:55 +0200 Bram Moolenaar Add file save counter to undo information. Add undotree() function. vim73
Mon, 21 Jun 2010 06:15:46 +0200 Bram Moolenaar Crypt the swapfile. vim73
Mon, 14 Jun 2010 01:39:13 +0200 Bram Moolenaar Fix tiny build, move functions to undo.c. vim73
Sun, 13 Jun 2010 05:20:42 +0200 Bram Moolenaar Added salt to blowfish encryption. vim73
Sat, 12 Jun 2010 06:45:20 +0200 Bram Moolenaar Avoid compiler warnings on Mac 10.6. vim73
Mon, 07 Jun 2010 23:07:44 +0200 Bram Moolenaar Fix crash when using ":grep". 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
Mon, 31 May 2010 21:59:46 +0200 Bram Moolenaar Correct use of long instead of off_t for file size. (James Vega) 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
Mon, 24 May 2010 21:34:22 +0200 Bram Moolenaar Improve the MS-Windows installer. 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
Sat, 22 May 2010 21:34:09 +0200 Bram Moolenaar Add :nbstart and :nbclose. 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