summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-05-26Fix definition of UINT_PTR for 64 bit systems.Bram Moolenaar
2010-05-26More strict checks for the undo file.Bram Moolenaar
2010-05-25Fix for using ":wundo foo" when foo is an empty file.Bram Moolenaar
2010-05-25updated for version 7.2.438Bram Moolenaar
2010-05-25Found a way to make the MS-Windows installer wait for the uninstaller toBram Moolenaar
2010-05-24And another small fix for persistent undo.Bram Moolenaar
2010-05-24Fix: :wundo didn't work in a buffer without a name.Bram Moolenaar
2010-05-24Improve the MS-Windows installer.Bram Moolenaar
2010-05-24Tiny change for Italian man page.Bram Moolenaar
2010-05-24Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar
2010-05-23Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar
2010-05-23Fix for Netbeans on MS-Windows not compiling.Bram Moolenaar
2010-05-22Some versions of Ruby redefine rb_str_new2 to rb_str_new_cstr.Bram Moolenaar
2010-05-22Fix wrong memory access when clearing crypt key.Bram Moolenaar
2010-05-22Add :nbstart and :nbclose.Bram Moolenaar
2010-05-22Included the patch to support netbeans in a terminal.Bram Moolenaar
2010-05-22Fix: window title not updated after file dropped.Bram Moolenaar
2010-05-22Add the settabvar() and gettabvar() functions.Bram Moolenaar
2010-05-21Add extra floating point functions.Bram Moolenaar
2010-05-21"g8" doesn't work properly on a NUL.Bram Moolenaar
2010-05-21A few more changes for encryption. Add test that encrypted file can be read.Bram Moolenaar
2010-05-21updated for version 7.2.437Bram Moolenaar
2010-05-21Updated runtime files.Bram Moolenaar
2010-05-21Other solution for GTK not changing the locale.Bram Moolenaar
2010-05-20Various smaller changes. Updated proto files. Updated dependencies.Bram Moolenaar
2010-05-19Use UINT32_T in the code, define it to uint32_t or unsigned int.Bram Moolenaar
2010-05-18Updated a few runtime files.Bram Moolenaar
2010-05-18One more fix for defining uint32_t.Bram Moolenaar
2010-05-18Change wording in link.sh: "remove" -> "omit"Bram Moolenaar
2010-05-18Fix build on Cygwin and MingW.Bram Moolenaar
2010-05-18Undefine uint32_t when building if_perl.xs to fix the build.Bram Moolenaar
2010-05-18Add blowfish and sha256 source files to more Makefiles.Bram Moolenaar
2010-05-17Small update to help files.Bram Moolenaar
2010-05-17Avoid warnings for unused arguments when compiling with Gnome.Bram Moolenaar
2010-05-17Undo undesired changes in src/Makefile.Bram Moolenaar
2010-05-17Fixed encryption big/little endian test.Bram Moolenaar
2010-05-16Minor updates to blowfish encryption.Bram Moolenaar
2010-05-16Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar
2010-05-16Add 'relativenumber' patch from Markus Heidelberg.Bram Moolenaar
2010-05-16Remove outdated line from top Makefile.Bram Moolenaar
2010-05-16Move items around in the todo list.Bram Moolenaar
2010-05-16updated for version 7.2.436Bram Moolenaar
2010-05-16Fix typo in release date.Bram Moolenaar
2010-05-16updated for version 7.2.435Bram Moolenaar
2010-05-16Merge patch 7.2.434.Bram Moolenaar
2010-05-15Merged change from default branch: Correct Japanese menus.Bram Moolenaar
2010-05-15Correct Japanese menus to avoid error while loading them after 7.2.432.Bram Moolenaar
2010-05-15After recovery check if the text changed. If it did mark the buffer asBram Moolenaar
2010-05-15Get rid of the "extra" and "lang" archives.Bram Moolenaar
2010-05-15Switched from autoconf 2.63 to 2.65.Bram Moolenaar