Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix uninit memory read in undo code. Fix uint32_t in proto file. | Bram Moolenaar | 2010-05-24 | 19 | -34/+40 |
| | | | | A few minor changes. | ||||
* | Included patch for persistent undo. Lots of changes and added test. | Bram Moolenaar | 2010-05-23 | 23 | -56/+1066 |
| | |||||
* | Fix for Netbeans on MS-Windows not compiling. | Bram Moolenaar | 2010-05-23 | 1 | -9/+14 |
| | |||||
* | Some versions of Ruby redefine rb_str_new2 to rb_str_new_cstr. | Bram Moolenaar | 2010-05-22 | 1 | -2/+14 |
| | | | | Attempt at a fix. | ||||
* | Fix wrong memory access when clearing crypt key. | Bram Moolenaar | 2010-05-22 | 1 | -3/+3 |
| | |||||
* | Add :nbstart and :nbclose. | Bram Moolenaar | 2010-05-22 | 28 | -420/+582 |
| | |||||
* | Included the patch to support netbeans in a terminal. | Bram Moolenaar | 2010-05-22 | 13 | -211/+314 |
| | |||||
* | Fix: window title not updated after file dropped. | Bram Moolenaar | 2010-05-22 | 1 | -3/+4 |
| | |||||
* | Add the settabvar() and gettabvar() functions. | Bram Moolenaar | 2010-05-22 | 1 | -0/+72 |
| | | | | Various runtime file updates. | ||||
* | Add extra floating point functions. | Bram Moolenaar | 2010-05-21 | 1 | -20/+224 |
| | |||||
* | "g8" doesn't work properly on a NUL. | Bram Moolenaar | 2010-05-21 | 1 | -8/+9 |
| | |||||
* | A few more changes for encryption. Add test that encrypted file can be read. | Bram Moolenaar | 2010-05-21 | 3 | -23/+73 |
| | |||||
* | updated for version 7.2.437 | Bram Moolenaar | 2010-05-21 | 1 | -0/+7 |
| | | | | | | Problem: When "\\\n" appears in the expression result the \n doesn't result in a line break. (Andy Wokula) Solution: Also replace a \n after a backslash into \r. | ||||
* | Other solution for GTK not changing the locale. | Bram Moolenaar | 2010-05-21 | 3 | -16/+7 |
| | |||||
* | Various smaller changes. Updated proto files. Updated dependencies. | Bram Moolenaar | 2010-05-20 | 9 | -19/+40 |
| | |||||
* | Use UINT32_T in the code, define it to uint32_t or unsigned int. | Bram Moolenaar | 2010-05-19 | 7 | -74/+138 |
| | | | | Better autoconf check for uint32_t. | ||||
* | One more fix for defining uint32_t. | Bram Moolenaar | 2010-05-18 | 2 | -0/+6 |
| | |||||
* | Change wording in link.sh: "remove" -> "omit" | Bram Moolenaar | 2010-05-18 | 1 | -7/+7 |
| | |||||
* | Fix build on Cygwin and MingW. | Bram Moolenaar | 2010-05-18 | 2 | -6/+14 |
| | |||||
* | Undefine uint32_t when building if_perl.xs to fix the build. | Bram Moolenaar | 2010-05-18 | 1 | -0/+6 |
| | |||||
* | Add blowfish and sha256 source files to more Makefiles. | Bram Moolenaar | 2010-05-18 | 10 | -8/+44 |
| | |||||
* | Avoid warnings for unused arguments when compiling with Gnome. | Bram Moolenaar | 2010-05-17 | 1 | -11/+23 |
| | |||||
* | Undo undesired changes in src/Makefile. | Bram Moolenaar | 2010-05-17 | 1 | -4/+4 |
| | |||||
* | Fixed encryption big/little endian test. | Bram Moolenaar | 2010-05-17 | 8 | -55/+382 |
| | | | | | | Use uint32_t to avoid crash on 64 bit machines. Added error numbers for Blowfish errors. Fixed the tiny version not building. | ||||
* | Minor updates to blowfish encryption. | Bram Moolenaar | 2010-05-16 | 3 | -30/+24 |
| | |||||
* | Add the blowfish encryption patch from Mohsin Ahmed. Needs more work. | Bram Moolenaar | 2010-05-16 | 26 | -45/+1272 |
| | |||||
* | Add 'relativenumber' patch from Markus Heidelberg. | Bram Moolenaar | 2010-05-16 | 13 | -39/+148 |
| | |||||
* | updated for version 7.2.436 | Bram Moolenaar | 2010-05-16 | 1 | -4/+4 |
| | | | | | Problem: Reproducible crash in syntax HL. (George Reilly, Dominique Pelle) Solution: Make sst_stacksize an int instead of short. (Dominique Pelle) | ||||
* | Fix typo in release date. | Bram Moolenaar | 2010-05-16 | 1 | -1/+1 |
| | |||||
* | updated for version 7.2.435 | Bram Moolenaar | 2010-05-16 | 3 | -9/+12 |
| | | | | | Problem: Crash when using bad_char_idx uninitialized. (Patrick Texier) Solution: Don't use bad_char_idx, reproduce the ++bad argument from bad_char. | ||||
* | Merge patch 7.2.434. | Bram Moolenaar | 2010-05-16 | 1 | -0/+6 |
| | |||||
* | After recovery check if the text changed. If it did mark the buffer as | Bram Moolenaar | 2010-05-15 | 3 | -19/+67 |
| | | | | modified. | ||||
* | Switched from autoconf 2.63 to 2.65. | Bram Moolenaar | 2010-05-15 | 1 | -8938/+2806 |
| | |||||
* | Small fix for compiler warning in Netbeans. | Bram Moolenaar | 2010-05-15 | 1 | -1/+1 |
| | |||||
* | First step in the Vim 7.3 branch. Changed version numbers. | Bram Moolenaar | 2010-05-15 | 20 | -984/+255 |
| | |||||
* | updated for version 7.2.433v7.2.433 | Bram Moolenaar | 2010-05-14 | 2 | -52/+71 |
| | | | | | Problem: Can't use cscope with QuickFixCmdPre and QuickFixCmdPost. Solution: Add cscope support for these autocmd events. (Bryan Venteicher) | ||||
* | updated for version 7.2.432v7.2.432 | Bram Moolenaar | 2010-05-14 | 3 | -69/+164 |
| | | | | | | | Problem: When menus are translated they can only be found by the translated name. That makes ":emenu" difficult to use. Solution: Store the untranslated name and use it for completion and :emenu. (Edward L. Fox / Liang Peng / Bezetek James) | ||||
* | updated for version 7.2.431v7.2.431 | Bram Moolenaar | 2010-05-14 | 2 | -4/+15 |
| | | | | | Problem: ":amenu" moves the cursor when in Insert mode. Solution: Use CTRL-\ CTRL-O instead of CTRL-O. (Christian Brabandt) | ||||
* | updated for version 7.2.430v7.2.430 | Bram Moolenaar | 2010-05-14 | 4 | -7/+10 |
| | | | | | | | Problem: The ++bad argument is handled wrong, resulting in an invalid memory access. Solution: Use the bad_char field only for the replacement character, add bad_char_idx to store the position. (Dominique Pelle) | ||||
* | updated for version 7.2.429v7.2.429 | Bram Moolenaar | 2010-05-14 | 2 | -1/+10 |
| | | | | | | | Problem: A file that exists but access is denied may result in a "new file" message. E.g. when its directory is unreadable. Solution: Specifically check for ENOENT to decide a file doesn't exist. (partly by James Vega) | ||||
* | updated for version 7.2.428v7.2.428 | Bram Moolenaar | 2010-05-14 | 2 | -1/+7 |
| | | | | | Problem: Using setqflist([]) to clear the error list doesn't work properly. Solution: Set qf_nonevalid to TRUE when appropriate. (Christian Brabandt) | ||||
* | updated for version 7.2.427v7.2.427 | Bram Moolenaar | 2010-05-14 | 2 | -15/+23 |
| | | | | | | Problem: The swapfile is created using the destination of a symlink, but recovery doesn't follow symlinks. Solution: When recovering, resolve symlinks. (James Vega) | ||||
* | updated for version 7.2.426v7.2.426 | Bram Moolenaar | 2010-05-14 | 2 | -17/+23 |
| | | | | | Problem: Commas in 'langmap' are not always handled correctly. Solution: Require commas to be backslash escaped. (James Vega) | ||||
* | updated for version 7.2.425v7.2.425 | Bram Moolenaar | 2010-05-14 | 2 | -1/+3 |
| | | | | | Problem: Some compilers complain about fourth EX() argument. Solution: Add cast to long_u. | ||||
* | updated for version 7.2.424v7.2.424 | Bram Moolenaar | 2010-05-14 | 3 | -2/+28 |
| | | | | | | Problem: ":colorscheme" without an argument doesn't do anything. Solution: Make it echo the current color scheme name. (partly by Christian Brabandt) | ||||
* | updated for version 7.2.423v7.2.423 | Bram Moolenaar | 2010-05-14 | 2 | -11/+18 |
| | | | | | | Problem: Crash when assigning s: to variable. (Yukihiro Nakadaira) Solution: Make ga_scripts contain pointer to scriptvar_T instead of scriptvar_T itself. (Dominique Pelle) | ||||
* | updated for version 7.2.422v7.2.422 | Bram Moolenaar | 2010-05-13 | 2 | -2/+10 |
| | | | | | | Problem: May get E763 when using spell dictionaries. Solution: Avoid utf-8 case folded character to be truncated to 8 bits and differ from latin1. (Dominique Pelle) | ||||
* | updated for version 7.2.421v7.2.421 | Bram Moolenaar | 2010-05-13 | 2 | -2/+6 |
| | | | | | | | Problem: Folds are sometimes not updated properly and there is no way to force an update. Solution: Make "zx" and "zX" recompute folds (suggested by Christian Brabandt) | ||||
* | updated for version 7.2.420v7.2.420 | Bram Moolenaar | 2010-05-13 | 2 | -2/+4 |
| | | | | | | Problem: ":argedit" does not accept "++enc=utf8" as documented. (Dominique Pelle) Solution: Add the ARGOPT flag to ":argedit". | ||||
* | updated for version 7.2.419v7.2.419 | Bram Moolenaar | 2010-05-13 | 2 | -0/+3 |
| | | | | | Problem: Memory leak in Motif when clicking on "Search Vim Help". Solution: Free string returned by XmTextGetString(). (Dominique Pelle) |