]> granicus.if.org Git - vim/log
vim
8 years agopatch 7.4.1890 v7.4.1890
Bram Moolenaar [Sat, 4 Jun 2016 14:24:32 +0000 (16:24 +0200)]
patch 7.4.1890
Problem:    GUI: When channel data is received the cursor blinking is
            interrupted.  (Ramel Eshed)
Solution:   Don't update the cursor when it is blinking.

8 years agopatch 7.4.1889 v7.4.1889
Bram Moolenaar [Sat, 4 Jun 2016 12:52:00 +0000 (14:52 +0200)]
patch 7.4.1889
Problem:    When umask is set to 0177 Vim can't create temp files. (Lcd)
Solution:   Also correct umask when using mkdtemp().

8 years agopatch 7.4.1888 v7.4.1888
Bram Moolenaar [Sat, 4 Jun 2016 12:37:22 +0000 (14:37 +0200)]
patch 7.4.1888
Problem:    Wrong computation of remaining wait time in RealWaitForChar()
Solution:   Remember the original waiting time.

8 years agopatch 7.4.1887 v7.4.1887
Bram Moolenaar [Sat, 4 Jun 2016 12:11:20 +0000 (14:11 +0200)]
patch 7.4.1887
Problem:    When receiving channel data 'updatetime' is not respected.
Solution:   Recompute the waiting time after being interrupted.

8 years agopatch 7.4.1886 v7.4.1886
Bram Moolenaar [Sat, 4 Jun 2016 11:32:35 +0000 (13:32 +0200)]
patch 7.4.1886
Problem:    When waiting for a character is interrupted by receiving channel
            data and the first character of a mapping was typed, the mapping
            times out. (Ramel Eshed)
Solution:   When dealing with channel data don't return from mch_inchar().

8 years agopatch 7.4.1885 v7.4.1885
Bram Moolenaar [Fri, 3 Jun 2016 17:43:16 +0000 (19:43 +0200)]
patch 7.4.1885
Problem:    MinGW console build defaults to not having +channel.
Solution:   Include the channel feature if building with huge features. (Ken
            Takata)

8 years agopatch 7.4.1884 v7.4.1884
Bram Moolenaar [Fri, 3 Jun 2016 17:05:49 +0000 (19:05 +0200)]
patch 7.4.1884
Problem:    Updating marks in a quickfix list is very slow when the list is
            long.
Solution:   Only update marks if the buffer has a quickfix entry.

8 years agopatch 7.4.1883 v7.4.1883
Bram Moolenaar [Thu, 2 Jun 2016 20:27:08 +0000 (22:27 +0200)]
patch 7.4.1883
Problem:    Cppcheck found 2 incorrect printf formats.
Solution:   Use %ld and %lx. (Dominique Pelle)

8 years agopatch 7.4.1882 v7.4.1882
Bram Moolenaar [Thu, 2 Jun 2016 20:18:47 +0000 (22:18 +0200)]
patch 7.4.1882
Problem:    Check for line break at end of line wrong. (Dominique Pelle)
Solution:   Correct the logic.

8 years agopatch 7.4.1881 v7.4.1881
Bram Moolenaar [Thu, 2 Jun 2016 20:08:05 +0000 (22:08 +0200)]
patch 7.4.1881
Problem:    Appending to a long quickfix list is slow.
Solution:   Add qf_last.

8 years agopatch 7.4.1880 v7.4.1880
Bram Moolenaar [Thu, 2 Jun 2016 18:26:41 +0000 (20:26 +0200)]
patch 7.4.1880
Problem:    MS-Windows console build defaults to not having +channel.
Solution:   Include the channel feature if building with huge features.

8 years agopatch 7.4.1879 v7.4.1879
Bram Moolenaar [Thu, 2 Jun 2016 18:07:09 +0000 (20:07 +0200)]
patch 7.4.1879
Problem:    Channel test is flaky.
Solution:   Wait for close_cb to be invoked.

