[Pkg-zsh-commits] [zsh] branch debian updated (69f89d9 -> dced4be)

Axel Beckert abe at deuxchevaux.org
Sat Dec 10 01:35:55 UTC 2016


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

abe pushed a change to branch debian
in repository zsh.

      from  69f89d9   Upload to experimental as 5.2-test-2-1
      adds  a43e6e2   40107: _mount, _fusermount: fix quoting
      adds  88d12b8   40110: attempt to fix test failures on Solaris
      adds  3594f55   40115: revert 38579 due to bug restoring BUFFER after history search
      adds  ece90da   40114: complete :/ with other parameter operators
      adds  7630215   40119: correct typo in comment
      adds  8c4e1b6   40129: revert 39611, add code comments and test cases for _arguments
      adds  37cbead   40130: mention some changes since 5.2
      adds  feb4be4   40126: zed (fned): When editing a new function. escape its name.
      adds  2e30710   40138: Move regex multibyte test.
      adds  063391f   unposted: minor D07 typos
      adds  7e40a89   40117: Revert a hunk of 40035 that changed semantics incorrectly.
      adds  f094b5b   Document (E) parameter flag better.
      adds  b1f62d9   unposted: 5.2-test-3
       new  9c28399   Merge tag 'zsh-5.2-test-3' into debian
       new  dced4be   Changelog entry for upstream test version 5.2-test-3

The 2 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:
 ChangeLog                               |  56 ++++++-
 Completion/Linux/Command/_fusermount    |   2 +-
 Completion/Unix/Command/_mount          |   6 +-
 Completion/Zsh/Context/_brace_parameter |   1 +
 Config/version.mk                       |   4 +-
 Doc/Zsh/compsys.yo                      |   4 +-
 Doc/Zsh/expn.yo                         |   3 +-
 Functions/Misc/zed                      |   2 +-
 Functions/Zle/bracketed-paste-magic     |  44 +++---
 NEWS                                    |  24 +++
 Src/Zle/computil.c                      |  91 +++++++-----
 Src/input.c                             |   2 +-
 Src/zsh.h                               |   4 +-
 Test/B02typeset.ztst                    |   2 +-
 Test/C02cond.ztst                       |   2 +-
 Test/D07multibyte.ztst                  |  32 ++--
 Test/Y03arguments.ztst                  | 251 ++++++++++++++++++++++++++++++--
 debian/changelog                        |   6 +
 18 files changed, 438 insertions(+), 98 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list