]> granicus.if.org Git - vim/log
vim
14 years agoupdated for version 7.3.090 v7.3.090
Bram Moolenaar [Thu, 30 Dec 2010 10:41:09 +0000 (11:41 +0100)]
updated for version 7.3.090
Problem:    Wrong help text for Cscope.
Solution:   Adjust the help text for "t". (Dominique Pelle)

14 years agoupdated for version 7.3.089 v7.3.089
Bram Moolenaar [Fri, 24 Dec 2010 13:00:17 +0000 (14:00 +0100)]
updated for version 7.3.089
Problem:    Compiler warning on 64 bit MS-Windows.
Solution:   Add type cast. (Mike Williams)

14 years agoupdated for version 7.3.088 v7.3.088
Bram Moolenaar [Fri, 24 Dec 2010 12:39:35 +0000 (13:39 +0100)]
updated for version 7.3.088
Problem:    Ruby can't load Gems sometimes, may cause a crash.
Solution:   Undefine off_t.  Use ruby_process_options(). (Yasuhiro Matsumoto)

14 years agoupdated for version 7.3.087 v7.3.087
Bram Moolenaar [Fri, 17 Dec 2010 19:24:01 +0000 (20:24 +0100)]
updated for version 7.3.087
Problem:    EINTR is not always defined.
Solution:   Include errno.h in vim.h.

14 years agoupdated for version 7.3.086 v7.3.086
Bram Moolenaar [Fri, 17 Dec 2010 17:53:01 +0000 (18:53 +0100)]
updated for version 7.3.086
Problem:    When using a mapping with an expression and there was no count,
            v:count has the value of the previous command. (ZyX)
Solution:   Also set v:count and v:count1 before getting the character that
            could be a command or a count.

14 years agoupdated for version 7.3.085 v7.3.085
Bram Moolenaar [Fri, 17 Dec 2010 17:06:06 +0000 (18:06 +0100)]
updated for version 7.3.085
Problem:    Inconsistency with preproc symbols.  void * computation.
Solution:   Include vimio.h from vim.h.  Add type cast.

14 years agoupdated for version 7.3.084 v7.3.084
Bram Moolenaar [Fri, 17 Dec 2010 16:35:10 +0000 (17:35 +0100)]
updated for version 7.3.084
Problem:    When splitting the window, the new one scrolls with the cursor at
            the top.
Solution:   Compute w_fraction before setting the new height.

14 years agoupdated for version 7.3.083 v7.3.083
Bram Moolenaar [Fri, 17 Dec 2010 15:27:16 +0000 (16:27 +0100)]
updated for version 7.3.083
Problem:    When a read() or write() is interrupted by a signal it fails.
Solution:   Add read_eintr() and write_eintr().

14 years agoupdated for version 7.3.082 v7.3.082
Bram Moolenaar [Fri, 17 Dec 2010 11:19:21 +0000 (12:19 +0100)]
updated for version 7.3.082
Problem:    Leaking file descriptor when hostname doesn't exist.
Solution:   Remove old debugging lines.

14 years agoUpdate runtime files.
Bram Moolenaar [Fri, 10 Dec 2010 19:35:50 +0000 (20:35 +0100)]
Update runtime files.

14 years agoupdated for version 7.3.081 v7.3.081
Bram Moolenaar [Wed, 8 Dec 2010 18:56:58 +0000 (19:56 +0100)]
updated for version 7.3.081
Problem:    Non-printable characters in 'statusline' cause trouble. (ZyX)
Solution:   Use transstr(). (partly by Caio Ariede)

14 years agoupdated for version 7.3.080 v7.3.080
Bram Moolenaar [Wed, 8 Dec 2010 16:09:32 +0000 (17:09 +0100)]
updated for version 7.3.080
Problem:    Spell doesn't work on VMS.
Solution:   Use different file names. (Zoltan Bartos, Zoltan Arpadffy)

14 years agoupdated for version 7.3.079 v7.3.079
Bram Moolenaar [Wed, 8 Dec 2010 13:55:02 +0000 (14:55 +0100)]
updated for version 7.3.079
Problem:    Duplicate lines in makefile.
Solution:   Remove the lines. (Hong Xu)

14 years agoupdated for version 7.3.078 v7.3.078
Bram Moolenaar [Wed, 8 Dec 2010 13:23:15 +0000 (14:23 +0100)]
updated for version 7.3.078
Problem:    Warning for unused variable.
Solution:   Adjuste #ifdefs.

