2011-01-06 Peter Stephenson
* Ben: 28574: Completion/Unix/Command/_ri: use bs formatter.
2011-01-06 Barton E. Schaefer
* 28579: Completion/Unix/Command/_du: propagate failure status
from _arguments so that _complete will try other completions.
* 28578 (plus test): Src/utils.c, Src/zsh.h, Test/B03print.ztst:
fix handling of numeric escapes that expand to "%" in printf
format strings, so they are not treated as format introducers.
2011-01-05 Peter Stephenson
* 28568 c.f. 28549 (Ricky Zhou): Src/utils.c: buffer overflow
examining paths.
* Alexey: 28557: Completion/Unix/Command/_ri: update for new
versions of Ruby.
2010-12-25 Clint Adams
* 28548: Completion/Unix/Command/_fuser: match psmisc in any case.
2010-12-21 Barton E. Schaefer
* users/15662: Src/params.c: fix array slice assignment with one
index positive and one negative.
* unposted: Test/A06assign.ztst: tests for users/15662.
2010-12-21 Peter Stephenson
* users/15663: Test/A06Assign.ztst: some (incomplete) array
assignment tests.
* unposted: Config/version.mk: update version to 4.3.11-dev-1.
2010-12-20 Peter Stephenson
* unposted: Src/Makefile.inc: restore unintentionally removed
.PHONY entires.
* unposted: Config/version.mk, Src/Makefile.inc: release 4.3.11.
Tweak to Src/Makefile.inc was to workaround some make problem
with timestamps.
* Paul Ackersviller: 28538: as modified in 28540 plus a couple
of casts to char * I missed: Src/init.c,Src/input.c,
Src/parse.c, Src/prototypes.h, Src/utils.c, Src/Zle/zle_main.c:
pointer arithmetic needs to be done with char *, not void *.
2010-12-19 Peter Stephenson
* 28537: Src/lex.c, Test/D04parameter.ztst: word splitting on
'((' in command position that turned into nested subshell
commands was broken.
2010-12-18 Barton E. Schaefer
* 27862 (belatedly): Completion/X/Utility/_x_arguments: handle
X11 versions greater than X11R6 in the compdef line.
* unposted: Src/Makefile.in: "prep" target depends on Makemod,
not on the files on which Makemod depends.
2010-12-17 Peter Stephenson
* Mikael: 28535: NEWS: typo
2010-12-17 Peter Stephenson
* Štěpán Němec: 28533: README, Doc/Zsh/compsys.yo,
Doc/Zsh/compwid.yo, Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo,
Doc/Zsh/params.yo, Doc/Zsh/zle.yo, Functions/Chpwd/cdr: typos.
* unposted: NEWS: note zle_highlight suffix control.
* Mikael: users/15653: Src/Zle/zle_refresh.c:
zle_highlight=(none) should turn off suffix highlighting.
2010-12-16 Peter Stephenson
* Mikael: 28531: Completion/Base/Utility/_combination,
Doc/Zsh/expn.yo, Doc/Zsh/mod_clone.yo, Doc/Zsh/options.yo,
Src/exec.c: typos.
* unposted: NEWS: add notes on (Z) parameter flag.
* unposted: README, Config/version.mk, Etc/FAQ.yo,
Completion/Debian/Command/.distfiles: update for 4.3.10-test-3.
2010-12-14 Barton E. Schaefer
* 28530: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst:
replace (z+opts+) flag with (Z:opts:), add reserved (_:flags:).
2010-12-14 Peter Stephenson
* unposted: Src/lex.c: another neatening of lexflags use for
ZLE.
* 28529: Src/hist.c, Src/lex.c, Src/zsh.h, Src/Zle/compcore.c,
Src/Zle/compctl.c, Src/Zle/zle_tricky.c: save and restore
lexflags and separate out special word logic for ZLE by
adding new flag LEXFLAGS_ZLE.
* 28528: Doc/Zsh/expn.yo, Src/hist.c, Src/lex.c, Src/subst.c,
Src/zsh.h, Src/Zle/compcore.c, Src/Zle/compctl.c,
Src/Zle/zle_tricky.c, Test/D04parameter.ztst: clear up use of
zleparse variable into lexflags; add (z+n+) for splitting with
newline treated as ordinary whitespace.
2010-12-13 Peter Stephenson
* 28526: Src/lex.c, Test/D04parameter.ztst: zplitting
'line # with comment' when stripping comments shouldn't generate
a newline at the end (unless there is one).
2010-12-12 Peter Stephenson
* 28510: Doc/Zsh/expn.yo, Src/hist.c, Src/lex.c, Src/subst.c,
Src/Modules/parameter.c, Src/Zle/zle_hist.c, Src/Zle/zle_misc.c,
Test/D04parameter.ztst: add (z+c+) and (z+C+) parameter flags.
2010-12-07 Peter Stephenson
* unposted: remove users/15622 which causes problems
with certain existing forms of testing commands.
2010-12-06 Peter Stephenson
* Mikael: 28480: Doc/Zsh/params.yo, Src/utils.c: allow
PROMPT_EOL_MARK to be an empty string.
2010-12-06 Peter Stephenson
* users/15622: Completion/Base/Utility/_pick_variant: use
$service rather than $words[1] to pick the service. Although
there may be cases where this doesn't work, this provides
transparent behaviour for simple uses along the lines of
"compdef <_func> ="
* users/15621: Completion/compinit,
Completion/Base/Core/dispatch: fix setting service for compef
-p/-P.
* Mikael: 28487: Doc/Zsh/builtins.yo, Doc/Zsh/expn.yo,
Doc/Zsh/options.yo, Doc/Zsh/prompt.yo: fix docs to refer to
current directory rather than $PWD.
* 28486: Src/Zle/compcore.c: $compstate[parameter] needed
untokenizing.
* Mikael: 28484: Completion/Unix/Command/_du: updated for GNU
variant.
2010-12-05 Peter Stephenson
* unposted: NEWS: mention {START..END..STEP} changes.
* Mikael: 28474, 28478: Doc/Zsh/expn.yo, Src/glob.c,
Test/D09brace.ztst: extended {START..END..STEP} syntax.
* 28476: Test/.distfiles, Test/D09brace.ztst: new set of tests
for brace expansion.
* 28475: Test/A05execution.ztst: test that starting a background
job resets the status.
* 28469: Src/exec.c: fix memory leak in anonymous function.
2010-12-04 Wayne Davison
* Aaron Schrab: 28210: Completion/Unix/Command/_git: add completion
for help subcommand.
2010-12-03 Peter Stephenson
* 28468: Completion/Unix/Command/_man: if argument contains a
"/", complete file instead of manual page reference; prefer
files with man suffixes.
2010-11-30 Peter Stephenson
* unposted: NEWS: add news about ${NAME:OFFSET} and took the
opportunity for a general tidy up.
2010-11-27 Barton E. Schaefer
* 28461: Src/exec.c: flush stderr in PRINT_EXIT_VALUE handling.
* users/15583: Functions/Misc/sticky-note: update with zstyles and
for ease of use in zle-line-init.
2010-11-27 Peter Stephenson
* 28459: Src/utils.c: flush shell output in PROMPT_SP handling.
2010-11-25 Wayne Davison
* 28445: Src/utils.c: overwrite PROMPT_SP string if it
should remain invisible, even with an upcoming newline.
2010-11-25 Peter Stephenson
* Sebastian Stark: users/15581:
Completion/Zsh/Command/_zmodload: MacOS has .bundle DLL files.
* users/15580: Completion/Zsh/Function/_zsh-mime-handler,
Functions/MIME/zsh-mime-handler: fixes for completion when
dropping through to normal completion.
* 28434: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst:
Make ${NAME:OFFSET} always use zero-offset.
2010-11-22 Peter Stephenson
* 28424: Doc/Zsh/options.yo, Src/options.c, Src/utils.c,
Src/zsh.h, Test/A03quoting.ztst: New POSIX_STRINGS option
makes \0 in $'...' terminate the quoted string.
2010-11-20 Peter Stephenson
* 28425: Src/subst.c: remove null arguments and untokenize
in check_colon_subscript().
2010-11-18 Peter Stephenson
* 28419: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst:
KSH_ARRAY ${*:0:1} gives $0 etc.
* 28418: Doc/Zsh/expn.yo, Src/lex.c, Src/params.c, Src/subst.c,
Test/D04parameter.ztst: add ${NAME:OFFSET} and
${NAME:OFFSET:LENGTH} substitution syntax.
2010-11-17 Peter Stephenson
* 28377: Doc/Zsh/grammar.yo: document more alias problems.
2010-11-14 Clint Adams
* 28411: Completion/Unix/Command/_git: complete submodule
and annex as subcommands; complete files when the subcommand
is unknown.
2010-11-10 Clint Adams
* 28401: Completion/Debian/Command/_git-buildpackage:
git-buildpackage completion from Felipe Sateler.
2010-11-07 Peter Stephenson
* Mikael: 28389: Completion/Unix/Type/_java_class: empty section
in $CLASSPATH.
2010-11-03 Barton E. Schaefer
* 28384: Src/params.c: improve error message on assignment to a
field of a read-only hash.
2010-10-27 Peter Stephenson
* unposted: Doc/Zsh/grammar.yo: typo pointed out by
Štěpán plus slight rephrasing.
* 28375: Doc/Zsh/grammar.yo: clarify how to quote aliases from
expansion.
2010-10-25 Peter Stephenson
* 28363: Src/Zle/zle_refresh.c: inserting a character when a
wide character was at the end of the line didn't work.
2010-10-22 Peter Stephenson
* 28360: Src/subst.c, Test/E01options.ztst: NO_UNSET option
should test parameters with following operators, too.
* not quite posted: Completion/Unix/Command/_screen: better to
allow sessions to be completed after -S.
2010-10-21 Peter Stephenson
* Silas Silva (with minor improvement): users/15464:
Completion/Unix/Command/_man: support for -M argument.
2010-10-18 Peter Stephenson
* Jérôme Pouiller: 28351: Functions/Misc/run-help-openssl,
Functions/Misc/run-help-sudo: new help functions.
2010-10-17 Peter Stephenson
* Mikael: 28356: Src/Zle/zle_refresh.c: don't increment old
display line past NULL.
* c.f. 28353: Doc/Zsh/metafaq.yo: removing remaining reference
to sunsite in FTP sites.
2010-10-15 Peter Stephenson
* 28345: Doc/Zsh/expn.yo, Functions/Chpwd/cdr, Src/builtin.c,
Src/utils.c: make new ${(D)} flag return the contracted file as
a fully usable command line argument.
2010-10-12 Barton E. Schaefer
* unposted (users/15440): Doc/Zsh/expn.yo: fix cross-references
among parameter expansion rules.
2010-10-12 Peter Stephenson
* Mikael: 28343: Completion/Unix/Command/_setfacl: didn't
complete file argument in all cases.
2010-10-10 Peter Stephenson
* 28340: Src/params.c: assignment with negative index didn't
work with multibyte characters.
* 28339: Src/hist.c: NO_HIST_LEX_WORDS didn't handle
backslash-newline line continuation properly, either.
* 28332: Src/hist.c: HIST_LEX_WORDS didn't handle
backslash-newline line continuation properly. Come to think of
it, neither does the alternative.
2010-10-10 Phil Pennock
* 28338: Src/cond.c, C02cond.ztst: keep =~ from inverting sense
of subsequent tests (after &&/||).
2010-10-08 Peter Stephenson
* Ben: 28330: Completion/X/Command/_acroread: add
completion for -openInNewInstance.
* Ben: 28329: Completion/X/Command/_acroread: version 9 is
similar to 7 and 8.
2010-10-07 Peter Stephenson
* 28327: Src/hist.c: Fix bufferwords() splitting when RC_QUOTES
is turned on.
2010-10-06 Peter Stephenson
* 28326: Src/hist.c, Test/D04parameter.ztst: Problems with
HIST_LEX_WORDS: memory allocation was screwed if we skipped
"words" from the lexer; use local heap to avoid silly amounts of
memory; fallback to non-lex on failure rather than just fixing
up at the end; workaround oddity with splitting with RC_QUOTES.
* 28319: Src/hist.c, Test/D04parameter.ztst: ${(z)...}
splitting oddities and some tests for consistency.
* 28285: Doc/Zsh/zle.yo, Src/Zle/zle_hist.c: add
zle-isearch-update and zle-isearch-exit hooks.
2010-10-02 Peter Stephenson
* unposted: NEWS: note HIST_LEX_WORDS option.
* 28310 with 28308 (Bart): Doc/Zsh/options.yo, Src/hist.c,
Src/options.c, Src/zsh.h: HIST_LEX_WORDS option and check
for full history file read.
* 28309: Src/subst.c: infinite loop when padding with extra wide
characters.
* Mikael: 28301: Doc/Zsh/compsys.yo: restore missing line.
2010-10-01 Oliver Kiddle
* 28307: Completion/Zsh/Command/_zstyle: support new styles
especially vcs_info ones and allow quoted contexts again
2010-09-25 Peter Stephenson
* 28295 plus tweak for failure case: Src/hist.c: use lexer to
split words from history file.
2010-09-23 Peter Stephenson
* unposted: Doc/Zsh/manual.yo: update address of HTML manual.
2010-09-20 Peter Stephenson
* 28282: Src/Zle/zle_keymap.c, Src/Zle/zle_main.c,
Src/zle_utils.c: new function zlecallhook() and fix argument to
zle-keymap-select.
2010-09-19 Barton E. Schaefer
* 28268: Src/builtin.c: I/O to a terminated (or never created)
coprocess emits a "no coprocess" diagnostic, instead of either
nothing or "bad file number".
2010-09-16 Peter Stephenson
* Baptiste: 28264: Completion/Unix/Command/_ffmpeg: remove the
need for sed.
2010-09-15 Wayne Davison
* 28261: Julius Plenz: Completion/Debian/_dpkg: separate the
options to _arguments.
2010-09-14 Peter Stephenson
* 28259: Src/exec.c, Src/lex.c, Src/parse.c, Src/text.c,
Src/zsh.h, Test/A04redirect.ztst: Fix bug that empty
here-documents were given a newline, and output here-documents
from shell text as real here-documents rather than here-strings.
* 28258: Src/signals.c: bug in 28250 could cause undefined
variable resulting in mayhem.
2010-09-13 Peter Stephenson
* unposted: NEWS: add POSIX_TRAPS
* Mikael: 28252: Completion/Zsh/Command/_zle: remove unnecessary
looped that caused errors.
2010-09-12 Peter Stephenson
* unposted: Doc/Zsh/builtins.yo: note exit trap runs before
zshexit hook.
* 28250: Doc/Zsh/options.yo, Src/options.c, Src/signals.c,
Src/zsh.h, Test/C03traps.ztst: POSIX_TRAPS option.
* Mikael: 28253: Doc/Zsh/mod_attr.yo: document -h argument to
attribute commands.
2010-09-08 Peter Stephenson
* unposted: Functions/Zle/replace-string-again: safety on
regexp failures.
* 28244 with typo noted by Mikael and Bart: NEWS: updated 4.3.11
news.
* 28241: Doc/Zsh/zle.yo, Src/Zle/zle_keymap.c: don't list .safe
keymap with "bindkey -lL", you don't get there from here.
* 28237: Doc/Zsh/params.yo, Doc/Zsh/zle.yo, Src/Zle/zle_main.c:
set ZLE_LINE_ABORTED to line so far when ZLE aborts on an error.
2010-09-06 Peter Stephenson
* unposted: Doc/Zsh/zle.yo: small typo.
2010-09-05 Peter Stephenson
* 28226, 28229: Doc/Zsh/zle.yo, Src/Zle/zle_keymap.c: "bindkey
-lL" now lists aliased keymaps in a more useful way; can list
individual keymaps.
* 28227: Doc/Zsh/zle.yo: a few remarks on the question of
keymaps.
2010-09-02 Peter Stephenson
* users/15350: Doc/expn.yo: explain the strange rounding rules for
size glob qualifier.
2010-09-01 Peter Stephenson
* 28188: Doc/Zsh/mod_complist.yo, Doc/Zsh/zle.yo: better
documentation for limitations in the overlay key maps.
2010-08-31 Peter Stephenson
* 28220: Src/exec.c (plus comments), Src/params.c,
Test/A06assign.ztst: "HELLO=$HELLO shellfunc" failed because
we removed HELLO from the parameter table to save it. Copy it
instead.
* Mikael: 28202: Src/Zle/complist.c: need line unmetafied for
reversemenucomplete().
2010-08-23 Peter Stephenson
* Mikael: 28190: Doc/Zsh/options.yo: reference to wrong
manual page.
* unposted: Completion/Unix/Command/_perforce: update for 2010.1.
2010-08-22 Peter Stephenson
* 28179: Src/jobs.c, Src/signals.c: use WIFCONTINUED() and
WCONTINUE by exporting child handler to a function.
* users/15314: Doc/Zsh/expn.yo: redescribe process substitution.
* users/15310 (bits applying to process substitution with
redirection): Src/exec.c: make redirection process substitution
attach to the appropriate process group.
* users/15200: pass foreground signals on to process
substitutions in current shell
2010-08-22 Barton E. Schaefer
* 28186: Completion/Base/Utility/_multi_parts: replace a single
(...|...) pattern-match with a loop over the alternatives to
avoid issues with pattern-quoting each alternative.
2010-08-21 Frank Terbeck
* Mikael Magnusson: 28181: Doc/Zsh/mod_zprof.yo: Remove a
stray `)' that caused a ".RE" string to be output
2010-08-19 Peter Stephenson
* unposted: Completion/Unix/Command/_todo.sh: more commands.
2010-08-18 Peter Stephenson
* 28172: Src/jobs.c: mark processes as not stopped if
sent SIGCONT.
2010-08-15 Peter Stephenson
* 28167: Src/Zle/compresult.c: reset more variables when
invalidating completion list.
2010-08-13 Peter Stephenson
* 28160 modified as per 28164: Src/Zle/zle_refresh.c: when the
display was reset we didn't properly mark the old display line
as invalid. This could mean the display didn't get redrawn
properly.
2010-08-11 Peter Stephenson
* 28139: based on Frank Terbeck: 28122: Src/Zle/zle_params.c,
Doc/Zsh/zle.yo: add ZLE_STATE variable.
2010-08-10 Clint Adams
* unposted: Functions/Newuser/zsh-newuser-install: tweak
newline placement.
2010-08-10 Peter Stephenson
* unposted: Completion/Unix/Command/_todo.sh: need care matching
initial whitespace; strip priorities to get text to replace.
2010-08-08 Peter Stephenson
* 28137: Functions/MIME/zsh-mime-handler: $argv[0] should be
$argv[1].
2010-08-07 Peter Stephenson
* Simon Ruderich: 28136: README: typo.
2010-08-06 Peter Stephenson
* 28131: MACHINES: latest status on Cygwin.
* users/15232: Completion/Unix/Type/_path_files: somehow
this didn't get completed.
2010-08-05 Peter Stephenson
* users/15232: Completion/Unix/Type/_path_files: another
go at fixing up for bizarre quoting rules, c.f. users/15031.
2010-08-05 Peter Stephenson
* Holger Macht: 28130: Completion/Unix/Command/_osc: new
completion.
2010-08-02 Frank Terbeck
* Seth House: 28115: Misc/vcs_info-examples: Another git example
hook.
* Seth House: 28114:
Functions/VCS_Info/Backends/VCS_INFO_get_data_git: Fix revision
lookup with packed repositories.
2010-08-02 Peter Stephenson
* Daiki Ueno: 28112: Src/Zle/zle_refresh.c: missing parentheses
caused incorrect size for character width.
2010-07-31 Peter Stephenson
* users/15219: Src/jobs.c: print exit status if PRINTEXITVALUE
and terminated by signal.
* 28111: Src/jobs.c: always print exit status if PRINTEXITVALUE
is set.
* users/15217: Src/Zle/zle_main.c: use top-level status
when redrawing prompt.
2010-07-30 Frank Terbeck
* Mikael Magnusson: 28110: Doc/Zsh/compsys.yo: Fix yodl warning.
* unposted: Fix a date in ChangeLog.
2010-07-29 Peter Stephenson
* : 28104: Src/Zle/compcore.c: crash
in obscure completion case due to NULL pointer.
2010-07-28 Peter Stephenson
* users/15204: Functions/Zftp/zfinit: check compctl is loaded
before trying to use it (for ksh emulation).
* as described in users/15202: Functions/Misc/run-help,
Functions/Newuser/zsh-newuser-install,
Functions/Prompts/promptinit, Functions/TCP/tcp_open,
Functions/Zftp/zfinit, Functions/Zle/down-case-word-match,
Functions/Zle/forward-word-match,
Functions/Zle/history-pattern-search,
Functions/Zle/insert-composed-char, Functions/Zle/kill-word-match,
Functions/Zle/match-words-by-style,
Functions/Zle/select-word-style,
Functions/Zle/transpose-words-match,
Functions/Zle/up-case-word-match, Functions/Zle/zed-set-file-name:
Use "autoload -Uz" consistently throughout distributed functions.
2010-07-26 Peter Stephenson
* 28102: Src/Zle/computil.c: use lstat() when checking
ignore-parents.
2010-07-26 Frank Terbeck
* 28101: Completion/Unix/Command/_tmux: Fix window completion
for tmux version 1.3 and newer.
2010-07-25 Peter Stephenson
* unposted: Config/version.mk: update to 4.3.10-dev-2.
2010-07-24 Wayne Davison
* 28000: Completion/Unix/Command/_git: make the branch arg for
"git log" optional.
2010-07-20 Peter Stephenson
* 28096: Functions/Chpwd/chpwd_recent_dirs: don't add
$OLDPWD.
* 28081: Doc/Zsh/contrib.yo,
Functions/Chpwd/chpwd_recent_filehandler: document style
stuff with cdr, future-proof file reading.
2010-07-19 Peter Stephenson
* 28092: Completion/Unix/Command/_getconf: generate missing keys.
2010-07-19 Frank Terbeck
* 28093, based on Michel Lespinasse: 28090:
Functions/VCS_Info/Backends/VCS_INFO_get_data_git: Fix a problem
with `check-for-changes' and freshly initialised repositories.
* Seth House: 28084, 28083: Misc/vcs_info-examples: cleanups
and new examples.
* 28095: Functions/VCS_Info/Backends/VCS_INFO_get_data_git: Fix
two hard-coded invocations of the "git" command.
2010-07-15 Peter Stephenson
* 28073: Src/exec.c, Src/init.c, Src/utils.c: allow #!
scripts to search path if interpreter not found.
2010-07-15 Doug Kearns
* 28078: Completion/Unix/Command/_xmlsoft: update.
* Michael Hwang: 28075: Completion/Unix/Command/_gpg: add gpg-zip
completion and other general improvements.
2010-07-13 Peter Stephenson
* Jörg Sommer: 28063: Completion/Unix/Command/_rubber: suppress
warning messages when extracting output.
2010-07-12 Peter Stephenson
* 28068: Doc/Zsh/contrib.yo: Texinfo declaration got wrapped
causing mayhem.
2010-07-12 Frank Terbeck
* users/15165: Doc/Zsh/contrib.yo: Fix a warning about a
missing macro.
2010-07-09 Peter Stephenson
* 28065: Doc/Zsh/contrib.yo, Functions/Chpwd/.distfiles,
Functions/Chpwd/cdr, Functions/Chpwd/_cdr,
Functions/Chpwd/chpwd_recent_add,
Functions/Chpwd/chpwd_recent_dirs,
Functions/Chpwd/chpwd_recent_filehandler, plus Src/zsh.mdd
(not posted): add cdr function, tools, and documentation.
2010-06-30 Clint Adams
* 27998, 28061, 28062: Functions/Newuser/zsh-newuser-install:
add recommended zshrc option.
* 28060: Completion/Unix/Command/_xmlsoft: xmlsoft --nodtdattr
completion thanks to Vincent Lefevre.
2010-06-23 Doug Kearns
* 28056: Completion/Unix/Command/_lynx: add option descriptions.
2010-06-22 Doug Kearns
* 28055: Completion/Unix/Command/_vim: add some missing options.
2010-06-22 Peter Stephenson
* 28047: Src/hist.c: make fc -R/-W more consistently verbose
and allow fc -R to work if file could be read but permissions
didn't allow it to be locked (as distinct from failing to lock
it because something else had locked it).
2010-06-22 Doug Kearns
* 28052: Completion/Unix/Command/_cvs: remove duplicated completion of
the version subcommand.
* unposted: INSTALL, README: fix typos.
* 28051: Completion/Unix/Command/_elinks: update for version 0.12pre5.
2010-06-17 Frank Terbeck
* Holger Weiss: 28016, 28017, 28018, 28019:
Completion/Unix/Command/_git: various fixes and enhancements.
* Holger Weiss: 28020: Doc/Zsh/compsys.yo: Fix a typo.
* unposted: Fix a date in ChangeLog.
2010-06-16 Peter Stephenson
* 28042: Doc/Zsh/contrib.yo, Functions/Zle/.distfiles,
Functions/Zle/transpose-lines: new widget.
2010-06-14 Peter Stephenson
* 28038: Index: Completion/Zsh/Command/_zstyle, Doc/Zsh/calsys.yo,
Functions/Calendar/calendar, Functions/Calendar/calendar_add,
Functions/Calendar/calendar_parse,
Functions/Calendar/calendar_scandate: improved handling of
recurring events in calendar system.
* unposted: Doc/Zsh/params.yo: extra note on ZSH_EVAL_CONTEXT.
* 28037: Src/exec.c, Src/math.c, Src/module.c,
Test/V01zmodload.ztst: improved error messages for autoloading
math functions and builtins (but not conditions).
* 28010: configure.ac, Src/compat.c: use getcwd() as fallback
if zgetcwd() fails.
2010-06-13 Peter Stephenson
* Mikael: 28027: Doc/Zsh/expn.yo: typo.
2010-06-11 Peter Stephenson
* 28026: Completion/Zsh/Context/_dynamic_directory_name,
Doc/Zsh/expn.yo: use "zsh_directory_name c" for completion
of dynamic directory names.
* 28025: Doc/Zsh/expn.yo, Src/subst.c, Src/utils.c: (D)
parameter flag to abbreviate directories.
2010-06-09 Peter Stephenson
* Haakon Riiser: 28009: Completion/Unix/Command/_ffmpeg: new.
2010-06-08 Peter Stephenson
* 28006: Src/builtin.c, Src/compat.c, Src/init.c: Make zgetcwd()
fall back to pwd in preference to returning "."; only use "." if
we're trying to set pwd at that point.
2010-06-08 Doug Kearns
* unposted: Completion/Mandriva/Command/_urpmi: fix typo in parameter
name.
2010-06-07 Peter Stephenson
* Alexey: 27999: Test/V01zmodload.ztst: fix error message.
2010-06-07 Doug Kearns
* Simon Ruderich: 28002: Completion/Unix/Command/_feh: fix bad commit.
2010-06-06 Doug Kearns
* unposted: Completion/BSD/Command/_csup,
Completion/BSD/Command/_fetch, Completion/BSD/Command/_freebsd-update,
Completion/BSD/Command/_fstat, Completion/BSD/Command/_pfctl,
Completion/BSD/Command/_portaudit, Completion/BSD/Command/_portmaster,
Completion/BSD/Command/_portsnap, Completion/BSD/Command/_powerd,
Completion/BSD/Command/_procstat, Completion/Darwin/Command/_open,
Completion/Darwin/Command/_softwareupdate,
Completion/Debian/Command/_apt-file,
Completion/Linux/Command/_analyseplugin,
Completion/Linux/Command/_ethtool, Completion/Linux/Command/_ipset,
Completion/Linux/Command/_mdadm, Completion/Linux/Command/_rpmbuild,
Completion/Linux/Command/_strace,
Completion/Mandriva/Command/_rebootin, Completion/Redhat/Command/_yum,
Completion/Solaris/Command/_coreadm,
Completion/Solaris/Command/_dhcpinfo,
Completion/Solaris/Command/_dladm, Completion/Solaris/Command/_dumpadm,
Completion/Solaris/Command/_gcore, Completion/Solaris/Command/_inetadm,
Completion/Solaris/Command/_ptree,
Completion/Solaris/Command/_savecore,
Completion/Solaris/Command/_svcadm, Completion/Solaris/Command/_svccfg,
Completion/Solaris/Command/_svcprop, Completion/Solaris/Command/_svcs,
Completion/Solaris/Command/_zlogin, Completion/Unix/Command/_arp,
Completion/Unix/Command/_arping, Completion/Unix/Command/_bzr,
Completion/Unix/Command/_cdcd, Completion/Unix/Command/_ecasound,
Completion/Unix/Command/_feh, Completion/Unix/Command/_git,
Completion/Unix/Command/_gnupod, Completion/Unix/Command/_gnutls,
Completion/Unix/Command/_locate, Completion/Unix/Command/_module,
Completion/Unix/Command/_perforce, Completion/Unix/Command/_pkgadd,
Completion/Unix/Command/_pkginfo, Completion/Unix/Command/_pkgrm,
Completion/Unix/Command/_sisu, Completion/Unix/Command/_sqsh,
Completion/Unix/Command/_surfraw, Completion/Unix/Command/_tcpdump,
Completion/Unix/Command/_tmux, Completion/Unix/Command/_todo.sh,
Completion/Unix/Command/_wget, Completion/Unix/Command/_yafc,
Completion/Unix/Command/_zfs, Completion/Unix/Command/_zpool,
Completion/Unix/Type/_printers, Completion/X/Command/_mplayer,
Completion/X/Command/_setxkbmap, Completion/Zsh/Command/_cd: fix
incorrectly capitalized completion descriptions as per the
recommendations in Etc/completion-style-guide.
2010-06-03 Peter Stephenson
* 27983: Src/prompt.c: colours could be output twice.
2010-06-03 Peter Stephenson
* 27994: Src/params.c: better error message when failing to
autoload parameter.
2010-06-03 Frank Terbeck
* Holger Weiss: 27977: Completion/Unix/Command/_git: shouldn't
return 0 if there are no matches.
2010-06-02 Peter Stephenson
* 27990: Src/Modules/termcap.c (not in original patch),
Src/Modules/terminfo.c: ignore error return value from
setupterm(), it's not useful in telling us whether the module
booted OK.
2010-06-01 Peter Stephenson
* Daniel Friesel: 27982: Completion/Unix/Command/_feh: update.
2010-05-31 Peter Stephenson
* Mikael: 27981: Completion/Zsh/Context/_subscript: complete
(e).
2010-05-28 Peter Stephenson
* Mikael: 27980: Completion/Zsh/Type/_globquals: typo.
2010-05-27 Peter Stephenson
* 27965 plus as per 27966: Src/builtin.c, Src/subst.c,
Src/utils.c, Src/zsh.h: Use $'\n' quoting instead of literal
newline for ${(q)...} to avoid lines getting split unexpectedly.
Quote empty strings as ''.
* 27976: Doc/Zsh/expn.yo: add yet more to the my-brain-hurts
description of how parameter expansion is ordered.
2010-05-27 Frank Terbeck
* Seth House: 27971: Functions/VCS_Info/Backends/VCS_INFO_get_data_hg:
vcs_info: Fix a bug that caused the mercurial backend to always return
`default' as the branch name.
2010-05-23 Peter Stephenson
* users/15078: Completion/Zsh/Function/.distfiles,
Completion/Zsh/Function/_zsh-mime-handler, Doc/Zsh/contrib.yo,
Functions/MIME/zsh-mime-handler: completion for a
zsh-mime-handler should understand how the line will be handled.
2010-05-22 Clint Adams
* 27964: Doc/Zsh/contrib.yo: add back missing enditem().
2010-05-14 Frank Terbeck
* Simon Ruderich: 27954: Doc/Zsh/contrib.yo, Misc/vcs_info-examples:
vcs_info: more minor documentation fixes.
* Simon Ruderich: 27953: Doc/Zsh/contrib.yo, Misc/vcs_info-examples,
Functions/VCS_Info/VCS_INFO_formats: vcs_info: changed default formats
and actionformats
2010-05-12 Peter Stephenson
* unposted: Doc/Zsh/params.yo, Src/Modules/zutil.c: fix typo
("zregesparse-guard").
* 27951: Doc/Zsh/expn.yo, Doc/Zsh/params.yo, Src/builtin.c,
Src/exec.c, Src/glob.c, Src/init.c, Src/params.c, Src/signals.c,
Src/Builtins/sched.c, Src/Modules/zpty.c, Src/Modules/zutil.c:
Add $ZSH_EVAL_CONTEXT and $zsh_eval_context to provide context
stack.
2010-05-10 Peter Stephenson
* c.f. 27950: Test/C03traps.ztst some bogus whitespace got added
in patching 27947.
2010-05-10 Frank Terbeck
* Seth House, Simon Ruderich and myself: 27948:
Doc/Zsh/contrib.yo, Functions/VCS_Info/.distfiles, Misc/.distfiles,
Misc/vcs_info-examples, Functions/VCS_Info/Backends/VCS_INFO_detect_hg,
Functions/VCS_Info/Backends/VCS_INFO_get_data_git,
Functions/VCS_Info/Backends/VCS_INFO_get_data_hg,
Functions/VCS_Info/VCS_INFO_formats, Functions/VCS_Info/VCS_INFO_hook,
Functions/VCS_Info/VCS_INFO_quilt, Functions/VCS_Info/vcs_info: various
vcs_info changes: mercurial backend improvements, new hooks, quilt
support, documentation improvements and bugfixes
2010-05-05 Peter Stephenson
* users/15031: Completion/Unix/Type/_path_files: fix (still
incomplete) for bizarre quoting rules for files in completion
with path-completion off or accept-exact-dirs on.
* 27947: Src/exec.c, Test/C03traps.ztst: fix some cases where we
should (probably) execute an EXIT trap but don't.
2010-05-02 Frank Terbeck
* Simon Ruderich: 27813: Completion/Unix/Command/_git: Complete
some generic symbolic references as heads.
2010-04-28 Clint Adams
* Bernd Zeimetz: 27931: Completion/Debian/Command/_bts:
completion for bts affects.
2010-04-28 Peter Stephenson
* Mikael: 27929: Src/lex.c, Doc/Zsh/options.yo (added pws): global
aliases with space shouldn't trigger HIST_IGNORE_SPACE.
2010-04-27 Peter Stephenson
* 27926: Src/Zle/zle_hist.c: fix completion suffix when inserting
last word.
* 27911: Completion/Base/Core/_main_complete: ensure colouring is
not used if not configured when showing old lists.
2010-04-26 Frank Terbeck
* 27908: Functions/VCS_Info/vcs_info: Avoid locale related
problems
2010-04-26 Peter Stephenson
* unposted: Completion/Unix/Command/_perforce: update to Perforce
2009.2 features.
* unposted: Completion/X/Command/_kfmclient: also kioclient;
probe desktop bindings.
2010-04-25 Clint Adams
* 27912: Completion/Linux/Command/_lsusb: presume that
usb.ids is uncompressed now.
* 27914 (tweaked): Completion/Linux/Command/_lsusb: find
usb.ids in /usr/share/misc.
2010-04-23 Peter Stephenson
* users/15028 (modified to do the unquoting a bit more
logically): Completion/Unix/Type/_path_files: for
path-completion false and accept-exact-dirs true we need to
unquote the word from the command line.
2010-04-20 Peter Stephenson
* 27889: Src/subst.c, Test/D04parameter.ztst: Force more use of
GLOB_SUBST in parameters if ~ is used.
2010-04-20 Peter Stephenson
* "Akinori MUSHA: 27892: Completion/Redhat/Command/.distfiles,
Completion/Redhat/Command/_service
Completion/Unix/Command/.distfiles,
Completion/Unix/Command/_init_d,
Completion/Unix/Command/_service (moved from Redhat),
Completion/Unix/Type/_services: updates for FreeBSD.
2010-04-15 Peter Stephenson
* unposted: NEWS: update to include path-completion.
2010-04-15 Frank Terbeck
* 27798: Alexey I. Froloff: Completion/Unix/Command/_git: support
for the `--interactive' option of "git commit".
2010-04-14 Peter Stephenson
* unposted: Doc/Zsh/compsys.yo: add kindex entry for
path-completion.
* unposted: Doc/Zsh/compsys.yo: slightly rephrase previous doc.
* users/15011: Completion/Unix/Type/_path_files,
Doc/Zsh/compsys.yo: add path-completion style to allow
completion of preceeding directories in files to be be turned
off.
2010-04-13 Peter Stephenson
* unposted: Functions/Calendar/calendar, Functions/Calendar/calendar_add,
Functions/Calendar/calendar-edit, Functions/Calendar/calendar_show,
Functions/Calendar/calendar_sort: Fall back to link file locking if
system file locking fails; don't need dcop for kdialog.
2010-04-12 Clint Adams
* 27876: Completion/Debian/Command/_axi-cache: completion for
axi-cache (from apt-xapian-index).
2010-04-09 Peter Stephenson
* Simon Ruderich: 27856 (tweaked): Doc/Zsh/metafaq.yo: Git
availability.
2010-04-09 Peter Stephenson
* 27865: Src/subst.c, Test/D04parameter.ztst: text in parameter
substitution that came from the command line rather than the
parameter was a candidate for GLOB_SUBST even if it was quoted
if the overall expression was not quoted.
* Ben: 27589: Completion/Zsh/Context/_redirect: attempt
to use arguments better.
2010-03-30 Clint Adams
* 27847: Completion/Unix/Command/_uzbl: completion for uzbl.
2010-03-29 Peter Stephenson
* 27843: Simon Ruderich: Doc/Zsh/options.yo: claimed format for
extended history was incorrect.
2010-03-26 Peter Stephenson
* 27831: Doc/Zsh/expn.yo, Src/input.c, Src/subst.c, Src/utils.c:
add ${(mm)...} to count displayed characters and rationalise use
of wcwidth so that negative numbers are treated as zero.
2010-03-25 Peter Stephenson
* unposted: Test/A02alias.ztst: change sort to cat to
make test foolerproof.
* 27827: Src/input.c, Test/A02alias.ztst: infinite loop
if alias with recursive definition occurred at end
of parsed string (normal shell input was OK).
2010-03-22 Peter Stephenson
* 27823: Src/hist.c: 27822 could access freed memory because
hptr wasn't consistently set to NULL when chline was.
* 27812: Doc/Zsh/zle.yo, Src/Zle/zle.h, Src/Zle/zle_refresh.c,
Src/Zle/zle_utils.c: when wchar_t contains Unicode code points,
use private area to put bytes that don't form characters for
special display.
2010-03-22 Peter Stephenson
* 27822: Src/hist.c, Src/lex.c, Src/zle_params.c,
Src/zle_tricky.c: Fix ZLE access to current history line if pushed
onto lexical stack.
2010-03-19 Peter Stephenson
* unposted: Etc/FAQ.yo: update section on coloured prompts and
some other minor bits.
2010-03-19 Peter Stephenson
* unposted: Functions/Calendar/calendar: update previous
change also to perform calendar_show in current shell since
it interacts better with zle for use with sched.
* 27808: Completion/Unix/Type/_files: Use // parameter
substitution instead of :gs. This form is consistent with the
rest of the file and has handled quoting correctly for longer.
2010-03-18 Peter Stephenson
* unposted: Test/A01grammar.ztst: missed -f option off zsh
invocation in 27793++.
* 27804: Src/Zle/zle_hist.c: don't hang on encountering invalid
character in incremental search.
2010-03-17 Peter Stephenson
* unposted: Functions/Calendar/calendar: fix embarrassing bug in
calendar scheduling introduced by new file locking, 27756.
2010-03-16 Peter Stephenson
* unposted: Doc/Zsh/calsys.yo: age now uses zstat.
* unposted: NEWS: PATH_SCRIPT
2010-03-16 Peter Stephenson
* 27793 plus 27794, 27795: Doc/Zsh/invoke.yo, Doc/Zsh/options.yo,
Src/init.c, Src/options.c, Src/zsh.h, Test/A01grammar.ztst:
add PATH_SCRIPT option to find script using path.
2010-03-15 Peter Stephenson
* Mikael: 27797: Completion/Base/Completer/_expand_alias:
delimit arguments to avoid problems with hyphens.
* Alexey: 27789: Completion/Unix/Command/_sudo: use _arguments.
2010-03-15 Peter Stephenson
* 27780: Completion/Unix/Type/_files, Test/D04parameter.ztst:
users/14905 changed the number of backslashes needed to
quote backslashes in :s modifier.
2010-03-11 Peter Stephenson
* unposted: Doc/Zsh/expn.yo: note that & needs quoting in :s in
glob qualifier.
* 27785: Src/init.c, Src/utils.c, Src/zsh.h: default IFS in sh
and ksh mode doesn't have '\0'.
2010-03-11 Frank Terbeck
* Simon Ruderich: 27779: Functions/VCS_Info/vcs_info_printsys,
Doc/Zsh/contrib.yo: Fix mistakes in vcs_info's documentation.
2010-03-09 Peter Stephenson
* unposted: Doc/Zsh/calsys.yo, Functions/Calendar/calendar,
Functions/Calendar/calendar_editfiles: Fix bug that
calendar wouldn't update repeating event times for events
that were already in the past; allow calendar_editfiles to
take argument to specify editor.
2010-03-07 Peter Stephenson
* Michael Hwang: 27773: Src/linklist.c: document how linked
lists are joined together.
2010-03-04 Frank Terbeck
* 27770: Completion/Unix/Command/_git: support for user specific
sub commands.
2010-03-04 Peter Stephenson
* Frank: 27768: Functions/VCS_Info/VCS_INFO_realpath: shut up cd
some more.
2010-02-28 Clint Adams
* 27762: Completion/Unix/Type/_hosts: omit ssh known_hosts
entries with port numbers from host completion.
2010-02-27 Peter Stephenson
* users/14905 (modified, see users/14096): Doc/Zsh/expn.yo,
Src/subst.c, Test/D04parameter.ztst: fix various problems
with :s modifier in parameters.
2010-02-26 Peter Stephenson
* users/14902: Src/Modules/datetime.c: another go.
* users/14900: Src/Modules/datetime.c: ULONG_MAX may be valid
return value from strtoul().
* users/14897: Src/Modules/datetime.c: test needed on
conversion of time_t to struct tm. Found on 64-bit Linux.
* 27756: Doc/Zsh/calsys.yo, Functions/Calendar/calendar,
Functions/Calendar/calendar_add, Functions/Calendar/calendar_edit,
Functions/Calendar/calendar_sort, Src/Modules/system.c:
use new file locking in calendar where available and add
errflag test to loop over fcntl().
* users/14891: Doc/Zsh/cond.yo: say explicitly that condition
arguments don't undergo file generation.
2010-02-25 Peter Stephenson
* 27755: Doc/Zsh/mod_system.yo, Src/Modules/system.c:
add "zsystem supports" to test what zsystem supports.
2010-02-24 Peter Stephenson
* 27754: NEWS (unposted), Doc/Zsh/mod_system.yo, Src/exec.c,
Src/utils.c, Src/zsh.h, Src/Modules/system.c: add
"zsystem flock" subcommand to zsh/system module.
2010-02-22 Peter Stephenson
* unposted: Src/utils.c: Add a debug test for trapping bad uses of
fdtable when closing fd's in zclose().
* 27721: Src/compat.c [with unnecessary test removed], Src/exec.c,
Src/system.h, Src/utils.c: update zopenmax() not to examine huge
numbers of file descriptors; only call it at initialisation;
rationalise use of fdtable_size and expansion of fdtable.
2010-02-22 Clint Adams
* 27744: Completion/Debian/Command/_pbuilder: completion for
pbuilder.
2010-02-21 Peter Stephenson
* Frank: 27731: Functions/VCS_Info/vcs_info: turn off
WARN_CREATE_GLOBAL.
2010-02-21 Clint Adams
* Michael Prokop: 27725: Completion/Debian/Command/_apt: apt
--no-install-recommends.
2010-02-21 Peter Stephenson
* Jonathan Beckman: 27728: Completion/X/Command/_mplayer: quote
colon after -ss.
2010-02-19 Peter Stephenson
* 27722: Src/cond.c, Test/C02cond.zts, Test/V01zmodload.ztst: Error
reporting for failed conditions was badly handled; one
piece of code didn't test for a '-' prefix.
* 27723: Src/builtin.c, Test/D02glob.ztst: eval shouldn't
modify non-zero return statuses.
2010-02-17 Peter Stephenson
* Frank: 27717: Functions/VCS_Info/vcs_info_lastmsg:
add option terminators for builtins.
2010-12-17 Andrey Borzenkov
* unposted: Doc/Zsh/compsys.yo: typo fix
2010-12-16 Andrey Borzenkov
* 27715: Completion/Unix/Command/_stgit: fixes for new
version (workaround removed commands); autogenerate list
of stg subcommands.
2010-02-16 Peter Stephenson
* unposted: Completion/Unix/Command/.distfiles: new files
* Frank Terbeck, Seth House: 27712, 22713, 27714: Doc/Zsh/contrib.yo,
Functions/VCS_Info/Backends/VCS_INFO_get_data_bzr,
Functions/VCS_Info/Backends/VCS_INFO_get_data_git,
Functions/VCS_Info/Backends/VCS_INFO_get_data_hg,
Functions/VCS_Info/Backends/VCS_INFO_get_data_p4,
Functions/VCS_Info/Backends/VCS_INFO_get_data_svk,
Functions/VCS_Info/Backends/VCS_INFO_get_data_svn,
Functions/VCS_Info/VCS_INFO_formats,
Functions/VCS_Info/VCS_INFO_hook, Functions/VCS_Info/vcs_info:
hooks and Mercurial improvements.
2010-02-15 Peter Stephenson
* 27710: Etc/FAQ.yo: update sections on advanced character sets.
* unposted: Etc/FAQ.yo: correct outrageously old dates in FAQ.
2010-02-13 Peter Stephenson
* 27708: Src/text.c: remove distracting initial semicolons
in job output.
* unposted: zero gf_pre_words from 27694.
* Mikael: Completion/Zsh/Type/_globquals: extend argument
handling.
* Frank: 27705: Completion/Unix/Command/_git: notes
2010-02-12 Peter Stephenson
* unposted: Completion/Zsh/Type/_globquals: add P to list.
2010-02-09 Peter Stephenson
* unposted: Doc/Zsh/expn.yo: typo in formatting.
2010-02-09 Peter Stephenson
* 27694: NEWS, Completion/Zsh/Type/_globquals, Doc/Zsh/expn.yo,
Src/glob.c, Test/D02glob.ztst: add "P" glob qualifier for
prepending words.
* Frank: 27696: Completion/Unix/Command/_tmux: another update
* Geoff: 27693: Src/exec.c, Src/init.c, Src/params.c, Src/init.c,
Src/utils.c: rename underscore to avoid name clash.
2010-02-08 Peter Stephenson
* unposted: Src/subst.c: comment about what colon in parameter
substitution might be doing.
* unposted: Completion/compinit,
Functions/Calendar/calendar_scandate: add some "typeset -g"s
to avoid WARN_CREATE_GLOBAL warnings.
* 27665: Frank: Completion/Unix/Command/_tmux: update.
* 27658: Completion/Unix/Command/_zip: work around globbing
problems.
2010-02-07 Peter Stephenson
* Frank: 27679:
Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
better logic.
* Michael Hwang: 27675: Src/builtin.c: fix crash from error in
hash builtin.
2010-02-04 Peter Stephenson
* 27661: Ben: Doc/Zsh/builtins.yo, Doc/Zsh/options.yo,
Doc/Zsh/tcpsys.yo: typos in manual references.
2010-02-03 Peter Stephenson
* 27648, 267650/1, unposted README change: README,
Doc/Zsh/builtins.yo, Doc/Zsh/grammar.yo,
Etc/zsh-development-guide, Src/builtin.c, Src/init.c,
Src/mkbltnmlst.sh, Src/Builtins/rlimits.mdd: "repeat"
is not available when starting in emulation mode,
"ulimit" is; document that "sched", "limit", "unlimit"
already aren't.
2010-02-02 Peter Stephenson
* Mikael: 27647: Completion/Unix/Command/_cp: update
2010-02-02 Peter Stephenson
* unposted: Doc/Zsh/contrib.yo: minor doc upgrade for
regexp-replace.
* based on Andrei, 27644: Config/installfns.zsh: check for
#! line without a fork.
2010-02-01 Peter Stephenson
* unposted: Etc/FAQ.yo: update with notes on
zsh-nt.sourceforge.net and application terminal mode horror.
2010-01-31 Peter Stephenson
* Mikael: 27642: Completion/Zsh/Type/_globquals: add some
missing entries.
2010-01-29 Peter Stephenson
* users/14752: Functions/Misc/zed, Src/builtin.c: add #!
line to zed; allow script run with -i to exit on "return".
* Julien Jehannet: users/14751: Functions/Misc/zed: variable
incorrect when autoloading function.
2010-01-27 Peter Stephenson
* 27638, based on Frank Terbeck, 27633: Doc/Zsh/options.yo,
init.c, options.c, zsh.h: add SOURCE_TRACE option with output
similar to XTRACE for tracing sourced files.
2010-01-23 Clint Adams
* 27617: Completion/Unix/Command/_graphicsmagick: graphicsmagick
completion based on _imagemagick.
2010-01-22 Peter Stephenson
* users/14732: Src/Zle/computil.c: we need to test X:/ rather
than X: for recent versions of Cygwin.
2010-01-21 Peter Stephenson
* users/14723: Src/pattern.c: invalid character conversions
should never match valid character conversions.
2010-01-20 Peter Stephenson
* 27611: Src/math.c, Test/C01arith.ztst: cache parameter values so
that subscripts aren't multiply evaluated when they shouldn't be.
* 27608: Src/Modules/pcre.c, Src/Modules/regex.c,
Test/C02cond.ztst: test was broken and sizes of variables
for arrays were wrong.
2010-01-19 Peter Stephenson
* unposted: Doc/Zsh/contrib.yo, Functions/Misc/regexp-replace:
return status 1 if no replacement.
* unposted: Doc/Zsh/cond.yo: avoid Yodl error.
* Frank: 27606: Completion/Unix/Command/_tmux: tmux -d.
2010-01-18 Peter Stephenson
* unposted: Doc/Zsh/contrib.yo: minor clarification in 27604.
* 27604: Doc/Zsh/contrib.yo, Functions/Misc/.distfiles,
Functions/Misc/regexp-replace,
Functions/Misc/replace-string-again: add facilities for
substitution using regular expressions.
2010-01-17 Peter Stephenson
* 27600: Doc/Zsh/cond.yo, Src/Modules/pcre.c, Src/Modules/regex.c,
Test/C02cond.ztst: extend =~ syntax to set MBEGIN and MEND
with MATCH and mbegin and mend with match.
2010-01-16 Peter Stephenson
* Frank: 27599: Doc/Zsh/contrib.yo: fix formatting documentation
for VCS_Info.
2010-01-13 Peter Stephenson
* Mikael: 27597: Completion/Zsh/Command/_zstyle: accepting
completion unnecessarily hard.
2010-01-13 Peter Stephenson
* Joakim Rosqvist: 27591 as modified in 27594:
FEATURES, Doc/Zsh/options.yo, Doc/Zsh/params.yo, Src/input.c,
Src/options.c, Src/params.c: extend SUN_KEYBOARD_HACK option
to KEYBOARD_HACK variable.
2010-01-04 Peter Stephenson
* 27553: Jesse Weinstein: Doc/Zsh/compsys.yo: improve phrasing.
2010-01-10 Clint Adams
* Frank Terbeck: 27586: Completion/Unix/Command/_tmux:
more tmux completion support.
2010-01-08 Peter Stephenson
* 27577: sergio: Functions/Misc/zcalc: vared -p obeys
the PROMPTPERCENT option so it's not necessary to have an
explicit (%) in the variable expansion.
2010-01-07 Clint Adams
* 27579: Completion/Unix/Command/_ssh: allow ssh -S argument to
follow immediately the option letter.
* 27578: Completion/Linux/Command/_ionice: allow ionice -c and -n
arguments to immediately follow the option letters.
2010-01-05 Peter Stephenson
* 27566: Src/Builtins/rlimits.c: add ulimit -c hard and immediate
return on argument error
* 27565: Src/Builtins/rlimits.c: ulimit didn't sanity check
numeric arguments.
2010-01-04 Clint Adams
* 27559: Completion/Unix/Command/_espeak: espeak language
codes and voice names.
* Jesse Weinstein: 27558: Completion/Unix/Command/_espeak:
completion for espeak.
2010-01-04 Peter Stephenson
* 27556: Src/lex.c: lexsave() should sanitize more variables else
inner loops can get confused by outer state. Symptom was
source within precmd.
2009-12-28 Clint Adams
* Chris Lamb: 27545: Completion/Unix/Command/_django:
runserver_plus and files completion for django.
2009-12-18 Wayne Davison
* users/14659: Src/hist.c: Add symlink-based hist-file locking.
2009-12-17 Peter Stephenson
* Greg: 27529: Completion/Unix/Command/_subversion: make URL
schemas (schemata?) configurable.
2009-12-16 Wayne Davison
* 26735+unposted: Src/utils.c, Src/Modules/zftp.c, Src/Modules/zpty.c,
Src/Zle/zle_main.c, Src/exec.c, Src/init.c, Src/input.c, Src/jobs.c,
Src/parse.c: Check the return value of all pipe(), read(), and
write() calls. Gets rid of all "ignoring return value" compiler
warnings, and makes some read/write operations safer by ensuring
that an EINTR is handled.
2009-12-16 Peter Stephenson
* unposted: Functions/Misc/run-help-p4, Functions/Misc/.distfiles:
new helper.
* 27492 based on Jörg Sommer: 27473: Functions/Misc/run-help:
fix alias problem.
2009-12-14 Peter Stephenson
* 27518: Completion/Unix/Command/_configure: suggest some
more patterns for arguments.
2009-12-14 Andrey Borzenkov
* unposted: Completion/Unix/Command/_grep:
add --exclude-dir option
2009-12-13 Peter Stephenson
* Alexey I. Froloff: 27470: Completion/Unix/Command/_git:
update.
2009-12-13 Wayne Davison
* unposted: Completion/Unix/Command/_rsync: Fixed the
--human-readable options and arg-acceptance of -f.
2009-12-12 Clint Adams
* Michael Prokop: 27504: Completion/Debian/Command/_dput:
fix typo with dput --delayed.
2009-12-11 Peter Stephenson
* 27503: Src/utils.c: fix crash when changing a hook
function inside a hook function of the same type.
2009-12-10 Clint Adams
* 27494: Completion/Debian/Command/_bug: reportbug --paranoid,
--no-paranoid, --body, and --body-file.
2009-12-07 Peter Stephenson
* 27479: Src/Zle/zle_tricky.c: prevent completions
split across backlash-newline continuations from
causing mayhem.
2009-12-05 Peter Stephenson
* 27466: Doc/Zsh/zle.yo: document 27453.
* Mikael: 27453: Src/Zle/zle_refresh.c: highlighting
of removable completions suffixes.
* Frank: 27450: b/Completion/Unix/Command/_tmux: another
update.
2009-12-05 Clint Adams
* Frank Terbeck: 27458: Completion/Unix/Command/_tmux:
set-option -w completion.
* Ingmar Vanhassel: 27457: Completion/Zsh/Command/_precommand:
add hilite as a precommand.
* Ingmar Vanhassel: 27456: Completion/Unix/Type/_tar_archive:
complete .tar.lzma, .tbz, .txz.
2009-12-03 Clint Adams
* 27448: Completion/Unix/Command/_tar,
Completion/Unix/Type/_tar_archive: mild understanding of
xz-compressed tarballs.
2009-12-02 Peter Stephenson
* 27447: Doc/Zsh/options.yo: document 27442.
* Frank: 27446: Completion/Unix/Command/_tmux: update.
* 27442 plus tweak: Src/exec.c, Src/init.c, Src/jobs.c,
Src/signals.c: return status for last background job from
wait even if it's already exited, but only if POSIX_JOBS
is set.
2009-12-01 Peter Stephenson
* Alexey: 27445: Completion/Unix/Command/_ruby: argument can be
any file.
2009-11-30 Peter Stephenson
* 27442: Src/exec.c, Src/init.c, Src/job.s,c Src/signals.c:
add lastpid_status to record status of last background job
even after it's exited.
* 27441: Doc/Zsh/mod_complist.yo, Src/Zle/complist.c: add "sa"
highlight code for suffix aliases.
* Richard Hartmann: 27440: Src/Modules/cap.c, Src/Modules/zftp.c:
typos in warnings.
2009-11-24 Peter Stephenson
* Baptiste Daroussin: 27431: Completion/Unix/Command/_make: Fix
for FreeBSD.
* 27430: Completion/Unix/Command/_make: extend variable value
completion to anything that looks like an assignment.
* 27429: Completion/Unix/Command/_make: restore variable value
completion. Also make indentation more standard (not posted).
* Michael Hwang : 27428:
Completion/Unix/Command/_make: complete rewrite with
variable completion.
2009-11-22 Peter Stephenson
* Alexey. I Froloff: users/14588:
Completion/Zsh/Command/.distfiles,
Completion/Zsh/Command/_ztodo,
Functions/Misc/.distfiles, Functions/Misc/ztodo: new ztodo
function.
2009-11-20 Clint Adams
* 27417: Completion/Unix/Command/_gpg: fix completion after
gpg --verify-files.
* unposted: Functions/Prompts/prompt_clint_setup: change bracket
colors default to yellow when in an ssh session.
2009-11-19 Peter Stephenson
* Greg: 27416: Completion/Unix/Command/_subversion: repository
path enhancement.
2009-11-17 Barton E. Schaefer
* 27415: Src/Zle/computil.c: comparguments "*::..." descriptions
could step on sequentially earlier descriptions when completing
for a word other than the last word on the command line.
2009-11-17 Peter Stephenson
* unposted: Completion/Unix/Command/_perforce: improve
whole-path completion so that it doesn't take ages looking
for clients after typing two slashes.
2009-11-15 Peter Stephenson
* Greg Klanderman: 27409: Completion/Unix/Command/_subversion,
Completion/Unix/Type/_urls: improve subversion remote paths
and fix minor URL issues.
* Frank Terbeck: 27407: Completion/Unix/Command/_tmux:
switch-client subcommand.
* Benjamin R. Haskell: users/14565, 27399:
Completion/Unix/Command/_env: argument problem.
2009-11-11 Barton E. Schaefer
* Greg Klanderman: 27391: Completion/Unix/Command/_rm:
fix ignored (duplicate) file names
* users/14548: Src/Modules/termcap.c: prevent libtermcap from
exiting on an unknown terminal type
* Alexey Froloff: 27367: Completion/Unix/Command/_ri: update
for Ruby 1.9 and later
* Frank Terbeck: 27364: Completion/Unix/Command/_tmux: fix
cut'n'paste error in descriptions
2009-11-10 Barton E. Schaefer
* 27368, 27369: FEATURES: replace one incorrect example with two
correct ones
2009-11-07 Peter Stephenson
* Mikael: 27362: Src/Modules/attr.c: some more fixes.
2009-11-07 Clint Adams
* Frank Terbeck: 27359: Completion/Unix/Command/.distfiles,
Completion/Unix/Command/_tmux: completion for tmux 1.1.
2009-11-06 Peter Stephenson
* 27358: Src/builtin.c: error if $0 was altered within
a sourced file.
* 27357: Src/Modules/attr.c: fix compiler warnings
2009-11-06 Peter Stephenson
* Frank Terbeck: 27353: Functions/VCS_Info/VCS_INFO_bydir_detect,
Functions/VCS_Info/vcs_info: More sanity checks for vcs_info
2009-11-05 Peter Stephenson