2009-09-13 Peter Stephenson
* Baptiste Daroussin: 27271: Functions/Zftp/zfanon: remove awk
dependence.
* Baptiste Daroussin: 27270: Functions/Zftp/zfcd_match: remove
awk dependence.
2009-09-11 Peter Stephenson
* Baptiste Daroussin: 27268: Functions/MIME/pick-web-browser:
remove Perl dependency.
* Baptiste Daroussin: 27267 plus 27269 plus doc:
Functions/Zftp/zfrtime, Doc/Zsh/zftpsys.yo: remove perl
dependency.
2009-09-10 Peter Stephenson
* Greg Klanderman: 27259 / 27260:
Completion/Unix/Type/_path_files: make unset parameters in
file prefix not be treated as empty.
2009-09-09 Peter Stephenson
* Greg Klanderman: 27255: Doc/Zsh/builtins.yo,
Doc/Zsh/compctl.yo, Doc/Zsh/compsys.yo, Doc/Zsh/contrib.yo:
some consistency fixes.
2009-09-07 Peter Stephenson
* 27236 (somewhat late): configure.ac: use $CPPFLAGS
after all occurrences of $CPP and see what happens.
2009-09-06 Peter Stephenson
* Holger Weiss : 27248:
Src/Zle/zle_hist.c: anchoring of vi search was wrong because
of reversed prefix matching.
* 27247: Functions/Misc/zmv: checking for "**/" was wrong.
2009-09-05 Peter Stephenson
* Daniel Friesel
* 27240: Src/builtin.c: 27079 caused later use of tokstr and tok
to be invalid.
2009-08-28 Peter Stephenson
* 27233: Completion/Base/Utility/_values,
Completion/Unix/Command/_mount: improve _values handling of
optional arguments so that list separate removes the argument
separator; use this to make "mount -o loop" complete better.
2009-08-21 Peter Stephenson
* 27228: Functions/Newuser/zsh-newuser-install: add a clear
function if the command doesn't exist.
2009-08-17 Peter Stephenson
* 27219: Completion/Unix/Type/_files: "_files -F " wasnʼt
correctly handled, which broke duplicate filtering in _rm.
* 27218: Src/Zle/computil.c: don't unquote command line
to generate "line" in _arguments since the caller can't
tell what was there before.
2009-08-17 Peter Stephenson
* 27217: Functions/Newuser/zsh-newuser-install: fix typo
in assignment.
2009-08-16 Peter Stephenson
* 27216: Src/hist.c: set chwords to NULL when freed.
2009-08-15 Peter Stephenson
* users/14307: Src/Zle/zle_tricky.c: end of current command in
completion wasn't properly found when using variant zsh loop
or test syntax.
2009-08-07 Peter Stephenson
* Andrew Psaltis: 27212: Completion/Linux/Command/_pkgtool:
Slackware supports extra tar formats.
2009-08-05 Peter Stephenson
* 27211: Src/Zle/computil.c: Extend exact completion within
compfiles -p/-P to treat drives and device files specially under
Cygwin.
2009-08-05 Clint Adams
* 27209: Completion/Unix/Type_path_files: fix breakage from
27208.
* Mikael Magnusson: 27204: Completion/Unix/Command/_patch:
remove stray curly brace.
* 27208: Completion/Unix/Type_path_files: try to do the
right thing when applying file-sort to extant glob qualifiers.
2009-08-01 Clint Adams
* 27203: Completion/Debian/Command/_aptitude: treat
aptitude build-depends just as aptitude build-dep.
* 27202: Src/system.h: unbreak _GNU_SOURCE on Debian
GNU/kFreeBSD.
2009-07-30 Peter Stephenson
* users/14267: Completion/Base/Core/_description: files added
for the ignore-line style need to be quoted to be treated
literally.
2009-07-24 Peter Stephenson
* 27188: Doc/Zsh/builtins.yo, Src/builtin.c, Test/B04read.ztst,
Test/D07multibyte.ztst: Make read -q use the same code as read
-k, hence enabling support for -t with terminals, -p and -u.
2009-07-21 Peter Stephenson
* 27181: Doc/Zsh/options.yo, Src/builtin.c: extend POSIX_CD to
handle target directory printing behaviour.
2009-07-20 Peter Stephenson
* 27178, 27180: Etc/FAQ.yo: as pointed out by Mikael, quoting
function names to stop alias expansion is always(ish) safe.
2009-07-19 Barton E. Schaefer
* 27169: Src/jobs.c, Src/signals.c: 23067 went too far in opening
up the signal mask when waiting for jobs; an interrupt from the
terminal should not terminate the shell until the foreground job
has a chance to exit or to choose not to do so.
2009-07-19 Peter Stephenson
* 27167: Src/builtin.c, Src/options.c, Src/zsh.h,
Doc/Zsh/builtins.yo, Doc/Zsh/options.yo: POSIX_CD option,
currently only moves testing of "." to after testing of CDPATH.
2009-07-18 Clint Adams
* 27160: Completion/Debian/Command/_bug: tweaks to reportbug
completion, thanks to Vincent Lefevre.
* 27128: Completion/Unix/Type/_tex: complete tex files for
latexmk.
2009-07-17 Peter Stephenson
* users/14240: Src/parse.c: assignment before a function
definition should be an error, in common with other complex
functions and as documented.
2009-07-14 Eric Blake
* Eric Blake: 27151: Src/builtin.c: Fix // handling in cd for
cygwin.
2009-07-14 Peter Stephenson
* Andy Spencer: 27148: Completion/Linux/Command/_modutils:
ignore build as well as source directories when searching
recursively for modules.
2009-07-12 Peter Stephenson
* 27135: Doc/Zsh/options.yo, Src/exec.c, Src/jobs.c: expand
POSIX_JOBS option to leave MONITOR on in subshell and not to
report the parent shell's jobs.
* 27134: Src/exec.c, Src/init.c: improve 27131 by setting
FD_CLOEXEC for SHTTY or closing it by hand when executing.
2009-07-11 Peter Stephenson
* 27131: Src/exec.c, Src/jobs.c: tentative attempt to
allow MONITOR option to be set in a subshell by not
closing SHTTY.
* 27129: Src/exec.c, Src/init.c, Src/zsh.h,
Test/A01grammar.ztst, Test/C04funcdef.ztst,
Test/D08cmdsubst.ztst: fix 27126 so as not to break the
case where a status is tested at the start of a function,
command substitution, or "." file.
2009-07-10 Clint Adams
* 27127: Vincent Bernat: Completion/Debian/Command/_bts: handle
bts fixed and bts notfixed.
2009-07-10 Peter Stephenson
* 27126: Src/exec.c, Src/init.c, Test/A01grammar.ztst,
Test/C04funcdef.ztst, Test/D08cmdsubst.ztst: a few more
contexts where empty lists should give status zero.
* 27125: Src/prompt.c: handle nested use of colour code buffer
allocation.
2009-07-10 Peter Stephenson
* 27122: Doc/Zsh/options.yo, Src/jobs.c, Src/options.c, Src/zsh.h:
add POSIX_JOBS option to print only job text for bg and fg.
* 27106: Src/exec.c, Src/signals.c, Src/zsh.h,
Test/A01grammar.ztst: on a command line that had text that
expanded to nothing reset the status (unless it should come
from a command substitution).
* 27119: Src/jobs.c: correct 27112: output is to stdout, not
stderr, and there's no automated jobs notification if not
INTERACTIVE.
2009-07-09 Peter Stephenson
* 27112: Src/jobs.c: allow output to stderr if MONITOR but
not INTERACTIVE.
2009-07-09 Eric Blake
* 27109: Touch up non-interactive MONITOR handling.
Don't mess with tty when MONITOR but not interactive.
2009-07-09 Peter Stephenson
* 27110: Src/init.c: Only turn on MONITOR if INTERACTIVE is on
or if set explicitly.
2009-07-08 Peter Stephenson
* 27100: Allow MONITOR option in non-interactive shells.
Not properly test it, but you only get if you ask for it,
so worth committing to allow it to be further investigated.
2009-07-06 Peter Stephenson
* 27092: Src/parse.c, Test/A01grammar.ztst: "if" didn't check
for missing clauses so a missing then-clause wasn't spotted
as an error.
2009-07-05 Peter Stephenson
* Brendan Cully: 27088: Completion/Unix/Command/_hg,
Completion/Unix/Command/.distfiles: new Mercurial completion.
2009-07-02 Peter Stephenson
* 27087: Doc/Zsh/builtins.yo, Src/builtin.c, Src/zsh.h,
Test/A01grammar.ztst: change return codes from 27083 to
126, 127.
* Nicolas Pouillard: 27028: Completion/Unix/Command/_darcs: New
darcs completion; it's a lot shorter but apparently that's OK.
2009-07-01 Peter Stephenson
* 27085: Doc/Zsh/mod_complist.yo, Src/Zle/complist.c:
in scrollist keymap allow accept-search to exit but do nothing
else.
* 27083: Doc/Zsh/builtins.yo, Src/builtin.c, Src/init.c,
Src/zsh.h, Src/Modules/newuser.c, Test/A01grammar.ztst: "."
returns status 128 on execution failure, 129 on failure to find
file.
* 27080: Doc/Zsh/mod_complist.yo, Src/Zle/complist.c: it
wasn't possible to exit menu selection cleanly.
2009-07-01 Peter Stephenson
* 27079: Src/builtin.c: test builtin uses parser and so should
save and restore the lexical context to avoid pulling the
rug out when called in some nested fashion.
2009-06-28 Andrey Borzenkov
* unposted: Completion/Unix/Command/_man:
support lzma compression of man pages used in Mandriva
2009-06-27 Peter Stephenson
* 27061: Nicolas Lalevée: Completion/Unix/Command/_ant:
importing files into ant.
2009-06-26 Peter Stephenson
* Greg Klanderman: 27057: Src/utils.c: %e and %f time formats
were swapped.
* Frank Terbeck: users/14207:
Functions/VCS_Info/Backends/VCS_INFO_get_data_git: make
variable local.
2009-06-19 Peter Stephenson
* Frank Terbeck: 27049, 27050, 27051, 27052:
Functions/VCS_Info/VCS_INFO_bydir_detect,
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: VCS_INFO
improvements.
2009-06-18 Clint Adams
* 27048: Functions/MIME/zsh-mime-setup: avoid multiline prints
which break CSH_JUNKIE_QUOTES.
2009-06-05 Peter Stephenson
* 27305: Functions/Misc/run-help: use POSIXLY_CORRECT with man
to avoid GNU man grabbing options in the argument list.
* 27304: Doc/Zsh/expn.yo, Src/subst.c, Src/utils.c, Src/zsh.h,
Test/D04parameter.ztst: add ${(q-)...} flag to do minimal
quoting of arguments with no unnecessary single quotes.
2009-06-04 Peter Stephenson
* Baptiste Daroussin: 27033: Completion/BSD/Command/_portaudit,
Completion/Unix/Command/_mount: more FreeBSD changes.
* Baptiste Daroussin: 27030: Completion/Unix/Type/_file_systems:
update for FreeBSD.
* Baptiste Daroussin: 27029: Completion/BSD/Command/_pfctl: new
completion.
2009-06-02 Clint Adams
* Colin Watson: 27027: Completion/Unix/Command/_bzr:
completion for bzr switch.
2009-06-02 Peter Stephenson
* Akinori MUSHA: private communication:
Completion/Unix/Command/_subversion: fix typo.
* Config/version.mk: update version recorded in archive
to 4.3.10-dev-1 (not released).
2009-06-01 Wayne Davison
* Util/mkdisttree.sh, Util/preconfig: Tweak find to prune a .git dir.
This allows a .git/cvs dir to exist with a cvs checkout in it.
2009-06-01 Peter Stephenson
* Config/version.mk: release 4.3.10.
2009-05-30 Peter Stephenson
* Jesse W: 27024: configure.ac, Doc/Makefile.in: allow
overriding TEXI2HTML.
2009-05-30 Clint Adams
* 27025: Src/system.h: define _GNU_SOURCE on the Hurd.
2009-05-29 Peter Stephenson
* 27021: Src/pattern.c: length of variable saving globflags
was wrong causing restored value to be wrong in pattern matching
on big-endian 64-bit systems.
2009-05-28 Peter Stephenson
* Jun T.: 27010: Completion/Unix/Command/_date: Darwin.
2009-05-26 Peter Stephenson
* 26998: configure.ac, Config/defs.mk.in: use --htmldir passed
to configure: restore zsh default if unchanged from current
configure default of '${docdir}'.
2009-05-25 Peter Stephenson
* Ingmar Vanhassel: 26990: Doc/Makefile.in: tidy up all html
files created by updated naming scheme.
2009-05-23 Peter Stephenson
* Michael Hwang: 26986: Doc/Zsh/compsys.yo: formatting.
2009-05-22 Peter Stephenson
* 26978: Julien Langer: Completion/Unix/Command/_stgit: complete
patch names.
2009-05-22 Peter Stephenson
* 26982: Julien Langer: Doc/Zsh/contrib.yo,
Functions/VCS_Info/Backends/VCS_INFO_get_data_git: support stgit
* 26970: Greg Klanderman: Completion/Unix/Command/_subversion: fix
caching.
2009-05-22 Clint Adams
* 26939: Completion/Unix/Command/_xmms2: clean up xmms2 jump
completion.
* Patrick Schoenfeld: 26977: Completion/Unix/Command/_perl:
complete .t files for perl.
2009-05-20 Peter Stephenson
* 26975: Src/builtin.c: compilation issues in bin_print().
* users/14143 plus extra fix in padding code: Doc/Zsh/params.yo,
Src/subst.c, Src/utils.c: use default IFS if IFS is unset.
2009-05-19 Peter Stephenson
* 26973: Doc/Zsh/contrib.yo, Functions/Misc/zmathfuncdef: make
zmathfuncdef replace functions and list existing functions.
* Config/version.mk: 4.3.9-dev-5 (4.3.9-dev-4 not recorded).
* Greg Klanderman: 26972: Src/utils.c: fix problem ni 26964.
2009-05-17 Peter Stephenson
* Greg Klanderman: 26964 (modified): Src/utils.c,
Doc/zsh/options.yo, Doc/Zsh/params.yo: make prompt
end-of-line configurable with PROMPT_EOL_MARK.
* Greg Klanderman: 26963: fix suffix handling for svn completion
2009-05-16 Peter Stephenson
* Paul Ackersviller: 26962: configure.ac, aczsh.m4,
Src/module.c, MACHINES, INSTALL: updated HP-UX dynamic linking.
2009-05-13 Peter Stephenson
* users/14118: Functions/Prompts/prompt_special_chars: fix test
and assignment.
* Paul Ackersviller: 26959: Test/Makefile.in: need a delay before
removing modules after testing on HP-UX.
2009-05-12 Peter Stephenson
* 26958: Src/prompt.c: Reallocation of prompt line didn't
fix the pointer to the start of the current line.
2009-05-12 Peter Stephenson
* unposted: Functions/Prompts/prompt_bart_setup: fix a warning
with WARN_CREATE_GLOBAL.
* Src/builtin.c: fix some memory usage issues.
2009-05-11 Peter Stephenson
* 26956: Etc/zsh-development-guide, Src/Zle/zle_refresh:
clear up region highlight variables properly and note that the
variables should be zeroed even if the module is being unloaded
(problem on HP-UX).
2009-05-09 Andrey Borzenkov
* unposted: Completion/Unix/Command/_getfacl:
fix options definition; add file names completion for variant=unix
2009-05-08 Peter Stephenson
* 26953: Test/D07multibyte.ztst: print warning but don't fail test
if system apparently can't do simple character set conversion.
* 26950: Src/params.c: warn on failed attempt to change real or
effective group or user ID.
* 26949: Completion/Unix/Command/_sudo: new options and sudoedit.
* 26948: Src/Zle/zle_refresh.c: ensure recorded window sizes
are reset when video data is freed.
2009-05-07 Peter Stephenson
* 26945: Src/builtin.c, Test/D07multibyte.ztst: read should
pass through invalid multibyte characters.
2009-05-06 Clint Adams
* 26937: Completion/Unix/Command/_git: have `git log` complete
files after branch/range.
2009-05-05 Peter Stephenson
* martin f. krafft: 26922: Completion/Unix/Command/_xmms2: extend
xmms2 completion.
2009-04-30 Barton E. Schaefer
* users/14076 (tweaked per 26906): Completion/Unix/Command/_ssh:
Add -q or -r: options to some compadd argument lists to properly
handle suffix removal when completing ssh option names or remote
host references in file names.
2009-04-30 Peter Stephenson
* c.f. 26895: Test/D07/multibyte.ztst: restrict the sorting test
to western European characters.
2009-04-29 Peter Stephenson
* 26900: Benjamin R. Haskell: Completion/Unix/Command/_ssh: ssh -Y,
-x and -X are mutually exclusive.
* 26899: Ingmar Vanhassel: Completion/Unix/Command/_ssh: -Y option
* 26898: Ingmar Vanhassel: configure.ac: don't link
libbind unless really needed.
2009-04-26 Peter Stephenson
* Paul Ackersviller: 26883: Test/D07multibyte.ztst: naming of
UTF8 locales is different in HPUX.
2009-04-25 Peter Stephenson
* unposted, see 26880: Functions/Misc/run-help: back off 26862.
2009-04-24 Peter Stephenson
* unposted: Config/version.mk: update to 4.3.9-dev-3.
* uposted: update some .distfiles
* 26876 (documentation slightly modified): NEWS, Doc/Zsh/compwid.yo,
Doc/Zsh/params.yo, Src/Zle/compresult.c, Src/Zle/zle.h,
Src/Zle/zle_misc.c: add ZLE_REMOVE_SUFFIX_CHARS and
ZLE_SPACE_SUFFIX_CHARS to make actions for suffix removals when
not controlled by completion system more configurable.
2009-04-23 Clint Adams
* 26877, 26879: Completion/Debian/Command/_apt: handle apt-get
purge.
2009-04-22 Peter Stephenson
* see 26867: Functions/VCS_Info/Backends/VCS_INFO_get_data_svk:
remove odd "${".
2009-04-21 Peter Stephenson
* Greg Klanderman: 26862: Functions/Misc/run-help: remove
unecessary "print".
* Greg Klanderman (26861) + 26863:
Completion/Base/Widget/_read_comp: don't warn over unset
parameters but typeset -g _read_comp anyway.
* 26858: Test/A01grammar.ztst: use zsh -fc instead of /bin/sh -c
for testing exec -l to avoid sensitivity to /etc/profile.
* 26853 + typo fix: NEWS, README, Etc/CONTRIBUTORS, Etc/FAQ.yo,
Etc/relnote_4.3.10.txt: package documentation updates.
2009-04-20 Peter Stephenson
* Src/Modules/terminfo.mdd: make test agree with the one
in terminfo.c.
2009-04-20 Clint Adams
* Kalle Olavi Niemitalo: 26850: Completion/Unix/Command/_git:
fix breakage in git write-tree and git send-pack.
2009-04-18 Andrey Borzenkov
* users/14033 as modified by users/14037 and added doc:
Completion/Base/Utility/_describe, Doc/Zsh/compsys.yo: allow
quoting of ":" with backslashes in possible matches in _describe
2009-04-17 Peter Stephenson
* users/14041: Doc/Zsh/zle.yo, Src/Zle/zle_bindings.c: bind ":"
by default to execute-named-cmd in vicmd mode.
* unposted: Config/version.mk: change version to 4.3.9.dev-2.
* Jesse W: 26840: Doc/Zsh/manual.yo: texi2html instructions.
2009-04-16 Peter Stephenson
* unposted: Completion/Unix/Command/_mdmadm -> _mdadm
* 26389: Doc/.cvsignore, Doc/.distfiles, Doc/Makefile.in: add
--node-files option to texi2html.
* Alexey I. Froloff: 26830: Completion/Unix/Command/_man: fix
stripping of manual page suffixes.
* Evgenii Terechkov: 26831: Completion/Unix/Command/_screen:
filter out redundant output.
* Alexey I. Froloff: 26829: Completion/Unix/Command/_rsync:
miscounting fields in output.
* Tomasz Pala: users/14031: Completion/Linux/Command/_ipset:
updates.
* Tomasz Pala: users/14032: Completion/Linux/Command/_mdmadm,
Completion/Linux/Command/_rpmbuild: new completions.
* Tomasz Pala: users/14030: Completion/Linux/Command/_ethtool:
update.
2009-04-07 Peter Stephenson
* Bart: 26822: Completion/Zsh/Context/_subscript: ">" should
be "-gt"---caused infinite loop looking for nonexistent subscript.
2009-04-06 Peter Stephenson
* Frank Terbeck : Functions/VCS_Info/*:
26816: vcs_info: add revision and "misc" argument to
VCS_INFO_formats(); 26817: updates for get-revision, %i and %m;
26818: Add git's sha1 hash as revision information; 26819: Add
information about hg's local revision number and the commit's
hash; 26820: Make the hg backend work with new versions of
mercurial.
2009-04-06 Peter Stephenson
* 26806 (doc tweaked): Add CORRECT_IGNORE variable for pattern to
be ignored by correction from internal hash tables.
2009-04-04 Clint Adams
* Simon Ruderich: 26800: Completion/Unix/Command/_git: fixes for "git add"
completion.
2009-04-01 Peter Stephenson
* 26801: Completion/Base/Core/_main_complete,
Completion/Unix/Command/_calendar,
Completion/Zsh/Command/_command,
Completion/Zsh/Command/_precommand: add completion for calendar
function; add tracking for precommand modifiers that are
in effect.
2009-03-26 Peter Stephenson
* 26797: Doc/Zsh/options.yo: further minor changes.
* 26795: Doc/Zsh/options.yo: further warning in POSIX_ALIASES.
2009-03-25 Peter Stephenson
* 26783: Doc/Zsh/compsys.yo, Completion/Base/Completer/.distfiles,
Completion/Base/Completer/_user_expand: new _user_expand completer.
* Jon Strait: 26778, 26781: Doc/Zsh/mod_pcre.yo,
Src/Modules/pcre.c: a couple of extra options for PCRE matching.
* Michael Hwang: 26776: Src/builtin.c: improved column alignment
with print -c -P.
2009-03-24 Peter Stephenson
* 26774: Src/utils.c: cd to $HOME on failure in preference to /.
* 26772: Src/glob.c, Src/utils.c, Src/zsh.h, Src/Modules/files.c:
more failed cd handling: fix possible runaway series of chdirs;
better error handling.
2009-03-23 Peter Stephenson
* 26769: Src/utils.c: 26767 created an even worse problem.
* 26748: Doc/Zsh/expn.yo, Src/hist.c, Src/subst.c: c modifier
to add command path.
* 26767: Src/utils.c: 26763 created file descriptor leak.
2009-03-20 Peter Stephenson
* 26763: Src/utils.c: fix problem restoring directory
when attempting to cd to relative path and failing.
* users/13593: Src/utils.c: tidy up from 26625.
2009-03-20 Peter Stephenson
* Bart: 26761: Src/hist.c: typo in 26754.
2009-03-19 Peter Stephenson
* Mikael: 26759: Src/Modules/curses.mdd: missing here-document
terminator.
* 26756: Completion/Zsh/Type/_history_modifiers: handling
following :s was wrong.
* 26754: configure.ac, Doc/Zsh/expn.yo, Src/compat.c, Src/hist.c:
tweak zgetdir() (but don't use it) and test for realpath().
2009-03-18 Peter Stephenson
* 26752: Src/hist.c: fix ../ removal in :a and metafication
in :a and :A modifiers.
2009-03-18 Peter Stephenson
* Frank Terbeck: 26751: Functions/VCS_Info/vcs_info_setsys:
suppress warning with WARN_CREATE_GLOBAL.
2009-03-17 Peter Stephenson
* 26746: Completion/Zsh/Context/_normal,
Completion/Zsh/Type/_history_modifiers: complete new history
modifiers a and A and allow completion of history modifiers
at the start of double quotes.
2009-03-16 Peter Stephenson
* 26744: Completion/Zsh/Context/_normal: handle completion
of history modifiers for normal command line arguments.
2009-03-15 Barton E. Schaefer
* users/13937, users/13939: configure.ac, Src/jobs.c: check for
and if available use setproctitle() for "jobs -Z".
2009-03-15 Peter Stephenson
* 26736: Doc/Zsh/expn.yo: document 26731.
* Michael Hwang: 26731 (with cosmetic changes): Src/hist.c,
Src/subst.c: add `a' and `A' modifiers.
2009-03-14 Wayne Davison
* 26735: Src/Modules/files.c, Src/Modules/mapfile.c,
Src/Modules/zftp.c, Src/builtin.c, Src/exec.c,
Src/hist.c, Src/utils.c: improved return-value checking.
2009-03-14 Peter Stephenson
* users/13910: Src/jobs.c: spawnjob() should output job
information to the tty like printjob() does.
* 26699: Makefile.in: dependencies for config.modules.
2009-03-14 Wayne Davison
* unposted: Adding .gitignore for the mirrored git repo.
2009-03-13 Peter Stephenson
* users/13902: Doc/Zsh/zle.yo, Src/Zle/zle_hist.yo,
Src/Zle/zle_params.yo: improve return value from isearch functions
and add LASTABORTEDSEARCH variable.
* 26723: Completion/Unix/Type/.distfiles,
Completion/Unix/Type/_have_glob_qual,
Completion/Unix/Type_path_files: centralise test for whether
file has glob qualifiers and how to match them.
* users/13903: Src/Zle/zle_hist.c: repeated vi searching was
broken and "_" prompt was missing.
2009-03-13 Barton E. Schaefer
* 26713: Completion/Zsh/Type/_globflags: add #autoload
2009-03-13 Geoff Wing
* unposted: LICENCE: update year to 2009
2009-03-10 Peter Stephenson
* 26708: Src/hist.c: print message if we give up trying to
create a lock file with hard links.
* 26705: Src/subst.c, Test/D07multibyte.ztst: still problems
with multibyte characters with Meta in prompt expansion within
parameter expansion.
2009-03-09 Peter Stephenson
* 26702: Src/init.c: lexsave()/lexrestore() needed around
use of history in loop() when not at top level; shows up
when calling things from zle, for example.
* derf@sievert.tabularazor.org: 22701:
Completion/Unix/Command/_devtodo: new completion
2009-03-08 Peter Stephenson
* 26697: configure.ac, Src/Modules/attr.c, Src/Modules/attr.mdd:
test for Linux- and Mac- style xattr functions and don't use
if neither appropriate.
2009-03-06 Peter Stephenson
* unposted: fix definition of _perforce_whole_path in 26690.
2009-03-04 Peter Stephenson
* 26690: Completion/Unix/Command/_perforce: the
whole-path style allows you to complete certain types of
file (e.g. opened) as a complete path rather than in directory
segments; the special value absolute only does that if you
type the leading slash.
* unposted: Etc/FAQ.yo: add POSIX_ALIASES and POSIX_IDENTIFIERS
to the list of compatibility options with ksh.
2009-03-03 Peter Stephenson
* 26686: Src/exec.c, Src/utils.c: storing long $_ on the
stack can be problematic, so use zalloc() rather than VARARR().
* 26683: Doc/Zsh/params.yo, Doc/Zsh/roadmap.yo: add some notes
on LC_CTYPE etc.
* unposted: Src/Modules/cap.c: that's what happens when you
make patches for things that aren't supported on your system.
2009-03-03 Peter Stephenson
* 26680: Src/Modules/cap.c: missed some stuff that needed metafied
arguments.
* 26677: Src/Module/caps.c: need some unmetafy() calls as noticed
by Mikael.
* 26676: Doc/Zsh/options.yo: redirect to main description
of reserved words instead.
* 26675: Doc/Zsh/options.yo, Src/lex.c, Src/options.c, Src/zsh.h,
Test/A02alias.ztst: add POSIX_ALIASES option.
* 26671: Completion/Zsh/Command/_zattr, Doc/Zsh/.distfiles,
Src/Modules/attr.c: various minor tidy-ups (tidies up?) for
26670.
* Mikael Magnusson: 26670: configure.ac,
Completion/Command/Zsh/.distfiles, Completion/Zsh/Command/_zattr,
Doc/Makefile.in, Doc/Zsh/.distfiles, Doc/Zsh/mod_attr.yo,
Src/Modules/.distfiles, Src/Modules/attr.c, Src/Modules/attr.mdd:
add module to handle Linux extended file attributes.
* Jun T.: 26667: Doc/Zsh/prompt.yo: separate out parentheses.
2009-03-02 Barton E. Schaefer
* 26665: Src/utils.c: fix one incorrect test in 26614.
2009-03-02 Peter Stephenson
* Lionel Flandrin: 26625: Src/utils.c: inopportune interrupt
could wreck terminal set up.
* 26614 plus 26615: Doc/Zsh/builtins.yo, Doc/Zsh/calsys.yo,
Doc/Zsh/prompt.yo, Src/builtin.c, Src/utils.c: support
-t in history and as a side effect support GNU
"-" extension for date and time elements with no padding
for those handled internally.
2009-03-01 Clint Adams
* Frank Blendinger: 26656: Completion/Unix/Command/_gnupod:
improved gnupod completion.
* Chris Lamb: 26655: Completion/Unix/Command/_django: complete
custom Django management commands.
2009-02-28 Clint Adams
* Daniel Friesel: 26636: Completion/X/Command/_mplayer: complete
.flac files for mplayer.
2009-02-27 Barton E. Schaefer
* 26609: Completion/Unix/Type/_path_files: further / different fix
for doubled -s in path completion, which only might be correct in
all cases but is more correct for the original failed example.
* unposted: Completion/Base/Utility/_pick_variant: be consistent
about explicitly returning 0 or 1, just because.
2009-02-27 Peter Stephenson
* 26622: Src/lex.c, Test/A01grammar.ztst: improve 26617 and add
test.
2009-02-26 Peter Stephenson
* 26617, c.f. Tomáš Smetana, 26610: Src/lex.c: comments
weren't handled in $(...).
2009-02-26 Peter Stephenson
* Frank Terbeck: 26612: Doc/Zsh/contrib.yo: VCS info documentation
fix
2009-02-25 Peter Stephenson
* 26606: Completion/Unix/Type/_path_files: fix doubled -s
in path completion in certain cases.
2009-02-25 Peter Stephenson
* Src/hist.c: 26602: history substitution buffer could overflow
with no test.
2009-02-25 Clint Adams
* Mikael Magnusson: 26596: Completion/Unix/Command/_git: new git
options.
* Jörg Sommer: 26593: Completion/Debian/Command/_lintian: complete
multiple files for lintian.
2009-02-20 Peter Stephenson
* 26588: Src/Zle/zle_tricky.c: don't expand aliases in run-help
since the run-help function can do that.
2009-02-20 Peter Stephenson
* c.f. 26586: Src/builtin.c, Src/lex.c, Src/parse.c: rename yylex
to zshlex and yytext to zshlextext to avoid possible clashes
in linked libraries.
* 26584: configure.ac, Src/Modules/tcp.h: use bind/netdb.h where
appropriate.
2009-02-19 Peter Stephenson
* 26583: Src/init.c, Src/zsh.h: use HOOK_SUFFIX more widely
for "*_functions" arrays.
2009-02-18 Peter Stephenson
* Jörg Sommer: 26582: Completion/Unix/Command/_date: --rfc-3339
option.
2009-02-18 Peter Stephenson
* 26580: Mikael: Doc/Zsh/func.yo: typo.
* 26579: Doc/Zsh/func.yo: fix hook function documentation.
* unposted: Src/.cvsignore: ignore patchlevel.h.
* Arkadiusz Miskiewicz : 26573:
Functions/Completion/compdump: force compdump to overwrite
dump file if mv is a bit dubious.
2009-02-14 Peter Stephenson
* Danek Duvall: 26571: Src/Zle/complete.mdd,
Completion/Solaris/Command/_dladm,
Completion/Solaris/Command/_ptree,
Completion/Solaris/Command/_svccfg,
Completion/Solaris/Command/_svcs, Completion/Unix/Command/_zfs,
Completion/Unix/Command/_zpool: additions for Solaris
support.
* Richard Hartmann: 26558: Doc/Zsh/options.yo: modification
of 2650.
2009-02-12 Clint Adams
* 26565: Completion/Unix/Command/_patch: fix breakage in 26482.
2009-02-12 Peter Stephenson
* 26560: Doc/Zsh/builtins.yo: document autoload -z/-k (finally).
2009-02-11 Peter Stephenson
* 26556: Doc/Zsh/builtins.yo: documentation for 26546.
* 26546: Src/builtin.c, Src/exec.c, Src/hashtable.c, Src/init.c,
Src/mkbltnmlst.sh, Src/options.c, Src/params.c, Src/parse.c,
Src/signals.c, Src/subst.c, Src/zsh.h, Src/Modules/newuser.c,
Src/Modules/parameter.c, Test/B07emulate.ztst: sticky emulation
for functions defined within emualate ... -c ... environments.
2009-02-11 Peter Stephenson
* unposted: Functions/Calendar/age: accidentally committed a
currently undocumented change that allows an age spec beginning
with a colon to be followed by a file name whose modification time
will be used as the date/time. Probably needs improving but
not actually harmful since the syntax wasn't valid before.
* Richard Hartmann: 26550: Doc/Zsh/options.yo: make
it clear that various options can't be changed within the shell.
* Frank Terbeck: 26549: Doc/Zsh/contrib.yo,
Functions/VCS_Info/Backends/VCS_INFO_get_data_bzr,
Functions/VCS_Info/Backends/VCS_INFO_get_data_cdv,
Functions/VCS_Info/Backends/VCS_INFO_get_data_cvs,
Functions/VCS_Info/Backends/VCS_INFO_get_data_darcs,
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_mtn,
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/Backends/VCS_INFO_get_data_tla,
Functions/VCS_Info/VCS_INFO_formats: improvements to VCS_Info:
check for changes in git.
* Richard Hartmann: 26547: Doc/Zsh/options.yo: further extension
to option indexing: NOoptions without underscore.
2009-02-10 Peter Stephenson
* 26545: Test/B07emulate.ztst: new test.
2009-02-10 Clint Adams
* 26544: Completion/Unix/Command/_lp: complete pdf files
as well as ps.
2009-02-09 Peter Stephenson
* Greg Klanderman: 26538: Completion/Base/Widget/_read_comp:
needs "nounset" option.
* Richard Hartmann: 26536: Doc/Zsh/options.yo: add index entries
for options that appear with "NO" in front.
* Richard Hartmann: 26535: Doc/Zsh/options.yo: remove typo.
2009-02-08 Andrey Borzenkov
* 26530: Doc/Zsh/builtins.yo: clarify that "emulate -c"
restores all options on return, not only those related
to emulation
2009-02-07 Peter Stephenson
* Allan Caffee : 26532: index option
names without underscore, too.
2009-02-04 Peter Stephenson
* unposted: Doc/Zsh/zle.yo: use of highlighting was out of
date.
2009-02-06 Peter Stephenson
* unposted: Doc/Zsh/builtins.yo: typo in previous patch
spotted by Mikael.
* 26517: Doc/Zsh/builtins.yo, Doc/Zsh/compsys.yo,
Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo, Doc/Zsh/options.yo,
Doc/Zsh/params.yo: prompt expansion section in Unix manual
is actually named EXPANSION OF PROMPT SEQUENCES.
2009-02-05 Peter Stephenson
* unposted: fix number in foregoing.
* 26513: README: note that addition of ".." in completion
was broken.
2009-02-01 Andrey Borzenkov
* 26504: Doc/Zsh/options.yo: document that LOCAL_OPTIONS
does not restore PRIVILEGED and RESTRICTED
2009-01-30 Clint Adams
* 26494: Completion/Unix/Command/_pydoc: completion for pydoc.
2009-01-29 Peter Stephenson
* 26485: Completion/Unix/Type/_path_files: accept-exact-dirs could
rearrange directories into the wrong order.
2009-01-29 Clint Adams
* 26482: Completion/Unix/Command/_patch: complete patch -U,
--unified-reject-files, --global-reject-file.
* unposted: move _getfacl and _setfacl from Completion/Cygwin/Command
to Completion/Unix/Command.
* 26483: Completion/Unix/Command/_getfacl,
Completion/Unix/Command/_setfacl: handle SGI's acl programs as well
as Cygwin's.
* Jörg Sommer: 26451: Completion/Linux/Command/_modutils: use
globbing to find available modules, now that modprobe -l is
deprecated.
* Jörg Sommer: 26452: Completion/Linux/Command/_modutils: drop
completion of modinfo -f.
* Jörg Sommer: 26453: Completion/Linux/Command/_modutils: complete
modinfo -k.
* Ingmar Vanhassel: 26467: Completion/Unix/Command/_git: add "git
remote rename" completion.
* Ingmar Vanhassel: 26468: Completion/Unix/Command/_git: "git
stage" is now a synonym for "git add". git diff: --staged is a
synonym for --cached.
* Ingmar Vanhassel: 26469: Completion/Unix/Command/_git: complete
"git clone --verbose".
* Ingmar Vanhassel: 26470: Completion/Unix/Command/_git: update
"git svn" completion.
* Ingmar Vanhassel: 26471: Completion/Unix/Command/_git: update
"git rebase" completion.
* Ingmar Vanhassel: 26472: Completion/Unix/Command/_git: complete
"git add --intent-to-add".
* Ingmar Vanhassel: 26473: Completion/Unix/Command/_git: complete
"git commit --cleanup=" and "git commit --allow-empty".
* Ingmar Vanhassel: 26474: Completion/Unix/Command/_git: add
"git describe --tags" completion and fix typos.
2009-01-29 Peter Stephenson
* 26466: Src/Zle/compmatch.c: with suffix, bld_line() got
the arithmetic over patterns wrong.
2009-01-28 Peter Stephenson
* Greg Klanderman: 26465: Doc/Zsh/zle.yo, Src/Zle/zle_keymap.c:
add command keymap for command execution.
* Greg Klanderman: 26464: Completion/Unix/Type/_pids: style
insert-ids=single was problematic with menu completion.
* Greg Klanderman: 26463: Doc/Zsh/zle.yo, Src/Zle/zle_main.c: add
zle-line-finish widget.
2009-01-27 Peter Stephenson
* 26448: Doc/Zsh/expn.yo, Src/glob.c: glob sort operators
oe and o+ allow arbitrary code to pick name for sorting.
2009-01-26 Peter Stephenson
* Greg Klanderman: 26439: Doc/Zsh/mod_system.yo: convert sections
to subsections.
2009-01-25 Andrey Borzenkov
* 26425: Doc/Zsh/builtins.yo Src/builtin.c:
"emulate csh -c command" will evaluate `command' after temporary
enable csh emulation. Note that `-c' is not actually an option,
but positional parameter.
2009-01-24 Doug Kearns
* 26413: Completion/Unix/Command/_ant: update for version 1.7.1.
* 26411: Completion/Cygwin/Command/.distfiles,
Completion/Cygwin/Command/_cygcheck,
Completion/Cygwin/Command/_cygpath,
Completion/Cygwin/Command/_cygrunsrv,
Completion/Cygwin/Command/_cygserver,
Completion/Cygwin/Command/_cygstart,
Completion/Cygwin/Command/_dumper,
Completion/Cygwin/Command/_getclip,
Completion/Cygwin/Command/_getfacl,
Completion/Cygwin/Command/_mkshortcut,
Completion/Cygwin/Command/_mkzsh,
Completion/Cygwin/Command/_putclip,
Completion/Cygwin/Command/_readshortcut,
Completion/Cygwin/Command/_setfacl: update Cygwin completion
functions and add new completion for setfacl and readshortcut.
2009-01-22 Clint Adams
* 26407: Completion/Debian/Command/_aptitude: patch to handle
aptitude build-dep, from Sven Joachim.
* 26405: Completion/Unix/Command/_xmms2: completion for
xmms2, from Louis-David Mitterand.
2009-01-22 Doug Kearns
* unposted: Etc/zsh-development-guide: fix some typos.
2009-01-20 Peter Stephenson
* 26373: Src/Zle/complist.c: initialise variable in menu
completion in attempt to prevent crash when starting
a new completion.
2009-01-20 Doug Kearns
* 26372: Completion/Unix/Command/_antiword: update for version
0.37.
2009-01-19 Peter Stephenson
* 26366: Doc/Zsh/zle.yo, Src/Zle/iwidgets.list,
Src/Zle/zle_hist.c, Src/Zle/zle_keymap.c: add "isearch"
keymap and "accept-search" function.
* Doug Kearns: 26365: Completion/Unix/Command/_python: new 3.0
options.
2009-01-19 Wayne Davison
* 26362: Src/Modules/regex.c: avoid calling regfree() when the
regex_t "re" was not initialized.
2009-01-19 Wayne Davison
* unposted: Src/Modules/regex.c: fixed a few compiler warnings
in zcond_regex_match(), including a (useless) warning about
matchessz potentially being used uninitialized and some
signed/unsigned warnings about re.re_nsub. Also split a
couple compound lines.
2009-01-19 Doug Kearns
* 26361: Completion/Unix/Command/_rake: update for version 0.8.3.
* 26360: Completion/Unix/Command/_git: add --work-tree option.
2009-01-15 Peter Stephenson
* 26315: Src/params.c: define ZSH_PATCHLEVEL to "unknown" if
revision not found.
2009-01-15 Peter Stephenson
* 26313: INSTALL, configure.ac, Src/params.c: add
--enable-custom-patchlevel for tweaked shells.
* Functions/TCP/tcp_log: unposted: suppress WARN_CREATE_GLOBAL
message.
* 26312: Phil Pennock: Doc/Zsh/cond.yo, Doc/Zsh/mod_pcre.yo,
Doc/Zsh/mod_regex.yo: Document no variables altered on failed
match.
2009-01-13 Peter Stephenson
* 26304: Mikael Magnusson: configure.ac: logical correction
in link warning.
* 26393: Src/Zle/zle_refresh.c: turn off text attributes when
deleting text, to avoid them being used for inserted blanks.
* unposted: Completion/Base/Utility/_values, Doc/Zsh/compwid.yo,
Src/Zle/compcore.c, Src/Zle/complete.c, Src/Zle/compresult.c:
Back off 26270 and follow up; was causing memory corruption.
* Doc/Zsh/mod_zpty.yo, Src/Modules/zpty.c, Test/comptest:
make "zpty -r" exit more cleanly on read failures and add and
use option to ensure a pattern has been matched.
* 26300: Src/zsh.mdd: don't use "echo -n" for $ZSH_PATCHLEVEL.
2009-01-09 Peter Stephenson
* unposted: Doc/Zsh/compwid.yo: tweak doc for 26270.
* unposted: Src/zsh.mdd: fix the inevitable confusion with
using dollar Revision dollar.
* 26272: Doc/Zsh/params.yo, Src/params.c, Src/zsh.mdd: extract
Revision from ChangeLog for use in $ZSH_PATCHLEVEL.
* unposted: add RCS Revision tag for use in patchlevel
recording.
2009-01-09 Andrey Borzenkov
* 26270: Completion/Base/Utility/_values, Doc/Zsh/compwid.yo,
Src/Zle/compcore.c, Src/Zle/complete.c, Src/Zle/compresult.c:
allow accept-and-menu-complete to work also with _values.
Add compstate[list_in_word] flag to control, whether suffix
is replaced by space; when set, next match is added in the same
word.
* unposted: Completion/Mandriva/Command/.distfiles,
Completion/Mandriva/Command/_rebootin: add _rebootin completion
from Mandriva RPM (modified to allow spaces in GRUB menu titles)
2009-01-09 Peter Stephenson
* Benjamin R. Haskell: 26265: Functions/Zle/define-composed-chars:
fix some accented characters.
2009-01-08 Peter Stephenson
* 26260: Src/params.c: fix crash when failing to assign
scalar to special hash.
2009-01-06 Peter Stephenson
* unposted: Doc/Zsh/mod_stat.yo: fix yodl problem with 26229.
2009-01-05 Peter Stephenson
* 26249: Src/utils.c: remove arbitrary string length limit in
unmeta().
2009-01-05 Peter Stephenson
* Richard Hartmann: 26170 (parts 1 and 2):
Completion/Unix/Type/_ps, Completion/Unix/Type/_pdf:
files compressed with .bz2.
2009-01-05 Andrey Borzenkov
* 26247: configure.ac, Src/Zle/zle_tricky.c: fix compilation
with -Werror=format-security GCC option.
2009-01-03 Peter Stephenson
* Richard Hartmann: 26229: Doc/Zsh/mod_stat.yo: note that zstat
follows links by default.
* Frank Terbeck: 26215: Doc/Zsh/contrib.yo,
Functions/VCS_Info/vcs_info: disable-patterns style.
* Greg Klanderman: 26159: Src/Zle/zle_utils.c: CUT_RAW should be
CUT_REPLACE for multiple kills to append.
2008-12-30 Clint Adams
* 26202: Functions/Misc/run-help: show zshmodules(1) for echotc,
echoti, sched, zprof, zpty, zsocket, zstyle, and ztcp builtins
as well.
2008-12-29 Geoff Wing
* unposted: Test/C04funcdef.ztst, Test/C05debug.ztst,
Test/V06parameter.ztst: clean up temporary files
2008-12-29 Clint Adams
* 26185: Doc/Zsh/mod_newuser.yo: fix two places where path to
global zshenv was specified statically.
* Richard Hartmann: 26175: Completion/Unix/Command/_vim: updates
for vim completion.
2008-12-18 Peter Stephenson
* Richard Hartmann: 26155: Doc/Zsh/builtins.yo,
Doc/Zsh/mod_parameter.yo, Doc/Zsh/options.yo: quote use of `.'
as a command in text.
2008-12-16 Clint Adams
* 26141: Functions/Zle/edit-command-line: word-split
EDITOR/VISUAL so users can have multi-argument
commands in those variables.
2008-12-11 Peter Stephenson
* Frank Terbeck: 26125: Doc/Zsh/contrib.yo,
Functions/VCS_Info/.distfiles,
Functions/VCS_Info/VCS_INFO_check_com,
Functions/VCS_Info/VCS_INFO_get_cmd, Functions/VCS_Info/vcs_info,
Functions/VCS_Info/Backends/VCS_INFO_detect_cdv,
Functions/VCS_Info/Backends/VCS_INFO_detect_cvs,
Functions/VCS_Info/Backends/VCS_INFO_detect_darcs,
Functions/VCS_Info/Backends/VCS_INFO_detect_git,
Functions/VCS_Info/Backends/VCS_INFO_detect_hg,
Functions/VCS_Info/Backends/VCS_INFO_detect_mtn,
Functions/VCS_Info/Backends/VCS_INFO_detect_p4,
Functions/VCS_Info/Backends/VCS_INFO_detect_svk,
Functions/VCS_Info/Backends/VCS_INFO_detect_svn,
Functions/VCS_Info/Backends/VCS_INFO_detect_tla,
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_mtn,
Functions/VCS_Info/Backends/VCS_INFO_get_data_p4,
Functions/VCS_Info/Backends/VCS_INFO_get_data_svn,
Functions/VCS_Info/Backends/VCS_INFO_get_data_tla: add
"command" style for VCS command to use.
2008-12-10 Peter Stephenson
* 26121: Doc/Zsh/calsys.yo, Functions/Calendar/calendar: add
-B option to calendar.
* users/13566: Etc/FAQ.yo: note problem with unsetting elements
of regular arrays.
2008-12-09 Peter Stephenson
* 26119: Doc/Zsh/zle.yo, Src/Zle/zle_main.c: option to allow vared
to open to an alternative terminal.
2008-12-09 Clint Adams
* Richard Hartmann: 26114: Completion/Unix/Command/_git: add color
options.
2008-12-08 Peter Stephenson
* Benjamin R. Haskell: users/13544:
Functions/Zle/define-composed-chars: accents for i were wrong.
* 26116: Src/Zle/deltochar.c: wasn't updated properly for
combining characters.
2008-12-02 Peter Stephenson
* Richard Hartmann: 26105: Completion/Unix/Type/_pdf: add okular.
* Frank Terbeck: 26194: Functions/Prompts/promptinit: eliminated
WARN_CREATE_GLOBAL warnings.
2008-12-01 Peter Stephenson
* (with some help from Peter A. Castro): 26103: configure.ac:
FIFOs seem to be more reliable than per-process FD files for
process substitution on current Cygwin.
2008-11-27 Peter Stephenson
* 26095: Src/utils.c: failed to compile if TIOCGWINSZ wasn't
defined.
2008-11-26 Peter Stephenson
* 26090: Test/C02cond.ztst: [[ -r ... ]] on Cygwin succeeds
more often than expected, so don't test.
2008-11-25 Clint Adams
* Brendan Cully: 26057: Completion/Unix/Command/_mercurial:
mercurial completion updates.
2008-11-25 Peter Stephenson
* 26091: Src/hist.c: crash at end of history line if history
not in use.
2008-11-24 Peter Stephenson
* Frank Terbeck: users/13482: Doc/Zsh/contrib.yo: fix some prompt
docs for vcs info.
2008-11-23 Barton E. Schaefer
* users/13477: Completion/Unix/Command/_rm: call _files instead
of _path_files to correctly handle cycling through choices.
2008-11-20 Peter Stephenson
* 26075: Functions/Calendar/calendar_parse: update repeated events
until they're in the future.
* users/13464: Functions/MIME/zsh-mime-handler,
Functions/MIME/zsh-mime-setup: allow suffixes specified as
lower case to match upper case variants.
2008-11-18 Peter Stephenson
* 26065: Config/version.mk: update to 4.3.9-dev-1 because of
internal code changes.
* 26060: François Revol: configure.ac, Src/Module/zpty.c,
Src/Zle/zle_refresh.c: fixes for BeOS.
* 26062: Src/Zle/compmatch.c: missed change needed with 26047.
* 26061: Src/lex.c, Src/parse.c, Src/subst.c, Src/zsh.h,
Test/D02glob.ztst: fix clashes between numeric glob and
process substitution such as "<->(N)".
2008-11-17 Peter Stephenson
* 26056: Doc/Zsh/expn.yo, Src/exec.c: < <(...)more_stuff is
an error and similarly for > >(...)yet_more_stuff.
* 26055: README, Doc/Zsh/expn.yo, Src/subst.c: ensure process
substitution is handled completely before parameter and
command substitution.
* 26053: Completion/Base/Utility/_arguments: handle
" --help" output that includes optional parts of options
in square brackets.
2008-11-15 Peter Stephenson
* 26047: Src/pattern.c, Src/Zle/comp.h, Src/Zle/compmatch.c,
Src/Zle/complete.c, Src/Zle/compmatch.c, Src/Zle/computil.c,
Src/Zle/zle_utils.c: convert lower levels of completion
matching to user multibyte strings / wide characters.
* Phil (unposted): README: another typo.
2008-11-15 Clint Adams
* 26046: Functions/TCP/tcp_send: return an error if session's fd is
unusable.
2008-11-13 Peter Stephenson
* 26042 with some fixes from 26043 (Mikael): README,
Doc/Zsh/expn.yo, Src/exec.c, Src/lex.c, Src/subst.c,
Test/D03procsubst.zst: allow <(...) and >(...) to occur
in the middle of command arguments and =(...) to have
other strings following.
2008-11-12 Oliver Kiddle
* 26030: Src/Zle/zle_main.c: fix memory leak in vared
* 26028: Src/builtin.c: close temporary file when aborting fc
2008-11-12 Peter Stephenson
* 26029: Test/A04redirect.ztst: add test for redirection operators
with no preceding whitespace.
2008-11-11 Oliver Kiddle
* 26024: Src/Zle/zle_keymap.c: don't leave reference count
incremented when aborting bindkey with an error
2008-11-11 Clint Adams
* 26027: Src/Zle/compctl.c: free pprogc before it goes out of
scope in makecomplistflags.
2008-11-11 Peter Stephenson
* 26025: Src/Zle/zle_main.c: prefer handling user input to
file installed with zle -F.
2008-11-11 Clint Adams
* 26023: Completion/Unix/Command/_topgit: skeletal completion for
tg (topgit).
2008-11-08 Oliver Kiddle
* 26022: Completion/Zsh/Type/_file_descriptors: fix on Solaris
where /proc/$$/fd exists but doesn't contain symlinks
* 26017: Completion/Unix/Type/_path_files,
Completion/Zsh/Type/_globflags, Completion/Zsh/Type/_globquals:
add completion of globbing flags
2008-11-08 Peter Stephenson
* 26021: Completion/Unix/Type/_path_files: complete glob
qualifiers where they don't mess up the rest of the word,
don't complete a bare glob qualifier if there's nothing
before it.
2008-11-08 Clint Adams
* unposted: Src/glob.c: revert 26014.
2008-11-07 Clint Adams
* 26016: Completion/Unix/Command/_bzr: treat "bzr co" as an alias
of "bzr checkout"; patch from Ryo IGARASHI.
2008-11-06 Clint Adams
* 26014: Src/glob.c: don't allocate and leak a patprog if it's not
going to be used.
* 26013: Src/Modules/tcp.c: don't ztrdup the other buffer returned
by inet_ntoa. cf. 25987.
2008-11-05 Peter Stephenson
* 26008, Src/builtin.c, Test/B02typeset.ztst: "typeset -g
" should be silent even if TYPESET_SILENT is not set.
2008-11-04 Peter Stephenson
* 26006: Test/C05debug.ztst: remove dependence on system
error message.
2008-11-03 Peter Stephenson
* unposted: Config/version.mk: update version to 4.3.9-dev-0.
* unposted: Etc/.distfiles: missing entry; 4.3.9 finally
released, perhaps.
2008-11-02 Peter Stephenson
* 25989: Src/Zle/computil.c: Slight improvement for multibyte
characters in matching to prevent crash.
2008-11-02 Clint Adams
* 25988: Completion/Darwin/Command/_fink,
Completion/Darwin/Type/_retrieve_mac_apps,
Completion/Debian/Command/_apt,
Completion/Debian/Type/_deb_packages,
Completion/Redhat/Command/_rpm, Completion/Redhat/Command/_yum,
Completion/Unix/Command/_bogofilter,
Completion/Unix/Type/_path_commands,
Completion/Unix/Type/_perl_modules, Doc/Zsh/compsys.yo: declare
temporary cache array as local, thanks to problem noticed by
Kazuhiro NISHIYAMA.
2008-11-01 Clint Adams
* 25987: Src/Modules/tcp.c: don't ztrdup the buffer returned by
inet_ntoa.
* 25985: Src/hashtable.c: don't try to disable signal traps if
getsignum returns -1.
2008-10-31 Oliver Kiddle
* 25983: Fix bug in hash builtin with empty hash entry name
2008-10-30 Peter Stephenson
* 25975: Src/compmatch.c: bad tests for pattern match
when building up a line.
* 25972: Src/Zle/complete.c, Src/Zle/compmatch.c: leaked
and uninitialised memory found by valgrind.
* 25971: Src/builtin.c, Src/zsh.h: fix 25937 which broke some
builtins that handle options themselves.
2008-10-30 Peter Stephenson
* 25969: Src/subst.c, Src/utils.c, Test/D07multibyte.ztst:
bugs in metafication with prompt expansion called from parameter
expansion and with zsh_directory_name when called from finddir().
* 25963: Src/utils.c: Interrupt at spell check prompt output
garbage.
* 25961: configure.ac: some sh's don't handle opening parentheses
in case.
* unposted: NEWS, README, Config/version.mk, Etc/FAQ.yo,
Etc/relnote_4.3.7.txt, Etc/relnote_4.3.8.txt,
Etc/relnote_4.3.9.txt: try again with 4.3.9 (N.B. not yet
released, CVS tag not finalised).
* 25958: INSTALL: Doc/Makefile.in, Doc/Zsh/filelist.yo,
Doc/Zsh/files.yo, Doc/Zsh/options.yo: make it possible to
get correctly named global startup files by remaking docs.
* Oliver (unposted): configure.ac: 25950 should use xyes, too.
* unposted: Completion/Zsh/Command/_tcpsys: added this since
it's already in .distfiles. It's very limited in what it
does but it's better than nothing, I suppose.
* 25950: configure.ac: need "x$dynamic" trick in two
more places.
* users/13418: Src/Modules/termcap.c: protect against
HAVE_STRCODES lying.
2008-10-30 Clint Adams
* 25949: Src/Zle/zle_hist.c: remove dead code in getvisrchstr.
2008-10-29 Peter Stephenson
* 25945: Completion/Unix/Type/_path_files: need some extra
matcher options to compadd for completing abbreviated
directory hierarchies when -U is not present (i.e. not
correcting).
2008-10-29 Peter Stephenson
* Mikael: users/13412: Etc/relnote_4.3.7.txt: typo.
* c.f. users/13411: Config/version.mk: update archived release
number to 4.3.8-dev-0.
* unposted: Etc/relnote_4.3.8.txt: tiny typo.
* unposted: Completion/Zsh/Command/.distfiles, Etc/.distfiles,
Functions/VCS_Info/.distfiles,
Functions/VCS_Info/Backends/.distfiles: belatedly sort out some
.distfiles
* unposted: NEWS, README, Config/version.mk, Etc/FAQ.yo,
Etc/relnote_4.3.7.txt, Etc/relnote_4.3.8.txt: update version
to 4.3.8.
* unposted: Functions/Zle/replace-string: use "typeset -g"
to avoid warnings with WARN_CREATE_GLOBAL.
2008-10-29 Clint Adams
* 25940: Src/Zle/computil.c: delay !multi memory allocation until
after possibility to error out and return without freeing.
2008-10-28 Peter Stephenson
* 25938 (Mikael) + probably 25939, too:
Completion/Unix/Type/_path_files: IPREFIX missing $.
* 25937: README, Src/builtin.c: builtins that don't have
options now ignore an initial "--" argument.
2008-10-28 Peter Stephenson
* unposted: Config/Version.mk, Etc/relnote_4.3.7.txt: Release
4.3.7
2008-10-26 Clint Adams
* 25934: Completion/Debian/Command/_bts: handle bts subscribe,
unsubscribe, and fix owner. Patches from Ansgar Burchardt.
2008-10-26 Peter Stephenson
* unposted: NEWS: region_highlight is an array and so
not capitalised.
* unposted: README: update claimed version to 4.3.7.
* Mikael: 25933: Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo,
Doc/Zsh/options.yo, NEWS: typos.
2008-10-24 Peter Stephenson
* users/13400: Doc/Zsh/options.yo, Etc/FAQ.yo: clarify some
aspects of ksh-like editing.
* 25931: Test/D01prompt.zsh: test fix in 25930.
* 25930: Src/prompt.c, Src/utils.c: dynamic directory names
may need recursive prompt expansion; memory leak with reverse
expansion of dynamic directory names.
2008-10-23 Peter Stephenson
* users/13375: Src/Zle/zle_refresh.c: rewrite ternary expression
which caused problems with the Sun Studio 11 compiler.
2008-10-22 Barton E. Schaefer
* 25927: Completion/Unix/Type/_path_files: include the ignored
prefix/suffix in the hidden prefix/suffix only for compadd -U.
2008-10-23 Clint Adams
* 25926: Src/params.c: free val only after it may be passed to
strlen (as in 25656).
2008-10-20 Peter Stephenson
* unposted: Config/version.mk: 4.3.6-dev-2.
2008-10-18 Peter Stephenson
* 25912: Doc/Zsh/compwid.yo, Src/Zle/computil.c: fix yet another
Meta bug in completion with matchers in compfiles; remove 25893
because that wasn't it at all.
* 25911: Test/D07multibyte.ztst: see if we can work around file
system idiosyncracies.
2008-10-18 Clint Adams
* 25910: Src/builtin.c: avoid dangling file handle in bin_print.
2008-10-17 Peter Stephenson
* Rocky: 25907: Test/Makefile.in: makefile needs .exe
extension to run zsh on Cygwin.
2008-10-16 Peter Stephenson
* 25905: Src/math.c, Test/C01arith.ztst: fix and test doubled-hash
radix output syntax.
2008-10-14 Barton E. Schaefer
* 25887: Completion/Unix/Type/_path_files: pass -U to compadd only
when _comp_correct is true; otherwise, completing subpatterns
inside braces tends to behave oddly.
* Jörg Sommer: 25883: Completion/Base/Utility/_multi_parts: quote
strings in the temporary variable tmp1 before joining them with
"|" to create an alternatives pattern.
* Phil Pennock: 25854: Completion/Unix/Command/_perl,
Completion/Unix/Type/_perl_modules: fix module completion for
"perl -d:" (Devel modules).
2008-10-14 Clint Adams
* 25898: Src/module.c: avoid dereference of p after it is freed
in getmathfunc.
* 25897: Src/Zle/computil.c: remove small bit of dead code in
cfp_opt_pats.
* 25896: Src/builtin.c: remove small bit of dead code in
execbuiltin.
* Jörg Sommer: 25882: Completion/Unix/Command/_ssh: run ssh with
-oBatchMode=yes.
2008-10-14 Peter Stephenson
* 25893: Doc/Zsh/compwid.yo: matcher "m:{a-z}={A-Z}" still
works better than "m:{[:lower:]}={[:upper:]}" in that the
latter can glitch on some multibyte characters with Meta in
(and doesn't yet work on non-ASCII characters anyway).
2008-10-12 Clint Adams