14 years agoupdated for version 7.3.077 v7.3.077
Bram Moolenaar [Wed, 8 Dec 2010 12:17:03 +0000 (13:17 +0100)]
updated for version 7.3.077
Problem:    When updating crypt of swapfile fails there is no error message.
            (Carlo Teubner)
Solution:   Add the error message.

14 years agoupdated for version 7.3.076 v7.3.076
Bram Moolenaar [Wed, 8 Dec 2010 12:11:21 +0000 (13:11 +0100)]
updated for version 7.3.076
Problem:    Clang warnings for dead code.
Solution:   Remove it. (Carlo Teubner)

14 years agoupdated for version 7.3.075 v7.3.075
Bram Moolenaar [Thu, 2 Dec 2010 20:44:40 +0000 (21:44 +0100)]
updated for version 7.3.075
Problem:    Missing part of 'wildignorecase'
Solution:   Also adjust expand()

14 years agoupdated for version 7.3.074 v7.3.074
Bram Moolenaar [Thu, 2 Dec 2010 20:43:16 +0000 (21:43 +0100)]
updated for version 7.3.074
Problem:    Can't use the "+ register like "* for yank and put.
Solution:   Add "unnamedplus" to the 'clipboard' option. (Ivan Krasilnikov)

14 years agoupdated for version 7.3.073 v7.3.073
Bram Moolenaar [Thu, 2 Dec 2010 16:09:54 +0000 (17:09 +0100)]
updated for version 7.3.073
Problem:    Double free memory when netbeans command follows DETACH.
Solution:   Only free the node when owned. (Xavier de Gaye)

14 years agoupdated for version 7.3.072 v7.3.072
Bram Moolenaar [Thu, 2 Dec 2010 15:01:29 +0000 (16:01 +0100)]
updated for version 7.3.072
Problem:    Can't complete file names while ignoring case.
Solution:   Add 'wildignorecase'.

14 years agoupdated for version 7.3.071 v7.3.071
Bram Moolenaar [Thu, 2 Dec 2010 14:33:21 +0000 (15:33 +0100)]
updated for version 7.3.071
Problem:    Editing a file in a window that's in diff mode resets 'diff'
            but not cursor binding.
Solution:   Reset cursor binding in two more places.

14 years agoupdated for version 7.3.070 v7.3.070
Bram Moolenaar [Thu, 2 Dec 2010 13:48:14 +0000 (14:48 +0100)]
updated for version 7.3.070
Problem:    Can set environment variables in the sandbox, could be abused.
Solution:   Disallow it.

14 years agoupdated for version 7.3.069 v7.3.069
Bram Moolenaar [Wed, 24 Nov 2010 17:48:12 +0000 (18:48 +0100)]
updated for version 7.3.069
Problem:    GTK: pressing Enter in inputdialog() doesn't work like clicking OK
            as documented.
Solution:   call gtk_entry_set_activates_default(). (Britton Kerin)

14 years agoupdated for version 7.3.068 v7.3.068
Bram Moolenaar [Wed, 24 Nov 2010 16:59:32 +0000 (17:59 +0100)]
updated for version 7.3.068
Problem:    Using freed memory when doing ":saveas" and an autocommand sets
            'autochdir'. (Kevin Klement)
Solution:   Get the value of fname again after executing autocommands.

14 years agoupdated for version 7.3.067 v7.3.067
Bram Moolenaar [Wed, 24 Nov 2010 16:03:38 +0000 (17:03 +0100)]
updated for version 7.3.067
Problem:    Ruby: Init_prelude is not always available.
Solution:   Remove use of Init_prelude. (Yasuhiro Matsumoto)

14 years agoupdated for version 7.3.066 v7.3.066
Bram Moolenaar [Wed, 24 Nov 2010 15:32:05 +0000 (16:32 +0100)]
updated for version 7.3.066
Problem:    Crash when changing to another window while in a :vimgrep command.
            (Christian Brabandt)
Solution:   When wiping out the dummy before, remove it from aucmd_win.

14 years agoupdated for version 7.3.065 v7.3.065
Bram Moolenaar [Wed, 24 Nov 2010 14:50:59 +0000 (15:50 +0100)]
updated for version 7.3.065
Problem:    Can't get current line number in a source file.
Solution:   Add the <slnum> item, similar to <sfile>.

