log src/undo.c @ 3194:972bd3fca556 v7.3.367

age author description
Thu, 08 Dec 2011 15:14:09 +0100 Bram Moolenaar updated for version 7.3.367 v7.3.367
Sat, 22 Jan 2011 21:25:11 +0100 Bram Moolenaar updated for version 7.3.107 v7.3.107
Sat, 22 Jan 2011 00:11:50 +0100 Bram Moolenaar updated for version 7.3.103 v7.3.103
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
Wed, 03 Nov 2010 19:32:42 +0100 Bram Moolenaar updated for version 7.3.048 v7.3.048
Fri, 20 Aug 2010 11:11:57 +0200 Bram Moolenaar Fold Vim 7.2 default branch back to trunk to avoid two heads. (Tony
Sat, 07 Aug 2010 12:54:12 +0200 Bram Moolenaar Fix: ml_get errors when using undo with 'virtualedit'. 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
Fri, 23 Jul 2010 22:10:27 +0200 Bram Moolenaar Add the 'concealcursor' option to decide when the cursor line is to be vim73
Wed, 21 Jul 2010 20:31:07 +0200 Bram Moolenaar Fix build problem when fchown() not available. (Gary Johnson) vim73
Mon, 19 Jul 2010 19:52:13 +0200 Bram Moolenaar Rename w_p_conceal to w_p_conc for consistency. vim73
Sun, 18 Jul 2010 21:42:34 +0200 Bram Moolenaar Fixes and improvements for MS-Windows build. vim73
Wed, 14 Jul 2010 16:52:17 +0200 Bram Moolenaar Support completion for ":find". (Nazri Ramliy) vim73
Thu, 08 Jul 2010 22:27:55 +0200 Bram Moolenaar Make synstack() work on the character just after the end of the line. vim73
Wed, 07 Jul 2010 18:26:28 +0200 Bram Moolenaar Apply patch 7.2.445. vim73
Fri, 02 Jul 2010 20:20:09 +0200 Bram Moolenaar Make updating text for conceal mode simpler. A few compiler warning fixes. 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
Tue, 22 Jun 2010 06:28:58 +0200 Bram Moolenaar Fix compiler warnings for shadowed variables. Make 'conceal' a long instead 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
Sat, 12 Jun 2010 06:46:44 +0200 Bram Moolenaar Minor typo and docs update. vim73
Sun, 06 Jun 2010 14:20:26 +0200 Bram Moolenaar Fix a few compiler warnings. Fix crash with encrypted undo 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 19:58:08 +0200 Bram Moolenaar Don't use pointers to store numbers, use a union. 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