2012-02-05 Peter Stephenson
* 30127: Src/builtin.c: forbid executing history lines via fc in
the wrong order.
2012-02-03 Peter Stephenson
* Mariusz Glebocki: 30179: Completion/Unix/Type/_services:
suppress stderr for service list.
2012-02-01 Frank Terbeck
* A.Costa: unposted: Doc/Zsh/grammar.yo, Etc/ChangeLog-3.1: Fix
typo to "definition".
2012-01-31 Peter Stephenson
* seiler via Ismail: 30174: Completion/Unix/Command/_osc,
Completion/openSUSE/Command/_osc: update.
* Felipe: 30158: Test/.distfiles, Test/compgentest,
Test/Y04compgen.ztst: compgen test is not useful with current
bashcopmpinit.
2012-01-29 Peter Stephenson
* Richard Hartmann: 30140: Completion/X/Command/_mplayer:
whitespace fix.
* Felipe Contreras: 30131, 30132, 30133, 30134, 30135,
30136, 30137: Completion/bashcompinit: various improvements to
bash-like behaviour.
2012-01-23 Peter Stephenson
* Ben: 30118: Completion/Unix/Command/_sqlite,
Completion/Unix/Command/.distfiles: new sqlite completion.
2012-01-22 Peter Stephenson
* Ben: 30117 (moved directory): Completion/X/Command/_xclip,
Completion/X/Command/.distfiles: new completion.
2012-01-19 Frank Terbeck
* 30114: Functions/VCS_Info/VCS_INFO_check_com: Remove a
superfluous stat().
2012-01-16 Frank Terbeck
* 30111: Src/exec.c: Fix segfaults with exec options.
2012-01-15 Peter Stephenson
* Richard Hartmann: 30110: Completion/Unix/Command/_vcsh,
Completion/Unix/Command/.distfiles: new completion.
2012-01-09 Peter Stephenson
* Stepan Koltsov: 30105: Completion/Unix/Command/_stgit: fix
delete completion.
2012-01-08 Peter Stephenson
* users/16711: Completion/Unix/Type/_path_commands: try to take
account of PATH_DIRS option in command completion.
* 30101: Doc/Zsh/options.yo, Src/hashtable.c, Src/options.c,
Src/zsh.h: add HASH_EXECUTABLES_ONLY option, off by default to
avoid problems with huge paths and remote directories.
2012-01-07 Peter Stephenson
* 30098: Jun T.: Src/params.c: more minimal alternative to
30079, don't set LANG if LC_ALL set.
2012-01-06 Peter Stephenson
* Src/Modules/pcre.c (cond_pcre_match): unposted: fix (harmless)
warning with uninitialised variable.
2012-01-05 Peter Stephenson
* Christian Höltje: 30087: Functions/Prompts/promptinit: remove
any hooks for a prompt theme when removing it.
* 30084: Doc/Zsh/zle.yo, Src/init.c, Src/Zle/zle_main.c,
Src/Zle/zle_refresh.c, Src/Zle/zle_thingy.c: `zle -T tc func'
defines function to be used insted of termcap output for
testing.
* 30081: Completion/Base/Core/_main_complete: remove necessity
to have IGNORE_CLOSE_BRACES unset when loaded.
2012-01-04 Frank Terbeck
* 30079: Src/params.c: Restore `LC_ALL' when setting `LANG'.
2012-01-04 Peter Stephenson
* 30084: Src/init.c: zsfree(argzero) before we set it again
following ztrdup() in parseargs().
2012-01-02 Barton E. Schaefer
* 30073 (plus comment): Src/Zle/zle_main.c: use queue_signals()
around critical first call to zrefresh() after zleactive = 1, to
prevent adjustwinsize() loop reported on FreeBSD.
2011-12-30 Frank Terbeck
* 30048: Test/C02cond.ztst: Avoid [[ -N ... ]] on file-systems
mounted `noatime', if possible.
* 30046: Functions/VCS_Info/Backends/VCS_INFO_get_data_svn: Fix
support for subversion version 1.7.
2011-12-27 Barton E. Schaefer
* 30069: Doc/Zsh/options.yo: replace empty parens with
LPAR()RPAR().
2011-12-21 Peter Stephenson
* 30041: Src/subst.c: the offset hack to make
${foo:offset:length} bash compatible with positional parameters
doesn't apply when we're indexing into characters of one
positional parameter.
* T.C. Hollingsworth: 30036: Completion/Unix/Command/_systemctl:
new arguments.
2011-12-20 Barton E. Schaefer
* 30033: Src/Zle/zle_keymap.c: silence valgrind warnings about
uninitialized values.
2011-12-19 Peter Stephenson
* unposted: Config/version.mk: update version to 4.3.15-dev-0 to
avoid dev version clashing with installation.
2011-12-17 Peter Stephenson
* unposted: release 4.3.15.
2011-12-16 Peter Stephenson
* Simon Olofsson: 30028: Completion/Unix/Command/_subversion:
fix matching of subversion help text.
2011-12-14 Mikael Magnusson
* 30021: Completion/Zsh/Type/_globquals: Add d flag (see 29991),
show what unit the digits are entered in as a hint that the
default is also days.
* 29783: Completion/Debian/Command/_update-alternatives: Add
more options.
2011-12-13 Mikael Magnusson
* 29998: Completion/Unix/Command/_git: fix a typo (--rerbose).
* 30019: Completion/Unix/Command/_tar: fix parsing of argument
to -C.
2011-12-13 Barton E. Schaefer
* 30020: Functions/Prompts/promptinit: prevent prompt_opts and
zle_highlight from leaking out of prompt_preview_theme.
* 30012: Completion/Base/Core/_main_complete,
Completion/Base/Utility/_arguments,
Completion/Base/Utility/_values, Completion/Zsh/Command/_zle,
Doc/Zsh/compsys.yo: add $state_descr which parallels the $state
array in the same way that $context does, to make the "message"
part of each _arguments "optarg" specification available to
the caller's state handler. Used in _zle as the description
passed to _wanted.
2011-12-12 Peter Stephenson
* 30000 plus a couple of comments: Src/exec.c: Better POSIXJOBS
behaviour: don't restore default behaviour for SIGTTOU etc. if
we're still doing job handling, and only continue with job
handling if this is a (...) subshell.
2011-12-11 Peter Stephenson
* discussed in 29984: Doc/Zsh/compsys.yo: use m+7 for files
"more than a week old" since w+1 is a bit counterintuitive.
* 29991: Doc/Zsh/expn.yo, Src/glob.c: allow explicit 'd' for
days in time qualifiers.
2011-12-10 Mikael Magnusson
* 29962: Completion/Unix/Command/_ssh: Actually return ret.
* 29961: Completion/Unix/Command/_ssh: Extend option completion.
2011-12-10 Peter Stephenson
* GI: 29977: Completion/Linux/Command/_modutils: caching and
function definition fixes.
2011-12-09 Simon Ruderich
* 29918: Completion: Add new _remote_files() helper and use it to
reduce code duplication.
* 29917: Completion/Unix/Command/_ssh: Tabs to spaces.
2011-12-09 Mikael Magnusson
* unposted: Doc/Zsh/compsys.yo: Remove duplicated 'the'.
* 29409: Completion/X/Command/_x_utils: Add completion for xprop and
xlsatoms.
2011-12-09 Peter Stephenson
* unposted: Completion/compinit: add NO_ignoreclosebraces to
options needed in completion.
* users/16614: config.guess, config.sub: update from automake
1.11.1.
2011-12-09 Mikael Magnusson
* 29876: Completion/Unix/Command/_getent: Update getent completion
to work when additional output comes after the databases.
2011-12-08 Peter Stephenson
* 29955 with bits pointed out by Mikael and Bart:
Doc/Zsh/grammar.yo, Doc/Zsh/options.yo, Src/lex.c,
Src/options.c, Src/zsh.h, Test/E01options.ztst: add
IGNORE_CLOSE_BRACES option.
2011-12-08 Peter Stephenson
* 29928: Test/A04redirect.ztst: belated commit to
fix OpenBSD test failure.
2011-12-07 Peter Stephenson
* unposted: Etc/version.mk: update version to 4.3.14-dev-0 to
avoid installs clashing with release.
2011-12-07 Oliver Kiddle
* 29952: Src/glob.c: fix cut'n'paste error in nanosecond
timestamp support
2011-12-06 Peter Stephenson
* unposted: Config/version.mk: release 4.3.14.
2011-12-03 Peter Stephenson
* 29940: Src/utils.c (metafy): null termination shouldn't
be applied to original buffer if not to be modified.
* From Stef VAN VLIERBERGHE: 29934: Src/lex.c (add): use of
uninitialised memory when lexer needed to reallocate token.
2011-12-02 Peter Stephenson
* unposted: Test/B01cd.ztst: fix documentation for '*'
test output syntax.
2011-12-01 Peter Stephenson
* 29924: Test/A04redirect.ztst, Test/B01cd.ztst, Test/ztst.zsh:
add ability to match output of tests using patterns.
2011-12-01 Peter Stephenson
* unposted: Completion/Unix/Command/_nm: also complete
directories.
* 29923: Test/A04redirect.ztst: work around variant message from
strerror() for invalid file descriptor.
2011-11-30 Peter Stephenson
* Config/version.mk: 4.3.13 release.
2011-11-28 Peter Stephenson
* Ismail Dönmez: 29920: Src/Subst.c: error with arithmetic
substitution with NO_EXEC.
2011-11-25 Peter Stephenson
* unposted: Config/version.mk: 4.3.12-test-3.
2011-11-24 Simon Ruderich
* 29916: Completion/Unix/Command/_git: Prevent clash with
_remote_files() in _ssh.
2011-11-24 Peter Stephenson
* 29915: Completion/Unix/Command/.distfiles,
Completion/Unix/Command/_nm: new nm completion.
2011-11-23 Peter Stephenson
* Ignacy Gawędzki: 29912: Completion/Unix/Command/_ssh: add "--"
to end options to ls.
2011-11-21 Peter Stephenson
* Foudil Brétel: 29911: add --no-legend support (v37+); multiple
bug fixes (aliases, array range); workaround compadd bug
(compadd handles its own options)
2011-11-20 Peter Stephenson
* gi1242+zsh: users/16587: Completion/Unix/Command_lp: tidy up.
2011-11-18 Peter Stephenson
* 29908: Doc/Zsh/contrib.yo, Functions/MIME/.distfiles,
Functions/MIME/zsh-mime-contexts, Functions/MIME/zsh-mime-handler:
make MIME functions handle contexts with stacked suffixes such
as .pdf.gz.
2011-11-17 Peter Stephenson
* Jun T.: 29907: Src/Modules/pcre.c: remove declaration of
unused variable.
2011-11-15 Barton E. Schaefer
* users/16581: Src/utils.c: it seems wrong to shortcut correction
of words not in command position by comparing them to the command
tables, so don't; if a command correction is rejected, reset the
incremental path hashing so the new command can be "learned".
2011-11-14 Peter Stephenson
* gi1242: users/16578: Completion/Unix/Command/_lp: lpadmin,
lpinfo and other changes.
2011-11-09 Frank Terbeck
* Akinori MUSHA: 29900:
Functions/VCS_Info/Backends/VCS_INFO_detect_svn: Adjust detection
to support subversion 1.7.
2011-11-08 Peter Stephenson
* Haakon Riiser: 29895, 29887: Completion/Unix/Command/_ffmpeg,
Completion/Linux/Command/_nmcli (plus
Completion/Linux/Command/.distfiles): update and new
NetworkManager client completion.
2011-11-07 Simon Ruderich
* 29893: Completion/Unix/Command/_ssh: Update (mostly) for 5.9.
2011-11-07 Peter Stephenson
* 29894: Doc/Zsh/contrib.yo, Functions/Zle/replace-string:
display previous replacement and reuse if source string is empty.
2011-11-04 Peter Stephenson
* 29892: Functions/Zle/read-from-minibuffer,
Functions/Zle/replace-string: fix regular expression
replacements right of the cursor; make save and restore
in read-from-minibuffer more automated.
* 29891: Doc/Zsh/zle.yo, Src/Zle/zle_thingy.c: allow "zle -lL"
with arguments to list in -L format.
2011-10-31 Peter Stephenson
* Jun T: 29883: Src/Builtins/rlimits.c, Src/Modules/zftp.c: cast
to type in printf to work around cases where types aren't
properly distinguished.
2011-10-30 Peter Stephenson
* users/16547: Completion/Unix/Command/_perforce: quote
arguments with colon in from _describe.
2011-10-28 Peter Stephenson
* Src/module.c (do_load_module): 29879: (via takimoto-j): Metafy
dlerror message to avoid corruption.
2011-10-26 Phil Pennock
* 29867: Bart Schaefer: Test/V07pcre.ztst: exit early with
unimplemented status if zsh/pcre not available; combined with
Peter's 29865 fix, should make PCRE testing robust.
2011-10-26 Peter Stephenson
* 29844, 29845: Src/exec.c, Test/A04redirect.ztst: remove bogus
error on closing fd's 0 to 9; update test.
2011-10-26 Peter Stephenson
* 29865: Src/Modules/pcre.mdd: don't compile if no pcre-config.
* 29859: Src/Zle/Complete.c: compadd handles its own options.
2011-10-24 Peter Stephenson
* Jérémie Roquet: c.f. users/16541: Doc/Zsh/cond.yo:
should be "filename generation", not "file generation".
* Foudil Brétel: 29842: Completion/Unix/Command/_systemctl:
major rewrite.
2011-10-24 Phil Pennock
* 29838: Src/Modules/pcre.c: metafy/unmetafy strings, to
correctly handle non-ASCII characters in UTF-8 for regexp
matches.
* unposted: Test/V07pcre.ztst: some PCRE tests
2011-10-23 Peter Stephenson
* users/16492: MACHINES: OpenIndiana issue.
2011-10-22 Simon Ruderich
* 29823: Completion/Unix/Command/_perl: Update for 5.14.1.
2011-10-19 Frank Terbeck
* Suraj N. Kurapati: 29828: Misc/vcs_info-examples: Mention
different ways to handle remote branch names in
`vi-git-remotebranch()'.
2011-10-17 Peter Stephenson
* unposted: NEWS, README, Config/version.mk, Etc/.distfiles,
Etc/FAQ.yo, Etc/relnote_4.3.12.txt: tidy up and update for
4.3.12-test-2.
* unposted: Completion/Unix/Command/_perforce: small
documentation update.
2011-10-14 Peter Stephenson
* 29820: Doc/Zsh/compsys.yo,
Completion/Base/Utility/_pick_variant: -b option to match
builtins.
2011-10-12 Mikael Magnusson
* 29815: Doc/Makefile.in: include mod_langinfo in documentation.
2011-09-25 Barton E. Schaefer
* 29799: Src/utils.c: swap order of RESET_PROMPT / REFRESH in
adjustwinsize() so that the cursor is moved to the start of a
multi-line prompt before the prompt is actually displayed.
* 29769: Src/signals.c: handle thisjob == -1 (no foreground job)
when checking for whether a background job is allowed to suspend.
* unposted: Doc/Zsh/modules.yo: cross-reference zmodload.
2011-09-22 Peter Stephenson
* Daniel Friesel: 29796: Completion/X/Command/_mplayer: complete
.webm.
2011-09-21 Peter Stephenson
* Luka Perkov: 29788: Completion/Unix/Command/_quilt:
improved quilt completion.
2011-09-18 Peter Stephenson
* users/16375: Src/Zle/complist.c: initialise number of
references each time for multiple match tests when
highlighting.
2011-09-16 Mikael Magnusson
* 29764, 29765: Completion/Unix/Command/_pgrep: use _users and
_groups rather than reimplementing them, use _wanted instead
of plain compadd to get descriptions, return 0 on success,
fix conditions on -f and -x, complete pts/* for -t too.
2011-09-15 Peter Stephenson
* 29776 (modified as noted): Src/lex.c, Test/D08cmdsubst.ztst:
double quotes are not special in double-quote-style parsing
if the end character is something else.
* 29773: Marco Hinz: Completion/Unix/Type/_perl_modules:
complete some missed modules.
2011-09-10 Clint Adams
* 29762: Completion/Debian/Command/_bts: bts completion tag
update from Ansgar Burchardt.
2011-09-10 Barton E. Schaefer
* 29760: Completion/compaudit: declare _i_ulwdirs and make sure
it is correctly referenced.
2011-09-07 Peter Stephenson
* unposted: Completion/Unix/Command/_perforce: updates for
2010.2 release.
2011-09-07 Simon Ruderich
* 29756: Doc/Zsh/params.yo: DIRSTACKSIZE is unlimited by default.
* 29757: Doc/Zsh/compsys.yo: Remove superfluous brace.
2011-09-07 Mikael Magnusson
* 29755: Completion/Unix/Command/_ssh: add -O stop to to _ssh.
2011-09-06 Mikael Magnusson
* 29736: Doc/Zsh/mod_zutil.yo: mention when zstyle -t returns 1.
* 29738: Completion/Unix/Command/_ssh: add PreferredAuthentications
completion.
* 29739: Completion/Unix/Command/_rsync: redefine _rsync(), make
-e accept cuddled arguments.
* 29740: Completion/Unix/Command/_wget: add --content-disposition.
* 29741: Completion/Zsh/Command/_zattr: add ret=0, fix filename
globbing like in 27658 for _zip.
* 29733: Jonathan Kolberg: Completion/Debian/Command/_apt: add
completion for apt-get changelog.
2011-09-05 Barton E. Schaefer
* users/16302: Completion/Unix/Type/_path_files: pattern matching
for plain files (e.g., *.pdf for xpdf completion) was broken by
29444. Hopefully this does not re-break directory patterns.
2011-08-30 Simon Ruderich
* 29745: Mikael Magnusson: Completion/X/Command/_mplayer: fix -ss
completion.
2011-08-29 Peter Stephenson
* 29744: Src/builtin.c: don't mess up non '-A' case in
29731.
2011-08-29 Barton E. Schaefer
* users/16291: Functions/Prompts/prompt_bart_setup: revert to
using history text in non-"fg" case to avoid alias expansion.
2011-08-29 Mikael Magnusson
* 29722: Completion/X/Command/_mplayer: escape colon.
* 29706: Completion/X/Command/_mplayer: add missing ret=0.
2011-08-28 Peter Stephenson
* 29731: Src/builtin.c, Test/B04read.ztst: fix output from `read
-AE' and test that and `read -Ae'.
* users/16289: Doc/Zsh/expn.yo, Src/exec.c, Src/jobs.c: don't
delete temporary files when disowning and document this.
2011-08-20 Barton E. Schaefer
* unposted: Functions/Zle/.distfiles: add move-line-in-buffer
* 29711: Completion/compaudit: avoid calling potentially-slow
"getent group" unless group-writable directories are found.
2011-08-20 Nikolai Weibull
* 29707: Completion/Unix/Command/.distfiles,
Completion/Unix/Command/_ln: New _ln completer.
2011-08-18 Mikael Magnusson
* unposted: Completion/Linux/Command/.distfiles,
Completion/Linux/Command/_schedtool,
Completion/Zsh/Command/.distfiles,
Completion/Zsh/Command/_schedtool: move _schedtool completion
to correct directory.
* 29705: Completion/Unix/Command/_iconv: add correct number of
slashes when completing //TRANSLIT.
2011-08-17 Peter Stephenson
* 29703: Src/exec.c, Src/subst.c, Test/D03procsubst.ztst:
* users/16253, users/16255: Src/utils.c, Test/D04parameter.ztst:
A nulstring should be split like an empty string.
* Anthony R Fletcher: users/16260:
Completion/Unix/Command/_systemctl: new completion.
2011-08-17 Nikolai Weibull
* 29698: Completion/Unix/Command/_git: Complete diff options for git
log.
2011-08-17 Mikael Magnusson
* 29681: Src/Zle/zle_refresh.c: consistently use [] to access
region_highlights.
* 29682: Completion/Zsh/Command/.distfiles,
Completion/Zsh/Command/_schedtool: new _schedtool completer.
* 29683: Completion/Unix/Command/_ssh: add -O forward to _ssh.
* Daniel Friesel: 29690: Completion/Linux/Command/_cryptsetup,
Completion/Unix/Command/_twidge: new _twidge and _cryptsetup
completers.
2011-08-16 Barton E. Schaefer
* 29694: Src/hist.c: Don't overwrite the current history word if
we aren't actually expanding an alias or history event.
* users/16251: Functions/Prompts/prompt_bart_setup: use a preexec
hook to replace "fg" et al. with the jobtext of the resumed job.
2011-08-16 Wayne Davison
* 29650: Src/jobs.c: don't lose the the time info after a
suspend+restore.
2011-08-15 Peter Stephenson
* unposted: Src/Modules/datetime.c: use pm->node.nam to get
parameter names for errors.
2011-08-14 Mikael Magnusson
* 29673: Doc/Zsh/compsys.yo: clarify what 'other' in the
ignore-line style does.
* 28852: Misc/zargs, Zle/match-words-by-style: use syntax that
doesn't depend on SHORT_LOOPS being set.
* unposted: Src/hist.c: fix a typo in a comment.
* unposted: Src/jobs.c: fix capitalized word in the middle of
a sentence.
* 29388, 29680: Doc/Zsh/expn.yo: clarify note about e:string:
quoting.
* 29504: Doc/Zsh/expn.yo: note when (#cN,M) can't be used in
place of # or ##.
2011-08-14 Barton E. Schaefer
* 29677: Src/exec.c, Src/signals.c, Src/zsh.h: flag jobs that are
builtins running in the current shell, and if they control a
pipeline, do not allow the external processes in that pipeline to
become suspended when the foreground shell cannot suspend.
2011-08-11 Peter Stephenson
* Src/Modules/datetime.mdd: unposted: also fix the autofeatures.
* Src/params.c: unposted: Src/params.c, Test/V04features.ztst:
fix some tests I broke.
* Src/subst.c: 29674: Src/Modules/datetime.c,
Doc/Zsh/mod_datetime.yo: add $epochtime array.
2011-08-10 Peter Stephenson
* 29663: configure.ac, Src/module.c, Src/Modules/datetime.c,
Doc/Zsh/mod_datetime.yo: add $EPOCHREALTIME for time in
double precision floating point.
2011-08-04 Peter Stephenson
* 29643: Src/signals.c, Src/utils.c, Src/zle_main.c: set
incompfunc to zero when executing hook or trap function.
2011-08-09 Peter Stephenson
* 29661: Doc/Zsh/redirect.yo: Improve the documentation for
{var}>... redirections.
2011-08-09 Barton E. Schaefer
* 29654: Src/jobs.c: "wait" should resume stopped jobs identified
by process ID as well as by job number.
* 29654: Src/exec.c: don't hide the job table entry for the left
side of a pipline that ends in a shell builtin. This change may
be backed out if the patch in 29660 can be improved.
2011-08-03 Peter Stephenson
* 29644: Functions/Chpwd/zsh_directory_name_cdr,
Src/Zle/compcore.c, Src/Zle/zle_tricky.c: Work round a bug in
_describe, plus a new comment and some more braces.
* 29633: Doc/Zsh/func.yo, Src/parse.c, Test/C04funcdef.ztst: be
more careful that anonymous function syntax doesn't mess up
working syntax with other functions.
2011-08-03 Peter Stephenson
* 29635: Completion/Base/Widget/_complete_debug: Improve file
descriptor handling and standardise syntax.
2011-07-29 Frank Terbeck
* Luka Perkov: 29624: Completion/Unix/Command/_quilt: Improve
`push' and `pop' completion.
2011-07-28 Peter Stephenson
* 29626: Src/parse.c, Test/C04funcdef.ztst: arguments to
anonymous functions shouldn't be parsed as command words.
* 29602 and subsequent changes: Doc/Zsh/expn.yo: clarify meaning
of filename extension in :r and :e modifiers (which were
slightly inconsistent).
2011-07-27 Peter Stephenson
* 29561: Test/A04redirect.ztst: this bit didn't get committed,
somehow.
2011-07-27 Mikael Magnusson
* 29618: Completion/Linux/Command/_ethtool,
Completion/Zsh/Type/_file_descriptors: Fix some syntax to not depend
on SHORT_LOOPS being set.
2011-07-25 Peter Stephenson
* 29561: Src/exec.c, Src/utils.c, Test/A04redirect.ztst: Allow
closing of file descriptors not recorded internally by the shell.
2011-07-22 Mikael Magnusson
* 29596: Completion/compinit: Fix syntax to work with KSH_ARRAYS
set.
2011-07-22 Nikolai Weibull
* unposted: Completion/Unix/Command/_git: Use _files, not _path_files.
* 29582: Completion/Unix/Command/_git: Alter the way that commands and
aliases are listed when both are requested.
* 29589: Completion/Unix/Command/_git,
Completion/Debian/Command/_git-buildpackage: Use #description instead
of #desc: for description of third-party commands. Also, refactor the
code to match the rest of the file.
2011-07-21 Nikolai Weibull
* 29272: Completion/Unix/Command/_git: Use return values correctly
accross all completion functions.
* unposted: Completion/Unix/Command/_git: Move _gitk and _tig to
correct location.
* unposted: Completion/Unix/Command/_git: Fix bug in git-add completion
that prevented -f option from being used correctly.
* unposted: Completion/Unix/Command/_git: Update git-add completion to
not complete already given file arguments and also to not list file
completions if an option is being completed.
* unposted: Completion/Unix/Command/_git: Adjust some TODO items.
2011-07-19 Peter Stephenson
* 29555: Src/exec.c: fix problem that shell failed to use file
descriptor opened in parent if beyond max_zsh_fd.
2011-07-18 Peter Stephenson
* users/16131: Src/hist.c: skip reading an empty history file.
2011-07-18 Peter Stephenson
* Matthieu Baerts: 29547: Completion/Unix/Command/_bzr: cdiff
subcommand.
2011-07-12 Peter Stephenson
* 29543: Src/hist.c: saved history lines with backslash-newline
in the middle of words confused histlexwords.
* 29542: Src/hist.c, Src/Zle/zle_main.c: remove test when
initialising history that could cause crashes (and was probably
never useful); ensure ZLE returns NULL if there's an error.
2011-07-04 Peter Stephenson
* Eric Moors: 29531: Completion/Unix/Command/_adb: completion
for Android debugger.
2011-07-03 Frank Terbeck
* unposted: Doc/Zsh/contrib.yo: Fix typo "paramter". Caught by
debian's lintian.
2011-07-01 Peter Stephenson
* 29530: Src/subst.c, Test/E01options.ztst: ${..?..} shouldn't
cause an error with NO_EXEC option.
2011-07-01 Frank Terbeck
* 29518: Completion/Unix/Command/_git: Fall back to file
completion for unknown sub-commands.
* 29527: Completion/Unix/Command/_git: Make file-completion
fallback optional.
* 29519: Completion/Unix/Command/_git: Pick up addon completions
from $fpath.
* 29521: Completion/Unix/Command/_git: Add `user-commands' support
again.
* 29523: Completion/Debian/Command/_git-buildpackage: Use "#desc:"
line for _git third-party add-on completion description.
* Daniel Bolton: 29529: Completion/Debian/Command/_aptitude: Complete
format specifiers with the `-F' option.
2011-06-30 Frank Terbeck
* 29526: Functions/VCS_Info/vcs_info: Set `max-exports' early
after certain `start-up' hooks.
2011-06-28 Frank Terbeck
* Sebastian Ramacher: 29513: Completion/Debian/Command/_apt: Add
markauto and unmarkauto sub-commands.
2011-06-27 Peter Stephenson
* Mikael Muszynski: 29510: Completion/X/Command/_mplayer:
complete .m4v files.
2011-06-25 Peter Stephenson
* Axel Beckert: 29506: Doc/Zsh/params.yo: use format
SINGLE_LINE_ZLE as elsewhere in manual.
2011-06-23 Peter Stephenson
* 29503: Src/exec.c: Missing popheap() on failed autoload.
2011-06-20 Peter Stephenson
* unposted: update version to 4.3.12-dev-1 as wordcode
now incompatible with anonymous functions.
2011-06-20 Doug Kearns
* unposted: Completion/BSD/Command/_sockstat,
Completion/Debian/Command/_git-buildpackage,
Completion/Unix/Command/_at, Completion/Unix/Command/_lp,
Completion/Unix/Command/_unison, Completion/X/Command/_matlab,
Completion/X/Command/_okular, Completion/Zsh/Function/_zargs: clean up
completion descriptions as per Etc/completion-style-guide.
2011-06-19 Peter Stephenson
* Luka Perkov: 29493: Completion/Unix/Type/_pdf: handle apvlv.
* 29492: Doc/Zsh/func.yo, Src/exec.c, Src/parse.c, Src/text.c,
Test/C04funcdef.ztst: add argument handling to anonymous functions.
* unposted: Src/Zle/zle_refresh.c: remove additional loop
noticed by Mikael.
* 29491: Src/glob.c, Src/lex.c, Src/math.c, Src/params.c,
Src/parse.c, Src/utils.c, Src/Modules/db_gdbm.c,
Src/Zle/compcore.c, Src/Zle/complist.c, Src/Zle/zle_refresh.c,
Src/Zle/zle_tricky.c: remove some variables set but not used.
* 29490: Src/Builtins/rlimits.awk, Src/Builtins/rlimits.c,
Src/Builtins/rlimits.mdd: add RLIMIT_RTTIME.
2011-06-18 Peter Stephenson
* Michel Dos Reis: 29482: Completion/Linux/Command/_modutils:
handle .gz kernel modules.
2011-06-16 Doug Kearns
* 29483: Completion/Unix/Command/_vim: add --servername completion.
2011-06-15 Barton E. Schaefer
* 29481: Src/jobs.c, Src/signals.c: always return a matching job
in findproc() [reverses 28967 and 29472], but scan the whole list
to prefer running jobs in the rare event that one running and one
exited job share a PID.
2011-06-14 Peter Stephenson
* unposted: Doc/Zsh/compwid.yo: document change to brace
parameter context in 29452/29459.
2011-06-12 Barton E. Schaefer
* 29472: Src/jobs.c: findproc() needs at least to also return
stopped jobs. See 28967.
2011-06-08 Peter Stephenson
* Jeremy Sylvestre: 29468: Functions/Zle/define-composed-chars:
add some ligatures and symbols.
2011-06-06 Peter Stephenson
* 29462: Src/subst.c: fix warning with some compilers (code was
already safe).
2011-06-05 Clint Adams
* unposted: Functions/Zle/move-line-in-buffer: clean
the funny characters out of move-line-in-buffer.
2011-06-04 Barton E. Schaefer
* 29444: Completion/Unix/Type/_path_files: when called with a
pattern to match directories, as from _files with list-dirs-first,
do not descend into subdirectories looking for fake files unless
some fake files have been defined.
2011-06-04 Peter Stephenson
* 29459: Completion/Zsh/Context/_brace_parameter,
Src/Zle/compcore.c (check_param): In shell function, check for
${( not at start of match; in C code, check for untokenized
parentheses when in double quotes.
2011-06-03 Peter Stephenson
* 29452: Completion/Zsh/Context/_brace_parameter,
Src/Zle/compcore.c (typo corrected): allow completion
of parameter flags.
2011-06-03 Mikael Magnusson
* 29438: Completion/Zsh/Context/_subscript: adjust pattern so
we complete dynamic directory names in command position as well.
* 29448: Completion/Unix/Command/_initctl: complete symlinks
to files too.
* 29422: Test/D04parameter.ztst: Fix test for g:: to not depend
on the current locale.
2011-06-03 Peter Stephenson
* 29451: Src/subst.c, Test/D04parameter.ztst: ${##stuff}
removes stuff from the head of $#.
* 29413: Doc/Zsh/builtins.yo, Src/builtin.c, Src/hist.c: print
-S takes a single argument, applies lexical history word
splitting, and puts it on the history.
2011-06-02 Frank Terbeck
* 29434: Doc/Zsh/contrib.yo: Use PLUS() to avoid a + being
silently dropped.
2011-06-01 Frank Terbeck
* 29412: Completion/Unix/Command/_tmux: Disable sub-command
completions if tmux is not found in `$path'.
* Valentin Haenel: 29431: Misc/vcs_info-examples: Hook example for
signaling untracked files in git repositories.
2011-06-01 Barton E. Schaefer
* users/16064: Functions/Zle/move-line-in-buffer: example widget
for moving in multiline buffers without navigating history
* 29416 (plus typo fixes): Doc/Zsh/contrib.yo: Fix (mis-)uses of
var() in vcs_info documentation.
2011-05-31 Peter Stephenson
* unposted: Config/version.mk: update version to 4.3.12-dev-0
to avoid confusion with release.
2011-05-31 Frank Terbeck
* Jan Pobrislo: 29411:
Functions/VCS_Info/Backends/VCS_INFO_get_data_bzr: vcs_info: Major
bzr backend update.
2011-05-31 Barton E. Schaefer
* 29410: Test/V01zmodload.ztst: skip autoload persistence test
when zsh/example module is not available.
2011-05-31 Mikael Magnusson
* Omari Norman: users/16057: Completion/Unix/Command/.distfiles,
Completion/Unix/Command/_tree: Add completion for tree.
2011-05-31 Peter Stephenson
* unposted: Config/version.mk: release 4.3.12.
2011-05-29 Nikolai Weibull
* unposted: Completion/Unix/Command/_git: Update git-branch completion
to deal with -r and -d correctly.
2011-05-27 Peter Stephenson
* 29403: Src/hist.c: histlexwords splitting of ";;" in case.
2011-05-27 Mikael Magnusson
* 28364: Doc/Zsh/zle.yo: Document that space left by wrapping
double-width characters is highlighted with the 'special' style.
* 29384: Completion/Base/Completer/_expand,
Completion/Unix/Type/_have_glob_qual,
Completion/Unix/Type/_path_files, Completion/compinit: Add
_comp_caller_options and use it in completions that want to
check values of options that are overwritten by _comp_options.
* 29334: Completion/Unix/Command/_sh: Complete options for zsh with
_arguments --.
* 29392: Doc/Zsh/compsys.yo: Remove now-defunct use-perl style
documentation.
* 29387: Completion/Unix/Command/.distfiles,
Completion/Unix/Command/_at: Add completion for at and friends.
* 29385: Doc/Zsh/compsys.yo: Document when directories and
local-directories are used.
2011-05-27 Barton E. Schaefer
* 29382: Src/Modules/curses.c: apply 29374 to zccmd_input too.
2011-05-27 Mikael Magnusson
* 29331: NEWS: Note g:: parameter expansion flag.
* 29365: Completion/Unix/Command/_make: redefine _make so that
helper functions are only defined once.
* 29376: Completion/Unix/Command/_initctl: redefine _initctl so
that helper functions are only defined once.
* unposted: Doc/Zsh/params.yo: Document that PROMPT_EOL_MARK can
be empty, forgot in 28480.
* 29329: Src/math.c: Fix undefined behaviour in function argument
evaluation order.
2011-05-26 Peter Stephenson
* unposted: Etc/CONTRIBUTORS: expand.
* 29374: Src/Zle/zle_main.c: Exit ZLE immediately if exit
is pending when a keypress is expected.
2011-05-25 Peter Stephenson
* Bernhard Tittelbach: 29371: Completion/Unix/Command/_initctl:
completion for initctl and related system job management
utilities.
2011-05-24 Barton E. Schaefer
* 29368: Src/exec.c: do not restore xtrerr to stderr before
running simple commands; restore xtrerr to stderr just before
running a function body, but after printing the trace of
the function call itself.
* 29367: Test/E02xtrace.ztst: update tests to fix mistaken
assumptions introduced by 25145 and add check of redirection
inside a function body.
2011-05-24 Mikael Magnusson
* 29364: Completion/Unix/Command/_make: Partial fix for
completion in dirs with spaces and other unusual characters.
* 29335: Completion/Linux/Command/_valgrind: Update the hack
for --tool= completion.
* 29338: Completion/Base/Core/_main_complete: Correct pattern
checking for true value in insert-tab style.
2011-05-23 Peter Stephenson
* unposted: Config/version.mk: 4.3.11-dev-4.
* 29351: Src/subst.c: need to cast non-integer
stdarg arguments to integer to fit % prototype.
* unposted: Completion/Unix/Command/_go: typo
* 29341, corrected: Completion/Unix/Command/_go,
Completion/Unix/Command/.distfiles: basic completion for
commands associated with the Go programming language.
2011-05-22 Mikael Magnusson
* unposted: Doc/Zsh/compsys.yo, ChangeLog: Quote -e with tt().
Fix some formatting in ChangeLog.
* 29328: Completion/Redhat/Command/_rpm,
Completion/Unix/Command/_git, Completion/Unix/Command/_gnutls,
Completion/Unix/Command/_gpg, Completion/Unix/Command/_growisofs,
Completion/Unix/Command/_php: Another missing backslash in _git,
remove some not needed backslashes in array definitions.
2011-05-19 Mikael Magnusson
* 29224: Doc/Zsh/expn.yo, NEWS, Src/subst.c,
Test/D04parameter.ztst: Support negative LEN in ${VAR:OFFSET:LEN}
like bash.
* 29261: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst:
Add g:: parameter expansion flag. Add note that s:: can take an
empty string.
* 29307, 29308 + replies: Completion/BSD/Command/_bsd_pkg,
Completion/Base/Utility/_sep_parts, Completion/Unix/Command/_git,
Completion/Unix/Command/_osc, Completion/Unix/Command/_perforce,
Completion/compinit, Completion/openSUSE/Command/_osc,
Completion/openSUSE/Command/_zypper, Doc/Zsh/builtins.yo,
Doc/Zsh/calsys.yo, Doc/Zsh/compctl.yo, Doc/Zsh/compsys.yo,
Doc/Zsh/compwid.yo, Doc/Zsh/contrib.yo,
Doc/Zsh/expn.yo, Doc/Zsh/zle.yo, Etc/CONTRIBUTORS,
Functions/Calendar/calendar_parse, Functions/Misc/sticky-note,
Functions/TCP/tcp_read, Functions/Zftp/zfcput, Src/Zle/compctl.c,
Src/Zle/zle_hist.c, Src/exec.c, Src/hist.c, Src/jobs.c, Src/lex.c,
Src/math.c, Src/params.c, Src/subst.c: Fix some doubled words in
docs and comments.
2011-05-18 Wayne Davison
* Valentin Haenel: 29315: Completion/Unix/Command/_git: add a
missing backslash.
2011-05-17 Barton E. Schaefer
* unposted: Doc/Zsh/options.yo: tweak description of the -l (LOGIN)
option for clarity.
* 29313: Src/subst.c: when SHWORDSPLIT is in effect, the state of
the (@) expansion flag depends on the value of $IFS so as to mimic
Bourne shell join/split behavior more closely (see users/15442).
* 29312, users/16032: Doc/Zsh/mod_zutil.yo, Src/Modules/zutil.c:
add "zparseopts -M" which allows option descriptions to map
synonymous option names onto a single name.
2011-05-17 Clint Adams
* 29306: Completion/Debian/Command/_make-kpkg: typo fix
from Laurent Fousse.
2011-05-17 Frank Terbeck
* Nikolai Weibull: 29166: Completion/Unix/Command/_git: Speed
improvements for file completion.
2011-05-17 Nikolai Weibull
* 29273: Completion/Unix/Command/_git: Parse compadd options in
__git_guard_number.
2011-05-14 Barton E. Schaefer
* 29278: Completion/Unix/Type/_path_files: fix use of the $skips
pattern from the squeeze-slashes style.
2011-05-14 Mikael Magnusson
* 29271: Doc/Zsh/compwid.yo: document _alternative -O name.
2011-05-14 Peter Stephenson
* 29282: Src/mem.c: hide prototypes for ZSH_HEAP_DEBUG with
#ifdef's.
2011-05-14 Bart Schaefer
* 29276: Src/zsh.h: typedef Heapid unconditionally, to prevent
compile errors in automatically-generated header files.
2011-05-14 Peter Stephenson
* 29268: Src/Zle/compcore.c: dupstring() the value that's
going to be used for prpre, whatever the heck that is.
* 29267: configure.ac, Src/mem.c, Src/zsh.h, Src/Zle/comp.h,
Src/Zle/compcore.c, Src/Zle/compctl.c, Src/Zle/complist.c,
Src/Zle/compresult.c: add --enable-zsh-heap-debug and use
for debugging completion matcher groups.
2011-05-13 Peter Stephenson
* Danek: 29254: Src/cond.c, Src/Builtins/rlimits.c,
Src/Modules/datetime.c, Src/Modules/zftp.c, Src/Zle/computil.c:
fix some compiler warnings.
2011-05-13 Peter Stephenson
* Jérémie Roquet: 29258: Src/Zle/zle_utils.c: mark a couple
more functions for export.
* unposted (late commit): Completion/Unix/Command/.distfiles,
Config/version.mk, Test/.distfiles: update for 4.3.11-dev-3.
2011-05-12 Mikael Magnusson
* 29245: Completion/X/Command/_xset: pass -O instead of -o
to _describe.
* Nikolai Weibull: 29124: Completion/Unix/Command/_git: Fix
-l option.
* 29205: Completion/Unix/Type/_pids: don't sort processes.
* 29208: Src/Zle/zle_move.c: make vimatchbracket check the
character left of the cursor when at the end of the line.
2011-05-11 Mikael Magnusson
* 29206: Doc/Zsh/mod_complist.yo: fix formatting.
2011-05-11 Peter Stephenson
* 29217: Src/zsh.mdd: zshterm.h and zshcurses.h are now
dependencies for the main shell.
2011-05-10 Peter Stephenson
* unposted: Src/.distfiles, Src/system.h, Src/zsh.mdd,
Src/zsh_system.h: rename system.h to zsh_system.h to ensure
there are no clashes.
* 29214: Src/Makemod.in.in, Src/mkmakemod.sh, Src/zsh.mdd: use
-I to find headers in order to allow #include'ing generated
headers from non-generated headers when the build tree is
separate from the source tree.
* 29191 (Danek) and 29203 (with fixes): Doc/Zsh/params.yo,
Src/params.c: make TERMINFO variable special.
2011-05-09 Peter Stephenson
* 29195: Src/.distfiles, Src/hashnameddir.c, Src/hashtable.c,
Src/system.h, Src/zsh.mdd: Separate out hash handling for named
directories in order to keep RCP header usage from curses to
avoid clash on Solaris 8.
* 29193: Src/text.c: fix variable declaration that was after
code.
* 29165: Src/builtin.c, Src/exec.c, Src/glob.c, Src/hashtable.c,
Src/init.c, Src/jobs.c, Src/loop.c, Src/params.c, Src/prompt.c,
Src/system.h, Src/utils.c, Src/Modules/files.c,
Src/Modules/termcap.c, Src/Modules/zpty.c, Src/Zle/comp.h,
Src/Zle/complist.c, Src/Zle/compmatch.c, Src/Zle/compresult.c,
Src/Zle/computil.c, Src/Zle/zle_refresh.c, Src/Zle/zle_tricky.c,
Src/Zle/zle_utils.c: Use term.h globally if needed, instead of
just using in Modules and fudging the headers elsewhere. Fix
various name clashes.
2011-05-08 Barton E. Schaefer
* users/15986 (belated commit): Src/Modules/curses.c: handle
EINTR in zccmd_input.
2011-05-08 Wayne Davison
* Valentin Haenel: 29187: Completion/Unix/Command/_git: add a
missing backslash.
2011-05-07 Barton E. Schaefer
* 29175 (w/comment typo fixed): Src/mem.c: optimize freeheap.
2011-05-07 Frank Terbeck
* 29170: Doc/Zsh/contrib.yo: vcs_info: Clarify check-for-changes
style behaviour with the mercurial backend.
* unposted: Doc/Zsh/contrib.yo: Add missing word ("style") spotted
by Bart.
2011-05-06 Peter Stephenson
* 29163: README, Etc/FAQ.yo: update latest version claimed
to 4.3.12.
2011-05-04 Barton E. Schaefer
* 29140: Completion/bashcompinit: introduce function-scope wrapper
around the call to the bash completion function; in this wrapper,
hide the "words" special variable so that it may be used as an
ordinary variable by the bash completions.
2011-05-04 Peter Stephenson
* Rocky Bernstein: 29135 (plus tweaks): Completion/bashcompinit,
Test/.distfiles, Test/Y04compgen.ztst, Test/compgentest: fix and
test "compgen -W" in bash completion.
* unposted: NEWS: a few notes for next release.
2011-05-03 Peter Stephenson
* Haakon Riiser: 29137: Completion/Unix/Command/_ffmpeg: better
handling of flags.
2011-05-03 Peter Stephenson
* 29134: Src/prototypes.h: change termcap prototypes for AIX
locally until we find the header.
2011-05-02 Peter Stephenson
* 29129: Src/exec.c: reading off end of file descriptor array
noticed by Vincent.
2011-05-01 Peter Stephenson
* Haakon Riiser: unposted: Completion/Unix/Command/_ffmpeg: more
tweaks.
2011-04-30 Peter Stephenson
* Haakon Riiser: 29100: Completion/Unix/Command/_ffmpeg: Clean
up and add dependencies.
* 29114: Doc/Makefile.in, Doc/Zsh/.distfiles,
Doc/Zsh/ftp_sites.yo, Doc/Zsh/metafaq.yo, Etc/FAQ.yo: Use same
FTP sites list in META-FAQ as FAQ.
* İsmail Dönmez: 29020: Completion/openSUSE/Command/_SuSEconfig,
Completion/openSUSE/Command/_hwinfo,
Completion/openSUSE/Command/_osc,
Completion/openSUSE/Command/_yast2,
Completion/openSUSE/Command/_zypper (plus .distfiles): new
completions.
2011-04-29 Barton E. Schaefer
* 29107: Src/Zle/zle_tricky.c: replace overlapping strcpy with
memmove.
2011-04-27 Mikael Magnusson
* 29051: Completion/Unix/Command/_make: add _make- prefix to
internal helper functions.
2011-04-26 Wayne Davison
* 29053 (modified): Src/prototypes.h: Use "const" qualifier
in termcap prototypes.
2011-04-25 Frank Terbeck
* Felipe Contreras: 29028: Completion/Unix/Command/_git: Add
useful completion for `gitk'.
* Simon Ruderich: 29041: Completion/Unix/Command/_git: Add
completion for `tig' like the one for `gitk' from 29028.
* unposted: Functions/Zle/edit-command-line: Revert change from
28896, which did more evil than good.
2011-04-24 Barton E. Schaefer
* Jun T.: 29031: Src/Zle/complist.c: increment global minfo
state when inserting characters on the line during interactive
menu selection.
2011-04-21 Barton E. Schaefer
* 29025: Test/A01grammar.ztst: in select test, assert LINES=3
along with COLUMNS=80 so that the selectlist is sure to be
printed where the control script can capture/examine it.
2011-04-21 Frank Terbeck
* Valentin Haenel: 29019, Completion/Unix/Command/_git: Fix git
stash completion (apply and pop subcommands).
* 29027: Completion/Unix/Command/_screen: support "/dev/ttyUSB0
[baud]"-style arguments.
* unposted: INSTALL: Clarify at which point directories from
--enable-additional-fpath are added to $fpath.
2011-04-19 Peter Stephenson
* unposted: Completion/X/Command/.distfiles, Config/version.mk:
development version 4.3.11-dev-2.
* unposted: Completion/Unix/Command/_perforce: don't complete p4
reopen to same change.
2011-04-18 Frank Terbeck
* 29008, 29012: Config/defs.mk.in, Src/init.c, Src/zsh.mdd,
configure.ac, INSTALL: Add `--enable-additional-fpath' option to
add arbitrary directories to the default `$fpath'.
2011-04-18 Peter Stephenson
* Simon Ruderich: 29004: M Doc/Zsh/compsys.yo,
Doc/Zsh/metafaq.yo, Etc/FAQ.yo: update archive list.
2011-04-15 Wayne Davison
* Unposted: Src/Zle/computil.c: Fix compiler warning caused by
duplicate initialization of state.doff.
2011-04-15 Frank Terbeck
* Simon Ruderich: 28927: Completion/Unix/Command/_git: Fix "git
tag -v" completion.
2011-04-15 Mikael Magnusson
* 28998: Completion/Unix/Command/_make: set return status
correctly.
2011-04-14 Peter Stephenson
* 28997: configure.ac, Src/system.h: make --enable-libc-musl
explicit.
2011-04-13 Peter Stephenson
* gi1242+zsh: 28991: Completion/Unix/Command/_subversion: fix
caching policy for subversion.
2011-04-12 Peter Stephenson
* Valentin Ochs: 28990: configure.ac, Src/system.h: more
changes needed for signals.
* Valentin Ochs: 28989: configure.ac: define _POSIX_C_SOURCE
when testing for sigset_t (needed for musl).
2011-04-11 Peter Stephenson
* users/15953: Src/builtin.c: handle EINTR when using read -k or
-q together with -u or -p.
* cat.in.136: users/15945: Completion/Redhat/Command/_yum:
various corrections and updates.
2011-04-05 Wayne Davison
* 28977: Src/utils.c: fix copying of uninitialized memory
when trying to spell-correct a really long string.
2011-04-01 Peter Stephenson
* Stef van Vlierberghe: Src/jobs.c: 28965 (as posted in 28967):
findproc() should not return processes not marked as SP_RUNNING
since findproc() is used find processes still known to the OS.
2011-03-30 Frank Terbeck
* Mike Meyer: 28956, 28957:
Functions/VCS_Info/Backends/VCS_INFO_detect_fossil,
Functions/VCS_Info/Backends/VCS_INFO_get_data_fossil,
Doc/Zsh/contrib.yo: Add fossil support to vcs_info.
* unposted: Functions/VCS_Info/Backends/.distfiles: Add
new backend files to `.distfiles'.
* unposted: ChangeLog: Fix typo in date.
* 28958: Functions/VCS_Info/VCS_INFO_hook: Support registering
hooks independent of the context.
* 28960: Doc/Zsh/contrib.yo, Functions/VCS_Info/.distfiles,
Functions/VCS_Info/vcs_info, Functions/VCS_Info/vcs_info_hookadd,
Functions/VCS_Info/vcs_info_hookdel: Add functions to add/remove
static hooks.
* 28961: Doc/Zsh/contrib.yo, Functions/VCS_Info/VCS_INFO_set: Add
`no-vcs' hook.
* 28959: Doc/Zsh/contrib.yo, Functions/VCS_Info/VCS_INFO_set,
Functions/VCS_Info/vcs_info: Make the nvcsformats style be used if
vcs_info is disabled.
2011-03-29 Mikael Magnusson
* unposted: Completion/Unix/Command/_vim: Fix typo in
description for -N.
2011-03-29 Peter Stephenson
* Mikael: 28948: Completion/compinit, Doc/Zsh/compsys.yo:
compdef -e overrides interpretation of argument as service.
2011-03-27 Peter Stephenson
* Mikael: 28941: Src/Zle/zle_params.c: accessing cursor with
metafied line was problematic.
2011-03-21 Peter Stephenson
* 28936: Src/subst.c: ${#$} and ${#?} also didn't work.
2011-03-20 Frank Terbeck
* Johan Sundström: 28890: Completion/Unix/Command/.distfiles,
Completion/Unix/Command/_npm: New _npm completion.
2011-03-19 Barton E. Schaefer
* 28926: Src/Zle/zle_tricky.c: No newline after the last line in
listlist() when printing the list in a single column.
2011-03-18 Frank Terbeck
* Nikolai Weibull: 28914: Completion/Unix/Command/_git: Typo
fix in `cvsexportcommit' description.
* Nikolai Weibull: 28911: Completion/Unix/Command/_git: Only show
modified files for git-checkout without tree.
* Nikolai Weibull: 28913: Completion/Unix/Command/_git: Fix typo
which broke `send-email' completion.
2011-03-16 Frank Terbeck
* 28896: Functions/Zle/edit-command-line: unset `monitor' option
while the widget is running to avoid accidential data loss.
2011-03-16 Peter Stephenson
* Mikael: users/15875: Completion/Unix/Command/_gpg: use return
status from _arguments.
2011-03-11 Peter Stephenson
* 28889: Src/subst.c, Test/D04parameter.ztst: ${##} should
return the length of $#.
2011-03-11 Barton E. Schaefer
* Greg Klanderman: 28887: Completion/Zsh/Type/_command_names:
fix quoting in defs array.
2011-03-11 Peter Stephenson
* unposted: Completion/Zsh/Context/_dynamic_directory_name:
Mikael spotted that completion doesn't work if
$zsh_directory_name_functions is set but zsh_directory_name
isn't defined.
* users/15864: Completion/Zsh/Context/_dynamic_directory_name,
Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo, Functions/Chpwd/.distfiles,
Functions/Chpwd/zsh_directory_name_cdr,
Functions/Misc/add-zsh-hook, Src/subst.c, Src/utils.c:
turn zsh_directory_name into a hook.
* 28886: Src/Zle/zle_utils.c: Fix 28772 for the case where
regions have the "P" flag to include $PREDISPLAY in the
offsets.
2011-03-08 Barton E. Schaefer
* Greg Klanderman: 28846: Completion/Zsh/Type/_functions,
Completion/Zsh/Type/_command_names,
Completion/Zsh/Type/_parameters, Doc/Zsh/compsys.yo: adapt
prefix-needed zstyle to handle the completion function naming
convention of a leading underscore.
2011-03-06 Peter Stephenson
* 28866: Src/exec.c, Test/A04redirect.ztst: With POSIX_BUILTINS,
"command" prefix tops a command having special behaviour.
2011-03-05 Barton E. Schaefer
* Adrian: 28857: Functions/Prompts/prompt_bigfade_setup: use %d
instead of $PWD
2011-03-04 Frank Terbeck
* 28853: Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo, Functions/Chpwd/cdr,
Src/builtin.c, Src/prompt.c: Fix typo: preceed -> precede
2011-03-02 Barton E. Schaefer
* 28805: Doc/Zsh/builtins.yo, Doc/Zsh/mod_sched.yo: move stray
text about the sched builtin away from the set builtin.
2011-03-01 Peter Stephenson
* Baptiste: 28819: Completion/BSD/Command/_sockstat,
Completion/Unix/Command/_mount,
Completion/Unix/Type/_file_systems: FreeBSD completion tweaks.
2011-02-28 Barton E. Schaefer
* 28823: Src/builtin.c: make it an error to tie the same scalar to
two different arrays (prevents crash bug); improve a couple of
other error messages.
2011-02-28 Peter Stephenson
* Frank, 28812, modified as in 28813: Src/string.c: wcs_ztrdup()
needs to allocate array of wchar_t. Looks like this isn't
currently used anywhere.
2011-02-27 Wayne Davison
* Nikolai Weibull: 28649,28804: Completion/Unix/Command/_git:
Latest version copied from https://github.com/now/zsh.
2011-02-24 Peter Stephenson
* 28799: Src/lex.c: fix bug introduced with lexflags
that lexical analyser didn't stop quickly enough when
retrieving completion words.
2011-02-23 Peter Stephenson
* 28795: Src/exec.c: tweak to 28791 for forked shells.
Also (unposted) typos in comments noticed by Mikael.
2011-02-22 Peter Stephenson
* 28791: Doc/Zsh/options.yo, Src/builtin.c, Src/exec.c,
Test/A04redirect.ztst: exit on errors in special builtins
with POSIXBUILTINS.
2011-02-21 Peter Stephenson
* 28783: Doc/Zsh/options.yo, Src/lex.c, Test/A01grammar.ztst:
allow ( to be treated specially in more places when SH_GLOB
is set but KSH_GLOB isn't.
* 28784: Doc/Zsh/options.yo, Test/A04redirect.ztst, Src/exec.c:
exit on exec redirection error with POSIXBUILTINS.
2011-02-19 Frank Terbeck
* 28776: Functions/VCS_Info/VCS_INFO_bydir_detect,
Functions/VCS_Info/Backends/VCS_INFO_detect_hg,
Functions/VCS_Info/Backends/VCS_INFO_get_data_hg: Let
vcs_info detect very old mercurial repositories.
2011-02-18 Peter Stephenson
* 28773, Doc/Zsh/zle.yo, Src/zle_hist.c: add
zle-history-line-set widget.
* 28772: Doc/Zsh/zle.yo, Src/Zle/compcore.c,
Src/Zle/compresult.c, Src/Zle/zle.h, Src/Zle/zle_refresh.c,
Src/Zle/zle_tricky.c, Src/Zle/zle_utils.c: update regions
in $region_highlight dynamically.
2011-02-17 Peter Stephenson
* 28761: Completion/Unix/Command/_sccs: file completion missing
for some commands.
* 28762: Src/exec.c: logic for closing coproc file descriptors
was wrong.
2011-02-15 Frank Terbeck
* 28758: Functions/Misc/colors: work with non-default option sets.
2011-02-13 Peter Stephenson
* 28750 with some extra comments:
Completion/Unix/Type/_path_files: separate out completeinword
handling where the current component is not the last but is
the first from the already handled case where there is a further
component in front.
2011-02-11 Peter Stephenson
* 28671: Src/Zle/zle_utils.c: better cursor positioning
after undo.
* users/15738: Functions/Zle/modify-current-argument: better
positioning of the cursor after the operation.
2011-02-11 Frank Terbeck
* Lennart Weller: 28739:
Functions/VCS_Info/Backends/VCS_INFO_detect_svn: Fix svn
detection in vcs_info.
2011-02-10 Barton E. Schaefer
* users/15759 (slightly augmented): Functions/Zle/send-invisible,
Functions/Zle/.distfiles: widget to read a concealed string from
the keyboard and stash it in $INVISIBLE.
* users/15770: Src/init.c: disable HASH_DIRS when not interactive.
* 28710: Completion/Debian/Type/_deb_packages: replace complex
parameter expansion with command substitution to speed diffing
of large lists of packages.
* unposted: Doc/Zsh/contrib.yo: add send-invisible. Re-order
some other entries to restore approximate alphabetization.
2011-01-24 Clint Adams
* Carl Worth: 28648: Completion/Unix/Command/_notmuch: notmuch
completion by Ingmar Vanhassel.
2011-01-23 Peter Stephenson
* gi1242+zsh@gmail.com: 28647: Completion/X/Command/_vnc: more
options.
* gi1242+zsh@gmail.com: 28646: Completion/X/Command/_matlab: new
completion.
2011-01-19 Peter Stephenson