[vim] 03/03: Update changelog for 8.0.1144

James McCoy jamessan at debian.org
Sun Sep 24 17:52:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch debian/sid
in repository vim.

commit 1a081b1b8645eb1f9dcc6888c9675e875a98fa66
Author: James McCoy <jamessan at debian.org>
Date:   Sun Sep 24 13:49:22 2017 -0400

    Update changelog for 8.0.1144
---
 debian/changelog                                        |  8 ++++++--
 debian/changelog.upstream                               | 17 +++++++++++++++++
 ...bian-s-decision-to-disable-modelines-by-defaul.patch |  4 ++--
 ...ourcing-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch |  4 ++--
 ...defining-compilation-date-in-SOURCE_DATE_EPOCH.patch |  2 +-
 5 files changed, 28 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a3a56df..876e158 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
-vim (2:8.0.1127-1) UNRELEASED; urgency=medium
+vim (2:8.0.1144-1) UNRELEASED; urgency=medium
 
   [ upstream ]
   * Fix detection/enabling of cursor blink state.  (Closes: #872302)
+  * ftplugin/perl.vim: Set 'iskeyword' local to the buffer so it doesn't
+    affect subsequently opened buffers.  (Closes: #873755)
+  * syntax/mason.vim: Correctly highlight mason files again.  (Closes:
+    #700016)
 
   [ James McCoy ]
   * debcontrol.vim:
@@ -10,7 +14,7 @@ vim (2:8.0.1127-1) UNRELEASED; urgency=medium
   * Declare compliance with Policy 4.1.0, no changes needed
   * Add basic autopkgtests
 
- -- James McCoy <jamessan at debian.org>  Mon, 18 Sep 2017 20:16:12 -0400
+ -- James McCoy <jamessan at debian.org>  Sun, 24 Sep 2017 13:44:14 -0400
 
 vim (2:8.0.0946-1) unstable; urgency=medium
 
diff --git a/debian/changelog.upstream b/debian/changelog.upstream
index 1f3afe3..11824ef 100644
--- a/debian/changelog.upstream
+++ b/debian/changelog.upstream
@@ -1151,3 +1151,20 @@ Individual patches for Vim 8.0:
   3802  8.0.1125  wrong window height when splitting window with window toolbar
   2983  8.0.1126  endless resize when terminal showing in two buffers
   4670  8.0.1127  Test_peek_and_get_char fails on 32 bit system
+  4063  8.0.1128  old xterm sends CTRL-X in response to t_RS
+  1811  8.0.1129  window toolbar missing a part of the patch
+ 22681  8.0.1130  the qf_jump() function is still too long
+  3309  8.0.1131  not easy to trigger an autocommand for new terminal window
+  1659  8.0.1132  #if condition is not portable
+ 10373  8.0.1133  syntax timeout not used correctly
+  1374  8.0.1134  superfluous call to syn_get_final_id()
+ 19402  8.0.1135  W_WINCOL() is always the same
+ 58323  8.0.1136  W_WIDTH() is always the same
+  1522  8.0.1137  (after 8.0.1136) cannot build with Ruby
+  3567  8.0.1138  click in window toolbar starts Visual mode
+ 12380  8.0.1139  using window toolbar changes state
+ 31234  8.0.1140  still old style tests
+ 11341  8.0.1141  MS-Windows build dependencies are incomplete
+  1637  8.0.1142  window toolbar menu gets a tear-off item
+  5078  8.0.1143  macros always expand to the same thing
+  1823  8.0.1144  using wrong #ifdef for computing length
diff --git a/debian/patches/debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch b/debian/patches/debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch
index 57178f2..f482e4f 100644
--- a/debian/patches/debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch
+++ b/debian/patches/debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch
@@ -15,10 +15,10 @@ Signed-off-by: James McCoy <jamessan at debian.org>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
-index 3072793..78e8679 100644
+index b5e5847..eb32f07 100644
 --- a/runtime/doc/options.txt
 +++ b/runtime/doc/options.txt
-@@ -5244,7 +5244,7 @@ A jump table for the options with a short description can be found at |Q_op|.
+@@ -5256,7 +5256,7 @@ A jump table for the options with a short description can be found at |Q_op|.
  
  				   *'modeline'* *'ml'* *'nomodeline'* *'noml'*
  'modeline' 'ml'		boolean	(Vim default: on (off for root),
diff --git a/debian/patches/debian/Support-sourcing-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch b/debian/patches/debian/Support-sourcing-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch
index 40b2e05..daf9450 100644
--- a/debian/patches/debian/Support-sourcing-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch
+++ b/debian/patches/debian/Support-sourcing-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch
@@ -70,10 +70,10 @@ index 695affa..b6e7e59 100644
  # define SYS_VIMRC_FILE "$VIM/vimrc"
  #endif
 diff --git a/src/structs.h b/src/structs.h
-index 94d7391..0d0267b 100644
+index 7b0f70c..37043e4 100644
 --- a/src/structs.h
 +++ b/src/structs.h
-@@ -3361,6 +3361,9 @@ typedef struct
+@@ -3359,6 +3359,9 @@ typedef struct
  #ifdef FEAT_DIFF
      int		diff_mode;		/* start with 'diff' set */
  #endif
diff --git a/debian/patches/upstream/Support-defining-compilation-date-in-SOURCE_DATE_EPOCH.patch b/debian/patches/upstream/Support-defining-compilation-date-in-SOURCE_DATE_EPOCH.patch
index 3bffdee..924db1e 100644
--- a/debian/patches/upstream/Support-defining-compilation-date-in-SOURCE_DATE_EPOCH.patch
+++ b/debian/patches/upstream/Support-defining-compilation-date-in-SOURCE_DATE_EPOCH.patch
@@ -58,7 +58,7 @@ index 1183ab4..a55753a 100644
  
  AC_MSG_CHECKING(--enable-fail-if-missing argument)
 diff --git a/src/version.c b/src/version.c
-index 8abd96e..f8ac32c 100644
+index 5509b92..227490e 100644
 --- a/src/version.c
 +++ b/src/version.c
 @@ -44,11 +44,17 @@ make_version(void)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/vim.git



More information about the pkg-vim-maintainers mailing list