[Pkg-zsh-commits] [zsh] annotated tag debian/5.0.5-dev-2-1 created (now bd40d26)

Axel Beckert abe at deuxchevaux.org
Wed Aug 13 00:09:14 UTC 2014


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

abe pushed a change to annotated tag debian/5.0.5-dev-2-1
in repository zsh.

        at  bd40d26   (tag)
   tagging  b80e80bcb82db792b36c91a26096b82eb0faba07 (commit)
  replaces  debian/5.0.5-4
 tagged by  Axel Beckert
        on  Wed Aug 13 02:07:38 2014 +0200

- Log -----------------------------------------------------------------
zsh Debian release 5.0.5-dev-2-1

Alessandro Ghedini (1):
      32532: completion for "apt" command

Andrew Magee (1):
      19939: hg committable files

Andrew Waldron (1):
      32552 (updated by 32560): fix segfault when using process substitution in anonymous function argument list

Ansgar Burchardt (1):
      32895: Match more shared library names.

Axel Beckert (16):
      Rewrite bug script to have less code duplication and to also include debsums results
      32911: Expand bpython completion to bpython2 and bpython3
      unposted: Fix copy and paste error in the current changelog entry's date
      unposted: Fix typo in Doc/Zsh/expn.yo
      Remove all patches which were cherry-picked from upstream
      New upstream release candidate: Merge branch 'upstream' into debian
      Refresh patch replace-texi2html-with-makeinfo
      Add patch to fix source vs build directory mixup
      Add a preliminary changelog entry to make it build at least
      Merge branch 'debian' of git://anonscm.debian.org/git/collab-maint/zsh into debian
      32975, 32984: texi2html.conf location inconsistent in makefile
      New upstream release candidate. Merge branch 'upstream' into debian
      Refresh replace-texi2html-with-makeinfo, drop texi2html-conf-source-dir-vs-build-dir
      Update changelog with regards to patch refreshing and removal
      Update changelog entry to list all upstream-fixed Debian bug reports
      Upload to experimental as 5.0.5-dev-2-1

Bart Schaefer (1):
      use LPAR() instead of parens in sqrt example

Barton E. Schaefer (60):
      32283:  fix crash in menu selection when number of terminal lines is small
      32285: restart the fheap search in freeheap if the current fheap arena is about to be discarded; fixes crash
      users/18335: avoid passing to "functions" those typeset options that it does not accept
      32294: prevent buffer overflow when scanning very long directory paths for symbolic links
      unposted: reformulate 32285 to lift the fheap->sp test out of the loop, improve commentary
      users/18368: compromise to restore partial path completion inadvertently removed by 31159
      Merge branch 'master' of git://git.code.sf.net/p/zsh/code
      32322: display a message when completion is interrupted from the keyboard
      32337: change initialization of some special parameters for emulation compatibility
      32338: create empty help.txt so lack of helpfiles does not break the build
      32340: improve error messages for "read -c" / "read -l"
      Fix leading whitespace in a comment
      32341: heuristic initialization of ZLE_RPROMPT_INDENT
      Minor indexing changes to generate more consistent page layouts
      32365: another stab at the heuristic for initializing rprompt_indent
      32377: change keybindings and PTY control for vi-mode tests to make them more reliable
      Fix character transposition typo
      32389 (with Jun Takimoto): additional PTY and keybinding adjustments
      32388: zparseopts -K preserves individual associative array elements
      unposted: document interactions of "fc -R" etc. with "fc -l" and $HISTCMD
      32427: avoid busy loop on closed descriptors for "zle -F" handlers
      users/18550: matcher-list documentation clarifications
      Merge branch 'master' of git://git.code.sf.net/p/zsh/code
      32468: save/restore match/mbegin/mend when doing pattern lookups against zstyle contexts
      32497: avoid using comptesteval in the middle of a series of tests
      32500: handle interrupts during pattern matching
      32531: fix memory leaks detected by valgrind
      unposted: fix typo
      Fix email address
      Merge branch 'master' of git://git.code.sf.net/p/zsh/code
      32540: in doexpandhist(), discard saved line position data rather than restoring from it (updates 32531).
      32568: consistency in handling of errflag condition during substitutions
      32569: lastval ($?) should not be reset between word list substitution and loop body execution in for/select
      32580: avoid indefinite wait in lockhistfile() by checking for lock file time stamp in the future
      32609: [[ $var ]] behaves as [[ -n $var ]] for bash/ksh compatibility
      32634: add POSIX_ARGZERO option
      32653: complete files with the ".phar" extension as well as ".php"
      36526: when __APPLE__ is defined at compile, normalize Unicode filenames in zreaddir()
      Numbers transcribed in last commit message:  article ID should be 32656.
      32711: run "continue" test in a new shell
      32716: properly test iconv return values for error conditions
      32723: add braces around some if/else branches
      32766: bracechardots() agrees with xpandbraces() about what constitutes a {C1..C2} pattern, thus preventing crash
      32882 (cf. Augie Fackler 32879): correct reload of backslash-continuation lines from history, fix bad history write of events ending with backslashes
      32891: CASE_MATCH for =~ when using pcre; fix pcre_match with empty string
      force retention of whitespace in "fc" item prototype
      32898 (credit Jun T.): fix offset_start initialization bug in 32891
      Resolve conflict with origin/master
      Resolve conflict with origin/master
      Merge branch 'master' of git://git.code.sf.net/p/zsh/code
      32903: new empty (unset) elements in the special parameter hash tables are special themselves
      unposted (see 32892): 'fc -I' is an error
      32853: redefine VARARR() to use heap rather than stack allocation
      32910: quiet update of timestamp files
      Merge branch 'master' of git://git.code.sf.net/p/zsh/code
      32593: update --vga option in _qemu
      32931: with NO_NOMATCH, a subscript glob qualifier on a not-matching pattern returns the original pattern
      32971: negative argument with %(l..) and with %<< or %>> calculates space available before right margin
      mention 32971 in NEWS, clarify RPROMPT behavior in docs
      A couple of minor typo fixes.

