From 221e319c99b4aec224271eae26507003abae8ba2 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Feb 11 2016 10:20:16 +0000 Subject: - patchlevel 1301 --- diff --git a/.gitignore b/.gitignore index 831b6dc..a537eff 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ vim-7.2.tar.bz2 /vim-7.4-1290.tar.bz2 /vim-7.4-1293.tar.bz2 /vim-7.4-1297.tar.bz2 +/vim-7.4-1301.tar.bz2 diff --git a/README.patches b/README.patches index a50e126..931d561 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,38 @@ +commit 39b21272d521512b6ecac6cc0f310944f21b7443 +Author: Bram Moolenaar +Date: Wed Feb 10 23:28:21 2016 +0100 + + patch 7.4.1301 + Problem: Missing options in ch_open(). + Solution: Add s:chopt like in the other calls. (Ozaki Kiichi) + +commit 2ab375e54ef4eac438d1aef8b99d9e71f2fa0c63 +Author: Bram Moolenaar +Date: Wed Feb 10 22:23:06 2016 +0100 + + patch 7.4.1300 + Problem: Cannot test CursorMovedI because there is typeahead. + Solution: Add disable_char_avail_for_testing(). + +commit f6157284de71d8881f3b89fbd79d1ecbf842929f +Author: Bram Moolenaar +Date: Wed Feb 10 21:07:14 2016 +0100 + + patch 7.4.1299 + Problem: When the server sends a message with ID zero the channel handler + is not invoked. (Christian J. Robinson) + Solution: Recognize zero value for the request ID. Add a test for invoking + the channel handler. + +commit d6a8d48587b2ff43c343fa365898576cc1e235ea +Author: Bram Moolenaar +Date: Wed Feb 10 20:32:20 2016 +0100 + + patch 7.4.1298 + Problem: When the channel test fails in an unexpected way the server keeps + running. + Solution: Use try/catch. (Ozaki Kiichi) + commit a483326e3b04215b86fe9c582ac96bb9679f0812 Author: Bram Moolenaar Date: Tue Feb 9 23:33:25 2016 +0100 diff --git a/sources b/sources index ccf20e6..2264669 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cdc9ad8e0285bdc5ce7a5677d6af842a vim-7.4-1297.tar.bz2 +610513a0ab822dd14836073b3b4382cf vim-7.4-1301.tar.bz2 diff --git a/vim.spec b/vim.spec index b858252..0dd8bf6 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 1297 +%define patchlevel 1301 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -756,6 +756,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Thu Feb 11 2016 Karsten Hopp 7.4.1301-1 +- patchlevel 1301 + * Wed Feb 10 2016 Karsten Hopp 7.4.1297-1 - patchlevel 1297