[Pkg-zsh-commits] [zsh] branch upstream updated (eaea1dc -> 68405f3)

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


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

abe pushed a change to branch upstream
in repository zsh.

      from  eaea1dc   unposted: make 5.1-test-1 with updates for 5.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

No new revisions were added by this update.

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 +-
 19 files changed, 223 insertions(+), 28 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