14 years agoupdated for version 7.3.064 v7.3.064
Bram Moolenaar [Wed, 24 Nov 2010 13:28:58 +0000 (14:28 +0100)]
updated for version 7.3.064
Problem:    Win32: ":dis +" shows nothing, but "+p does insert text.
Solution:   Display the * register, since that's what will be inserted.
            (Christian Brabandt)

14 years agoupdated for version 7.3.063 v7.3.063
Bram Moolenaar [Wed, 24 Nov 2010 11:35:21 +0000 (12:35 +0100)]
updated for version 7.3.063
Problem:    Win32: Running a filter command makes Vim lose focus.
Solution:   Use SW_SHOWMINNOACTIVE instead of SW_SHOWMINIMIZED. (Hong Xu)

14 years agoUpdated runtime files.
Bram Moolenaar [Tue, 16 Nov 2010 19:34:40 +0000 (20:34 +0100)]
Updated runtime files.

14 years agoupdated for version 7.3.062 v7.3.062
Bram Moolenaar [Tue, 16 Nov 2010 18:26:02 +0000 (19:26 +0100)]
updated for version 7.3.062
Problem:    Python doesn't work properly when installed in another directory
            than expected.
Solution:   Figure out home directory in configure and use Py_SetPythonHome()
            at runtime. (Roland Puntaier)

14 years agoupdated for version 7.3.061 v7.3.061
Bram Moolenaar [Tue, 16 Nov 2010 15:25:51 +0000 (16:25 +0100)]
updated for version 7.3.061
Problem:    Remote ":drop" does not respect 'autochdir'. (Peter Odding)
Solution:   Don't restore the directory when 'autochdir' is set. (Benjamin
            Fritz)

14 years agoupdated for version 7.3.060 v7.3.060
Bram Moolenaar [Tue, 16 Nov 2010 14:49:02 +0000 (15:49 +0100)]
updated for version 7.3.060
Problem:    Netbeans: crash when socket is disconnected unexpectedly.
Solution:   Don't cleanup when a read fails, put a message in the queue and
            disconnect later. (Xavier de Gaye)

14 years agoupdated for version 7.3.059 v7.3.059
Bram Moolenaar [Tue, 16 Nov 2010 14:04:57 +0000 (15:04 +0100)]
updated for version 7.3.059
Problem:    Netbeans: Problem with recursively handling messages for Athena
            and Motif.
Solution:   Call netbeans_parse_messages() in the main loop, like it's done
            for GTK. (Xavier de Gaye)

14 years agoupdated for version 7.3.058 v7.3.058
Bram Moolenaar [Tue, 16 Nov 2010 13:46:19 +0000 (14:46 +0100)]
updated for version 7.3.058
Problem:    Error "code converter not found" when loading Ruby script.
Solution:   Load Gem module. (Yasuhiro Matsumoto)

14 years agoupdated for version 7.3.057 v7.3.057
Bram Moolenaar [Tue, 16 Nov 2010 13:06:08 +0000 (14:06 +0100)]
updated for version 7.3.057
Problem:    Segfault with command line abbreviation. (Randy Morris)
Solution:   Don't retrigger the abbreviation when abandoning the command line.
            Continue editing the command line after the error.

14 years agoupdated for version 7.3.056 v7.3.056
Bram Moolenaar [Tue, 16 Nov 2010 10:32:01 +0000 (11:32 +0100)]
updated for version 7.3.056
Problem:    "getline" argument in do_cmdline() shadows global.
Solution:   Rename the argument.
Files:      src/ex_docmd.c

14 years agoupdated for version 7.3.055 v7.3.055
Bram Moolenaar [Wed, 10 Nov 2010 19:41:57 +0000 (20:41 +0100)]
updated for version 7.3.055
Problem:    Recursively nested lists and dictionaries cause a near-endless
            loop when comparing them with a copy. (ZyX)
Solution:   Limit recursiveness in a way that non-recursive structures can
            still be nested very deep.
Files:      src/eval.c, src/testdir/test55.in, src/testdir/test55.ok

14 years agoupdated for version 7.3.054 v7.3.054
Bram Moolenaar [Wed, 10 Nov 2010 18:00:01 +0000 (19:00 +0100)]
updated for version 7.3.054
Problem:    Can define a user command for :Print, but it doesn't work. (Aaron
            Thoma)
