[vim] branch debian/sid updated (4d751f9 -> 25d486c)
James McCoy
jamessan at debian.org
Tue May 10 02:03:48 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 4d751f9 Start changelog for 7.4.1819-1
new 3e0ec4c vim-runtime.install.in: Remove rgb.txt line
adds 9ccaae0 patch 7.4.1820 Problem: Removing language from help tags too often. Solution: Only remove @en when not needed. (Hirohito Higashi)
adds 4ed6b2e patch 7.4.1821 Problem: Test fails on MS-Windows. Solution: Sort the completion results.
adds ea83bf0 patch 7.4.1822 Problem: Redirecting stdout of a channel to "null" doesn't work. (Nicola) Solution: Correct the file descriptor number.
adds 91c4937 Updated runtime files.
adds d9db8b4 patch 7.4.1823 Problem: Warning from 64 bit compiler. Solution: Add type cast. (Mike Williams)
adds 36e0f7d 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.
adds 5d96e3a patch 7.4.1825 Problem: When job writes to buffer nothing is written. (Nicola) Solution: Do not discard a channel before writing is done.
adds cf7ff70 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.
adds fb6ffc7 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.
adds e0f76d0 patch 7.4.1828 Problem: May try to access buffer that's already freed. Solution: When freeing a buffer remove it from any channel.
adds de7eb0a patch 7.4.1829 Problem: No message on channel log when buffer was freed. Solution: Log a message.
new 9d88cfc Merge tag 'v7.4.1829' into debian/sid
new 25d486c Bump changelog to 7.4.1829
The 3 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 | 4 +-
debian/changelog.upstream | 146 ++++++++++++++++++++
debian/vim-runtime.install.in | 1 -
runtime/doc/channel.txt | 6 +-
runtime/doc/eval.txt | 5 +-
runtime/doc/todo.txt | 38 +++---
runtime/doc/various.txt | 3 +-
runtime/plugin/manpager.vim | 6 +-
runtime/syntax/dcl.vim | 6 +-
runtime/syntax/lisp.vim | 6 +-
runtime/syntax/maple.vim | 6 +-
runtime/syntax/sh.vim | 66 +++++----
runtime/syntax/tex.vim | 6 +-
runtime/syntax/vim.vim | 67 ++++-----
src/buffer.c | 3 +
src/channel.c | 144 +++++++++++++++----
src/ex_getln.c | 25 ++--
src/os_unix.c | 3 +-
src/po/it.po | 281 ++++++++++++++++----------------------
src/proto/channel.pro | 1 +
src/quickfix.c | 2 +-
src/structs.h | 5 +
src/testdir/test_help_tagjump.vim | 115 ++++++++++++++++
src/version.c | 20 +++
24 files changed, 660 insertions(+), 305 deletions(-)
--
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