8 years agopatch 7.4.1878 v7.4.1878
Bram Moolenaar [Thu, 2 Jun 2016 18:05:26 +0000 (20:05 +0200)]
patch 7.4.1878
Problem:    Whether a job has exited isn't detected until a character is
            typed.  After calling exit_cb the cursor is in the wrong place.
Solution:   Don't wait forever for a character to be typed when there is a
            pending job.  Update the screen if neede after calling exit_cb.

8 years agopatch 7.4.1877 v7.4.1877
Bram Moolenaar [Thu, 2 Jun 2016 17:06:25 +0000 (19:06 +0200)]
patch 7.4.1877
Problem:    No test for invoking "close_cb" when writing to a buffer.
Solution:   Add using close_cb to a test case.

8 years agopatch 7.4.1876 v7.4.1876
Bram Moolenaar [Thu, 2 Jun 2016 16:37:05 +0000 (18:37 +0200)]
patch 7.4.1876
Problem:    Typing "k" at the hit-enter prompt has no effect.
Solution:   Don't assume recursive use of the prompt if a character was typed.
            (Hirohito Higashi)

8 years agopatch 7.4.1875 v7.4.1875
Bram Moolenaar [Thu, 2 Jun 2016 15:46:20 +0000 (17:46 +0200)]
patch 7.4.1875
Problem:    Comparing functions and partials doesn't work well.
Solution:   Add tests. (Nikolai Pavlov)  Compare the dict and arguments in the
            partial. (closes #813)

8 years agopatch 7.4.1874 v7.4.1874
Bram Moolenaar [Thu, 2 Jun 2016 13:49:36 +0000 (15:49 +0200)]
patch 7.4.1874
Problem:    Unused variable in Win32 code.
Solution:   Remove it. (Mike Williams)

8 years agopatch 7.4.1873 v7.4.1873
Bram Moolenaar [Thu, 2 Jun 2016 12:30:04 +0000 (14:30 +0200)]
patch 7.4.1873
Problem:    When a callback adds a timer the GUI doesn't use it until later.
            (Ramel Eshed)
Solution:   Return early if a callback adds a timer.

8 years agopatch 7.4.1872 v7.4.1872
Bram Moolenaar [Thu, 2 Jun 2016 11:54:49 +0000 (13:54 +0200)]
patch 7.4.1872
Problem:    Still build problem with old version of Perl.
Solution:   Also define SvREFCNT_inc_void_NN if needed. (Ken Takata)

8 years agopatch 7.4.1871 v7.4.1871
Bram Moolenaar [Thu, 2 Jun 2016 11:40:04 +0000 (13:40 +0200)]
patch 7.4.1871
Problem:    Appending to the quickfix list while the quickfix window is open
            is very slow.
Solution:   Do not delete all the lines, only append the new ones.  Avoid
            using a window while updating the list. (closes #841)

8 years agopatch 7.4.1870 v7.4.1870
Bram Moolenaar [Thu, 2 Jun 2016 09:57:38 +0000 (11:57 +0200)]
patch 7.4.1870
Problem:    One more Win64 compiler warning.
Solution:   Change declared argument type. (Ken Takata)

8 years agopatch 7.4.1869 v7.4.1869
Bram Moolenaar [Thu, 2 Jun 2016 09:54:06 +0000 (11:54 +0200)]
patch 7.4.1869
Problem:    Can't build with old version of Perl.
Solution:   Define PERLIO_FUNCS_DECL. (Tom G. Christensen)

8 years agopatch 7.4.1868 v7.4.1868
Bram Moolenaar [Wed, 1 Jun 2016 21:08:39 +0000 (23:08 +0200)]
patch 7.4.1868
Problem:    Setting really_exiting causes memory leaks to be reported.
Solution:   Add the in_free_all_mem flag.

8 years agopatch 7.4.1867 v7.4.1867
Bram Moolenaar [Wed, 1 Jun 2016 20:34:48 +0000 (22:34 +0200)]
patch 7.4.1867
Problem:    Memory leak in test_matchstrpos.
Solution:   Free the string before overwriting. (Yegappan Lakshmanan)

8 years agopatch 7.4.1866 v7.4.1866
Bram Moolenaar [Wed, 1 Jun 2016 20:21:06 +0000 (22:21 +0200)]
patch 7.4.1866
Problem:    Invalid memory access when exiting with EXITFREE defined.
            (Dominique Pelle)
Solution:   Set "really_exiting" and skip error messages.

8 years agopatch 7.4.1865 v7.4.1865
Bram Moolenaar [Wed, 1 Jun 2016 20:08:17 +0000 (22:08 +0200)]
patch 7.4.1865
Problem:    Memory leaks in tet49. (Dominique Pelle)
Solution:   Use NULL instead of an empty string.

8 years agopatch 7.4.1864 v7.4.1864
Bram Moolenaar [Wed, 1 Jun 2016 18:38:34 +0000 (20:38 +0200)]
patch 7.4.1864
Problem:    Python: encoding error with Python 2.
Solution:   Use "getcwdu" instead of "getcwd". (Ken Takata)

8 years agopatch 7.4.1863 v7.4.1863
Bram Moolenaar [Wed, 1 Jun 2016 18:31:43 +0000 (20:31 +0200)]
patch 7.4.1863
Problem:    Compiler warnings on Win64.
Solution:   Adjust types, add type casts. (Ken Takata)

8 years agopatch 7.4.1862 v7.4.1862
Bram Moolenaar [Tue, 31 May 2016 20:31:23 +0000 (22:31 +0200)]
patch 7.4.1862
Problem:    string() with repeated argument does not give a result usable by
            eval().
Solution:   Refactor echo_striong and tv2string(), moving the common part to
            echo_string_core(). (Ken Takata)

8 years agopatch 7.4.1861 v7.4.1861
Bram Moolenaar [Tue, 31 May 2016 19:37:36 +0000 (21:37 +0200)]
patch 7.4.1861
Problem:    Compiler warnings with 64 bit compiler.
Solution:   Change int to size_t. (Mike William)

8 years agopatch 7.4.1860 v7.4.1860
Bram Moolenaar [Tue, 31 May 2016 19:13:04 +0000 (21:13 +0200)]
patch 7.4.1860
Problem:    Using a partial for timer_start() may cause a crash.
Solution:   Set the copyID in timer objects. (Ozaki Kiichi)

8 years agopatch 7.4.1859 v7.4.1859
Bram Moolenaar [Sun, 29 May 2016 14:44:26 +0000 (16:44 +0200)]
patch 7.4.1859
Problem:    Cannot use a function reference for "exit_cb".
Solution:   Use get_callback(). (Yegappan Lakshmanan)

8 years agopatch 7.4.1858 v7.4.1858
Bram Moolenaar [Sun, 29 May 2016 14:24:50 +0000 (16:24 +0200)]
patch 7.4.1858
Problem:    When a channel writes to a buffer it doesn't find a buffer by the
            short name but re-uses it anyway.
Solution:   Find buffer also by the short name.

8 years agopatch 7.4.1857 v7.4.1857
Bram Moolenaar [Sun, 29 May 2016 14:17:08 +0000 (16:17 +0200)]
patch 7.4.1857
Problem:    When a channel appends to a buffer that is 'nomodifiable' there is
            an error but appending is done anyway.
Solution:   Add the 'modifiable' option.  Refuse to write to a 'nomodifiable'
            when the value is 1.

8 years agopatch 7.4.1856 v7.4.1856
Bram Moolenaar [Sat, 28 May 2016 20:47:12 +0000 (22:47 +0200)]
patch 7.4.1856
Problem:    failing job test fails on MS-Windows.
Solution:   Expect "fail" status instead of "dead".

8 years agopatch 7.4.1855 v7.4.1855
Bram Moolenaar [Sat, 28 May 2016 20:22:34 +0000 (22:22 +0200)]
patch 7.4.1855
Problem:    Valgrind reports memory leak for job that is not freed.
Solution:   Free all jobs on exit.  Add test for failing job.

8 years agopatch 7.4.1854 v7.4.1854
Bram Moolenaar [Sat, 28 May 2016 13:53:53 +0000 (15:53 +0200)]
patch 7.4.1854
Problem:    When setting 'termguicolors' the Ignore highlighting doesn't work.
            (Charles Campbell)
Solution:   Handle the color names "fg" and "bg" when the GUI isn't running
            and no colors are speficied, fall back to black and white.

8 years agopatch 7.4.1853 v7.4.1853
Bram Moolenaar [Sat, 28 May 2016 12:16:10 +0000 (14:16 +0200)]
patch 7.4.1853
Problem:    Crash when job and channel are in the same dict while using
            partials. (Luc Hermitte)
Solution:   Do not decrement the channel reference count too early.

8 years agopatch 7.4.1852 v7.4.1852
Bram Moolenaar [Sat, 28 May 2016 11:40:10 +0000 (13:40 +0200)]
patch 7.4.1852
Problem:    Unix: Cannot run all tests with the GUI.
Solution:   Add the "testgui" target.

8 years agopatch 7.4.1851 v7.4.1851
Bram Moolenaar [Sat, 28 May 2016 11:28:10 +0000 (13:28 +0200)]
patch 7.4.1851
Problem:    test_syn_attr failes when using the GUI. (Dominique Pelle)
Solution:   Escape the font name properly.

8 years agopatch 7.4.1850 v7.4.1850
Bram Moolenaar [Sat, 28 May 2016 11:20:31 +0000 (13:20 +0200)]
patch 7.4.1850
Problem:    GUI freezes when using a job. (Shougo)
Solution:   Unregister the channel when there is an input error.

8 years agopatch 7.4.1849 v7.4.1849
Bram Moolenaar [Fri, 27 May 2016 17:59:48 +0000 (19:59 +0200)]
patch 7.4.1849
Problem:    Still trying to read from channel that is going to be closed.
            (Ramel Eshed)
Solution:   Check if ch_to_be_closed is set.

8 years agopatch 7.4.1848 v7.4.1848
Bram Moolenaar [Thu, 26 May 2016 20:10:00 +0000 (22:10 +0200)]
patch 7.4.1848
Problem:    Can't build with Strawberry Perl 5.24.
Solution:   Define S_SvREFCNT_dec() if needed. (Damien, Ken Takata)

8 years agopatch 7.4.1847 v7.4.1847
Bram Moolenaar [Wed, 25 May 2016 20:51:17 +0000 (22:51 +0200)]
patch 7.4.1847
Problem:    Getting an item from a NULL dict crashes.  Setting a register to a
            NULL list crashes. (Nikolai Pavlov, issue #768)  Comparing a NULL
            dict with a NULL dict fails.
Solution:   Properly check for NULL.

8 years agopatch 7.4.1846 v7.4.1846
Bram Moolenaar [Wed, 25 May 2016 20:00:11 +0000 (22:00 +0200)]
patch 7.4.1846
Problem:    Ubsan detects a multiplication overflow.
Solution:   Don't use orig_mouse_time when it's zero. (Dominique Pelle)

8 years agopatch 7.4.1845 v7.4.1845
Bram Moolenaar [Wed, 25 May 2016 19:48:13 +0000 (21:48 +0200)]
patch 7.4.1845
Problem:    Mentioning NetBeans when reading from channel. (Ramel Eshed)
Solution:   Make the text more generic.

8 years agopatch 7.4.1844 v7.4.1844
Bram Moolenaar [Wed, 25 May 2016 19:23:21 +0000 (21:23 +0200)]
patch 7.4.1844
Problem:    Using old function name in comment.  More functions should start
            with test_.
Solution:   Rename function in comment. (Higashi Higashi) Rename
            disable_char_avail_for_testing() to test_disable_char_avail().
            And alloc_fail() to test_alloc_fail().

8 years agopatch 7.4.1843 v7.4.1843
Bram Moolenaar [Wed, 25 May 2016 18:39:09 +0000 (20:39 +0200)]
patch 7.4.1843
Problem:    Tests involving Python are flaky.
Solution:   Set the pt_auto field.  Add tests. (Nikolai Pavlov)

8 years agopatch 7.4.1842 v7.4.1842
Bram Moolenaar [Tue, 24 May 2016 20:29:49 +0000 (22:29 +0200)]
patch 7.4.1842
Problem:    get() works for Partial but not for Funcref.
Solution:   Accept Funcref.  Also return the function itself. (Nikolai Pavlov)

8 years agoUpdate runtime files.
Bram Moolenaar [Tue, 24 May 2016 18:02:38 +0000 (20:02 +0200)]
Update runtime files.

8 years agopatch 7.4.1841 v7.4.1841
Bram Moolenaar [Tue, 24 May 2016 17:59:51 +0000 (19:59 +0200)]
patch 7.4.1841
Problem:    The code to reallocate the buffer used for quickfix is repeated.
Solution:   Move the code to a function. (Yegappan Lakshmanan, closes #831)

8 years agopatch 7.4.1840 v7.4.1840
Bram Moolenaar [Tue, 24 May 2016 17:37:29 +0000 (19:37 +0200)]
patch 7.4.1840
Problem:    When using packages an "after" directory cannot be used.
Solution:   Add the "after" directory of the package to 'runtimepath' if it
            exists.

8 years agopatch 7.4.1839 v7.4.1839
Bram Moolenaar [Tue, 24 May 2016 16:37:12 +0000 (18:37 +0200)]
patch 7.4.1839
Problem:    Cannot get the items stored in a partial.
Solution:   Support using get() on a partial.

8 years agopatch 7.4.1838 v7.4.1838
Bram Moolenaar [Tue, 24 May 2016 15:33:34 +0000 (17:33 +0200)]
patch 7.4.1838
Problem:    Functions specifically for testing do not sort together.
Solution:   Rename garbagecollect_for_testing() to test_garbagecollect_now().
            Add test_null_list(), test_null_dict(), etc.

8 years agopatch 7.4.1837 v7.4.1837
Bram Moolenaar [Tue, 24 May 2016 14:07:40 +0000 (16:07 +0200)]
patch 7.4.1837
Problem:    The BufUnload event is triggered twice, when :bunload is used with
             set to  or .
Solution:   Do not trigger the event when ml_mfp is NULL. (Hirohito Higashi)

8 years agopatch 7.4.1836 v7.4.1836
Bram Moolenaar [Tue, 24 May 2016 13:44:17 +0000 (15:44 +0200)]
patch 7.4.1836
Problem:    When using a partial on a dictionary it always gets bound to that
            dictionary.
Solution:   Make a difference between binding a function to a dictionary
            explicitly or automatically.

8 years agopatch 7.4.1835 v7.4.1835
Bram Moolenaar [Tue, 24 May 2016 09:31:32 +0000 (11:31 +0200)]
patch 7.4.1835
Problem:    When splitting and closing a window the status height changes.
Solution:   Compute the frame height correctly. (Hirohito Higashi)

8 years agopatch 7.4.1834 v7.4.1834
Bram Moolenaar [Tue, 24 May 2016 08:51:30 +0000 (10:51 +0200)]
patch 7.4.1834
Problem:    Possible crash when conceal is active.
Solution:   Check for the screen to be valid when redrawing a line.

8 years agopatch 7.4.1833 v7.4.1833
Bram Moolenaar [Tue, 24 May 2016 08:46:45 +0000 (10:46 +0200)]
patch 7.4.1833
Problem:    Cannot use an Ex command for 'keywordprg'.
Solution:   Accept an Ex command. (Nelo-Thara Wallus)

8 years agoUpdated runtime files.
Bram Moolenaar [Fri, 20 May 2016 15:24:11 +0000 (17:24 +0200)]
Updated runtime files.

8 years agopatch 7.4.1832 v7.4.1832
Bram Moolenaar [Tue, 17 May 2016 15:45:38 +0000 (17:45 +0200)]
patch 7.4.1832
Problem:    Memory leak in debug commands.
Solution:   Free memory before overwriting the pointer. (hint by Justin Keyes)

8 years agopatch 7.4.1831 v7.4.1831
Bram Moolenaar [Sun, 15 May 2016 16:00:19 +0000 (18:00 +0200)]
patch 7.4.1831
Problem:    When timer_stop() is called with a string there is no proper error
            message.
Solution:   Require getting a number. (Bjorn Linse)

8 years agopatch 7.4.1830 v7.4.1830
Bram Moolenaar [Wed, 11 May 2016 19:05:05 +0000 (21:05 +0200)]
patch 7.4.1830
Problem:    non-antialiased misnamed.
Solution:   Use NONANTIALIASED and NONANTIALIASED_QUALITY. (Kim Brouer,
            closes #793)

8 years agopatch 7.4.1829 v7.4.1829
Bram Moolenaar [Mon, 9 May 2016 18:54:33 +0000 (20:54 +0200)]
patch 7.4.1829
Problem:    No message on channel log when buffer was freed.
Solution:   Log a message.

8 years agopatch 7.4.1828 v7.4.1828
Bram Moolenaar [Mon, 9 May 2016 18:38:53 +0000 (20:38 +0200)]
patch 7.4.1828
Problem:    May try to access buffer that's already freed.
Solution:   When freeing a buffer remove it from any channel.

8 years agopatch 7.4.1827 v7.4.1827
Bram Moolenaar [Mon, 9 May 2016 15:58:04 +0000 (17:58 +0200)]
patch 7.4.1827
Problem:    No error when invoking a callback when it's not safe.
Solution:   Add an error message.  Avoid the error when freeing a channel.

8 years agopatch 7.4.1826 v7.4.1826
Bram Moolenaar [Mon, 9 May 2016 15:20:14 +0000 (17:20 +0200)]
patch 7.4.1826
Problem:    Callbacks are invoked when it's not safe. (Andrew Stewart)
Solution:   When a channel is to be closed don't invoke callbacks right away,
            wait for a safe moment.

8 years agopatch 7.4.1825 v7.4.1825
Bram Moolenaar [Sun, 8 May 2016 19:47:01 +0000 (21:47 +0200)]
patch 7.4.1825
Problem:    When job writes to buffer nothing is written. (Nicola)
Solution:   Do not discard a channel before writing is done.

8 years agopatch 7.4.1824 v7.4.1824
Bram Moolenaar [Sun, 8 May 2016 11:21:12 +0000 (13:21 +0200)]
patch 7.4.1824
Problem:    When a job is no longer referenced and does not have an exit
            callback the process may hang around in defunc state. (Nicola)
Solution:   Call job_status() if the job is running and won't get freed
            because it might still be useful.

8 years agopatch 7.4.1823 v7.4.1823
Bram Moolenaar [Sun, 8 May 2016 10:52:05 +0000 (12:52 +0200)]
patch 7.4.1823
Problem:    Warning from 64 bit compiler.
Solution:   Add type cast. (Mike Williams)

8 years agoUpdated runtime files.
Bram Moolenaar [Sun, 8 May 2016 07:50:29 +0000 (09:50 +0200)]
Updated runtime files.

8 years agopatch 7.4.1822 v7.4.1822
Bram Moolenaar [Sun, 8 May 2016 07:40:51 +0000 (09:40 +0200)]
patch 7.4.1822
Problem:    Redirecting stdout of a channel to "null" doesn't work. (Nicola)
Solution:   Correct the file descriptor number.

8 years agopatch 7.4.1821 v7.4.1821
Bram Moolenaar [Sat, 7 May 2016 20:28:53 +0000 (22:28 +0200)]
patch 7.4.1821
Problem:    Test fails on MS-Windows.
Solution:   Sort the completion results.

8 years agopatch 7.4.1820 v7.4.1820
Bram Moolenaar [Sat, 7 May 2016 16:36:48 +0000 (18:36 +0200)]
patch 7.4.1820
Problem:    Removing language from help tags too often.
Solution:   Only remove @en when not needed. (Hirohito Higashi)

8 years agopatch 7.4.1819 v7.4.1819
Bram Moolenaar [Thu, 5 May 2016 16:14:03 +0000 (18:14 +0200)]
patch 7.4.1819
Problem:    Compiler warnings when sprintf() is a macro.
Solution:   Don't interrupt sprintf() with an #ifdef. (Michael Jarvis,
            closes #788)

8 years agopatch 7.4.1818 v7.4.1818
Bram Moolenaar [Thu, 5 May 2016 15:18:41 +0000 (17:18 +0200)]
patch 7.4.1818
Problem:    Help completion adds @en to all matches except the first one.
Solution:   Remove "break", go over all items.

8 years agopatch 7.4.1817 v7.4.1817
Bram Moolenaar [Wed, 4 May 2016 19:49:19 +0000 (21:49 +0200)]
patch 7.4.1817
Problem:    The screen is not updated if a callback is invoked when closing a
            channel.
Solution:   Invoke redraw_after_callback().

8 years agopatch 7.4.1816 v7.4.1816
Bram Moolenaar [Sun, 1 May 2016 21:05:53 +0000 (23:05 +0200)]
patch 7.4.1816
Problem:    Looping over a null list throws an error.
Solution:   Skip over the for loop.

8 years agopatch 7.4.1815 v7.4.1815
Bram Moolenaar [Sun, 1 May 2016 18:20:49 +0000 (20:20 +0200)]
patch 7.4.1815
Problem:    Compiler warnings for unused variables. (Ajit Thakkar)
Solution:   Add a dummy initialization. (Yasuhiro Matsumoto)

8 years agopatch 7.4.1814 v7.4.1814
Bram Moolenaar [Sun, 1 May 2016 12:22:16 +0000 (14:22 +0200)]
patch 7.4.1814
Problem:    A channel may be garbage collected while it's still being used by
            a job. (James McCoy)
Solution:   Mark the channel as used if the job is still used.  Do the same
            for channels that are still used.

8 years agopatch 7.4.1813 v7.4.1813
Bram Moolenaar [Sun, 1 May 2016 11:28:38 +0000 (13:28 +0200)]
patch 7.4.1813
Problem:    Memory access error when running test_quickfix.
Solution:   Allocate one more byte. (Yegappan Lakshmanan)

8 years agopatch 7.4.1812 v7.4.1812
Bram Moolenaar [Sun, 1 May 2016 11:09:57 +0000 (13:09 +0200)]
patch 7.4.1812
Problem:    Failure on startup with Athena and Motif.
Solution:   Check for INVALCOLOR. (Kazunobu Kuriyama)

8 years agopatch 7.4.1811 v7.4.1811
Bram Moolenaar [Sat, 30 Apr 2016 16:07:05 +0000 (18:07 +0200)]
patch 7.4.1811
Problem:    Netbeans channel gets garbage collected.
Solution:   Set reference in nb_channel.

8 years agopatch 7.4.1810 v7.4.1810
Bram Moolenaar [Sat, 30 Apr 2016 15:06:31 +0000 (17:06 +0200)]
patch 7.4.1810
Problem:    Sending DETACH after a channel was closed isn't useful.
Solution:   Only add DETACH for a netbeans channel.

8 years agopatch 7.4.1809 v7.4.1809
Bram Moolenaar [Sat, 30 Apr 2016 14:49:58 +0000 (16:49 +0200)]
patch 7.4.1809
Problem:    Using wrong short option name for 'termguicolors'.
Solution:   Use the option name.

8 years agopatch 7.4.1808 v7.4.1808
Bram Moolenaar [Sat, 30 Apr 2016 14:13:10 +0000 (16:13 +0200)]
patch 7.4.1808
Problem:    Using wrong feature name to check for 'termguicolors'.
Solution:   Use the right feature name. (Ken Takata)

8 years agopatch 7.4.1807 v7.4.1807
Bram Moolenaar [Sat, 30 Apr 2016 14:07:23 +0000 (16:07 +0200)]
patch 7.4.1807
Problem:    Test_out_close_cb sometimes fails.
Solution:   Always write DETACH to out, not err.

8 years agopatch 7.4.1806 v7.4.1806
Bram Moolenaar [Sat, 30 Apr 2016 13:17:19 +0000 (15:17 +0200)]
patch 7.4.1806
Problem:    'termguicolors' option missing from the options window.
Solution:   Add the entry.

8 years agoUpdate runtime files.
Bram Moolenaar [Sat, 30 Apr 2016 13:13:38 +0000 (15:13 +0200)]
Update runtime files.

8 years agopatch 7.4.1805 v7.4.1805
Bram Moolenaar [Sat, 30 Apr 2016 13:08:27 +0000 (15:08 +0200)]
patch 7.4.1805
Problem:    Running tests in shadow dir fails.
Solution:   Link the samples directory

8 years agopatch 7.4.1804 v7.4.1804
Bram Moolenaar [Sat, 30 Apr 2016 12:15:54 +0000 (14:15 +0200)]
patch 7.4.1804
Problem:    Can't use Vim as MANPAGER.
Solution:   Add manpager.vim. (Enno Nagel, closes #491)

8 years agopatch 7.4.1803 v7.4.1803
Bram Moolenaar [Sat, 30 Apr 2016 11:26:14 +0000 (13:26 +0200)]
patch 7.4.1803
Problem:    GTK3 doesn't handle menu separaters properly.
Solution:   Use gtk_separator_menu_item_new(). (Kazunobu Kuriyama)

8 years agopatch 7.4.1802 v7.4.1802
Bram Moolenaar [Sat, 30 Apr 2016 11:17:09 +0000 (13:17 +0200)]
patch 7.4.1802
Problem:    Quickfix doesn't handle long lines well, they are split.
Solution:   Drop characters after a limit. (Anton Lindqvist)

8 years agopatch 7.4.1801 v7.4.1801
Bram Moolenaar [Sat, 30 Apr 2016 10:32:52 +0000 (12:32 +0200)]
patch 7.4.1801
Problem:    Make uninstall leaves file behind.
Solution:   Delete rgb.txt. (Kazunobu Kuriyama)

8 years agopatch 7.4.1800 v7.4.1800
Bram Moolenaar [Sat, 30 Apr 2016 10:28:15 +0000 (12:28 +0200)]
patch 7.4.1800
Problem:    Unnecessary #ifdef.
Solution:   Just use USE_24BIT. (Ken Takata)

8 years agopatch 7.4.1799 v7.4.1799
Bram Moolenaar [Fri, 29 Apr 2016 20:59:22 +0000 (22:59 +0200)]
patch 7.4.1799
Problem:    'guicolors' is a confusing option name.
Solution:   Use 'termguicolors' instead. (Hirohito Higashi)

8 years agopatch 7.4.1798 v7.4.1798
Bram Moolenaar [Fri, 29 Apr 2016 20:33:27 +0000 (22:33 +0200)]
patch 7.4.1798
Problem:    Still compiler warning for unused return value. (Charles Campbell)
Solution:   Assign to ignoredp.

8 years agopatch 7.4.1797 v7.4.1797
Bram Moolenaar [Thu, 28 Apr 2016 20:20:03 +0000 (22:20 +0200)]
patch 7.4.1797
Problem:    Warning from Windows 64 bit compiler.
Solution:   Change int to size_t. (Mike Williams)

8 years agopatch 7.4.1796 v7.4.1796
Bram Moolenaar [Wed, 27 Apr 2016 18:36:31 +0000 (20:36 +0200)]
patch 7.4.1796
Problem:    Colors are wrong on MS-Windows. (Christian Robinson)
Solution:   Use existing RGB macro if it exists. (Ken Takata)

8 years agopatch 7.4.1795 v7.4.1795
Bram Moolenaar [Tue, 26 Apr 2016 20:33:17 +0000 (22:33 +0200)]
patch 7.4.1795
Problem:    Compiler warning for redefining RGB. (John Marriott)
Solution:   Rename it to TORGB.