Solution:   Let user command :Print overrule the builtin command (Christian
            Brabandt)  Disallow :X and :Next as a user defined command.

14 years agoupdated for version 7.3.053 v7.3.053
Bram Moolenaar [Wed, 10 Nov 2010 16:11:33 +0000 (17:11 +0100)]
updated for version 7.3.053
Problem:    complete() function doesn't reset complete direction.  Can't use
            an empty string in the list of matches.
Solution:   Set compl_direction to FORWARD.  Add "empty" key to allow empty
            words. (Kikuchan)

14 years agoupdated for version 7.3.052 v7.3.052
Bram Moolenaar [Wed, 10 Nov 2010 15:54:20 +0000 (16:54 +0100)]
updated for version 7.3.052
Problem:    When 'completefunc' opens a new window all kinds of errors follow.
            (Xavier Deguillard)
Solution:   When 'completefunc' goes to another window or buffer and when it
            deletes text abort completion.  Add a test for 'completefunc'.

14 years agoupdated for version 7.3.051 v7.3.051
Bram Moolenaar [Wed, 10 Nov 2010 14:37:05 +0000 (15:37 +0100)]
updated for version 7.3.051
Problem:    Crash when /home/mool/bin:/usr/local/sbin:/usr/local/bin:/home/mool/java/jdk/bin:/bin:/sbin:/usr/bin:/usr/games:/usr/sbin:/usr/X11R6/bin:/usr/local/linux-jdk1.3.1/bin:/usr/local/lib/python2.2/Tools/idle is empty.
Solution:   Check for vim_getenv() returning NULL. (Yasuhiro Matsumoto)

14 years agoupdated for version 7.3.050 v7.3.050
Bram Moolenaar [Wed, 3 Nov 2010 21:32:24 +0000 (22:32 +0100)]
updated for version 7.3.050
Problem:    The link script is clumsy.
Solution:   Use the --as-needed linker option if available. (Kirill A.
            Shutemov)

14 years agoupdated for version 7.3.049 v7.3.049
Bram Moolenaar [Wed, 3 Nov 2010 20:59:30 +0000 (21:59 +0100)]
updated for version 7.3.049
Problem:    PLT has rebranded their Scheme to Racket.
Solution:   Add support for Racket 5.x. (Sergey Khorev)

14 years agoupdated for version 7.3.048 v7.3.048
Bram Moolenaar [Wed, 3 Nov 2010 18:32:42 +0000 (19:32 +0100)]
updated for version 7.3.048
Problem:    ":earlier 1f" doesn't work after loading undo file.
Solution:   Set b_u_save_nr_cur when loading an undo file. (Christian
            Brabandt)
            Fix only showing time in ":undolist"

14 years agoupdated for version 7.3.047 v7.3.047
Bram Moolenaar [Wed, 27 Oct 2010 16:36:36 +0000 (18:36 +0200)]
updated for version 7.3.047
Problem:    Missing makefile updates for test 75.
Solution:   Update the makefiles.

14 years agoUpdated runtile files.
Bram Moolenaar [Wed, 27 Oct 2010 16:34:44 +0000 (18:34 +0200)]
Updated runtile files.

14 years agoupdated for version 7.3.046 v7.3.046
Bram Moolenaar [Wed, 27 Oct 2010 15:40:59 +0000 (17:40 +0200)]
updated for version 7.3.046
Problem:    Can't build Ruby on MS-Windows.
Solution:   Add #ifdef, don't use WIN3264 before including vim.h.

14 years agoupdated for version 7.3.045 v7.3.045
Bram Moolenaar [Wed, 27 Oct 2010 15:39:05 +0000 (17:39 +0200)]
updated for version 7.3.045
Problem:    Compiler warning for uninitialized variable.
Solution:   Initialize the variable always.

14 years agoupdated for version 7.3.044 v7.3.044
Bram Moolenaar [Wed, 27 Oct 2010 15:11:15 +0000 (17:11 +0200)]
updated for version 7.3.044
Problem:    The preview window opened by the popup menu is larger than
            specified with 'previewheight'. (Benjamin Haskell)
Solution:   Use 'previewheight' if it's set and smaller.

