Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change remaining HAVE_GTK2 to FEAT_GUI_GTK. | Bram Moolenaar | 2010-06-26 | 13 | -59/+53 |
| | |||||
* | Fix that :mksession may generate "2argu" even though there is no such | Bram Moolenaar | 2010-06-26 | 1 | -1/+1 |
| | | | | argument. (Peter Odding) | ||||
* | Remove the old and not well supported GTK 1 code. (James Vega) | Bram Moolenaar | 2010-06-25 | 21 | -4345/+224 |
| | |||||
* | Fix build problem with Ruby on Windows. (Cesar Romani) | Bram Moolenaar | 2010-06-25 | 1 | -7/+7 |
| | |||||
* | Fix a memory leak in encryption. (Dominique Pelle) | Bram Moolenaar | 2010-06-24 | 1 | -3/+4 |
| | |||||
* | Fix compiler warning. | Bram Moolenaar | 2010-06-24 | 1 | -1/+1 |
| | |||||
* | Fix compiler warnings for shadowed variables. Make 'conceal' a long instead | Bram Moolenaar | 2010-06-22 | 9 | -43/+43 |
| | | | | of int. | ||||
* | Fixes for time in clipboard request. Also fix ownership. (David Fries) | Bram Moolenaar | 2010-06-22 | 5 | -19/+90 |
| | |||||
* | Couple of small fixes for conceal feature. (Dominique Pelle) | Bram Moolenaar | 2010-06-22 | 4 | -10/+18 |
| | |||||
* | Command line completion for :ownsyntax. (Dominique Pelle) | Bram Moolenaar | 2010-06-21 | 4 | -10/+13 |
| | |||||
* | Crypt the swapfile. | Bram Moolenaar | 2010-06-21 | 23 | -155/+824 |
| | |||||
* | Fix tiny build, move functions to undo.c. | Bram Moolenaar | 2010-06-14 | 4 | -67/+63 |
| | |||||
* | Added salt to blowfish encryption. | Bram Moolenaar | 2010-06-13 | 15 | -156/+425 |
| | |||||
* | Update help files. | Bram Moolenaar | 2010-06-12 | 3 | -7/+3 |
| | |||||
* | updated for version 7.2.443 | Bram Moolenaar | 2010-06-12 | 3 | -3/+15 |
| | | | | | | Problem: Using taglist() on a tag file with duplicate fields generates an internal error. (Peter Odding) Solution: Check for duplicate field names. | ||||
* | Minor typo and docs update. | Bram Moolenaar | 2010-06-12 | 3 | -14/+24 |
| | |||||
* | Avoid compiler warnings on Mac 10.6. | Bram Moolenaar | 2010-06-12 | 1 | -6/+8 |
| | |||||
* | Update src/po/it.po. Fixed errors in ko.po. | Bram Moolenaar | 2010-06-08 | 3 | -21/+124 |
| | |||||
* | Fix conceal feature for gj, gk, etc. (Vince Negri) | Bram Moolenaar | 2010-06-08 | 1 | -1/+41 |
| | |||||
* | Fix crash when using ":grep". | Bram Moolenaar | 2010-06-07 | 1 | -0/+1 |
| | |||||
* | Fix Make_ivc.mak makefile. (Vince Negri) | Bram Moolenaar | 2010-06-07 | 1 | -0/+8 |
| | |||||
* | Fix crash for ":ownsyntax". (Dominique Pelle) | Bram Moolenaar | 2010-06-06 | 1 | -2/+5 |
| | |||||
* | Avoid compiler warnings. | Bram Moolenaar | 2010-06-06 | 6 | -18/+22 |
| | |||||
* | One more fix for conceal patch. | Bram Moolenaar | 2010-06-06 | 5 | -19/+17 |
| | |||||
* | Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window. | Bram Moolenaar | 2010-06-06 | 6 | -18/+32 |
| | |||||
* | Fixed memory leak in ":ownsyntax". | Bram Moolenaar | 2010-06-06 | 4 | -26/+27 |
| | |||||
* | Fix a few compiler warnings. Fix crash with encrypted undo file. | Bram Moolenaar | 2010-06-06 | 10 | -6/+37 |
| | |||||
* | Add the conceal patch from Vince Negri. | Bram Moolenaar | 2010-06-05 | 40 | -698/+1737 |
| | |||||
* | Use full path in undofile(). Updated docs. | Bram Moolenaar | 2010-06-05 | 15 | -141/+200 |
| | |||||
* | updated for version 7.2.442 | Bram Moolenaar | 2010-06-05 | 3 | -17/+76 |
| | | | | | | Problem: Copy/paste with OpenOffice doesn't work. Solution: Do not offer the HTML target when it is not supported. (James Vega) | ||||
* | Add patch to improve support of z/OS (OS/390). (Ralf Schandl) | Bram Moolenaar | 2010-06-03 | 8 | -279/+191 |
| | |||||
* | Move text from various.txt to a new helphelp.txt help file. | Bram Moolenaar | 2010-06-03 | 7 | -305/+337 |
| | |||||
* | Optimize the blowfish crypt/decrypt code a bit more. | Bram Moolenaar | 2010-06-02 | 7 | -68/+116 |
| | |||||
* | Made crypt/decrypt faster. | Bram Moolenaar | 2010-06-01 | 6 | -67/+87 |
| | |||||
* | Fix completion of file names with '%' and '*'. | Bram Moolenaar | 2010-06-01 | 5 | -4/+156 |
| | |||||
* | Don't use pointers to store numbers, use a union. | Bram Moolenaar | 2010-06-01 | 4 | -138/+166 |
| | | | | Fixed MSVC makefile use of /Wp64 flag. | ||||
* | Correct use of long instead of off_t for file size. (James Vega) | Bram Moolenaar | 2010-05-31 | 11 | -117/+332 |
| | |||||
* | Add test for gettabvar() and settabvar(). | Bram Moolenaar | 2010-05-31 | 6 | -6/+38 |
| | |||||
* | Crypt the text in the undo file if the file itself is crypted. | Bram Moolenaar | 2010-05-30 | 10 | -50/+260 |
| | |||||
* | Made reading/writing undo info a bit more robust. | Bram Moolenaar | 2010-05-30 | 6 | -166/+241 |
| | |||||
* | Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle) | Bram Moolenaar | 2010-05-30 | 5 | -4/+13 |
| | |||||
* | Added the undofile() function. Updated runtime files. | Bram Moolenaar | 2010-05-30 | 15 | -25/+71 |
| | |||||
* | Do not write an undo file if there is nothing to undo. | Bram Moolenaar | 2010-05-30 | 2 | -8/+42 |
| | |||||
* | updated for version 7.2.441 | Bram Moolenaar | 2010-05-30 | 1 | -0/+2 |
| | | | | | Problem: When using ":earlier" undo information may be wrong. Solution: When changing alternate branches also adjust b_u_oldhead. | ||||
* | A bit of cleanup and simplification for undofile. | Bram Moolenaar | 2010-05-30 | 5 | -61/+34 |
| | |||||
* | A few more fixes for undo file. Split test in two parts so that it doesn't | Bram Moolenaar | 2010-05-30 | 16 | -72/+163 |
| | | | | fail with tiny features. | ||||
* | Various improvements to undo file code to make it more robust. | Bram Moolenaar | 2010-05-29 | 7 | -457/+537 |
| | |||||
* | Remove old and unused method to allocate memory for undo. | Bram Moolenaar | 2010-05-29 | 2 | -459/+49 |
| | |||||
* | Fix a few more things for persistent undo. | Bram Moolenaar | 2010-05-29 | 6 | -191/+222 |
| | |||||
* | updated for version 7.2.440 | Bram Moolenaar | 2010-05-28 | 3 | -8/+18 |
| | | | | | | Problem: Calling a function through a funcref, where the function deletes the funcref, leads to an invalid memory access. Solution: Make a copy of the function name. (Lech Lorens) |