summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-26Change remaining HAVE_GTK2 to FEAT_GUI_GTK.Bram Moolenaar
2010-06-26Fix that :mksession may generate "2argu" even though there is no suchBram Moolenaar
2010-06-25Remove the old and not well supported GTK 1 code. (James Vega)Bram Moolenaar
2010-06-25Fix build problem with Ruby on Windows. (Cesar Romani)Bram Moolenaar
2010-06-24Fix a memory leak in encryption. (Dominique Pelle)Bram Moolenaar
2010-06-24Fix compiler warning.Bram Moolenaar
2010-06-22Fix compiler warnings for shadowed variables. Make 'conceal' a long insteadBram Moolenaar
2010-06-22Fixes for time in clipboard request. Also fix ownership. (David Fries)Bram Moolenaar
2010-06-22Couple of small fixes for conceal feature. (Dominique Pelle)Bram Moolenaar
2010-06-21Command line completion for :ownsyntax. (Dominique Pelle)Bram Moolenaar
2010-06-21Crypt the swapfile.Bram Moolenaar
2010-06-14Fix tiny build, move functions to undo.c.Bram Moolenaar
2010-06-13Added salt to blowfish encryption.Bram Moolenaar
2010-06-12Update help files.Bram Moolenaar
2010-06-12updated for version 7.2.443Bram Moolenaar
2010-06-12Minor typo and docs update.Bram Moolenaar
2010-06-12Avoid compiler warnings on Mac 10.6.Bram Moolenaar
2010-06-08Update src/po/it.po. Fixed errors in ko.po.Bram Moolenaar
2010-06-08Fix conceal feature for gj, gk, etc. (Vince Negri)Bram Moolenaar
2010-06-07Fix crash when using ":grep".Bram Moolenaar
2010-06-07Fix Make_ivc.mak makefile. (Vince Negri)Bram Moolenaar
2010-06-06Fix crash for ":ownsyntax". (Dominique Pelle)Bram Moolenaar
2010-06-06Avoid compiler warnings.Bram Moolenaar
2010-06-06One more fix for conceal patch.Bram Moolenaar
2010-06-06Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window.Bram Moolenaar
2010-06-06Fixed memory leak in ":ownsyntax".Bram Moolenaar
2010-06-06Fix a few compiler warnings. Fix crash with encrypted undo file.Bram Moolenaar
2010-06-05Add the conceal patch from Vince Negri.Bram Moolenaar
2010-06-05Use full path in undofile(). Updated docs.Bram Moolenaar
2010-06-05updated for version 7.2.442Bram Moolenaar
2010-06-03Add patch to improve support of z/OS (OS/390). (Ralf Schandl)Bram Moolenaar
2010-06-03Move text from various.txt to a new helphelp.txt help file.Bram Moolenaar
2010-06-02Optimize the blowfish crypt/decrypt code a bit more.Bram Moolenaar
2010-06-01Made crypt/decrypt faster.Bram Moolenaar
2010-06-01Fix completion of file names with '%' and '*'.Bram Moolenaar
2010-06-01Don't use pointers to store numbers, use a union.Bram Moolenaar
2010-05-31Correct use of long instead of off_t for file size. (James Vega)Bram Moolenaar
2010-05-31Add test for gettabvar() and settabvar().Bram Moolenaar
2010-05-30Crypt the text in the undo file if the file itself is crypted.Bram Moolenaar
2010-05-30Made reading/writing undo info a bit more robust.Bram Moolenaar
2010-05-30Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)Bram Moolenaar
2010-05-30Added the undofile() function. Updated runtime files.Bram Moolenaar
2010-05-30Do not write an undo file if there is nothing to undo.Bram Moolenaar
2010-05-30updated for version 7.2.441Bram Moolenaar
2010-05-30A bit of cleanup and simplification for undofile.Bram Moolenaar
2010-05-30A few more fixes for undo file. Split test in two parts so that it doesn'tBram Moolenaar
2010-05-29Various improvements to undo file code to make it more robust.Bram Moolenaar
2010-05-29Remove old and unused method to allocate memory for undo.Bram Moolenaar
2010-05-29Fix a few more things for persistent undo.Bram Moolenaar
2010-05-28updated for version 7.2.440Bram Moolenaar