14 years agoupdated for version 7.3.043 v7.3.043
Bram Moolenaar [Wed, 27 Oct 2010 14:49:47 +0000 (16:49 +0200)]
updated for version 7.3.043
Problem:    Can't load Ruby dynamically on Unix.
Solution:   Adjust the configure script. (James Vega)

14 years agoupdated for version 7.3.042 v7.3.042
Bram Moolenaar [Wed, 27 Oct 2010 14:18:00 +0000 (16:18 +0200)]
updated for version 7.3.042
Problem:    No spell highlighting when re-using an empty buffer.
Solution:   Clear the spell checking info only when clearing the options for a
            buffer. (James Vega)

14 years agoupdated for version 7.3.041 v7.3.041
Bram Moolenaar [Wed, 27 Oct 2010 14:01:27 +0000 (16:01 +0200)]
updated for version 7.3.041
Problem:    Compiler warning for accessing mediumVersion. (Tony Mechelynck)
Solution:   Use the pointer instead of the array itself. (Dominique Pelle)

14 years agoupdated for version 7.3.040 v7.3.040
Bram Moolenaar [Wed, 27 Oct 2010 11:37:44 +0000 (13:37 +0200)]
updated for version 7.3.040
Problem:    Comparing strings while ignoring case goes beyond end of the
            string when there are illegal bytes. (Dominique Pelle)
Solution:   Explicitly check for illegal bytes.

14 years agoupdated for version 7.3.039 v7.3.039
Bram Moolenaar [Wed, 27 Oct 2010 10:58:23 +0000 (12:58 +0200)]
updated for version 7.3.039
Problem:    Crash when using skk.vim plugin.
Solution:   Get length of expression evaluation result only after checking for
            NULL.  (Noriaki Yagi, Dominique Pelle)

14 years agoupdated for version 7.3.038 v7.3.038
Bram Moolenaar [Wed, 27 Oct 2010 10:33:17 +0000 (12:33 +0200)]
updated for version 7.3.038
Problem:    v:windowid isn't set on MS-Windows.
Solution:   Set it to the window handle. (Chris Sutcliffe)

14 years agoupdated for version 7.3.037 v7.3.037
Bram Moolenaar [Wed, 27 Oct 2010 10:18:00 +0000 (12:18 +0200)]
updated for version 7.3.037
Problem:    Compiler warnings for loss of data. (Mike Williams)
Solution:   Add type casts.

14 years agoupdated for version 7.3.036 v7.3.036
Bram Moolenaar [Wed, 27 Oct 2010 10:15:33 +0000 (12:15 +0200)]
updated for version 7.3.036
Problem:    Win32 GUI: When building without menus, the font for dialogs and
            tab page headers also changes.
Solution:   Define USE_SYSMENU_FONT always. (Harig G.)

14 years agoupdated for version 7.3.035 v7.3.035
Bram Moolenaar [Sun, 24 Oct 2010 12:33:43 +0000 (14:33 +0200)]
updated for version 7.3.035
Problem:    Stray semicolon after if statement. (Hari G)
Solution:   Remove the semicolon.

14 years agoupdated for version 7.3.034 v7.3.034
Bram Moolenaar [Sat, 23 Oct 2010 12:02:54 +0000 (14:02 +0200)]
updated for version 7.3.034
Problem:    Win32: may be loading .dll from the wrong directory.
Solution:   Go to the Vim executable directory when opening a library.

14 years agoupdated for version 7.3.033 v7.3.033
Bram Moolenaar [Fri, 22 Oct 2010 20:13:52 +0000 (22:13 +0200)]
updated for version 7.3.033
Problem:    Can't build without FEAT_LOCALMAP.
Solution:   Add an #ifdef. (John Marriott)

14 years agoupdated for version 7.3.032 v7.3.032
Bram Moolenaar [Wed, 20 Oct 2010 19:23:33 +0000 (21:23 +0200)]
updated for version 7.3.032
Problem:    maparg() doesn't return the flags, such as <buffer>, <script>,
            <silent>.  These are needed to save and restore a mapping.
Solution:   Improve maparg(). (also by Christian Brabandt)

14 years agoupdated for version 7.3.031 v7.3.031
Bram Moolenaar [Wed, 20 Oct 2010 17:17:48 +0000 (19:17 +0200)]
updated for version 7.3.031
Problem:    Can't pass the X window ID to another application.
Solution:   Add v:windowid. (Christian J. Robinson, Lech Lorens)

