summaryrefslogtreecommitdiffstats
path: root/src/proto
AgeCommit message (Collapse)Author
2010-06-25Remove the old and not well supported GTK 1 code. (James Vega)Bram Moolenaar
2010-06-22Fixes for time in clipboard request. Also fix ownership. (David Fries)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-12updated for version 7.2.443Bram Moolenaar
Problem: Using taglist() on a tag file with duplicate fields generates an internal error. (Peter Odding) Solution: Check for duplicate field names.
2010-06-06Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window.Bram Moolenaar
2010-06-05Add the conceal patch from Vince Negri.Bram Moolenaar
2010-06-05updated for version 7.2.442Bram Moolenaar
Problem: Copy/paste with OpenOffice doesn't work. Solution: Do not offer the HTML target when it is not supported. (James Vega)
2010-06-02Optimize the blowfish crypt/decrypt code a bit more.Bram Moolenaar
2010-06-01Made crypt/decrypt faster.Bram Moolenaar
2010-05-31Correct use of long instead of off_t for file size. (James Vega)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-30Added the undofile() function. Updated runtime files.Bram Moolenaar
2010-05-29Various improvements to undo file code to make it more robust.Bram Moolenaar
2010-05-29Fix a few more things for persistent undo.Bram Moolenaar
2010-05-24Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar
A few minor changes.
2010-05-23Included patch for persistent undo. Lots of changes and added test.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-20Various smaller changes. Updated proto files. Updated dependencies.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-15After recovery check if the text changed. If it did mark the buffer asBram Moolenaar
modified.
2010-03-02updated for version 7.2.381v7.2.381Bram Moolenaar
Problem: No completion for :behave. Solution: Add :behave completion. Minor related fixes. (Dominique Pelle)
2010-02-03updated for version 7.2.353v7.2.353Bram Moolenaar
Problem: No command line completion for ":profile". Solution: Complete the subcommand and file name.
2010-01-19updated for version 7.2.336v7.2.336Bram Moolenaar
Problem: MzScheme interface can't evaluate an expression. Solution: Add mzeval(). (Sergey Khorev)
2010-01-19updated for version 7.2.334v7.2.334Bram Moolenaar
Problem: Postponing keys in Netbeans interface does not work properly. Solution: Store the key string instead of the number. Avoid an infinite loop. (Mostly by Xavier de Gaye)
2009-12-16updated for version 7.2-320v7.2.320Bram Moolenaar
2009-12-02updated for version 7.2-313v7.2.313Bram Moolenaar
2009-09-30updated for version 7.2-266v7.2.266Bram Moolenaar
2009-09-23updated for version 7.2-264v7.2.264Bram Moolenaar
2009-07-22updated for version 7.2-238v7.2.238Bram Moolenaar
2009-07-14updated for version 7.2-232v7.2.232Bram Moolenaar
2009-07-01updated for version 7.2-221v7.2.221Bram Moolenaar
2009-06-24updated for version 7.2-215v7.2.215Bram Moolenaar
2009-06-16updated for version 7.2-203v7.2.203Bram Moolenaar
2009-06-16updated for version 7.2-200v7.2.200Bram Moolenaar
2009-05-26updated for version 7.2-191v7.2.191Bram Moolenaar
2009-05-13updated for version 7.2-169v7.2.169Bram Moolenaar
2009-05-13updated for version 7.2-168Bram Moolenaar
2009-04-29updated for version 7.2-166v7.2.166Bram Moolenaar
2009-04-22updated for version 7.2-156v7.2.156Bram Moolenaar
2009-04-22updated for version 7.2-152v7.2.152Bram Moolenaar
2009-03-18updated for version 7.2-143v7.2.143Bram Moolenaar
2009-03-05updated for version 7.2-132v7.2.132Bram Moolenaar
2009-02-24updated for version 7.2-126v7.2.126Bram Moolenaar
2009-02-21updated for version 7.2-109v7.2.109Bram Moolenaar