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
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
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
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 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
Wed, 07 Jul 2010 18:20:28 +0200 Bram Moolenaar updated for version 7.2.445 v7.2.445
Sun, 30 May 2010 16:55:22 +0200 Bram Moolenaar updated for version 7.2.441 v7.2.441
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 13:56:02 +0200 Bram Moolenaar First step in the Vim 7.3 branch. Changed version numbers. vim73
Wed, 13 Feb 2008 14:21:38 +0000 vimboss updated for version 7.1-249 v7.1.249
Sat, 10 Nov 2007 21:51:15 +0000 vimboss updated for version 7.1-155 v7.1.155
Mon, 01 Oct 2007 20:54:15 +0000 vimboss updated for version 7.1-130 v7.1.130
Thu, 10 May 2007 18:02:27 +0000 vimboss updated for version 7.1b
Tue, 09 Jan 2007 19:23:12 +0000 vimboss updated for version 7.0-182 v7.0.182
Tue, 29 Aug 2006 15:30:07 +0000 vimboss updated for version 7.0-070 v7.0.070
Wed, 12 Jul 2006 19:49:41 +0000 vimboss updated for version 7.0-038 v7.0.038
Fri, 21 Apr 2006 22:12:41 +0000 vimboss updated for version 7.0e05 v7.0e05
Mon, 17 Apr 2006 22:14:47 +0000 vimboss updated for version 7.0e01 v7.0e01
Mon, 10 Apr 2006 14:55:34 +0000 vimboss updated for version 7.0d v7.0d