Christian Hesse (1):
      32316: complete new ssh key type

Danek Duvall (1):
      32505: improved Solaris compatibility for pgrep completion

Daniel Bolton (1):
      32815: aptitude completion missing resolver options

Daniel Hahler (1):
      32271: fix matcher-list example

Daniel Shahaf (11):
      32528: vcs_info: Add check-for-staged-changes
      32528: vcs_info: Document 'post-backend' hook and bzr 'check-for-changes' support.
      32597: vcs_info git: Describe detached heads symbolically.
      32619: vcs_info svn: Use the revision of cwd
      32621: vcs_info svn: 'Fix set-branch-format' when in subdirs
      32620: Typo fix after commit eb4c70d
      users/18857: add (Y) glob qualifier to generate only one match per pattern
      32662: vcs_info git: Fix stagedstr for empty repos
      users/18870: fix glob scanner insert counting check.
      32694: the number of matches to find is the suffix argument of (Y) qualifier
      32708: glob qualifier (Y) implies (oN)

Dominic Hopf (1):
      32837: improved installation location support for help directories

Eric Cook (5):
      remove hard tabs from btrfs completion
      minor typo in btrfs completion
      updated subcommand completion for btrfs
      new forms of completion for btrfs
      32603: fix documentation of status after try / always

Felipe Sateler (1):
      32819: Update for axi-cache completion

Frank Terbeck (1):
      32264: vcs_info, hg: Support detecting repos using ShareExtension

Holger Macht (1):
      32257: updated zypper completion

Hong Xu (1):
      Fix outdated npm completion

Jasper Lievisse Adriaanse (1):
      32558: _XOPEN_SOURCE_EXTENDED now OK on OpenBSD

Jun T (19):
      32300: new od completion
      32435: improved quoting for ignore-line completion style
      32480: Fix crash in vi mode with too few previous changes
      32482: fix character translation issue with some versions of Yodl
      32493: some man page formatting fixes
      32494: Yodl hack to fix indents in manual page output
      32546: better handling of ignored files with _path_files -W prefixes
      32616: bad printf arguments for limits
      32681: formatting issue in zle doc
      32715: doc formatting fixes
      32719: minor doc issues
      32755: move incorrectly placed line in grammar.yo
      32765: fix build when not MULTIBYTE_SUPPORT
      32767: another spot to tweak bracechardots()
      32779: fix a typo in options.yo
      32781: source behaves like . w.r.t. path search
      32812: put contents at start of manual
      32823: complete file instead of Perl script after -
      32833: complete Python and Ruby arguments as for Perl

Keerthan jai.c (1):
      users/18981: improved tmux function completion

Koen Wilde (3):
      32245: complete more mpc arguments
      32863: completion for mpc insert command
      32863: missed ChangeLog entry

Kosuke Asami (3):
      32472: new pgrep completion options
      32471: handle BSD process management in pgrep completion
      32471: tidy up pgrep completion

Manuel Presnitz (1):
      32412 / 32415: New giga- and terabyte units for glob qualifiers

Mariusz Fik (2):
      Fix zypper commands completion [zypper <TAB>].
      Fix zypper commands completion [zypper <TAB>].

Mark Oteiza (2):
      32238: suppress error output completing after ip
      32238: suppress error output completing after ip

Martin Vaeth (1):
      32356: fix a typo

Mikael Magnusson (5):
      32821: Update _gcc as of GCC 4.8.3 for generic options and x86
      32949 (wip 32928, 32937): Add :^ syntax for zipping two arrays
      unposted: Fix formatting error in ChangeLog
      32985: Add NEWS entry for array zipping operators.
      unposted: Indent entries in NEWS for changes since 5.0.0 for consistency

Miles Ohlrich (1):
      32958: bitwise logic fix

Nikolas Garofil (1):
      32737, 32736 (32741), 32735, 32734, 32733, 32732 (32739): Strict compilation