14 years agoUpdated runtime files and translations.
Bram Moolenaar [Wed, 20 Oct 2010 16:45:33 +0000 (18:45 +0200)]
Updated runtime files and translations.

14 years agoupdated for version 7.3.030 v7.3.030
Bram Moolenaar [Wed, 20 Oct 2010 15:44:42 +0000 (17:44 +0200)]
updated for version 7.3.030
Problem:    Cannot store Dict and List in viminfo file.
Solution:   Add support for this. (Christian Brabandt)

14 years agoupdated for version 7.3.029 v7.3.029
Bram Moolenaar [Fri, 15 Oct 2010 18:20:05 +0000 (20:20 +0200)]
updated for version 7.3.029
Problem:    ":sort n" sorts lines without a number as number zero. (Beeyawned)
Solution:   Make lines without a number sort before lines with a number.  Also
            fix sorting negative numbers.

14 years agoupdated for version 7.3.028 v7.3.028
Bram Moolenaar [Thu, 14 Oct 2010 19:29:37 +0000 (21:29 +0200)]
updated for version 7.3.028
Problem:    Signs don't show up. (Charles Campbell)
Solution:   Don't use negative numbers.  Also assign a number to signs that
            have a name of all digits to avoid using a sign number twice.

14 years agoupdated for version 7.3.027 v7.3.027
Bram Moolenaar [Wed, 13 Oct 2010 18:37:41 +0000 (20:37 +0200)]
updated for version 7.3.027
Problem:    Opening a file on a network share is very slow.
Solution:   When fixing file name case append "\*" to directory, server and
            network share names. (David Anderson, John Beckett)

14 years agoupdated for version 7.3.026 v7.3.026
Bram Moolenaar [Wed, 13 Oct 2010 16:06:47 +0000 (18:06 +0200)]
updated for version 7.3.026
Problem:    CTRL-] in a help file doesn't always work. (Tony Mechelynck)
Solution:   Don't escape special characters. (Carlo Teubner)

14 years agoupdated for version 7.3.025 v7.3.025
Bram Moolenaar [Wed, 13 Oct 2010 15:50:07 +0000 (17:50 +0200)]
updated for version 7.3.025
Problem:    ":mksession" does not square brackets escape file name properly.
Solution:   Improve escapging of file names. (partly by Peter Odding)

14 years agoupdated for version 7.3.024 v7.3.024
Bram Moolenaar [Wed, 13 Oct 2010 14:44:23 +0000 (16:44 +0200)]
updated for version 7.3.024
Problem:    Named signs do not use a negative number as intended.
Solution:   Fix the numbering of named signs. (Xavier de Gaye)

14 years agoupdated for version 7.3.023 v7.3.023
Bram Moolenaar [Wed, 13 Oct 2010 14:22:09 +0000 (16:22 +0200)]
updated for version 7.3.023
Problem:    External program may hang when it tries to write to the tty.
Solution:   Don't close the slave tty until after the child exits. (Nikola
            Knezevic)

14 years agoupdated for version 7.3.022 v7.3.022
Bram Moolenaar [Wed, 13 Oct 2010 12:05:35 +0000 (14:05 +0200)]
updated for version 7.3.022
Problem:    When opening a new window the 'spellcapcheck' option is cleared.
Solution:   Copy the correct option value. (Christian Brabandt)

14 years agoupdated for version 7.3.021 v7.3.021
Bram Moolenaar [Sun, 10 Oct 2010 15:08:43 +0000 (17:08 +0200)]
updated for version 7.3.021
Problem:    Conflict for defining Boolean in Mac header files.
Solution:   Define NO_X11_INCLUDES. (Rainer Muller)

14 years agoupdated for version 7.3.020 v7.3.020
Bram Moolenaar [Sat, 9 Oct 2010 15:23:31 +0000 (17:23 +0200)]
updated for version 7.3.020
Problem:    Cursor position wrong when joining multiple lines and
            'formatoptions' contains "a". (Moshe Kamensky)
Solution:   Adjust cursor position for skipped indent. (Carlo Teubner)

14 years agoRuntime file updates.
Bram Moolenaar [Thu, 30 Sep 2010 19:47:56 +0000 (21:47 +0200)]
Runtime file updates.

