1
0
forked from aniani/vim

Commit Graph

  • ccd9ccfa59 Adjust MS-Windows installer so that it also works for 64 bit systems. (George Reilly) Bram Moolenaar 2010-07-07 13:19:55 +02:00
  • e667c95335 Change SKIP_GTK to SKIP_GTK2 in configure. Bram Moolenaar 2010-07-05 22:57:59 +02:00
  • 0af8cebc6c Better init for match highlighting when using conceal feature. Bram Moolenaar 2010-07-05 22:22:57 +02:00
  • 996343d38e Mainly documentation updates. Bram Moolenaar 2010-07-04 22:20:21 +02:00
  • b2c0350c67 Make updating text for conceal mode simpler. A few compiler warning fixes. Bram Moolenaar 2010-07-02 20:20:09 +02:00
  • 730cde924c Added ":earlier 1f" and ":later 1f". Bram Moolenaar 2010-06-27 05:18:54 +02:00
  • a800b42975 Add file save counter to undo information. Add undotree() function. Bram Moolenaar 2010-06-27 01:15:55 +02:00
  • d69980f9dd Remove wrong #ifdef added by previous change. Bram Moolenaar 2010-06-26 21:15:50 +02:00
  • 644044794e Various small fixes from Dominique Pelle. Bram Moolenaar 2010-06-26 06:24:45 +02:00
  • 0eda7ac7f8 Change remaining HAVE_GTK2 to FEAT_GUI_GTK. Bram Moolenaar 2010-06-26 05:38:18 +02:00
  • 51f53dfe17 Fix that :mksession may generate "2argu" even though there is no such argument. (Peter Odding) Bram Moolenaar 2010-06-26 05:25:54 +02:00
  • 182c5be111 Remove the old and not well supported GTK 1 code. (James Vega) Bram Moolenaar 2010-06-25 05:37:59 +02:00
  • ba52cde53d Fix build problem with Ruby on Windows. (Cesar Romani) Bram Moolenaar 2010-06-25 04:29:11 +02:00
  • e242b83535 Fix a memory leak in encryption. (Dominique Pelle) Bram Moolenaar 2010-06-24 05:39:03 +02:00
  • e77fb8ca53 Fix compiler warning. Bram Moolenaar 2010-06-24 05:20:13 +02:00
  • f506c5bb1c Fix compiler warnings for shadowed variables. Make 'conceal' a long instead of int. Bram Moolenaar 2010-06-22 06:28:58 +02:00
  • 7cfea75ed6 Fixes for time in clipboard request. Also fix ownership. (David Fries) Bram Moolenaar 2010-06-22 06:07:12 +02:00
  • 370df58df9 Couple of small fixes for conceal feature. (Dominique Pelle) Bram Moolenaar 2010-06-22 05:16:38 +02:00
  • 883f5d08e4 Command line completion for :ownsyntax. (Dominique Pelle) Bram Moolenaar 2010-06-21 06:24:34 +02:00
  • a8ffcbbf5d Crypt the swapfile. Bram Moolenaar 2010-06-21 06:15:46 +02:00
  • 191e0a2bc7 Fix tiny build, move functions to undo.c. Bram Moolenaar 2010-06-14 01:39:13 +02:00
  • 80794b1ce6 Added salt to blowfish encryption. Bram Moolenaar 2010-06-13 05:20:42 +02:00
  • 31c8f28cca updated for version 7.2.444 Problem: Can't build with GTK 1, gtk_selection_clear_targets() is not available. (Patrick Texier) Solution: Don't change the targets for GTK 1, set them once. v7.2.444 Bram Moolenaar 2010-06-13 02:35:46 +02:00
  • 46f9d49601 Update help files. Bram Moolenaar 2010-06-12 20:18:19 +02:00
  • 9ea339d58c updated for version 7.2.443 Problem: Using taglist() on a tag file with duplicate fields generates an internal error. (Peter Odding) Solution: Check for duplicate field names. v7.2.443 Bram Moolenaar 2010-06-12 20:12:02 +02:00
  • 8bcf9654dc updated for version 7.2.443 Problem: Using taglist() on a tag file with duplicate fields generates an internal error. (Peter Odding) Solution: Check for duplicate field names. Bram Moolenaar 2010-06-12 20:12:02 +02:00
  • 97ea511bbf Minor typo and docs update. Bram Moolenaar 2010-06-12 06:46:44 +02:00
  • f9b0129f5f Avoid compiler warnings on Mac 10.6. Bram Moolenaar 2010-06-12 06:45:20 +02:00
  • 6f0d3dd270 Update src/po/it.po. Fixed errors in ko.po. Bram Moolenaar 2010-06-08 23:17:01 +02:00
  • d5b3a2cbd9 Fix conceal feature for gj, gk, etc. (Vince Negri) Bram Moolenaar 2010-06-08 22:59:42 +02:00
  • cdddaa46a2 Fix crash when using ":grep". Bram Moolenaar 2010-06-07 23:07:44 +02:00
  • 6a3c997104 Fix Make_ivc.mak makefile. (Vince Negri) Bram Moolenaar 2010-06-07 22:50:29 +02:00
  • e0c6a656f3 Fix crash for ":ownsyntax". (Dominique Pelle) Bram Moolenaar 2010-06-06 23:10:19 +02:00
  • 9d6650f6c4 Avoid compiler warnings. Bram Moolenaar 2010-06-06 23:04:47 +02:00
  • debe25a2a5 One more fix for conceal patch. Bram Moolenaar 2010-06-06 17:41:24 +02:00
  • fd29f4628e Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window. Bram Moolenaar 2010-06-06 16:11:09 +02:00
  • 1950c3529b Fixed memory leak in ":ownsyntax". Bram Moolenaar 2010-06-06 15:21:10 +02:00
  • 56be950094 Fix a few compiler warnings. Fix crash with encrypted undo file. Bram Moolenaar 2010-06-06 14:20:26 +02:00
  • 860cae1cec Add the conceal patch from Vince Negri. Bram Moolenaar 2010-06-05 23:22:07 +02:00
  • 945e2dbb63 Use full path in undofile(). Updated docs. Bram Moolenaar 2010-06-05 17:43:32 +02:00
  • f949563afa updated for version 7.2.442 Problem: Copy/paste with OpenOffice doesn't work. Solution: Do not offer the HTML target when it is not supported. (James Vega) v7.2.442 Bram Moolenaar 2010-06-05 12:49:46 +02:00
  • a76638f47d updated for version 7.2.442 Problem: Copy/paste with OpenOffice doesn't work. Solution: Do not offer the HTML target when it is not supported. (James Vega) Bram Moolenaar 2010-06-05 12:49:46 +02:00
  • 2c704a77c1 Add patch to improve support of z/OS (OS/390). (Ralf Schandl) Bram Moolenaar 2010-06-03 21:17:25 +02:00
  • 9160441955 Move text from various.txt to a new helphelp.txt help file. Bram Moolenaar 2010-06-03 20:25:18 +02:00
  • bbd6afe03e Optimize the blowfish crypt/decrypt code a bit more. Bram Moolenaar 2010-06-02 20:32:23 +02:00
  • 04c9bafa71 Made crypt/decrypt faster. Bram Moolenaar 2010-06-01 23:37:39 +02:00
  • 8cd213c09a Fix completion of file names with '%' and '*'. Bram Moolenaar 2010-06-01 21:57:09 +02:00
  • 83d09bb85e Don't use pointers to store numbers, use a union. Fixed MSVC makefile use of /Wp64 flag. Bram Moolenaar 2010-06-01 19:58:08 +02:00
  • 914703bee2 Correct use of long instead of off_t for file size. (James Vega) Bram Moolenaar 2010-05-31 21:59:46 +02:00
  • 20a825ae0f Add test for gettabvar() and settabvar(). Bram Moolenaar 2010-05-31 21:27:30 +02:00
  • a3ff49fdcc Crypt the text in the undo file if the file itself is crypted. Bram Moolenaar 2010-05-30 22:48:02 +02:00
  • 6ed8ed84f9 Made reading/writing undo info a bit more robust. Bram Moolenaar 2010-05-30 20:40:11 +02:00
  • fd3e5dc97f Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle) Bram Moolenaar 2010-05-30 19:00:15 +02:00
  • a17d4c1934 Added the undofile() function. Updated runtime files. Bram Moolenaar 2010-05-30 18:30:36 +02:00
  • 504a82173c Do not write an undo file if there is nothing to undo. Bram Moolenaar 2010-05-30 17:17:42 +02:00
  • d96699e696 updated for version 7.2.441 Problem: When using ":earlier" undo information may be wrong. Solution: When changing alternate branches also adjust b_u_oldhead. v7.2.441 Bram Moolenaar 2010-05-30 16:55:22 +02:00
  • 8f1f629d85 updated for version 7.2.441 Problem: When using ":earlier" undo information may be wrong. Solution: When changing alternate branches also adjust b_u_oldhead. Bram Moolenaar 2010-05-30 16:55:22 +02:00
  • 6773b2ba7e A bit of cleanup and simplification for undofile. Bram Moolenaar 2010-05-30 16:01:37 +02:00
  • 644fdff7c1 A few more fixes for undo file. Split test in two parts so that it doesn't fail with tiny features. Bram Moolenaar 2010-05-30 13:26:21 +02:00
  • 9db580634c Various improvements to undo file code to make it more robust. Bram Moolenaar 2010-05-29 20:33:07 +02:00
  • f05e3b0220 Remove old and unused method to allocate memory for undo. Bram Moolenaar 2010-05-29 15:40:47 +02:00
  • cdf04208f3 Fix a few more things for persistent undo. Bram Moolenaar 2010-05-29 15:11:47 +02:00
  • 97bc5a52c9 updated for version 7.2.440 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) v7.2.440 Bram Moolenaar 2010-05-28 22:06:46 +02:00
  • bc42c1e427 updated for version 7.2.440 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) Bram Moolenaar 2010-05-28 22:06:46 +02:00
  • 5d4c25b335 updated for version 7.2.439 Problem: Invalid memory access when doing thesaurus completion and 'infercase' is set. Solution: Use the minimal length of completed word and replacement. (Dominique Pelle) v7.2.439 Bram Moolenaar 2010-05-28 21:31:58 +02:00
  • 04fa5427b8 updated for version 7.2.439 Problem: Invalid memory access when doing thesaurus completion and 'infercase' is set. Solution: Use the minimal length of completed word and replacement. (Dominique Pelle) Bram Moolenaar 2010-05-28 21:31:58 +02:00
  • 0e1e25fb0a Don't execute some autocommands when v:dying is 2 or more. Bram Moolenaar 2010-05-28 21:07:08 +02:00
  • 1d68952a3e Runtime file updates. Bram Moolenaar 2010-05-28 20:54:39 +02:00
  • 167632fcdd Fix definition of UINT_PTR for 64 bit systems. Bram Moolenaar 2010-05-26 21:42:54 +02:00
  • 6a18eb6f62 More strict checks for the undo file. Bram Moolenaar 2010-05-26 21:21:00 +02:00
  • 83ad0147c0 Fix for using ":wundo foo" when foo is an empty file. Bram Moolenaar 2010-05-25 22:09:21 +02:00
  • 07e8db1da5 updated for version 7.2.438 Problem: "vim -r" crashes. Solution: Don't use NULL pointer argument. v7.2.438 Bram Moolenaar 2010-05-25 21:37:17 +02:00
  • 64354da438 updated for version 7.2.438 Problem: "vim -r" crashes. Solution: Don't use NULL pointer argument. Bram Moolenaar 2010-05-25 21:37:17 +02:00
  • b230bd5a16 Found a way to make the MS-Windows installer wait for the uninstaller to finish, no need for the user to press Enter. Bram Moolenaar 2010-05-25 21:02:00 +02:00
  • 9d72807646 And another small fix for persistent undo. Bram Moolenaar 2010-05-24 22:06:04 +02:00
  • 6a244fefd9 Fix: :wundo didn't work in a buffer without a name. Bram Moolenaar 2010-05-24 22:02:24 +02:00
  • 442b4225d3 Improve the MS-Windows installer. Bram Moolenaar 2010-05-24 21:34:22 +02:00
  • e66194a54e Tiny change for Italian man page. Bram Moolenaar 2010-05-24 21:25:23 +02:00
  • 7db5fc838a Fix uninit memory read in undo code. Fix uint32_t in proto file. A few minor changes. Bram Moolenaar 2010-05-24 11:59:29 +02:00
  • 55debbe384 Included patch for persistent undo. Lots of changes and added test. Bram Moolenaar 2010-05-23 23:34:36 +02:00
  • c39125d7c4 Fix for Netbeans on MS-Windows not compiling. Bram Moolenaar 2010-05-23 12:06:58 +02:00
  • 1d2beae176 Some versions of Ruby redefine rb_str_new2 to rb_str_new_cstr. Attempt at a fix. Bram Moolenaar 2010-05-22 21:56:55 +02:00
  • be18d10fd4 Fix wrong memory access when clearing crypt key. Bram Moolenaar 2010-05-22 21:37:53 +02:00
  • b26e6327e6 Add :nbstart and :nbclose. Bram Moolenaar 2010-05-22 21:34:09 +02:00
  • 67c5384434 Included the patch to support netbeans in a terminal. Bram Moolenaar 2010-05-22 18:28:27 +02:00
  • ca7e1f2066 Fix: window title not updated after file dropped. Bram Moolenaar 2010-05-22 15:50:12 +02:00
  • 06b5d5167a Add the settabvar() and gettabvar() functions. Various runtime file updates. Bram Moolenaar 2010-05-22 15:37:44 +02:00
  • db7c686ea5 Add extra floating point functions. Bram Moolenaar 2010-05-21 16:33:48 +02:00
  • b382ad13ca "g8" doesn't work properly on a NUL. Bram Moolenaar 2010-05-21 15:46:35 +02:00
  • f50a2533d0 A few more changes for encryption. Add test that encrypted file can be read. Bram Moolenaar 2010-05-21 15:36:08 +02:00
  • 6dc79f2890 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. v7.2.437 Bram Moolenaar 2010-05-21 13:08:58 +02:00
  • 6019078ece 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. Bram Moolenaar 2010-05-21 13:08:58 +02:00
  • 7a329911b9 Updated runtime files. Bram Moolenaar 2010-05-21 12:05:36 +02:00
  • c6af8125c7 Other solution for GTK not changing the locale. Bram Moolenaar 2010-05-21 12:04:55 +02:00
  • 218116c1d0 Various smaller changes. Updated proto files. Updated dependencies. Bram Moolenaar 2010-05-20 21:46:00 +02:00
  • fa7584cb86 Use UINT32_T in the code, define it to uint32_t or unsigned int. Better autoconf check for uint32_t. Bram Moolenaar 2010-05-19 21:57:45 +02:00
  • b702c84d0d Updated a few runtime files. Bram Moolenaar 2010-05-18 22:28:22 +02:00
  • 4890f1f7f4 One more fix for defining uint32_t. Bram Moolenaar 2010-05-18 21:49:58 +02:00
  • 6323508e5e Change wording in link.sh: "remove" -> "omit" Bram Moolenaar 2010-05-18 21:41:09 +02:00
  • 4a9b19ace8 Fix build on Cygwin and MingW. Bram Moolenaar 2010-05-18 21:17:10 +02:00