[Pkg-zsh-commits] [zsh] annotated tag debian/5.0.8-test-3-1 created (now 998411b)
Axel Beckert
abe at deuxchevaux.org
Thu Aug 27 21:44:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
abe pushed a change to annotated tag debian/5.0.8-test-3-1
in repository zsh.
at 998411b (tag)
tagging a90fb9402a5652391f57e1838399f700ca9a4a4e (commit)
replaces debian/5.0.8-4
tagged by Axel Beckert
on Thu Aug 27 23:43:05 2015 +0200
- Log -----------------------------------------------------------------
zsh Debian release 5.0.8-test-3-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJV34RpAAoJEGvmY8daNcl1US0P/1D06mhpP5l7yeIkcj8PbhVL
IUW3ZKYdbhmUzFJ8PAUqez+CnH3vee2tH0zZRopJS4dTjVNo+8kky7PxFitXU3un
hcJWO1ZF8Cuvck57BGkTAVMYBPndyogobdsTUxFtxXZzOvBvec8KsN5MjQjkDsY7
X0qS7rhbNBg/13g+siwb4lUdcFrG16dnHVvUTZIsc4Ju/k7YZlBx7f3Fsnkv4tXK
G8bo0kt7S6Xm7Nos85kAAGE/ExKcpBQGxacv3x2s4F1Hs2QZ7HURg4hZywj5lSaP
8u6nzY34SlVW4af6PhZHtySywXR/DOD4VTwpv/aRW6UhhD0VQlywisq4ahX9poWu
jhvkrSDUAhSHXnhWGuU4D9KyL00J5rO0wgSu7aKNZfkw2MQelo+c1NkOlcPzGfQY
qfPRiylCYxKmddyF6OMOgDEbTBfcmm7GNYYbxcO0KIQ998zfAz4XRD47vapDaNAX
O9+2S/YDwis1t+J1cGdqdbDB7wseFASaj3dsmwpZT8oai6/0jmirX0BX4y/qG15B
n/0lO3mPD095z28nyMGGNPCjbI1mz6fNXgiEjyOvL+sAfuVfJIdOuorqm0fIhwXc
WRaFefNfSMcZofov0SPcEVIIVUeQChdwvwzOT6zLz4kXNVasXckw+p1umlAumZD6
naSTNgZsIkRj+C8WgO6N
=ldog
-----END PGP SIGNATURE-----
Antony Lee (1):
faster method of generating list of python modules
Axel Beckert (10):
Set $(VENDOR) to sanitized output of "dpkg-vendor --query vendor"
Clint Adams prefers to be removed from Uploaders
Merge tag 'zsh-5.0.8-test-2' into debian
Remove all cherry-picked patches
Update changelog for new upstream release candidate
Update patch to integrate Bart's suggestion on further test suite fixes
Throw away even more errors in further-mitigate-test-suite-hangs.patch
Merge tag 'zsh-5.0.8-test-3' into debian
Update changelog for new upstream release candidate 5.0.8-test-3
Upload to experimental as 5.0.8-test-3-1
Baptiste Daroussin (1):
35357: FreeBSD needs HAVE_POSIX_OPENPT for zpty
Barton E. Schaefer (48):
35350: extend "fc -I" to cover listing of "internal" history events only
35163: move "show-ambiguity" style to _setup so that more precise context can be applied
35467: complete files for non-GNU du
35469: test UNDO_CHANGE_NO to determine whether to start over or use the next history event
35482: be consistent about how argzero is allocated
35493: erase $_ when the command line is an assignment
35626: update POSIX_CD to note that it is on in ksh and sh emulations
35634: handle failure of gettempname() in namedpipe()
35642: signal queueing in zcontext_save_partial()
35660: prompt_adam1_setup: avoid perl, fix help
35694: fix handling of history modifiers applied across all elements of an array parameter value
35709: explain :s/// modifier contexts.
unposted: alphabetize ${(b)...} flag
35799: with NO_EXEC, parse parameter subscript expressions
35805: tests for 35799
35581, 35582: output array assignments with spaces inside the parens
35823: fix handling of MARK and CURSOR, clean up documentary comment
35826: add getsparam_u() to return unmetafied string, use it for a number of references to non-special params
fix another test for 35581
users/20324: add (D) flag for tilde-fied completion listing
35882: read-command has ZLE_NOTCOMMAND
35896: index zle_highlight
add RPS2 handling to "prompt bart", update help text, clean up indentation whitespace
35937: wait for process IDs instead of job numbers in parallel mode
Merge branch 'master' of git://git.code.sf.net/p/zsh/code
35947: update discussion of module wrappers, some examples
35953: fix handling of command substitution in math context
36022 fix bug that some loop constructs could not be interrupted, revise signal queueing
36026: zero freed pointers in zftp cleanup_() in case the module is re-loaded after unloading
36033: a few more queue_signals() to protect global state changes
36079: do not allow update_job() and its helpers to run the signal queue while we are processing a job exit.
36084: use zrealloc() consistently
unposted: replace multi-byte curly-quotes with plain quotes in ChangeLog entry
36090: keep signals queued for preprompt()
36092: return the zpty master file descriptor in $REPLY for use with "zle -F" etc.
36104: change order of child_block() and dont_queue_signals() to resolve yet another race condition
36108: list of major changes so far since 5.0.8
36180: avoid infinite job stop/continue loop on "wait PID" for a background job
36195, 36196: wrapper of bracketed-paste for compatibilty with url-quote-magic and other self-insert wrapper widgets
Merge branch 'master' of git://git.code.sf.net/p/zsh/code
Reorder commit-log entries for international date line.
unposted: mention bracketed-paste-magic in url-quote-magic comments
unposted (cf. 36200): back out _expand backslash handling change from 34961.
36212: save and restore HISTNO along with other editor state, for sanity of "zle undo"
36256: local options should remain in effect for "emulate -L" even if additional option settings are applied
36266: preserve emulation and setopt context for init and finish functions, handle vi modes
36273: teach endofline() and endoflinehist() about invicmdmode() cursor placement.
36274: clear virangeflag when getvirange() has an error (the next keystroke is not a motion/selection).
Christian Hesse (2):
35986: add ssh option UpdateHostKeys
35991: _ssh: add ssh option FingerprintHash
Daniel Hahler (4):
35216: _git-checkout: do not call __git_commits twice
35779: completion: _git-config: remove extraneous "local expl"
35970: completion: fix typos in _git and _brace_parameter
unposted: fix minor typos
Daniel Shahaf (27):
unposted: Typo fix
35271: New completion: beep.
35270: _describe: Document a known issue described in 35229
35441: Make devs' ChangeLog generator scripts discoverable
unposted: Typo
35769: edit-command-line: Go to the right byte offset
35775: New zsh-specific yodl vim syntax highlighting.
35790: zyodl.vim: Be compatible with Vim 6.
35807: edit-command-line: Fix for non-7bit-data (after 35769)
35809: zyodl.vim: Fix nested parentheses
35810: FAQ += edit-command-line
35274: completion: Add FreeBSD's watch(1)
_arguments docs: Bring all option descriptions to one place
_arguments docs: Divide into subsections
unposted: Typo fix.
36008: trap: Fix listing of traps created under non-alias non-canonical signal spelling
unposted: _subversion: Complete property names for propdel
36186: FAQ (3.24): Update for bracketed paste
36109: bracketed-paste: change quoting style
36158: _sshfs: Fix completion of and after -o
unposted: _sshfs: Fix completion of options with values
36208: _subversion: Complete a few more option switches
36236: _git-log: complete 'git rm'd files
36236: _git-log: Complete multiple revspecs
36237: __git_objects: Complete HEAD:foo correctly in worktree subdir
36247: __git_objects: Complete HEAD:./foo correctly in worktree subdir
36277: _git: Updated for git-clone 2.4.5.
Eric Cook (5):
35490: silence errors and avoid blank match due to missing local
35879: fix for subcommands that don't have a second subcommand
35972: allow for Directive=Value format in .ssh/config
35973: new systat and vmstat completions
36113: ip(8) may add suffixes which is not good for completion matches
Frank Terbeck (21):
36046: _tmux: Update command line options
36048: _tmux: Update options for supported commands
36062: _tmux: Add support for new sub-commands
36063: _tmux: Remove dead code
36050: _tmux: Don't unset, set empty in local scope
36058: _tmux: No need to unset local variables
36057: _tmux: Replay all arguments when dispatching to new _tmux()
36054: _tmux: "local -x" serves no purpose
36049: _tmux: options => session_options
36056: Add helper script to check state of _tmux completion
36052: _tmux: Remove old sub-commands and their aliases
36064: _tmux: Add new command aliases
36047: _tmux: Fix options with changed scope
36051: _tmux: Remove support for old options
36059: _tmux: Add new session options
36055: _tmux: Add support for new server options
36061: _tmux: Add support for new window options
36060: _tmux: Update TODO
36070: _tmux: Update bell-action and prefix options
36069: _tmux: Fix \ooo display in completion list
36075: Disable ‘local’ keyword in script to make data retrieval work
Han Pingtian (2):
35514: [[:foo:]] tests in completion should be more specific
35665: better handling for command line completion match handling
Joshua Krusell (2):
35939: fix select polling in ztcp and zsocket
36039: Restart socket commands on EINTR
Jun T (2):
36067: fix typo and format in the documentation
35952: bind escape in vi mode so it is a full key sequence and later keys aren't dropped
Jun-ichi Takimoto (6):
35550: fix backspace in interactive menu-select
35957: fix _make-expandVars()
35928: '%-m' should work even if not supported by strftime(3)
35929: protect FDT_PROC_SUBST by #ifdef
36243: fix a few problems of "_pids -m pattern"
users/20455: do not use posix_openpt() on OpenBSD
Kamil Dudka (1):
36106: fix const parameter to bindkey
Matthew Martin (2):
35727: support OpenBSD for diff options
35960 (tweaked): complete correct options for OpenBSD's find
Mikael Magnusson (29):
GLOB_ASSIGN should only affect scalar assignments
_gdb: Allow 'core' to occur anywhere in a coredump filename
35476: Allow setting $0 when POSIX_ARGZERO is not set
35554: Document narrow-to-region -l and -r.
35558: narrow-to-region: Use unique parameter names for new feature
35673: Improve _zargs
35696: _ps1234: complete colors for %F{ and %K{
35697: _ps1234, _date_formats: Complete strftime formats for %D{}
35745: ztrftime: Pass everything unhandled to the system strftime()
unposted: Make V09 set a known timezone
35761: Make sure to skip alternate format extension test properly
unposted: _ps1234: Fix ternary test char completion
35989: _ssh: update to 6.9
unposted: _ssh: use the -q option for the = suffix
35954: Doc: sysopen -u is not optional
unposted: add tests for outputting traps specified via aliases
36077: vcs_info: stop exporting everything
36078: vcs_info: Adjust documentation for no longer exporting
36116: _git: various fixes
36117: _wget: complete headers for --header and add --no-use-server-timestamps
36118: _imagemagick: complete all files if image files didn't match
36120: _sort: Fix syntax error
36119: _strftime: Add completion for zsh/datetime's strftime builtin
Revert 36118
36091: _ncftp: search XDG_DATA_HOME for bookmarks saved by lftp
36177: _setopt: complete printexitvalue both ways
36183: _ssh: update to 7.0
36172: _imagemagick: Use $formats a bit more correctly
unposted: typo in ChangeLog
Oliver Kiddle (50):
Adrien Vergé: 35352: completion for new Redhat package manager
35356: factor out completion of tty devices
35360 (replacing 35357): fix for configuring zpty on FreeBSD without
35412: fix for - flag when formating strings with printf
35418: fix usage synopsis for _describe to be clear that a single
35521: sort matches numerically and use pfiles on Solaris
35504: complete % placeholders for git log --format
35510: use consistent formatting for git subcommands
35487, 35496: don't reinstate previous incremental search string
35474, 35492: support the bracketed paste mode of newer terminal emulators
35528: allow for IPREFIX
35527: use list-separator style in cases where separator was hardcoded
35531: fallback on file completion
35529: fix filename completion after java -jar
35568: use symlinks in /proc/$$/path on Solaris and procstat on FreeBSD
35623: fix menu-selection where initial selection
35627: make reverse-menu-complete start with the last match in
35637: remove the now unused module hook for reverse-menu-complete
35674: make an undo event for initial buffer contents
35681: fix day of month initialisation
35704: compadd -E 0 should imply -J and -2
35718: new calendar style date completion
35700: complete OS specific date format specifiers and put % in a prefix
35729: new compadd completion
35749: (c.f. Jun T: 35732): fix exclusion list for flags/modifiers
35748: fixes to prompt spec completion where it contains date formats
35774: fix double formatting of date explanation message
35756: use the actual colours in the completion list for terminal colours
35737: (tweaked c.f. Peter: 35759): use new undo limit for minibuffer and beep when limit is reached
35789: (tweaked c.f. Bart: 35791): duplicate glob qualifier handling from _path_files so it is called once and not for each file pattern
35814: POSTEDIT needs to be unmetafied
35815: fix for lack of startup output from newer nslookup
35824: allow highlighting of just pasted text and put text from bracketed paste in cut buffers
35866: complete also for pigz and allow for NetBSD gzip
35867: new patchutils (interdiff etc) completion
35753: allow for numbers after the ( in ternary expressions and fix backslash quoting
35864: add sysopen, sysseek and systell to system module
35865: document %^ prompt expansion
35901: complete full names as removing later components was broken for aliases and unwanted in any case
35963: simplify condition found by coverity to include tautology
unposted (c.f. Bart: 35902): use - after zle -U in case $key is -
36044: deactivate-region widget for escape in visual mode
36096: special . mark in vi mode
35834: strip a final newline from pasted text: inserting is hard to tell apart from accepting it
36125: don't set history context in get-line
36127: assorted minor completion function changes
36131: make use of undo limits; call mkundoent() when $UNDO_CHANGE_NO is referenced for a clear change number marking the current state
36146: avoid mix of -/ and -g with _files as that just overrides user preferences
36165: simplify file-patterns default to a single pattern
36148: _git-log: Complete flags after positional argument
Peter Stephenson (74):
unposted: Update version to 5.0.8-dev-0 for new developments
35353: print -x and print -X expand tabs
35359: Improved math parsing and errors.
users/20243: turn off GLOB_ASSIGN in completion system.
35369: better GLOB_ASSIGN testing
35374: tab expansion with double width characters
35386: expand tabs where useful in builtins outputing function.
35416: Turn on MULTIBYTE in all emulations.
35442: document MULTIBYTE is always on by default when available
Add non-metafied character length handling.
35545: enhance narrow-to-region to return LBUFFER and RBUFFER
33566: regex module fix for unmatched parentheses
unposted: add missing (void) argument list to bracketedestring()
35573: turn off POSIX_BUILTINS in completion.
various posts: Implement assignment parsing for typeset.
35590: tweak and test text output from typeset
35604: create empty arrays in typeset with array=()
typeset silent on repeated typeset x=()
35613: Handle array slices in typeset
35615: fix completion after tyepset
35623: All is_array assignments should be treated as having a value.
Don't require MULTI_FUNCDEF in _main_complete.
35635: a bit more consistency about making elements local
35643: Redirections after typeset assignments were broken.
35655: APPEND_CREATE option for POSIX copmatible NO_CLOBBER
unposted: fix formatting typo in options list.
35667: fix command substitution that starts but doesn't finish in alias
35668: Improved fix for command/proc subst starting in alias.
35663: zpool completion fix needed after completion change
Turning case parsed as multiple alternatives back into text.
35688: Improved attempt to turn case wordcode into text.
35692: cfp_matcher_range used wrong raw character
unposted: remove compiler error in completion code
35751: Fix ERR_RETURN and ERR_EXIT in "else"
35708: add UNDO_LIMIT_NO
35760: Add ZTST_skip to test system
unposted: another ZTST_skip
unposted: notes on ZTST_unimplemented and ZTST_skip.
35793: avoid undefined behaviour shifting signed number
35854: ensure history character unget doesn't recurse infinitely
35849: close fd's from process substitution after fork
35872: protect against NULL pointers in unmeta
35873: add original test for process substitution deadlock from 35847
35883: Don't attempt to back up over history if expanding alias
35908: fix $((...)) completion in expand-or-complete widget
35809: fix $((...)) completion by _expand widget.
35910: Don't add to raw lex buffer if lex stopped.
36025: Fix completion aftoer "foo=bar; setopt ".
Fix retying variables in opposite order.
35885: document closing fd's opened with sysopen
not quite posted: check for error return before EINTR
36045: make effect of failures in wait test clearer
Don't rely on implicit value when saving background process status
36083: set array value when consistently retying scalar and array
unposted: use of $f in zmv
36216: Simpler handling of UNDO_LIMIT_NO
36216: Missed message number
36218: use unmetafied file name for mkdir system call
36222: unmetafy output from strftime
Revert "36222: unmetafy output from strftime"
36227: attempt to fix metafication problem with ztrftime.
36232: Unmeta needed in chdir() in zchdir()
36241: Test for ztrftime fix, 36227 / f8164fb6.
36250: add notes on bracketed paste mode to README
36250: ChangeLog tweaked further
36262: Replace fix for missing unmeta in chdir().
unposted: update version from 5.0.8 to 5.1 in descriptive text
36264: glob and pattern variable pathbuf is metafied.
36265 plus FAQ: fix alias expansion after "function"
Test for 36265, no alias expansion after "function"
unposted: fix up for 5.0.8-test-2
Merge branch 'master' of https://git.code.sf.net/p/zsh/code
unposted: replace version 5.0.9 with 5.1 in FAQ
unposted: update to 5.0.8-test-3
Wieland Hoffmann (1):
Wieland Hoffmann: 36123: protect against word splitting in __git_is_committish_range
brian m. carlson (1):
36209: vcs_info: avoid grep error message when file is missing
-----------------------------------------------------------------------
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