[Pkg-zsh-commits] [zsh] branch debian updated (63deeab -> 939da86)

Axel Beckert abe at deuxchevaux.org
Fri Sep 11 20:07:11 UTC 2015


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

abe pushed a change to branch debian
in repository zsh.

      from  63deeab   Upload to experimental as 5.1-test-1-1
      adds  bddd99d   36441: _git: Fixed typo in --author-date-order description
      adds  1cba80b   unposted: ZLE_STATE: fix obvious documentation typo.
      adds  8931e47   36437: Document interaction of $region_highlight and $zle_highlight.
      adds  45e67c3   36422: add missing unmeta()
      adds  ca9fdda   36460: Discard benign error when no one is reading from pipe
      adds  86229fd   36468: Fix infinite loop exiting from Zle widget.
      adds  3bca11c   36470: Auxiliary to 36468, return an empty buffer from zleread() if a widget exits
      adds  e86b3cc   36478: Add [[:INCOMPLETE:]] and [[:INVALID:]] pattern tests.
      adds  c088906   36445: Expose yankb, yanke, ZLE_YANK to widgets.
      adds  7fca9bb   Update news for 5.1.1 with minor features just added.
      adds  f5e8527   36483: handle incomplete multibyte characters in bracketed-paste-magi
      adds  89b55d4   36489: fix curses bug with hash table for colours
      adds  68405f3   unposted: version 5.1.1
       new  7534dfa   Merge tag 'zsh-5.1.1' into debian
       new  bcea5a1   Revert "Extend further-mitigate-test-suite-hangs.patch to mitigate a race condition in E01options.ztst"
       new  939da86   Add preliminary changelog entry for 5.1.1 upstream release

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:
 ChangeLog                                          | 57 ++++++++++++++++++++++
 Completion/Unix/Command/_git                       |  2 +-
 Config/version.mk                                  |  4 +-
 Doc/Zsh/expn.yo                                    | 14 ++++++
 Doc/Zsh/zle.yo                                     | 25 +++++++++-
 Functions/Zle/bracketed-paste-magic                | 16 ++++--
 NEWS                                               | 13 ++++-
 README                                             |  3 +-
 Src/Modules/curses.c                               |  2 +-
 Src/Zle/comp.h                                     |  5 +-
 Src/Zle/zle.h                                      |  2 +
 Src/Zle/zle_main.c                                 |  2 +-
 Src/Zle/zle_params.c                               | 30 ++++++++++++
 Src/compat.c                                       |  2 +-
 Src/hist.c                                         |  6 +++
 Src/pattern.c                                      | 43 ++++++++++++----
 Src/zsh.h                                          | 17 +++++--
 Test/D07multibyte.ztst                             |  6 +++
 Test/E01options.ztst                               |  2 +-
 debian/changelog                                   |  7 +++
 .../further-mitigate-test-suite-hangs.patch        | 21 ++------
 21 files changed, 233 insertions(+), 46 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