Oliver Kiddle (16):
      32314: merge undo events corresponding to vi change in the vi-cmd-mode widget so undo from insert mode is useful again
      32334 (modified so KEEPSUFFIX is unchanged for vi-cmd-mode; based on
      32342: fix overstrike for vi mode and use varying vi commands at line start
      32355: document and test vi mode undo changes
      32361: don't reset lastline before completion
      users/18485: add .. as an auto-removable suffix in git revision ranges
      users/18498: observe add-space style in _expand_alias so suffix can be disabled
      unposted: duplicate local statement was printing variable value
      unposted: fix typo in documentation
      32436: allow = to be used in ZLS_COLORS patterns if it is quoted or inside parentheses
      32439: add new show-ambiguity style
      32448: fix seg fault if $WIDGET is accessed after recursive-edit is interrupted
      32450: make get-line widget set the history number that was saved with the line
      32441: add completer for file extensions
      32848: fix words array before using _normal for script arguments
      32849: new completion for Linux ss (netstat alternative)

Omari Norman (1):
      32817: Add completion for moosic

Peter Stephenson (50):
      unposted: update version to 5.0.5-dev-0
      users/18298 (tidied up): add {<char>..<char>} expansion
      32246: option "shift -p" pops arguments from end of array
      32255: complet for python under some pythonN.M names
      32299: add use of underscores on arithmetic output for spacing
      unposted: update 31983 to suppress stdout from cmp, too.
      32308: Improve initialising of vi change.
      32303: simplistic completion after $x:
      32414: improved error message for missing delimiters.
      users 18531 plus doc etc.: new expand-absolute-path widget
      Fix merge conflict
      32453: fix zcalc default base handling
      32479: POSIXTRAPS and implicit return values.
      unposted: document effect of 32479 on POSIX_TRAPS
      Merge branch 'master' of ssh://git.code.sf.net/p/zsh/code
      unposted: in Perforce path completion complete depots after //
      users/18644: bindkey -s doc should have forward reference.
      Merge branch 'master' of https://git.code.sf.net/p/zsh/code
      32521: document that LOGNAME comes from getlogin()
      32527: zcalc-auto-insert key binding for use in zcalc
      addition to 32527: also update .distfiles
      Fix merge conflict
      users/18827 plus tweaks to original comments: hg bookmarks extraction improvement
      unposted: use DIGBUFSIZE for pipestatus numeric buffer
      users/18860: man -M overrides manpath
      32624: use correct scaling factor (clock ticks) for times
      32640: (#q) in [[ ... ]] forces globbing
      Fix merge conflict
      unposted: restore cond_match() in case used in add-on module
      32682 with tweaks: Add INC_APPEND_HISTORY_TIME.
      fix my own merge conflict with grammar changes
      32768 with further modifications: LOCAL_LOOPS option.
      32789: --enable-zsh-valgrind allows analysis of heap allocation
      32799: resource NTHR not well handled on NetBSD
      Attempt to improve doc for assignment
      32866: new replace-argument ZLE function.
      unposted: replace-argument can take negative prefix to count from end
      32918: add %. to ztrftime for use in prompts
      %P at start of TCP function system prompt causes %-style prompt subst
      missed updates to calls to ztrftime()
      32932: add hmkarray() and use to fix leak
      user/19006: document position of RC_EXPAND_PARAM in parameter subst
      32944: read -qs is handled correctly by current code
      unposted: remove unused variables
      32954 plus new test: [[ ... = ...(#q...) ]] shouldn't force a glob.
      32954: Missed the doc change.
      Rename _SuSEconfig to _SUSEconfig
      unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 release
      Missed ChangeLog commit for OpenSUSE rename.
      unposted: 5.0.5-dev-2

Sebastian Ramacher (3):
      32533: add completion for "apt-mark"
      32814: Add some more recent dpkg options
      32816: Add completion for bpython and variants

Sebastien Alaiwan (2):
      32642: improve bzr completion with directory path
      32562: updates for bzr completion

Simon Ruderich (1):
      32289: Doc: Add zsh version to footer in HTML documentation.

Takeshi Banse (1):
      32502: fix typo in argument list for git completio

Thomas Mitterfellner (1):
      32265: better handling of large package lists.

Tomoki Sekiyama (1):
      32592: add CORRECT_IGNORE_FILE variable

Vincent Lefevre (1):
      32818: gzip completion: --rsyncable option is missing

jchaloup (1):
      32666: shell emulation doc addition

llua (1):
      complete zfs ... -o multiple times

luc (1):
      18406: New completion for system_profiler

m0viefreak (10):
      32396: _git: fix __git_committish_range_{first,last} and __git_is_committish_range
      32395: _git: diff: refactor and fix wrong completions
      32397: _git: fix __git_submodules to only use the actual name of the submodule
      32398: _git: completion updates up to latest git v1.9.0
      update zshcontrib for latest helpfiles
      use env to find perl for helpfiles
      remove old example from helpfiles:
      prefer col -bx to colcrt in helpfiles
      m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixes
      32600: in _arguments, "-" is not an option letter after another "-"

sergio (1):
      32267: use explicit path to modinfo for completion

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
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