log runtime/doc/todo.txt @ 2246:1e48f569b03d vim73

age author description
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 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: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 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 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 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
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 12:05:36 +0200 Bram Moolenaar Updated runtime files. 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
Mon, 17 May 2010 22:07:47 +0200 Bram Moolenaar Small update to help files. vim73
Mon, 17 May 2010 20:32:55 +0200 Bram Moolenaar Fixed encryption big/little endian test. vim73
Sun, 16 May 2010 23:02:33 +0200 Bram Moolenaar Minor updates to blowfish encryption. vim73
Sun, 16 May 2010 22:32:54 +0200 Bram Moolenaar Add the blowfish encryption patch from Mohsin Ahmed. Needs more work. vim73
Sun, 16 May 2010 15:14:25 +0200 Bram Moolenaar Move items around in the todo list. 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 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. vim73
Sat, 15 May 2010 15:04:53 +0200 Bram Moolenaar Switched from autoconf 2.63 to 2.65. vim73
Sat, 15 May 2010 13:56:02 +0200 Bram Moolenaar First step in the Vim 7.3 branch. Changed version numbers. vim73
Fri, 14 May 2010 23:24:24 +0200 Bram Moolenaar Updated runtime files.
Wed, 17 Mar 2010 20:02:06 +0100 Bram Moolenaar Updated runtime and language files.
Tue, 02 Mar 2010 16:19:40 +0100 Bram Moolenaar Updated runtime an documentation files.
Thu, 11 Feb 2010 14:19:15 +0100 Bram Moolenaar Updated runtime files.
Sat, 16 Jan 2010 14:29:14 +0100 Bram Moolenaar Updated runtime files.
Tue, 12 Jan 2010 21:31:21 +0100 Bram Moolenaar Updated runtime files.
Wed, 06 Jan 2010 20:52:26 +0100 Bram Moolenaar Update documentation files.
Sat, 09 Aug 2008 17:55:22 +0000 vimboss updated for version 7.2-000 v7.2 v7.2.000
Wed, 06 Aug 2008 17:06:04 +0000 vimboss updated for version 7.2c-000 v7.2c.000
Sun, 13 Jul 2008 17:41:49 +0000 vimboss updated for version 7.2b-000 v7.2b.000
Tue, 24 Jun 2008 22:58:06 +0000 vimboss updated for version 7.2a v7.2a
Sat, 12 May 2007 15:19:41 +0000 vimboss updated for version 7.1
Thu, 10 May 2007 19:19:59 +0000 vimboss updated for version 7.1b
Sat, 05 May 2007 18:24:42 +0000 vimboss updated for version 7.1a
Sun, 07 May 2006 15:16:06 +0000 vimboss updated for version 7.0 v7.0
Sat, 06 May 2006 21:47:30 +0000 vimboss updated for version 7.0g05 v7.0g05
Fri, 05 May 2006 21:16:59 +0000 vimboss updated for version 7.0g04