log runtime/doc/todo.txt @ 2300:486fb50528f0 vim73

age author description
Sun, 11 Jul 2010 18:03:15 +0200 Bram Moolenaar Add back SAL lines for Swedish spell file. vim73
Sun, 11 Jul 2010 17:35:50 +0200 Bram Moolenaar When 'formatexpr' evaluates to non-zero fall back to internal formatting, also vim73
Sun, 11 Jul 2010 17:23:02 +0200 Bram Moolenaar Improve Javascript indenting. Add "J" flag to 'cino'. (Hari Kumar G) vim73
Sun, 11 Jul 2010 16:58:51 +0200 Bram Moolenaar Support :browse for commands that use an error file argument. (Lech Lorens) vim73
Sat, 10 Jul 2010 19:22:44 +0200 Bram Moolenaar Support wide file names in gvimext. (Szabolcs Horvat) vim73
Sat, 10 Jul 2010 17:51:46 +0200 Bram Moolenaar Make joining a range of lines much faster. (Milan Vancura) vim73
Sat, 10 Jul 2010 16:36:59 +0200 Bram Moolenaar Fix bug: spell menu moved cursor, causing Copy not to work. Spell replacement vim73
Sat, 10 Jul 2010 13:52:13 +0200 Bram Moolenaar Fixed ":s" message. Docs updates. 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 15:14:03 +0200 Bram Moolenaar Make the dos installer work with more compilers. vim73
Wed, 07 Jul 2010 13:19:55 +0200 Bram Moolenaar Adjust MS-Windows installer so that it also works for 64 bit systems. (George vim73
Mon, 05 Jul 2010 22:57:59 +0200 Bram Moolenaar Change SKIP_GTK to SKIP_GTK2 in configure. vim73
Sun, 04 Jul 2010 22:20:21 +0200 Bram Moolenaar Mainly documentation updates. 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 01:15:55 +0200 Bram Moolenaar Add file save counter to undo information. Add undotree() function. vim73
Sat, 26 Jun 2010 06:24:45 +0200 Bram Moolenaar Various small fixes from Dominique Pelle. vim73
Fri, 25 Jun 2010 05:37:59 +0200 Bram Moolenaar Remove the old and not well supported GTK 1 code. (James Vega) vim73
Tue, 22 Jun 2010 06:07:12 +0200 Bram Moolenaar Fixes for time in clipboard request. Also fix ownership. (David Fries) vim73
Tue, 22 Jun 2010 05:16:38 +0200 Bram Moolenaar Couple of small fixes for conceal feature. (Dominique Pelle) vim73
Mon, 21 Jun 2010 06:24:34 +0200 Bram Moolenaar Command line completion for :ownsyntax. (Dominique Pelle) 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 20:18:19 +0200 Bram Moolenaar Update help files. vim73
Sat, 12 Jun 2010 06:46:44 +0200 Bram Moolenaar Minor typo and docs update. vim73
Sun, 06 Jun 2010 23:04:47 +0200 Bram Moolenaar Avoid compiler warnings. vim73
Sun, 06 Jun 2010 17:41:24 +0200 Bram Moolenaar One more fix for conceal patch. vim73
Sun, 06 Jun 2010 16:11:09 +0200 Bram Moolenaar Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window. 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
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