[vim] branch debian/sid updated (2c6bfb5 -> 400a88d)

James McCoy jamessan at debian.org
Sun Aug 13 20:08:37 UTC 2017


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

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

      from  2c6bfb5   Update changelog & copyright for v8.0.0921
       new  401cc1e   Mark vim-doc and xxd Multi-Arch: foreign
       new  85949c9   Declare compliance with policy 4.0.1
       new  0120a4a   d/copyright: Remove leftovers from pre-DEP5 conversion
       new  af7ddc4   rules: Always include /usr/share/dpkg/default.mk
      adds  55b6926   patch 8.0.0922: quickfix list always added after current one
      adds  679653e   patch 8.0.0923: crash in GUI when terminal job exits
       new  3bb8dbf   Merge tag 'v8.0.0923' into debian/sid
       new  14938d5   Rebase patches on 8.0.0923
       new  8d0a4ad   Adjust Provides/Description if ruby/perl bindings are disabled
       new  924fb3d   Actually bump Standards-Version to 4.0.1
       new  8ed89d6   Reference Python 3 instead of Python in long descriptions
       new  0b232c8   Fix some more errors in debian/copyright
       new  5446beb   Remove explicit Priorty field when it matches Source Priority
       new  3e18a5f   rules: Remove explicit setting of SOURCE_DATE_EPOCH
       new  308d128   Bump debhelper compat to 10
       new  cd7beee   Add changelog entry for X selection crash fix
      adds  5cc1f2c   patch 8.0.0924: terminal window not updated after using term_sendkeys()
      adds  62426e1   patch 8.0.0925: MS-Windows GUI: channel I/O not handled right away
      adds  e0f314a   patch 8.0.0926: when job in terminal window ends topline is wrong
      adds  274a52f   patch 8.0.0927: if a terminal job sends a blank title "running" is not shown
      adds  dcaa613   patch 8.0.0928: MS-Windows: passing arglist to job has escaping problems
      adds  2438ae3   patch 8.0.0929: :term without argument does not work
      adds  e627805   patch 8.0.0930: terminal buffers are stored in the viminfo file
      adds  69905d1   patch 8.0.0931: getwininfo() does not indicate a terminal window
       new  cbe3926   Merge tag 'v8.0.0931' into debian/sid
       new  716adb9   Enable terminal everywhere except vim-tiny
      adds  4f44b88   patch 8.0.0932: terminal may not use right characters for BS and Enter
      adds  9f0139a   patch 8.0.0933: terminal test tries to start GUI when it's not possible
      adds  6b93b0e   patch 8.0.0934: change to struts.h missing in patch
      adds  304b64c   patch 8.0.0935: cannot recognize a terminal buffer in :ls output
      adds  2bb7b6b   patch 8.0.0936: mode() returns wrong value for a terminal window
      adds  bce4f62   patch 8.0.0937: user highlight groups not adjusted for terminal
       new  f1f8cf6   Merge tag 'v8.0.0937' into debian/sid
       new  e0f6b1d   Remove version constraints that are satisifed in oldstable
       new  602ce52   Remove extra line break in vim-gtk3 long description
       new  400a88d   releasing package vim version 2:8.0.0937-1

The 20 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog                                   |  16 +-
 debian/changelog.upstream                          |  16 ++
 debian/compat                                      |   2 +-
 debian/control                                     |  30 ++-
 debian/copyright                                   |  29 ++-
 ...of-more-LaTeX-commands-for-tex-filetype-d.patch |   4 +-
 ...s-decision-to-disable-modelines-by-defaul.patch |   4 +-
 ...ng-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch |  18 +-
 ...ing-compilation-date-in-SOURCE_DATE_EPOCH.patch |   6 +-
 ...llegal-memory-access-with-empty-doau-comm.patch |  69 -------
 ...rash-when-cancelling-the-cmdline-window-i.patch |  42 -----
 ...reeing-wrong-memory-with-certain-autocomm.patch |  40 ----
 debian/rules                                       |  31 +---
 runtime/doc/eval.txt                               |   7 +-
 src/buffer.c                                       |  25 ++-
 src/channel.c                                      | 137 +++++++++++---
 src/evalfunc.c                                     |   7 +
 src/globals.h                                      |   3 +
 src/gui_w32.c                                      |  16 +-
 src/mark.c                                         |  20 +-
 src/os_unix.c                                      |  84 ++++++---
 src/proto/channel.pro                              |   1 +
 src/proto/os_unix.pro                              |   1 +
 src/quickfix.c                                     |  67 ++++---
 src/screen.c                                       |   5 +
 src/structs.h                                      |   8 +
 src/syntax.c                                       | 154 ++++++++++------
 src/terminal.c                                     | 203 ++++++++++++++-------
 src/testdir/shared.vim                             |   4 +
 src/testdir/test_channel.vim                       |  92 +++++++---
 src/testdir/test_gui.vim                           |   3 +-
 src/testdir/test_gui_init.vim                      |   3 +-
 src/testdir/test_quickfix.vim                      |  98 +++++++++-
 src/testdir/test_terminal.vim                      |  32 ++++
 src/version.c                                      |  32 ++++
 35 files changed, 823 insertions(+), 486 deletions(-)
 delete mode 100644 debian/patches/upstream/patch-8.0.0703-illegal-memory-access-with-empty-doau-comm.patch
 delete mode 100644 debian/patches/upstream/patch-8.0.0706-crash-when-cancelling-the-cmdline-window-i.patch
 delete mode 100644 debian/patches/upstream/patch-8.0.0707-freeing-wrong-memory-with-certain-autocomm.patch

-- 
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