[Pkg-zsh-commits] [zsh] branch upstream updated (b0d2966 -> 58614f1)

Axel Beckert abe at deuxchevaux.org
Fri Dec 20 21:49:41 UTC 2013


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

abe pushed a change to branch upstream
in repository zsh.

      from  b0d2966   unposted: release 5.0.3
      adds  a51b891   unposted: increment version to 5.0.3-dev-0
      adds  71038e3   users/18219: compadd -Q for builtins, aliases, and reserved words
      adds  977f9ff   32114: ZLE_PROMPT_INDENT allows you to move rprompt flush right
      adds  f06851f   add ZLE_RPROMPT_INDENT to NEWS
      adds  db23c63   32136: fix problem with kshglob. Non-pattern characters that could be followed by "(" to introduce a ksh glob but weren't caused failures.
      adds  feae6af   32131: avoid infinite loop reading pty on platforms that do not buffer output after child exit
      adds  b9da4ef   32137: set pseudo-terminal speed to prevent padding characters
      adds  626c580   32143: Fix --enable-custom-patchlevel name in INSTALL
      adds  5f36aec   32150: fix file reference in executable ownership test
      adds  9cacf44   32157: fix extra line feed after prompt, and erased character in completion listing, when ZLE_RPROMPT_INDENT=0
      adds  11d8ba7   unposted: release 5.0.4
      adds  247fba1   unposted: release 5.0.4, more files updated
      adds  58614f1   unposted: release 5.0.4, more files updated

No new revisions were added by this update.

Summary of changes:
 ChangeLog                          | 52 ++++++++++++++++++++++++++++++++++++++
 Completion/Zsh/Type/_command_names |  6 ++---
 Completion/compaudit               |  2 +-
 Config/version.mk                  |  4 +--
 Doc/Zsh/params.yo                  | 13 ++++++++++
 Etc/FAQ.yo                         |  2 +-
 INSTALL                            |  2 +-
 NEWS                               |  6 +++++
 README                             |  5 ++--
 Src/Modules/zpty.c                 |  4 +--
 Src/Zle/zle_refresh.c              | 51 ++++++++++++++++++++++++-------------
 Src/Zle/zle_tricky.c               | 12 ++++++++-
 Src/init.c                         | 15 ++++++++++-
 Src/params.c                       |  3 +++
 Src/pattern.c                      | 14 +++++++---
 Src/zsh.h                          |  6 ++++-
 Test/D02glob.ztst                  | 27 ++++++++++++++++++++
 Test/comptest                      |  2 +-
 18 files changed, 188 insertions(+), 38 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