14 years agoupdated for version 7.3.019 v7.3.019
Bram Moolenaar [Thu, 30 Sep 2010 19:03:26 +0000 (21:03 +0200)]
updated for version 7.3.019
Problem:    ":nbstart" can fail silently.
Solution:   Give an error when netbeans is not supported by the GUI. (Xavier
            de Gaye)

14 years agoupdated for version 7.3.018 v7.3.018
Bram Moolenaar [Wed, 29 Sep 2010 16:42:28 +0000 (18:42 +0200)]
updated for version 7.3.018
Problem:    Missing argument to windres in MingW makefiles.
Solution:   Add the argument that was wrapped in the patch. (Jon Maken)

14 years agoupdated for version 7.3.017 v7.3.017
Bram Moolenaar [Wed, 29 Sep 2010 16:32:52 +0000 (18:32 +0200)]
updated for version 7.3.017
Problem:    smatch reports errors.
Solution:   Fix the reported errors. (Dominique Pelle)

14 years agoupdated for version 7.3.016 v7.3.016
Bram Moolenaar [Wed, 29 Sep 2010 15:27:01 +0000 (17:27 +0200)]
updated for version 7.3.016
Problem:    Netbeans doesn't work under Athena.
Solution:   Support Athena, just like Motif. (Xavier de Gaye)

14 years agoupdated for version 7.3.015 v7.3.015
Bram Moolenaar [Wed, 29 Sep 2010 14:55:49 +0000 (16:55 +0200)]
updated for version 7.3.015
Problem:    Test is using error message that no longer exists.
Solution:   Change E106 to E121. (Dominique Pelle)

14 years agoupdated for version 7.3.014 v7.3.014
Bram Moolenaar [Wed, 29 Sep 2010 13:50:30 +0000 (15:50 +0200)]
updated for version 7.3.014
Problem:    Ending a line in a backslash inside an ":append" or ":insert"
            command in Ex mode doesn't work properly. (Ray Frush)
Solution:   Halve the number of backslashes, only insert a NUL after an odd
            number of backslashes.

14 years agoupdated for version 7.3.013 v7.3.013
Bram Moolenaar [Wed, 29 Sep 2010 11:02:53 +0000 (13:02 +0200)]
updated for version 7.3.013
Problem:    Dynamic loading with Ruby doesn't work for 1.9.2.
Solution:   Handle rb_str2cstr differently.  Also support dynamic loading on
            Unix. (Jon Maken)

14 years agoupdated for version 7.3.012 v7.3.012
Bram Moolenaar [Wed, 29 Sep 2010 10:38:00 +0000 (12:38 +0200)]
updated for version 7.3.012
Problem:    Problems building with MingW.
Solution:   Adjust the MingW makefiles. (Jon)

14 years agoUpdated runtime files.
Bram Moolenaar [Tue, 21 Sep 2010 20:34:02 +0000 (22:34 +0200)]
Updated runtime files.

14 years agoupdated for version 7.3.011 v7.3.011
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.

14 years agoupdated for version 7.3.010 v7.3.010
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)

14 years agoupdated for version 7.3.009 v7.3.009
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)

14 years agoupdated for version 7.3.008 v7.3.008
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'.

14 years agoupdated for version 7.3.007 v7.3.007
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.

14 years agoUpdated runtime files.
Bram Moolenaar [Sun, 19 Sep 2010 17:01:21 +0000 (19:01 +0200)]
Updated runtime files.

14 years agoupdated for version 7.3.006 v7.3.006
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)

14 years agoupdated for version 7.3.005 v7.3.005
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)

14 years agoupdated for version 7.3.004 v7.3.004
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)

14 years agoFold Vim 7.2 default branch back to trunk to avoid two heads. (Tony
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)

14 years agoupdated for version 7.3.003 v7.3.003
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)

14 years agoupdated for version 7.3.002 v7.3.002
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)

14 years agoupdated for version 7.3.002 v7.3.001
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)

14 years agoLast changes for the 7.3 release! v7.3
Bram Moolenaar [Sun, 15 Aug 2010 13:24:20 +0000 (15:24 +0200)]
Last changes for the 7.3 release!

14 years agoFix #ifdef for GDK_SUPER_MASK. (Stephan Schulz)
Bram Moolenaar [Sun, 15 Aug 2010 11:53:58 +0000 (13:53 +0200)]
Fix #ifdef for GDK_SUPER_MASK. (Stephan Schulz)