Commit Graph

2205 Commits

Author SHA1 Message Date
Bram Moolenaar fda6b03eb2 Runtime file updates. 2010-05-28 20:54:39 +02:00
Bram Moolenaar 2b014620f0 Fix definition of UINT_PTR for 64 bit systems. 2010-05-26 21:42:54 +02:00
Bram Moolenaar 36f2c10a8f More strict checks for the undo file. 2010-05-26 21:21:00 +02:00
Bram Moolenaar 2f3d7cec25 Fix for using ":wundo foo" when foo is an empty file. 2010-05-25 22:09:21 +02:00
Bram Moolenaar 1a0e57a0a2 updated for version 7.2.438
Problem:    "vim -r" crashes.
Solution:   Don't use NULL pointer argument.
2010-05-25 21:37:17 +02:00
Bram Moolenaar d2d2bbaf2c Found a way to make the MS-Windows installer wait for the uninstaller to
finish, no need for the user to press Enter.
2010-05-25 21:02:00 +02:00
Bram Moolenaar f0a95b636a And another small fix for persistent undo. 2010-05-24 22:06:04 +02:00
Bram Moolenaar fe71e070b3 Fix: :wundo didn't work in a buffer without a name. 2010-05-24 22:02:24 +02:00
Bram Moolenaar 597a92a306 Improve the MS-Windows installer. 2010-05-24 21:34:22 +02:00
Bram Moolenaar 56ceeff845 Tiny change for Italian man page. 2010-05-24 21:25:23 +02:00
Bram Moolenaar 99a5dc69e6 Fix uninit memory read in undo code. Fix uint32_t in proto file.
A few minor changes.
2010-05-24 11:59:29 +02:00
Bram Moolenaar 562a9bce66 Included patch for persistent undo. Lots of changes and added test. 2010-05-23 23:34:36 +02:00
Bram Moolenaar 91289935fd Fix for Netbeans on MS-Windows not compiling. 2010-05-23 12:06:58 +02:00
Bram Moolenaar 2b8d736f98 Some versions of Ruby redefine rb_str_new2 to rb_str_new_cstr.
Attempt at a fix.
2010-05-22 21:56:55 +02:00
Bram Moolenaar d6263c725b Fix wrong memory access when clearing crypt key. 2010-05-22 21:37:53 +02:00
Bram Moolenaar 84e2615383 Add :nbstart and :nbclose. 2010-05-22 21:34:09 +02:00
Bram Moolenaar 0122a641eb Included the patch to support netbeans in a terminal. 2010-05-22 18:28:27 +02:00
Bram Moolenaar 2fc97c186d Fix: window title not updated after file dropped. 2010-05-22 15:50:12 +02:00
Bram Moolenaar 510ad86c5c Add the settabvar() and gettabvar() functions.
Various runtime file updates.
2010-05-22 15:37:44 +02:00
Bram Moolenaar 3ca92e0f13 Add extra floating point functions. 2010-05-21 16:33:48 +02:00
Bram Moolenaar a50b3d86a4 "g8" doesn't work properly on a NUL. 2010-05-21 15:46:35 +02:00
Bram Moolenaar 172f433799 A few more changes for encryption. Add test that encrypted file can be read. 2010-05-21 15:36:08 +02:00
Bram Moolenaar 86f992317f updated for version 7.2.437
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.
2010-05-21 13:08:58 +02:00
Bram Moolenaar 99677f045c Updated runtime files. 2010-05-21 12:05:36 +02:00
Bram Moolenaar 6d9fc279df Other solution for GTK not changing the locale. 2010-05-21 12:04:55 +02:00
Bram Moolenaar 34b6d9007a Various smaller changes. Updated proto files. Updated dependencies. 2010-05-20 21:46:00 +02:00
Bram Moolenaar 5f3d2cb994 Use UINT32_T in the code, define it to uint32_t or unsigned int.
Better autoconf check for uint32_t.
2010-05-19 21:57:45 +02:00
Bram Moolenaar 9af8415565 Updated a few runtime files. 2010-05-18 22:28:22 +02:00
Bram Moolenaar a7f3a00238 One more fix for defining uint32_t. 2010-05-18 21:49:58 +02:00
Bram Moolenaar bf9381acca Change wording in link.sh: "remove" -> "omit" 2010-05-18 21:41:09 +02:00
Bram Moolenaar 2c808e5a51 Fix build on Cygwin and MingW. 2010-05-18 21:17:10 +02:00
Bram Moolenaar 74ab8d37b4 Undefine uint32_t when building if_perl.xs to fix the build. 2010-05-18 21:05:27 +02:00
Bram Moolenaar b3645d431b Add blowfish and sha256 source files to more Makefiles. 2010-05-18 20:34:20 +02:00
Bram Moolenaar 9cad1b5520 Small update to help files. 2010-05-17 22:07:47 +02:00
Bram Moolenaar c8bdd94b25 Avoid warnings for unused arguments when compiling with Gnome. 2010-05-17 22:07:15 +02:00
Bram Moolenaar f73e82e507 Undo undesired changes in src/Makefile. 2010-05-17 21:37:47 +02:00
Bram Moolenaar 74916df150 Fixed encryption big/little endian test.
Use uint32_t to avoid crash on 64 bit machines.
Added error numbers for Blowfish errors.
Fixed the tiny version not building.
2010-05-17 20:32:55 +02:00
Bram Moolenaar d49e457e7f Minor updates to blowfish encryption. 2010-05-16 23:02:33 +02:00
Bram Moolenaar 14c0e8da9b Add the blowfish encryption patch from Mohsin Ahmed. Needs more work. 2010-05-16 22:32:54 +02:00
Bram Moolenaar 33c34b91e7 Add 'relativenumber' patch from Markus Heidelberg. 2010-05-16 15:46:46 +02:00
Bram Moolenaar 559b72bffd Remove outdated line from top Makefile. 2010-05-16 15:15:27 +02:00
Bram Moolenaar 5b60b23f24 Move items around in the todo list. 2010-05-16 15:14:25 +02:00
Bram Moolenaar 99198bb079 updated for version 7.2.436
Problem:    Reproducible crash in syntax HL. (George Reilly, Dominique Pelle)
Solution:   Make sst_stacksize an int instead of short. (Dominique Pelle)
2010-05-16 13:56:06 +02:00
Bram Moolenaar 32327a8f52 Fix typo in release date. 2010-05-16 13:40:33 +02:00
Bram Moolenaar 01ed1b8c43 updated for version 7.2.435
Problem:    Crash when using bad_char_idx uninitialized. (Patrick Texier)
Solution:   Don't use bad_char_idx, reproduce the ++bad argument from bad_char.
2010-05-16 13:26:25 +02:00
Bram Moolenaar f63d00c663 Merge patch 7.2.434. 2010-05-16 12:49:27 +02:00
Bram Moolenaar be67813326 Merged change from default branch: Correct Japanese menus. 2010-05-15 21:29:02 +02:00
Bram Moolenaar 12e58957ea Correct Japanese menus to avoid error while loading them after 7.2.432. 2010-05-15 18:21:26 +02:00
Bram Moolenaar 9b3b299b7f After recovery check if the text changed. If it did mark the buffer as
modified.
2010-05-15 17:06:53 +02:00
Bram Moolenaar 5f97acff2d Get rid of the "extra" and "lang" archives. 2010-05-15 15:41:59 +02:00