[Pkg-zsh-commits] [zsh] branch upstream updated (11189c6 -> eaea1dc)

Axel Beckert abe at deuxchevaux.org
Tue Sep 8 20:58:53 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  11189c6   Relase zsh 5.1
      adds  a9df6aa   36338: Replace "5.0.9" with "5.1" in source comments
      adds  a428c6b   36328 + 36340: _git-cherry-pick: Complete other branches only
      adds  6e825e7   36353: _git: Unbreak after previous.
      adds  b73e444   unposted: Update internal version to 5.1-dev-0.
      adds  21382e0   36365: magic-space could delete the reset of the line.
      adds  3747f6b   36376: handle signals during read1char() so it is possible to interrupt correct/correctall prompts
      adds  cbe0021   36380: Avoid gcc case syntax
      adds  8e3ca08   36347: Fix appending empty array to associations
      adds  0e63286   36399: Shell code text with multiple here documents wasn't shown properly.
      adds  dde07f7   unposted: fix egregious typo
      adds  cdbd1b2   36378: skip directories when looking for files to autoload
      adds  9f5dffa   36393: process queued signals during dotrap()
      adds  8dfdca8   Add ChangeLog entry for tests from previous commit
      adds  1ba2fac   36403: type -w += suffix alias
      adds  32f5d3d   36416: ^C in getzlequery() just aborts query.
      adds  f52795e   36415: remap bytes from invalid multibyte characters.
      adds  3a676ea   36417: fix/update top level texinfo menu
      adds  938c4c1   36421: fix breakage in pattern change in 36415
      adds  5445d5f   unposted: typo in change log
      adds  880579d   36410: vcs_info git: Present merge heads as patches
      adds  a4f087b   unposted: Minor documentation tweaks.
      adds  6e7ecb3   unposted: typo in comment
      adds  eaea1dc   unposted: make 5.1-test-1 with updates for 5.1.1

No new revisions were added by this update.

Summary of changes:
 ChangeLog                                         | 94 +++++++++++++++++++++++
 Completion/Unix/Command/_git                      | 66 ++++++++++++----
 Config/version.mk                                 |  4 +-
 Doc/Zsh/contrib.yo                                |  2 +-
 Doc/Zsh/manual.yo                                 | 26 +++++--
 Doc/Zsh/params.yo                                 |  2 +-
 Doc/Zsh/zle.yo                                    |  5 +-
 Etc/FAQ.yo                                        |  2 +-
 Functions/VCS_Info/Backends/VCS_INFO_get_data_git | 17 ++++
 Functions/Zle/bracketed-paste-magic               |  2 +-
 Functions/Zle/url-quote-magic                     |  2 +-
 NEWS                                              |  2 +
 README                                            |  4 +-
 Src/Zle/complist.c                                |  2 +-
 Src/Zle/zle_refresh.c                             |  3 +-
 Src/Zle/zle_tricky.c                              |  2 +
 Src/Zle/zle_utils.c                               |  5 ++
 Src/exec.c                                        |  4 +-
 Src/hashtable.c                                   |  5 +-
 Src/params.c                                      |  9 ++-
 Src/pattern.c                                     | 26 +++++--
 Src/signals.c                                     |  5 ++
 Src/text.c                                        |  4 +-
 Src/utils.c                                       | 10 ++-
 Test/A02alias.ztst                                |  3 +
 Test/A04redirect.ztst                             | 31 ++++++++
 Test/A05execution.ztst                            |  9 +++
 Test/A06assign.ztst                               |  8 ++
 Test/D07multibyte.ztst                            | 17 ++++
 29 files changed, 323 insertions(+), 48 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