[Pkg-zsh-commits] [zsh] 01/04: Merge commit '9982ab6fb5266298c056326ed265fc8560202603' into debian

Axel Beckert abe at deuxchevaux.org
Wed Oct 8 00:00:05 UTC 2014


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

abe pushed a commit to branch debian
in repository zsh.

commit 1c3f90e3af0c3d6c8e946653169287baf5814ad4
Merge: 1ffb184 9982ab6
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Oct 8 01:29:12 2014 +0200

    Merge commit '9982ab6fb5266298c056326ed265fc8560202603' into debian
    
    This is exactly one commit after the zsh-5.0.7 and adds one missing
    (and not unimportant) changelog entry for the 5.0.7 release.

 ChangeLog                                         | 370 ++++++++++++++++++-
 Completion/Base/Utility/_call_program             |  17 +-
 Completion/Base/Utility/_describe                 |   2 +-
 Completion/Base/Widget/_complete_debug            |   2 +
 Completion/Linux/Command/_btrfs                   |   3 +-
 Completion/Linux/Command/_cryptsetup              | 175 ++++-----
 Completion/Unix/Command/_augeas                   |  58 +++
 Completion/Unix/Command/_dvi                      |   2 +-
 Completion/Unix/Command/_git                      |  70 +++-
 Completion/Unix/Command/_graphicsmagick           |   2 +-
 Completion/Unix/Command/_imagemagick              |   2 +-
 Completion/Unix/Command/_notmuch                  |   3 +
 Completion/Unix/Command/_perforce                 |  15 +-
 Completion/Unix/Command/_quilt                    | 425 ++++++++++------------
 Completion/Unix/Command/_stgit                    |  11 +
 Completion/Unix/Command/_sysctl                   |   9 +-
 Completion/Unix/Type/_mime_types                  |   4 +-
 Completion/Unix/Type/_net_interfaces              |  27 +-
 Completion/Unix/Type/_path_files                  |  22 +-
 Completion/X/Command/_mplayer                     |   2 +-
 Completion/Zsh/Command/_setopt                    |  22 +-
 Completion/Zsh/Command/_typeset                   |  15 +-
 Completion/Zsh/Command/_unsetopt                  |  10 -
 Config/defs.mk.in                                 |   1 +
 Config/version.mk                                 |   4 +-
 Doc/Makefile.in                                   |   6 +-
 Doc/Zsh/builtins.yo                               |  36 +-
 Doc/Zsh/contrib.yo                                |  22 +-
 Doc/Zsh/expn.yo                                   |  29 +-
 Doc/Zsh/grammar.yo                                |   9 +
 Doc/Zsh/mod_computil.yo                           |  12 +-
 Doc/Zsh/mod_parameter.yo                          |   8 +
 Doc/Zsh/mod_zutil.yo                              |   2 +-
 Doc/Zsh/options.yo                                |   4 +-
 Doc/Zsh/params.yo                                 |   2 +-
 Doc/Zsh/prompt.yo                                 |   7 +
 Doc/Zsh/zle.yo                                    |   2 +-
 Etc/FAQ.yo                                        |   2 +-
 Etc/zsh-development-guide                         |  16 +-
 Functions/VCS_Info/Backends/VCS_INFO_get_data_git | 131 ++++---
 Functions/VCS_Info/VCS_INFO_quilt                 |   8 +-
 Functions/VCS_Info/VCS_INFO_reposub               |   7 +-
 Misc/vcs_info-examples                            |   2 +-
 NEWS                                              |  33 +-
 README                                            |  12 +-
 Src/Modules/parameter.c                           |  55 ++-
 Src/Modules/pcre.c                                |   2 +-
 Src/Zle/compcore.c                                |   2 +
 Src/Zle/compctl.c                                 |   2 +-
 Src/Zle/zle_refresh.c                             |   3 +-
 Src/builtin.c                                     |   4 +-
 Src/exec.c                                        | 187 ++++++++--
 Src/glob.c                                        |  24 +-
 Src/hashtable.c                                   |  15 +-
 Src/hist.c                                        |  21 +-
 Src/init.c                                        |  37 +-
 Src/jobs.c                                        |   4 +-
 Src/lex.c                                         | 110 +++---
 Src/params.c                                      |  39 +-
 Src/parse.c                                       | 290 ++++++++++-----
 Src/pattern.c                                     |  10 +
 Src/prompt.c                                      |  38 +-
 Src/signals.c                                     |  15 +-
 Src/subst.c                                       |  15 +-
 Src/utils.c                                       |  44 ++-
 Src/zsh.h                                         |   4 +-
 Src/zsh.mdd                                       |   3 +
 Src/ztype.h                                       |   9 +
 Test/A04redirect.ztst                             |  78 +++-
 Test/A05execution.ztst                            |  36 +-
 Test/C01arith.ztst                                |   4 +
 Test/C04funcdef.ztst                              |  10 +
 Test/D02glob.ztst                                 |   7 +
 Test/V07pcre.ztst                                 |   9 +
 configure.ac                                      |  36 +-
 75 files changed, 1967 insertions(+), 769 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