]>
granicus.if.org Git - vim/log
Bram Moolenaar [Tue, 21 Sep 2010 20:09:37 +0000 (22:09 +0200)]
updated for version 7.3.011
Problem: X11 clipboard doesn't work in Athena/Motif GUI. First selection
after a shell command doesn't work.
Solution: When using the GUI use XtLastTimestampProcessed() instead of
changing a property. (partly by Toni Ronkko)
When executing a shell command disown the selection.
Bram Moolenaar [Tue, 21 Sep 2010 15:34:31 +0000 (17:34 +0200)]
updated for version 7.3.010
Problem: Mac GUI: Missing break statements.
Solution: Add the break statements. (Dominique Pelle)
Bram Moolenaar [Tue, 21 Sep 2010 15:29:23 +0000 (17:29 +0200)]
updated for version 7.3.009
Problem: Win32: Crash on Windows when using a bad argument for strftime().
(Christian Brabandt)
Solution: Use the bad_param_handler(). (Mike Williams)
Bram Moolenaar [Tue, 21 Sep 2010 14:56:35 +0000 (16:56 +0200)]
updated for version 7.3.008
Problem: 'cursorbind' is kept in places where 'scrollbind' is reset.
Solution: Reset 'cursorbind'.
Bram Moolenaar [Tue, 21 Sep 2010 14:49:37 +0000 (16:49 +0200)]
updated for version 7.3.007
Problem: Python code defines global "buffer". Re-implements a grow-array.
Solution: Use a grow-array instead of coding the same functionality. Handle
out-of-memory situation properly.
Bram Moolenaar [Sun, 19 Sep 2010 17:01:21 +0000 (19:01 +0200)]
Updated runtime files.
Bram Moolenaar [Sat, 18 Sep 2010 11:36:49 +0000 (13:36 +0200)]
updated for version 7.3.006
Problem: Can't build some multi-byte code with C89.
Solution: Move code to after declarations. (Joachim Schmitz)
Bram Moolenaar [Tue, 14 Sep 2010 10:47:37 +0000 (12:47 +0200)]
updated for version 7.3.005
Problem: Crash when using undotree(). (Christian Brabandt)
Solution: Increase the list reference count. Add a test for undotree()
(Lech Lorens)
Bram Moolenaar [Tue, 14 Sep 2010 08:55:47 +0000 (10:55 +0200)]
updated for version 7.3.004
Problem: Crash when using very long regexp. (Peter Odding)
Solution: Reset reg_toolong. (Carlo Teubner)
Bram Moolenaar [Fri, 20 Aug 2010 09:11:57 +0000 (11:11 +0200)]
Fold Vim 7.2 default branch back to trunk to avoid two heads. (Tony
Mechelynck)
Bram Moolenaar [Tue, 17 Aug 2010 18:26:59 +0000 (20:26 +0200)]
updated for version 7.3.003
Problem: Crash with specific BufWritePost autocmd. (Peter Odding)
Solution: Don't free the quickfix title twice. (Lech Lorens)
Bram Moolenaar [Mon, 16 Aug 2010 20:34:29 +0000 (22:34 +0200)]
updated for version 7.3.002
Problem: ":find" completion doesn't work when halfway an environment
variable. (Dominique Pelle)
Solution: Only use in-path completion when expanding file names. (Nazri
Ramliy)
Bram Moolenaar [Mon, 16 Aug 2010 19:53:27 +0000 (21:53 +0200)]
updated for version 7.3.002
Problem: ":find" completion doesn't work when halfway an environment
variable. (Dominique Pelle)
Solution: Only use in-path completion when expanding file names. (Nazri
Ramliy)
Bram Moolenaar [Sun, 15 Aug 2010 13:24:20 +0000 (15:24 +0200)]
Last changes for the 7.3 release!
Bram Moolenaar [Sun, 15 Aug 2010 11:53:58 +0000 (13:53 +0200)]
Fix #ifdef for GDK_SUPER_MASK. (Stephan Schulz)
Bram Moolenaar [Sun, 15 Aug 2010 11:50:43 +0000 (13:50 +0200)]
Make the references to features in the help more consistent. (Sylvain Hitier)
Bram Moolenaar [Sun, 15 Aug 2010 11:30:34 +0000 (13:30 +0200)]
Docs fix for tabpagewinnr(). (Sylvain Hitier)
Bram Moolenaar [Sun, 15 Aug 2010 11:29:11 +0000 (13:29 +0200)]
Two fixes for :find completion and more testing. (Nazri Ramliy)
Bram Moolenaar [Sun, 15 Aug 2010 10:57:37 +0000 (12:57 +0200)]
Do include Mac clipboard code for MacVim.
Bram Moolenaar [Sat, 14 Aug 2010 19:57:32 +0000 (21:57 +0200)]
Runtime file updates.
Bram Moolenaar [Sat, 14 Aug 2010 19:56:42 +0000 (21:56 +0200)]
Fix building the Mac version with GUI.
Bram Moolenaar [Sat, 14 Aug 2010 15:46:20 +0000 (17:46 +0200)]
README and help file updates.
Bram Moolenaar [Sat, 14 Aug 2010 12:32:54 +0000 (14:32 +0200)]
Fix: in compatible mode, in an empty buffer, ":r file" triggered an error
message.
Bram Moolenaar [Sat, 14 Aug 2010 11:34:39 +0000 (13:34 +0200)]
Fix: strcat() on overlapping string. (Dominique Pelle)
Bram Moolenaar [Sat, 14 Aug 2010 11:33:56 +0000 (13:33 +0200)]
Version 7.3f -> 7.3g
Bram Moolenaar [Fri, 13 Aug 2010 20:05:54 +0000 (22:05 +0200)]
Preparations for 7.3f release.
Bram Moolenaar [Fri, 13 Aug 2010 19:16:49 +0000 (21:16 +0200)]
Cleanup in :find completion code. Make it work for "./subdir" in 'path'.
Bram Moolenaar [Fri, 13 Aug 2010 17:13:18 +0000 (19:13 +0200)]
Use mkdir() instead of !mkdir in test 73, it's more reliable.
Bram Moolenaar [Fri, 13 Aug 2010 17:12:07 +0000 (19:12 +0200)]
Now really fix using expressions in the command line (hopefully).
Bram Moolenaar [Fri, 13 Aug 2010 14:51:26 +0000 (16:51 +0200)]
Fix illegal memory access when using expressions in the command line.
Bram Moolenaar [Fri, 13 Aug 2010 14:24:30 +0000 (16:24 +0200)]
Update message for :python/:py3 usage with approximate translations.
Bram Moolenaar [Fri, 13 Aug 2010 14:22:57 +0000 (16:22 +0200)]
Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)
Bram Moolenaar [Fri, 13 Aug 2010 13:24:39 +0000 (15:24 +0200)]
Conceal feature caused the 'cursorline' highlighting to stop early.
Bram Moolenaar [Fri, 13 Aug 2010 12:58:53 +0000 (14:58 +0200)]
Fix for Yaml syntax file. (Nikolai Weibull)
Bram Moolenaar [Fri, 13 Aug 2010 12:38:12 +0000 (14:38 +0200)]
Runtime file updates.
Bram Moolenaar [Fri, 13 Aug 2010 11:57:13 +0000 (13:57 +0200)]
Fix #ifdef for GDK_SUPER_MASK.
Bram Moolenaar [Fri, 13 Aug 2010 11:36:15 +0000 (13:36 +0200)]
More fixes for :find completion. (mostly by Nazri Ramliy)
Bram Moolenaar [Fri, 13 Aug 2010 10:09:22 +0000 (12:09 +0200)]
Update to Perl runtime files. (Andy Lester)
Bram Moolenaar [Fri, 13 Aug 2010 09:57:42 +0000 (11:57 +0200)]
Updated Italian menus. (Vlad Sandrini)
Bram Moolenaar [Fri, 13 Aug 2010 09:30:02 +0000 (11:30 +0200)]
Updates for :TOhtml. (Benjamin Fritz)
Bram Moolenaar [Fri, 13 Aug 2010 09:18:02 +0000 (11:18 +0200)]
Avoid warnings from the clang compiler. (Dominique Pelle)
Bram Moolenaar [Thu, 12 Aug 2010 20:19:09 +0000 (22:19 +0200)]
Updated Finnish translations. (Flammie Pirinen)
Bram Moolenaar [Thu, 12 Aug 2010 20:14:01 +0000 (22:14 +0200)]
Fix: Lua interface tried to load the library when closing a buffer or window.
Bram Moolenaar [Thu, 12 Aug 2010 19:50:51 +0000 (21:50 +0200)]
Improvements for :find completion.
Bram Moolenaar [Thu, 12 Aug 2010 18:17:02 +0000 (20:17 +0200)]
Include wchar.h in charset.c for towupper().
Bram Moolenaar [Wed, 11 Aug 2010 21:37:32 +0000 (23:37 +0200)]
Runtime file updates.
Bram Moolenaar [Wed, 11 Aug 2010 21:11:47 +0000 (23:11 +0200)]
Updated translations. Added Portuguese tutor.
Bram Moolenaar [Wed, 11 Aug 2010 20:05:57 +0000 (22:05 +0200)]
Fixes for :find completion.
Bram Moolenaar [Tue, 10 Aug 2010 20:53:02 +0000 (22:53 +0200)]
Improved pt_PT spell file generation.
Bram Moolenaar [Tue, 10 Aug 2010 20:52:25 +0000 (22:52 +0200)]
Updated message translations.
Bram Moolenaar [Tue, 10 Aug 2010 19:43:35 +0000 (21:43 +0200)]
Runtime file updates. Fix tar plugin window split.
Bram Moolenaar [Tue, 10 Aug 2010 17:50:26 +0000 (19:50 +0200)]
Make :find completion work better with the DJGPP build. (Nazri Ramliy)
Bram Moolenaar [Tue, 10 Aug 2010 07:25:48 +0000 (09:25 +0200)]
Fix compiler warning.
Bram Moolenaar [Mon, 9 Aug 2010 20:49:00 +0000 (22:49 +0200)]
Fix crash when using netbeans in a terminal when compiled with GUI support.
(partly by Xavier de Gaye)
Bram Moolenaar [Mon, 9 Aug 2010 20:33:06 +0000 (22:33 +0200)]
Runtime file updates.
Bram Moolenaar [Mon, 9 Aug 2010 20:14:48 +0000 (22:14 +0200)]
Fix: :ltag command did not set w:quickfix_title. (Lech Lorens)
Bram Moolenaar [Mon, 9 Aug 2010 20:07:08 +0000 (22:07 +0200)]
Fix for float values on VMS. (Zoltan Arpadffy)
Bram Moolenaar [Mon, 9 Aug 2010 20:06:13 +0000 (22:06 +0200)]
When building with both Python 2 and Python 3 don't use RTLD_GLOBAL, so that
both may work.
Bram Moolenaar [Mon, 9 Aug 2010 18:16:32 +0000 (20:16 +0200)]
Version 7.3e -> 7.3f.
Bram Moolenaar [Mon, 9 Aug 2010 18:13:35 +0000 (20:13 +0200)]
Runtime file updates. (Tim Pope)
Bram Moolenaar [Sun, 8 Aug 2010 19:39:46 +0000 (21:39 +0200)]
Prepare for 7.3e release.
Bram Moolenaar [Sun, 8 Aug 2010 19:15:53 +0000 (21:15 +0200)]
Update version info in help files.
Bram Moolenaar [Sun, 8 Aug 2010 16:46:06 +0000 (18:46 +0200)]
Fixed: on MS-Windows sometimes files with number 4913 or higher are left
behind.
Bram Moolenaar [Sun, 8 Aug 2010 16:29:48 +0000 (18:29 +0200)]
Update help about wildcards in 'tags' option.
Bram Moolenaar [Sun, 8 Aug 2010 16:17:52 +0000 (18:17 +0200)]
Fix: 'suffixesadd' was used for finding tags file.
Bram Moolenaar [Sun, 8 Aug 2010 14:38:42 +0000 (16:38 +0200)]
Remove unused code.
Bram Moolenaar [Sun, 8 Aug 2010 14:34:14 +0000 (16:34 +0200)]
NL spelling: remove REP items to avoid lots of suggestions with dots.
Bram Moolenaar [Sun, 8 Aug 2010 13:28:22 +0000 (15:28 +0200)]
Also support Doxygen in C# files. (Andreas J. Beblik)
Bram Moolenaar [Sun, 8 Aug 2010 12:40:37 +0000 (14:40 +0200)]
Improve positioning of combining characters in GTK.
Bram Moolenaar [Sun, 8 Aug 2010 11:18:47 +0000 (13:18 +0200)]
Make test 11 pass when there is no gzip program. (John Beckett)
Bram Moolenaar [Sun, 8 Aug 2010 11:13:51 +0000 (13:13 +0200)]
Avoid that test 73 ovewrites viminfo. (James Vega)
Bram Moolenaar [Sun, 8 Aug 2010 11:07:57 +0000 (13:07 +0200)]
Fix: test 73 failed with small features.
Bram Moolenaar [Sat, 7 Aug 2010 18:30:49 +0000 (20:30 +0200)]
Change readfile() to ignore byte order marks, unless in binary mode.
Bram Moolenaar [Sat, 7 Aug 2010 16:42:45 +0000 (18:42 +0200)]
Use different Czech keymap (Stepan Nemec)
Bram Moolenaar [Sat, 7 Aug 2010 15:07:21 +0000 (17:07 +0200)]
Fixed: on MS-Windows completion of shell commands didn't work.
Bram Moolenaar [Sat, 7 Aug 2010 14:38:38 +0000 (16:38 +0200)]
Updated translations. (Dominique Pelle)
Bram Moolenaar [Sat, 7 Aug 2010 14:38:13 +0000 (16:38 +0200)]
Fix: An unprintable multi-byte character at the start of the screen line
caused the following text to be drawn at the wrong position.
Bram Moolenaar [Sat, 7 Aug 2010 13:47:30 +0000 (15:47 +0200)]
Updates for :TOhtml. (Ben Fritz)
Bram Moolenaar [Sat, 7 Aug 2010 13:46:45 +0000 (15:46 +0200)]
Fix: with newer GTK versions accented characters were drawn too much to the
left.
Bram Moolenaar [Sat, 7 Aug 2010 11:46:23 +0000 (13:46 +0200)]
Update for jsp syntax file.
Bram Moolenaar [Sat, 7 Aug 2010 11:45:59 +0000 (13:45 +0200)]
Some messages were missing when updating translations. (Dominique Pelle)
Bram Moolenaar [Sat, 7 Aug 2010 11:27:48 +0000 (13:27 +0200)]
Set 'visualbell' in test 72 to avoid a beep.
Bram Moolenaar [Sat, 7 Aug 2010 11:19:56 +0000 (13:19 +0200)]
Update pt_BR translations.
Bram Moolenaar [Sat, 7 Aug 2010 11:19:27 +0000 (13:19 +0200)]
Update README files. Remove references to extra and lang archives.
Bram Moolenaar [Sat, 7 Aug 2010 10:54:12 +0000 (12:54 +0200)]
Fix: ml_get errors when using undo with 'virtualedit'.
Bram Moolenaar [Fri, 6 Aug 2010 20:14:36 +0000 (22:14 +0200)]
Updated Dutch spell files to use latest OpenOffic.org version.
Bram Moolenaar [Fri, 6 Aug 2010 18:53:49 +0000 (20:53 +0200)]
Update version number in gvim.exe manifest. (Michael Wookey)
Bram Moolenaar [Fri, 6 Aug 2010 18:42:30 +0000 (20:42 +0200)]
Call gui_mch_update() before triggering GuiEnter autocmd. (Ron Aaron)
Bram Moolenaar [Thu, 5 Aug 2010 20:08:47 +0000 (22:08 +0200)]
Updated syntax files.
Bram Moolenaar [Thu, 5 Aug 2010 19:54:00 +0000 (21:54 +0200)]
Improve handling of user settings in :TOhtml. Default to generating CSS.
(Benjamin Fritz)
Bram Moolenaar [Thu, 5 Aug 2010 19:40:16 +0000 (21:40 +0200)]
Fix a few problems for :find completion. Test much more. (Nazri Ramliy)
Bram Moolenaar [Wed, 4 Aug 2010 21:03:17 +0000 (23:03 +0200)]
Updated syntax files. (Charles Campbell)
Bram Moolenaar [Wed, 4 Aug 2010 20:44:27 +0000 (22:44 +0200)]
Fixed: "make install" installed a few Amiga .info files.
Bram Moolenaar [Wed, 4 Aug 2010 18:55:44 +0000 (20:55 +0200)]
Disallow setting 'ambiwidth' to "double" when 'listchars' or 'fillchars'
contains a character that would become double width.
Bram Moolenaar [Wed, 4 Aug 2010 18:12:32 +0000 (20:12 +0200)]
After entering a crypt key would need to hit return to continue.
When silencing a message it would still clear a kept message.
Bram Moolenaar [Wed, 4 Aug 2010 17:29:04 +0000 (19:29 +0200)]
7.3d -> 7.3e.
Bram Moolenaar [Wed, 4 Aug 2010 16:27:57 +0000 (18:27 +0200)]
Make test 73 a bit more portable.
Bram Moolenaar [Wed, 4 Aug 2010 15:49:30 +0000 (17:49 +0200)]
Preparations for 7.3d release.
Bram Moolenaar [Wed, 4 Aug 2010 15:07:20 +0000 (17:07 +0200)]
Make :find completion consistent between Unix and MS-Windows. Add a test.
(Nazri Ramliy)
Bram Moolenaar [Wed, 4 Aug 2010 14:11:50 +0000 (16:11 +0200)]
Add translations in diff syntax. (Jakson A. Aquino)