[vim] branch debian/sid updated (fe5cb5a -> d1040af)

James McCoy jamessan at debian.org
Thu Dec 15 03:12:33 UTC 2016


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

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

      from  fe5cb5a   wrap-and-sort
       new  596a7fa   debian/rules: Remove '=' from define directive
       new  cc1c19c   debcontrol.vim: Add sections for Rust and JavaScript
      adds  2cab0e1   patch 8.0.0096 Problem:    When the input or output is not a tty Vim appears to hang. Solution:   Add the --ttyfail argument.  Also add the "ttyin" and "ttyout"             features to be able to check in Vim script.
      adds  833eb1d   patch 8.0.0097 Problem:    When a channel callback consumes a lot of time Vim becomes             unresponsive. (skywind) Solution:   Bail out of checking channel readahead after 100 msec.
      adds  58c3587   patch 8.0.0098 Problem:    Can't build on MS-Windows. Solution:   Add missing parenthesis.
      adds  7309528   patch 8.0.0099 Problem:    Popup menu always appears above the cursor when it is in the lower             half of the screen. (Matt Gardner) Solution:   Compute the available space better. (Hirohito Higashi,             closes #1241)
      adds  319afe3   patch 8.0.0100 Problem:    Options that are a file name may contain non-filename characters. Solution:   Check for more invalid characters.
      adds  031cb74   patch 8.0.0101 Problem:    Some options are not strictly checked. Solution:   Add flags for strickter checks.
      adds  7554da4   patch 8.0.0102 Problem:    Cannot set 'dictionary' to a path. Solution:   Allow for slash and backslash.  Add a test (partly by Daisuke             Suzuki, closes #1279, closes #1284)
      adds  8a8199e   patch 8.0.0103 Problem:    May not process channel readahead. (skywind) Solution:   If there is readahead don't block on input.
      adds  f422bcc   patch 8.0.0104 Problem:    Value of 'thesaurus' option not checked properly. Solution:   Add P_NDNAME flag. (Daisuke Suzuki)
      adds  4b785f6   patch 8.0.0105 Problem:    When using ch_read() with zero timeout, can't tell the difference             between reading an empty line and nothing available. Solution:   Add ch_canread().
      adds  0945eaf   patch 8.0.0106 Problem:    Cannot use a semicolon in 'backupext'. (Jeff) Solution:   Allow for a few more characters when "secure" isn't set.
      adds  958dc69   patch 8.0.0107 Problem:    When reading channel output in a timer, messages may go missing.             (Skywind) Solution:   Add the "drop" option.  Write error messages in the channel log.             Don't have ch_canread() check for the channel being open.
      adds  65e08ee   patch 8.0.0108 Problem:    The channel "drop" option is not tested. Solution:   Add a test.
      adds  b129a44   patch 8.0.0109 Problem:    Still checking if memcmp() exists while every system should have             it now. Solution:   Remove vim_memcmp().  (James McCoy, closes #1295)
      adds  5a030a5   patch 8.0.0110 Problem:    Drop command doesn't use existing window. Solution:   Check the window width properly. (Hirohito Higashi)
      adds  eebd84e   patch 8.0.0111 Problem:    The :history command is not tested. Solution:   Add tests. (Dominique Pelle)
      adds  eca626f   patch 8.0.0112 Problem:    Tests 92 and 93 are old style. Solution:   Make test92 and test93 new style. (Hirohito Higashi, closes #1289)
      adds  87f3d20   patch 8.0.0113 Problem:    MS-Windows: message box to prompt for saving changes may appear on             the wrong monitor. Solution:   Adjust the CenterWindow function. (Ken Takata)
      adds  b04a98f   patch 8.0.0114 Problem:    Coding style not optimal. Solution:   Add spaces. (Ken Takata)
      adds  e3af763   patch 8.0.0115 Problem:    When building with Cygwin libwinpthread isn't found. Solution:   Link winpthread statically. (jmmerz, closes #1255, closes #1256)
      adds  6dbf66a   patch 8.0.0116 Problem:    When reading English help and using CTRl-] the language from             'helplang' is used. Solution:   Make help tag jumps keep the language. (Tatsuki, test by Hirohito             Higashi, closes #1249)
      adds  327054d   patch 8.0.0117 Problem:    Parallel make fails. (J. Lewis Muir) Solution:   Make sure the objects directory exists. (closes #1259)
      adds  cf49790   Updated runtime files.
      adds  5162822   patch 8.0.0118 Problem:    "make proto" adds extra function prototype. Solution:   Add #ifdef.
      adds  99c5eb4   Add objects dirstamp to gitignore.
      adds  21efc36   patch 8.0.0119 Problem:    No test for using CTRL-R on the command line. Solution:   Add a test. (Dominique Pelle) And some more.
      adds  5643db8   patch 8.0.0120 Problem:    Channel test is still flaky on OS X. Solution:   Set the drop argument to "never".
      adds  a2477fd   patch 8.0.0121 Problem:    Setting 'cursorline' changes the curswant column. (Daniel Hahler) Solution:   Add the P_RWINONLY flag. (closes #1297)
      adds  3fad98e   patch 8.0.0122 Problem:    Channel test is still flaky on OS X. Solution:   Add a short sleep.
      adds  a899e6e   patch 8.0.0123 Problem:    Modern Sun compilers define "__sun" instead of "sun". Solution:   Use __sun. (closes #1296)
      adds  3421566   patch 8.0.0124 Problem:    Internal error for assert_inrange(1, 1). Solution:   Adjust number of allowed arguments. (Dominique Pelle)
      adds  eaaa9bb   patch 8.0.0125 Problem:    Not enough testing for entering Ex commands. Solution:   Add test for CTRL-\ e {expr}. (Dominique Pelle)
      adds  6270660   patch 8.0.0126 Problem:    Display problem with 'foldcolumn' and a wide character.             (esiegerman) Solution:   Don't use "extra" but an allocated buffer. (Christian Brabandt,             closes #1310)
      adds  73fd498   patch 8.0.0127 Problem:    Cancelling completion still inserts text when formatting is done             for 'textwidth'. (lacygoill) Solution:   Don't format when CTRL-E was typed. (Hirohito Higashi,             closes #1312)
      adds  7089237   patch 8.0.0128 Problem:    Display test fails on MS-Windows. Solution:   Set 'isprint' to "@".
      adds  0df3c7f   patch 8.0.0129 Problem:    Parallel make still doesn't work. (Lewis Muir) Solution:   Define OBJ_MAIN.
      adds  63de19e   patch 8.0.0130 Problem:    Configure uses "ushort" while the Vim code doesn't. Solution:   Use "unsigned short" instead. (Fredrik Fornwall, closes #1314)
      adds  73b484c   patch 8.0.0131 Problem:    Not enough test coverage for syntax commands. Solution:   Add more tests. (Dominique Pelle)
      adds  4c8980b   patch 8.0.0132 Problem:    Test fails because of using :finish. Solution:   Change to return.
      adds  fe38b49   patch 8.0.0133 Problem:    "2;'(" causes ml_get errors in an empty buffer.  (Dominique Pelle) Solution:   Check the cursor line earlier.
      adds  c4bfeda   patch 8.0.0134 Problem:    Null pointer access reported by UBsan. Solution:   Check curwin->w_buffer is not NULL. (Yegappan Lakshmanan)
       new  7bfd56c   Merge tag 'v8.0.0134' into debian/sid
       new  d1040af   Bump changelog and refresh patches for 8.0.0134

The 4 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:
 .gitignore                                         |   1 +
 debian/changelog                                   |   9 +-
 debian/changelog.upstream                          |  39 +++++
 ...of-more-LaTeX-commands-for-tex-filetype-d.patch |   2 +-
 ...t-filetype-using-the-contents-of-the-file.patch |   2 +-
 ...s-decision-to-disable-modelines-by-defaul.patch |   4 +-
 ...ng-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch |  12 +-
 debian/patches/series                              |   1 +
 ...pus-to-deb-changelog-sources-syntax-files.patch |   4 +-
 ...ing-compilation-date-in-SOURCE_DATE_EPOCH.patch |   6 +-
 ....vim-Add-sections-for-Rust-and-JavaScript.patch |  22 +++
 debian/rules                                       |   2 +-
 runtime/compiler/ghc.vim                           |  26 ++++
 runtime/doc/change.txt                             |   3 +-
 runtime/doc/channel.txt                            |  28 +++-
 runtime/doc/cmdline.txt                            |   7 +-
 runtime/doc/editing.txt                            |   8 +-
 runtime/doc/eval.txt                               |  37 +++--
 runtime/doc/motion.txt                             |   3 +-
 runtime/doc/options.txt                            |  10 +-
 runtime/doc/starting.txt                           |   6 +-
 runtime/doc/tags                                   |   4 +
 runtime/doc/todo.txt                               |  52 ++++---
 runtime/doc/usr_41.txt                             |   3 +-
 runtime/doc/windows.txt                            |   4 +-
 runtime/syntax/c.vim                               |  18 +--
 src/Make_cyg_ming.mak                              |  11 ++
 src/Makefile                                       |  40 ++++-
 src/auto/configure                                 |   6 +-
 src/buffer.c                                       |   4 +-
 src/channel.c                                      | 164 ++++++++++++++++++---
 src/config.h.in                                    |   2 -
 src/configure.ac                                   |   6 +-
 src/edit.c                                         |   2 +-
 src/evalfunc.c                                     |  23 ++-
 src/ex_cmds.c                                      |   3 +-
 src/ex_docmd.c                                     |   7 +-
 src/globals.h                                      |   2 +
 src/gui_w32.c                                      |  66 +++++----
 src/main.c                                         |  14 +-
 src/mbyte.c                                        |   2 +-
 src/message.c                                      |  25 +++-
 src/misc2.c                                        |  51 ++++---
 src/option.c                                       |  48 +++---
 src/os_mswin.c                                     |   6 +-
 src/os_unix.c                                      |  74 ++++------
 src/os_unixx.h                                     |   4 +-
 src/os_vms_conf.h                                  |   1 -
 src/os_win32.c                                     |  11 +-
 src/osdef1.h.in                                    |   5 -
 src/popupmnu.c                                     |   3 +-
 src/proto/channel.pro                              |   3 +-
 src/pty.c                                          |  10 +-
 src/screen.c                                       |  20 ++-
 src/search.c                                       |   3 +-
 src/structs.h                                      |   5 +-
 src/tag.c                                          |  35 +++--
 src/testdir/Make_all.mak                           |   5 +-
 src/testdir/Make_vms.mms                           |   2 +-
 src/testdir/shared.vim                             |   2 +-
 src/testdir/test92.in                              |  48 ------
 src/testdir/test92.ok                              |  26 ----
 src/testdir/test93.in                              |  48 ------
 src/testdir/test93.ok                              |  26 ----
 src/testdir/test_assert.vim                        |   2 +
 src/testdir/test_channel.py                        |   3 +
 src/testdir/test_channel.vim                       |  21 ++-
 src/testdir/test_cmdline.vim                       |  47 ++++++
 src/testdir/test_display.vim                       |  39 +++++
 src/testdir/test_goto.vim                          |  15 ++
 src/testdir/test_help_tagjump.vim                  |  32 ++++
 src/testdir/test_history.vim                       |  24 +++
 src/testdir/test_mksession.vim                     | 104 +++++++++++++
 src/testdir/test_mksession_utf8.vim                | 104 +++++++++++++
 src/testdir/test_options.vim                       |  23 +++
 src/testdir/test_popup.vim                         |  18 +++
 src/testdir/test_syntax.vim                        |  78 +++++++++-
 src/testdir/test_tabpage.vim                       |   9 ++
 src/version.c                                      |  78 ++++++++++
 src/vim.h                                          |  34 +++--
 uninstal.txt                                       |   8 +-
 81 files changed, 1316 insertions(+), 449 deletions(-)
 create mode 100644 debian/patches/upstream/debcontrol.vim-Add-sections-for-Rust-and-JavaScript.patch
 create mode 100644 runtime/compiler/ghc.vim
 delete mode 100644 src/testdir/test92.in
 delete mode 100644 src/testdir/test92.ok
 delete mode 100644 src/testdir/test93.in
 delete mode 100644 src/testdir/test93.ok
 create mode 100644 src/testdir/test_display.vim
 create mode 100644 src/testdir/test_mksession.vim
 create mode 100644 src/testdir/test_mksession_utf8.vim

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