summaryrefslogtreecommitdiff
path: root/runtime/doc/todo.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Add file save counter to undo information. Add undotree() function.Bram Moolenaar2010-06-271-6/+3
* Various small fixes from Dominique Pelle.Bram Moolenaar2010-06-261-1/+0
* Remove the old and not well supported GTK 1 code. (James Vega)Bram Moolenaar2010-06-251-3/+2
* Fixes for time in clipboard request. Also fix ownership. (David Fries)Bram Moolenaar2010-06-221-5/+4
* Couple of small fixes for conceal feature. (Dominique Pelle)Bram Moolenaar2010-06-221-4/+1
* Command line completion for :ownsyntax. (Dominique Pelle)Bram Moolenaar2010-06-211-6/+0
* Crypt the swapfile.Bram Moolenaar2010-06-211-11/+11
* Fix tiny build, move functions to undo.c.Bram Moolenaar2010-06-141-7/+4
* Added salt to blowfish encryption.Bram Moolenaar2010-06-131-4/+0
* Update help files.Bram Moolenaar2010-06-121-5/+0
* Minor typo and docs update.Bram Moolenaar2010-06-121-1/+16
* Avoid compiler warnings.Bram Moolenaar2010-06-061-2/+1
* One more fix for conceal patch.Bram Moolenaar2010-06-061-12/+3
* Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window.Bram Moolenaar2010-06-061-3/+8
* Fix a few compiler warnings. Fix crash with encrypted undo file.Bram Moolenaar2010-06-061-0/+2
* Add the conceal patch from Vince Negri.Bram Moolenaar2010-06-051-4/+4
* Use full path in undofile(). Updated docs.Bram Moolenaar2010-06-051-1/+7
* Move text from various.txt to a new helphelp.txt help file.Bram Moolenaar2010-06-031-9/+15
* Optimize the blowfish crypt/decrypt code a bit more.Bram Moolenaar2010-06-021-5/+2
* Made crypt/decrypt faster.Bram Moolenaar2010-06-011-2/+4
* Don't use pointers to store numbers, use a union.Bram Moolenaar2010-06-011-0/+1
* Correct use of long instead of off_t for file size. (James Vega)Bram Moolenaar2010-05-311-2/+0
* Add test for gettabvar() and settabvar().Bram Moolenaar2010-05-311-3/+7
* Crypt the text in the undo file if the file itself is crypted.Bram Moolenaar2010-05-301-3/+0
* Made reading/writing undo info a bit more robust.Bram Moolenaar2010-05-301-3/+0
* Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)Bram Moolenaar2010-05-301-1/+0
* Added the undofile() function. Updated runtime files.Bram Moolenaar2010-05-301-5/+0
* Do not write an undo file if there is nothing to undo.Bram Moolenaar2010-05-301-3/+0
* A bit of cleanup and simplification for undofile.Bram Moolenaar2010-05-301-1/+1
* A few more fixes for undo file. Split test in two parts so that it doesn'tBram Moolenaar2010-05-301-0/+1
* Various improvements to undo file code to make it more robust.Bram Moolenaar2010-05-291-0/+1
* Remove old and unused method to allocate memory for undo.Bram Moolenaar2010-05-291-7/+0
* Fix a few more things for persistent undo.Bram Moolenaar2010-05-291-11/+9
* Don't execute some autocommands when v:dying is 2 or more.Bram Moolenaar2010-05-281-3/+0
* Runtime file updates.Bram Moolenaar2010-05-281-4/+8
* Fix definition of UINT_PTR for 64 bit systems.Bram Moolenaar2010-05-261-0/+4
* More strict checks for the undo file.Bram Moolenaar2010-05-261-1/+8
* Found a way to make the MS-Windows installer wait for the uninstaller toBram Moolenaar2010-05-251-2/+6
* Improve the MS-Windows installer.Bram Moolenaar2010-05-241-6/+6
* Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar2010-05-241-8/+7
* Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar2010-05-231-36/+20
* Add :nbstart and :nbclose.Bram Moolenaar2010-05-221-6/+0
* Included the patch to support netbeans in a terminal.Bram Moolenaar2010-05-221-2/+6
* Fix: window title not updated after file dropped.Bram Moolenaar2010-05-221-0/+1
* Add the settabvar() and gettabvar() functions.Bram Moolenaar2010-05-221-11/+25
* Add extra floating point functions.Bram Moolenaar2010-05-211-3/+6
* "g8" doesn't work properly on a NUL.Bram Moolenaar2010-05-211-2/+0
* A few more changes for encryption. Add test that encrypted file can be read.Bram Moolenaar2010-05-211-10/+0
* Updated runtime files.Bram Moolenaar2010-05-211-0/+1
* Use UINT32_T in the code, define it to uint32_t or unsigned int.Bram Moolenaar2010-05-191-0/+7