2005-10-19 Peter Stephenson
* 21891: Functions/Zle/define-composed-chars, Doc/Zsh/contrib.yo:
double width characters can be composed with ^A etc.
* 21890: Src/builtin.c, Src/prompt.c, Src/zle_utils.c: allocation
inconsistencies in print builtin, segmentation error with
left prompt truncation from 21882, warning about variable
signedness in zle_utils.c.
* 21887: Src/Zle/zle_refresh.c: attempt to display wide characters
wider than one screen cell properly.
2005-10-19 Peter Stephenson
* 21885: Src/Zle/zle_refresh.c: Convert some large macros
into functions.
2005-10-19 Peter Stephenson
* 21882: Src/prompt.c, Src/utils.c, Test/D01prompt.ztst: extend
prompt truncation to handle multibyte characters.
2005-10-17 Bart Schaefer
* 21880: Completion/compinit: explicitly set IFS to the usual
default string, plus carriage return, in case the surrounding
environment has messed with it or a file with CRLF line breaks
needs to be parsed.
2005-10-17 Peter Stephenson
* unposted: Functions/Zle/define-composed-chars,
Doc/Zsh/contrib.yo: a few more miscellaneous composable symbols.
2005-10-14 Wayne Davison
* unposted: Etc/FAQ.yo: Tweaked the precmd that works like
PROMPT_SP so that it outputs "%#" like PROMPT_SP now does.
2005-10-13 Peter Stephenson
* 21872: Src/jobs.c: job table wasn't cleared properly in
subshells, possibly causing shell to hang; more efficient
search for free job entry; don't record current job for
use in saved job table.
* 21871: Src/exec.c, Src/glob.c, Src/params.c, Src/subst.c,
Src/utils.c, Src/zsh.h, Src/ztype.h, Src/Zle/compcore.c,
Src/Zle/compctl.c, Src/Zle/zle_tricky.c: replace INULL() with
more sensible inull() macro.
* 21869: Src/prompt.c, Src/complist.c: fix multibyte characters
in %-substitutions and output of invalid multibyte characters
in completion listings.
* 21870: Src/zsh.h: definition of INULL() in 21862/21863 was too
liberal, causing problems with output of certain characters
e.g. Cyrillic UTF-8.
2005-10-11 Peter Stephenson
* 21862/21863: Src/glob.c, Src/lex.c, Src/pattern.c, Src/subst.c,
Src/zsh.h, Test/D04parameter.ztst, Test/ztst.zsh: Ensure that
backslashes in parameters substituted by GLOB_SUBST are not
swallowed up if there is no pattern match.
2005-10-07 Peter Stephenson
* Stephen Rüger: 21846: Completion/Unix/Command/_chmod: too
greedy looking for r, w, x, s, t in initial arguments to chmod.
2005-10-04 Bart Schaefer
* 21822 (annotated): Src/Zle/complist.c: prevent a long-standing
infinite loop when redrawing the listing during menu-selection
with a very narrow window.
* 21821: Src/Zle/complist.c: fix infinite loop when multibyte
support is disabled, introduced by 21784.
2005-10-03 Peter Stephenson
* 21809: Src/utils.c: need to export nicedup() for
--disable-multibyte in zle.
* 21790: INSTALL, NEWS, README: add some documentation about
the 4.3 release.
2005-10-02 Peter Stephenson
* 21802: Src/Zle/complist.c, Src/Zle/compmatch.c,
Src/Zle/zle_main.c: attempt to prevent matches ending in
the middle of multibyte characters, also some minor tidy-ups.
* unposted, c.f. 21799: Doc/Zsh/func.yo: documentation for
returns from TRAPNAL functions was wayward.
2005-10-01 Wayne Davison
* unposted: Src/utils.c: changed PROMPT_SP to use the prompt-
escape "%#" (as Bart suggested) instead of a hard-wired "#".
2005-09-29 Peter Stephenson
* 21784: Src/utils.c, Src/Zle/complist.c, Src/Zle/compresult.c,
Src/Zle/zle.h, Src/Zle/zle_keymap.c, Src/Zle/zle_main.c,
Src/Zle/zle_thingy.c, Src/Zle/zle_tricky.c, Src/Zle/zle_utils.c:
Use correct character lengths and widths for formatted character
output.
2005-09-28 Clint Adams
* 21781: Completion/Unix/Command/_iconv: cope with
`iconv --list` output from glibc 2.3.5.
* 21780: Completion/Debian/Command/_dlocate: completion for
dlocate.
2005-09-28 Peter Stephenson
* 21779: Doc/Zsh/contrib.yo, Functions/Exceptions/throw, plus
unposted Functions/Exceptions/catch: improvements from Bart in
users/9452 plus clarifications to documentation.
2005-09-28 Clint Adams
* 21778: Completion/Debian/Command/_piuparts: completion for
piuparts.
2005-09-27 Bart Schaefer
* 21770: Src/Zle/zle_keymap.c: tweak 21760 so binding XYA in a
local keymap does not prevent bindings X or XY in the global
keymap from being chosen (upon key timeout).
2005-09-27 Peter Stephenson
* 21769: Src/utils.c, Src/Zle/complist.c: fix some consequences of
21730 in completion lists.
2005-09-27 Clint Adams
* Vincent Lefevre: 21767: Completion/Unix/Command/_subversion:
add ~ to the default svn status pattern.
2005-09-26 Peter Stephenson
* 21764: Src/Zle/zle_hist.c: unmetafication mangled history lines
in zle.
* unposted: Doc/Zsh/redirect.yo: alter text referring to process
substitutions slightly.
2005-09-26 Clint Adams
* 21763: Completion/Unix/Command/_baz: remove stray
underscore.
2005-09-24 Bart Schaefer
* 21760: Src/Zle/zle_keymap.c: fix test for sequence prefixes
in the local keymap in getkeymapcmd().
* unposted: Functions/Misc/zargs: add range-checking of numeric
options.
2005-09-23 Peter Stephenson
* 21758: Doc/Zsh/expn.yo, Src/exec.c: optimise =(<<<...) to
replace an argument by a filename containing it within the
shell.
2005-09-22 Peter Stephenson
* unposted, c.f. 21752: Doc/Zsh/contrib.yo,
Functions/Zle/.distfiles, Functions/Zle/defined-composed-chars,
Functions/Zle/insert-composed-char: add some alphabets to
insert-composed-chars.
2005-09-22 Clint Adams
* Stephen Rueger: 21744: Src/prompt.c: unconditionally assume
that \t or \n are not part of multi-byte characters.
2005-09-20 Clint Adams
* 21740: Completion/Unix/Command/_quilt: completion for
quilt.
2005-09-20 Wayne Davison
* 21739: Src/utils.c: made PROMPT_SP work properly even when
PROMPT_PERCENT is not set (as it is not when running as "sh").
2005-09-20 Peter Stephenson
* unposted: Src/utils.c: screwed up iident() test in wcsiident().
* 21737: Src/utils.c: unmetafy wordchars before looking for
mulitbyte characters.
* 21736: Src/init.c, Src/params.c, Src/pattern.c, Src/utils.c,
Src/Zle/zle.h, Src/Zle/zle_main.c: Fix WORDCHARS to use multibyte
characters; rationalise test for identifiers only to use ASCII
characters; remove existing hack for 8-bit characters.
2005-09-19 Peter Stephenson
* unposted, c.f. 21735: Doc/Zsh/grammar.yo: document
that return at the top level of a script behaves like exit
in a try-block.
2005-09-17 Peter Stephenson
* 21731: Src/prompt.c, Src/Zle/zle_refresh.c: count multibyte
characters and their widths properly in prompts.
* 21730: Src/builtin.c, Src/utils.c: nicechar(), used in
prompts and other forms of formatted output, didn't return
a metafied string with confusing results. Also outputting
pwd didn't unmetafy it in one place.
2005-09-14 Doug Kearns
* unposted: Completion/Unix/Command/_rake: update for version 0.6.0
2005-09-13 Clint Adams
* 21718: Completion/Unix/Command/_bzr: complete files
after bzr's first argument until the bzr shell-complete
stuff is improved.
2005-09-09 Peter Stephenson
* 21722: Src/utils.c, Src/Zle/zle.h, Src/Zle/zle_misc.c,
Src/Zle/zle_word.c: fix broken transpose-words and improve
word character detection by assuming non-ASCII characters are word
characters if and only if alphanumeric.
2005-09-09 Peter Stephenson
* 21720: Src/Zle/zle_main.c: getrestchar() from 21709 didn't
return properly.
* d'après 21719: Src/builtin.c, Src/init.c, Src/params.c: Add some
mod_exports.
* 21717: Src/Zle/zle_misc.c: where-is and execute-named-command
didn't work with multibyte support because the remainder of
the character wasn't read properly.
* 21709 plus tweaks: Doc/Zsh/zle.yo, Src/builtin.c, Src/init.c,
Src/Zle/zle_keymap.c, Src/Zle/zle_main.c, Src/Zle/zle_misc.c,
Src/Zle/zle_vi.c: Use $KEYTIMOUT for bytes after the first
in a multibyte character. Reset input state on invalid
character or EOF.
2005-09-07 Clint Adams
* 21704, 21705: Completion/Unix/Command/_date: completion for
Solaris, FreeBSD, and OpenBSD.
2005-09-06 Clint Adams
* 21703: Completion/Unix/Command/_bzr: completion for bzr 0.0.7.
2005-09-06 Peter Stephenson
* 21701: Src/params.c, Test/D06subscript.ztst: negative offsets
that indexed before the start of a scalar weren't handled properly.
2005-09-05 Peter Stephenson
* 21698: Jean-Baptiste Quenot: Completion/Unix/Command/_ant:
recursive completion could change directory.
2005-09-02 Clint Adams
* 21696: Completion/Unix/Command/_date: completion for
GNU date.
2005-09-02 Peter Stephenson
* 21695: Doc/Zsh/expn.yo: rewrite entry for u globbing flag.
* 21693: Jean-Baptiste Quenot: Completion/Unix/Command/_ant:
recursively find targets.
2005-08-31 Clint Adams
* 21686: Completion/Debian/Command/_make-kpkg: modernize
make-kpkg completion.
* 21692: Completion/Unix/Command/_baz: remove set-tree-version, fix
tree-version, add tree-id.
2005-08-31 Peter Stephenson
* users/9359: Francisco Borges: Completion/X/Command/_gv:
completion of ps and PDF files was broken for gv.
2005-08-25 Clint Adams
* 21683: Completion/X/Command/_urxvt: more fixes
to urxvt completion.
2005-08-23 Clint Adams
* 21682: Completion/Unix/Command/_subversion: handle usage output
of commands with [0-9]. alternatives, and actually parse that
output again.
2005-08-22 Wayne Davison
* unposted: Doc/Makefile.in: An even better fix than the one
from 21677: we now avoid more cases of lost characters due
to yodl not escaping start-of-line apostrophes.
2005-08-22 Peter Stephenson
* 21678: Src/params.c, Test/D04parameter.ztst: unsetting
tied parameters was fraught with crashes.
* 21676: Doc/zmacros.yo, Doc/Zsh/contrib.yo,
Functions/Zle/.distfiles, Functions/Zle/insert-composed-char,
Functions/Zle/insert-unicode-char: insert-unicode-char is now
insert-composed-char and uses RFC 1345 for composing characters.
2005-08-22 Geoff Wing
* unposted: Doc/Zsh/metafaq.yo, Etc/FAQ.yo: update some
mirror site information
2005-08-19 Wayne Davison
* 21677: Doc/Makefile.in: Filter apostrophes in the \fB...\fP
headers of the nroff output since it appears that yodl is not
properly escaping them.
2005-08-18 Andrey Borzenkov
* 21663: Src/Zle/complete.c: check for string overflow
in do_comp_vars()
* 21664: Src/Zle/compcore.c, Src/Zle/compresult.c: unmetafy
argument in ztat() before calling (l)stat
2005-08-18 Peter Stephenson
* unposted: Doc/Zsh/contrib.yo, Functions/Zle/insert-unicode-char:
cent is now p % to avoid duplication.
* 21662: Doc/Zsh/contrib.yo, Functions/Zle/insert-unicode-char:
compose and insert a Unicode character using two-key codes.
* 21661: Src/glob.c: variable in 21655 shouldn't be static.
2005-08-18 Peter Stephenson
* 21655: Src/glob.c, Test/D04parameter.ztst: replacing multiple
matches where the replacement string itself came from a match
could get confused.
2005-08-17 Wayne Davison
* 21654: Src/string.c, Src/utils.c: Marked some ifdef/endif lines
as exportable to fix a compile bug when ZLE_UNICODE_SUPPORT is not
defined.
* unposted: configure.ac, aczsh.m4: Use AC_HELP_STRING macro in
all AC_ARG_ENABLE and AC_ARG_WITH macros.
2005-08-16 Wayne Davison
* 21629: configure.ac, Src/system.h: moved the optional definition
of ZLE_UNICODE_SUPPORT into configure, and added support for the
new --enable-multibyte and --disable-multibyte configure options.
* 1/2 of 21644: Src/Zle/complete.c: fixed bug in do_comp_vars()
when the first char in compprefix is metafied.
2005-08-16 Andrey Borzenkov
* 21642: Src/Zle/compcore.c: cleanup for 21627, remove redundant
checks
2005-08-16 Clint Adams
* 21631: Src/Zle/compcore.c: make sure an unmetafied string is
passed to ztat to determine file type.
2005-08-15 Andrey Borzenkov
* 21622: Src/Zle/zle_refresh.c: metafy line back before calling
completion code in zrefresh()
* 21627: Src/Zle/compcore.c: unmetafy line back before calling
ZLE from within completion code in do_completion()
2005-08-15 Clint Adams
* 21619: Src/string.c, Src/utils.c, Src/Zle/zle.h: define wide
versions of zarrdup, zputs, niceztrlen.
* 21565: Completion/Unix/Command/_man: better handle uncompresed
manpages with .[0-9] in their names.
2005-08-15 Wayne Davison
* 21609: Src/glob.c: fixed the readlink() call in statfullpath().
2005-08-15 Felix Rosencrantz
* 21611: Completion/X/Command/_mozilla: Added Firefox support.
2005-08-15 Peter Stephenson
* c.f. 21616: Src/zle_misc.c: "unmetafy_line" typo.
* 21610: Src/system.h, Src/Zle/zle_hist.c, Src/Zle/zle_keymap.c,
Src/Zle/zle_misc.c: Turn on ZLE_UNICODE_SUPPORT by default where
allowed; fix suffix removal; fix metafication when removing
suffix by function; fix insert-last-word.
2005-08-14 Bart Schaefer
* 21369: Completion/Unix/Command/_cvs: assign to array with
builtin stat rather than parsing stdout.
* unposted: Functions/Prompts/prompt_bart_setup: more adjustments
for the PROMPT_SP option.
* 21366: Src/jobs.c: LONG_LIST_JOBS applies to more places where
job listing are printed.
2005-08-12 Wayne Davison
* 21606: Src/Zle/zle.h: When compiled with gcc, the ZS_str* macros
get replaced by inline functions that give us complete compile-time
type-checking. For other compilers, the ZS_str* macros now cast
the string pointers to char*, which will avoid any warnings about
pointer signedness.
2005-08-12 Peter Stephenson
* 21603: Src/Zle/zle_utils.c: conversions from wide character
to multibyte didn't convert the cursor position properly if it
was at the end of the line.
* 21412: Travis Spencer: Completion/Unix/Command/_pkg-config:
new completion.
2005-08-11 Wayne Davison
* unposted: Src/Zle/zle_hist.c, Src/Zle/zle_refresh.c: changed some
uses of ZWC() on string literals to use ZWS().
* unposted: Test/B02typeset.ztst: improved the final test to ensure
that all the locally-unset environment variables get restored after
a function call. This also fixed an interaction with the cleanup
code that caused the ztst.* temporary files to not be removed.
2005-08-11 Oliver Kiddle
* 21598: Completion/Unix/Command/_subversion: fix typo that broke
svn ci completion and avoid problem if LC_ALL overrides LC_MESSAGES
* 21571: Completion/Debian/Command/_aptitude: avoid localised
translations that break parsing
2005-08-10 Peter Stephenson
* 21596: Src/Zle/compresult.c, Src/Zle/zle_tricky.c: more fall out
from 21590: run-help, which-command and accept-and-menu-complete
were broken.
2005-08-10 Peter Stephenson
* 21593: Src/Zle/complist.c, Src/Zle/zle_refresh.c: character
arrays wrongly declared with ZLE_UNICODE_SUPPORT.
* 21592: Src/Zle/complist.c: attempt to browse a new directory
in menu selection caused crash.
* c.f. 21590: Src/hist.c, Src/lex.c, Src/utils.c,
Src/Zle/compcore.c, Src/Zle/compctl.c, Src/Zle/complist.c,
Src/Zle/compresult.c, Src/Zle/zle.h, Src/Zle/zle_hist.c,
Src/Zle/zle_main.c, Src/Zle/zle_misc.c, Src/Zle/zle_params.c,
Src/Zle/zle_refresh.c, Src/Zle/zle_thingy.c, Src/Zle/zle_tricky.c,
Src/Zle/zle_utils.c: upgrade metafy_line()/unmetafy_line() to
take account of wide characters. Add extra conversion where
necessary. Also attempt fix for singlerefresh() prompt with
ZLE_UNICODE_SUPPORT (untested).
2005-08-10 Wayne Davison
* 21579: Thorsten Dahlheimer: Src/builtin.c: Made printf %s
handle embedded nuls in its arg.
2005-08-09 Peter Stephenson
* 21583: Thorsten Dahlheimer: Src/module.c: extend circularity
test of zmodload -A.
* 21582: Thorsten Dahlheimer: Src/module.c: failure status of
zmodload -R was wrong.
* 21578: Thorsten Dahlheimer: Src/mkmakemod.sh: script used not
to exit after cleaning up.
* 21577 (adapted): Dan Bullok: Src/Zle/zle_main.c, Src/init.c,
Src/utils.c: improved 21567 which reexpands the prompt and
refreshes but doesn't trash the line editor.
2005-08-08 Wayne Davison
* 21580: Thorsten Dahlheimer: Test/C03traps.ztst: disable any
pre-existing traps that could interfere with the tests.
* 21581: Thorsten Dahlheimer: Src/builtin.c: fixed error output
for unknown signal names when using "trap -".
* 21581 (modified): Doc/Zsh/builtins.yo: improved "trap" docs.
* 21584: Src/builtin.c, Test/B03print.ztst: fixed a bug in printf
%b (introduced in the 21552 changes) where a missing arg could not
be printed with a zero width.
2005-08-08 Peter Stephenson
* 21576: Test/E01options.ztst: test for 21575.
* unposted: Src/exec.c: removed unnecessary augment variable from
21575
* 21575 plus unposted changes to Functions/TCP/*:
Completion/compinit, Doc/Zsh/options.yo, Functions/TCP/tcp_expect,
Functions/TCP/tcp_open, Functions/TCP/tcp_read, Src/exec.c,
Src/options.c, Src/params.c, Src/zsh.h: Add WARN_CREATE_GLOBAL
option to warn when an assignment in a function creates a global
parameter.
* 21567: Dan Bullok: Src/utils.c: trash zle when updating window
size since otherwise multiline prompts get screwed up.
2005-08-08 Oliver Kiddle
* 21570: Completion/Unix/Command/_subversion: complete for the
help sub-command
* unposted: Completion/Linux/Command/_brctl: new brctl completion
* 21566: Tobias Gruetzmacher: Completion/Unix/Command/_darcs:
fix to list all repositories
2005-08-07 Clint Adams
unposted: Completion/Unix/Command/_mencal: fix syntax error
introduced by recent cleanup.
2005-08-02 Peter Stephenson
* 21557: Thorsten Dahlheimer: Src/glob.c: BRACE_CCL was broken
for character 255.
2005-08-01 Wayne Davison
* unposted: Src/builtin.c: silenced a compiler warning.
* unposted: Test/B03print.ztst: some slight improvements to
the existing no-newline test cases, plus a few more tests.
2005-08-01 Oliver Kiddle
* unposted: Completion/Debian/Command/_apt-move,
Completion/Debian/Command/_module-assistant,
Completion/Debian/Command/_uscan, Completion/Debian/Command/_wajig,
Completion/Unix/Command/_cal, Completion/Unix/Command/_ccal,
Completion/Unix/Command/_dhclient, Completion/Unix/Command/_fortune,
Completion/Unix/Command/_mencal, Completion/Unix/Command/_perforce,
Completion/Unix/Command/_pump, Completion/Unix/Command/_surfraw:
various cleanups: fix indentation and capitalisation of descriptions
* 21393: Completion/Unix/Command/_kvno: add missing local declarations
2005-08-01 Peter Stephenson
* 21552: Thorsten Dahlheimer: Src/builtin.c: various fixes to the
print builtin.
* unposted: Completion/Unix/Command/_perforce: add the as yet
undocumented "attribute" command.
* 21551: Matthias Kopfermann: FEATURES: file<20-> globbing
example is confusing.
* 21546: Doc/Zsh/params.yo: document the oddities of subscripts
when searching arrays.
* 21544: Thorsten Dahlheimer: configure.ac, Src/system.h: ioctl()
prototyping was substandard and missing on Cygwin.
2005-07-31 Peter Stephenson
* 21553: Doc/Makefile.in, Doc/.distfiles: Create zsh.pdf
using texi2dvi to ensure cross-references and indexes are OK;
don't distribute PostScript files any more, though they can
still be made.
2005-07-29 Wayne Davison
* 21548: Completion/Unix/Command/_rsync: Made file completion
work after --include-from= and --exclude-from=.
2005-07-28 Peter Stephenson
* unposted: Functions/Exceptions/.distfiles: added to archive.
* 21541: Src/Zle/zle_hist.c, Src/Zle/zle_main.c,
Src/Zle/zle_misc.c, Src/Zle/zle_params.c, Src/Zle/zle_tricky.c,
Src/Zle/zle_utils.c: remove some warnings from
ZLE_UNICODE_SUPPORT.
* unposted: Completion/Unix/Command/_perforce: updated for
features of Perforce 2005.1 release.
2005-07-28 Doug Kearns
* 21540: Completion/Unix/Command/_aap: update aap completion for version
1.076; add target descriptions; search up directory tree for main.aap
recipe file if --up is specified
2005-07-26 Wayne Davison
* unposted: Src/utils.c, Src/Zle/zle_main.c, Doc/Zsh/options.yo:
Moved the PROMPT_SP output into preprompt() so that it takes
effect prior to things like precmd, the mail-check output, etc.
Also added an inverse hash (#) that helps to distinguish when a
partial line was preserved.
* 21532: Etc/FAQ.yo: updated the precmd in the prompt-
overwriting section to output an inverse hash when we preserve a
partial line, to simplify the output (it's all one "print" now),
and include a \r at the end (so that the echoing of user-input
will be less likely to cause an unintended wrap).
2005-07-26 Clint Adams
* 21529: configure.ac, Src/zsh.mdd: move scriptdir to a scripts
subdir, and don't include Scripts in fpath.
2005-07-26 Doug Kearns
* unposted: Completion/Unix/Command/_rake: declare expl local
2005-07-26 Peter Stephenson
* 21527: Functions/Newuser/.distfiles,
Functions/Newuser/zsh-install-newuser,
Functions/Newuser/zsh-newuser-install, Scripts/newuser: don't
use function if it failed to load; rename to zsh-newuser-install
in case there are more zsh-newuser-* functions in future.
2005-07-25 Clint Adams
* 21526: Completion/Unix/Command/_dhclient: handle dhclient V3 as
well as V2.
* 21523, 21524: Julius Plenz: Completion/Unix/Command/_dhclient,
Completion/Unix/Command/_pump: completions for pump and dhclient.
2005-07-25 Wayne Davison
* 21518 (modified): Src/builtin.c, Src/utils.c, Test/B03print.ztst:
more collaboration with Thorsten Dahlheimer to change the handling
of \c in echo and printf to make it comply with POSIX.
2005-07-25 Doug Kearns
* unposted: Completion/Unix/Command/_php: add missing compset -S call
when completing directives
2005-07-24 Wayne Davison
* unposted: Src/utils.c: improved the function comment for
getkeystring().
* 21509: Thorsten Dahlheimer: Src/utils.c, Src/params.c: fixed
some issues with \c parsing.
* 21501: Thorsten Dahlheimer: Src/Makefile.in: fixed a cygwin
install target to make sure the bindir exists.
2005-07-24 Clint Adams
* 21519: Completion/Unix/Command/_baz: only complete files
after baz commit, not archive/version.
* 21517: Completion/Unix/Command/_baz: complete files after
build-config if there's a configs subdir, even if one is not in a
project tree.
* 21510: Config/installfns.sh: use && rather than -a binary
test operator.
2005-07-23 Clint Adams
* 21505, 21506: Completion/Unix/Command/_rubber: use an array for
common arguments rather than an additional function, and use
globbing instead of ls and sed.
* 21504: Completion/Unix/Command/_xscreensaver,
Completion/X/Command/_xscreensaver: move xscreensaver-command
completion to the X dir.
2005-07-21 Peter Stephenson
* unposted: Completion/Debian/Command/.distfiles,
Completion/Unix/Command/.distfiles,
Completion/Unix/Type/.distfiles, Completion/X/Command/.distfiles,
Doc/Zsh/.distfiles, Functions/MIME/.distfiles,
Functions/Newuser/.distfiles, Functions/TCP/.distfiles,
Functions/Zle/.distfiles, Scripts/.distfiles,
Src/Modules/.distfiles: Bring .distfiles up to date.
2005-07-20 Peter Stephenson
* 21500: Makefile.in, Config/installfns.sh,
Config/uninstallfns.sh, Functions/Newuser/zsh-install-newuser,
Scripts/newuser, Src/Modules/newuser.mdd: Add framework for
function to be edited to provide new user startup files.
2005-07-20 Clint Adams
* 21499: Doc/Makefile.in: use newer texi2html syntax.
2005-07-20 Peter Stephenson
* 21498: configure.ac, Configs/defs.mk.in, Doc/Makefile.in,
Doc/Zsh/mod_newuser.yo, Src/init.c, Src/module.c, Src/zsh.mdd,
Src/Modules/newuser.c, Src/Modules/newuser.mdd: Add zsh/newuser
module, currently with no associated shell code.
2005-07-20 Doug Kearns
* unposted: Completion/Unix/Command/_rake: add -s option to _arguments
2005-07-19 Wayne Davison
* unposted: Etc/FAQ.yo: revert erroneous 3.0 -> 4.3.0 change.
* 21492: Etc/FAQ.yo: a more extensive update to the prompt-
overwriting section in light of PROMPT_SP.
2005-07-18 Peter Stephenson
* unposted: Etc/FAQ.yo: version in 21490 should be 4.3.0.
* 21490: Etc/FAQ.yo: update FAQ to reflect 21464.
2005-07-16 Doug Kearns
* unposted: Completion/Unix/Command/_python: escape colons in -W option
argument message
2005-07-15 Wayne Davison
* 21464: Doc/Zsh/options.yo, Src/zsh.h, Src/options.c, Src/init.c,
Src/Zle/zle_main.c: added a new option, PROMPT_SP, designed to save
a partial line before the prompt can cover it up (due to PROMPT_CR).
2005-07-15 Doug Kearns
* unposted: Completion/Unix/Command/_python: add missing -C option to
_arguments; complete script arguments with _normal
2005-07-14 Peter Stephenson
* 21466: Src/Modules/files.c: lstat() should be stat() in mkdir -p
test (from Fr. Br. George).
2005-07-12 Doug Kearns
* 21449: Completion/Unix/Command/_ruby: limit options available to
RUBYOPT env variable to -[IdvwrK]; include directories specified with
-I in the search path used to generate library matches
* 21446 (modified): Completion/Unix/Command/_rake: generate targets for
rakefiles in parent directories and those specified with -f; include
directories specified with -I in the search path used to generate
library matches
2005-07-12 Clint Adams
* 21447: Completion/Unix/Command/_rubber: completion for
rubber, contributed by Emmanuel Hainry and Emmanuel
Beffara.
2005-07-11 Doug Kearns
* 21443: Completion/Unix/Command/_rake: new completion for rake
* unposted: Completion/Unix/Command/_ruby: fix typo in first normal arg
action
2005-07-11 Bart Schaefer
* 21428: Travis Spencer: Src/Zle/computil.c: fix null pointer deref
on wrong number of arguments to compvalues.
2005-07-10 Bart Schaefer
* 21423: Travis Spencer: Completion/Unix/Command/_unexpand:
completion for both GNU and Sun/BSD unexpand variants.
* unposted: Functions/Misc/allopt: use "set -o" to avoid twaddling
the setting of kshoptionprint.
2005-07-10 Clint Adams
* 21416: Completion/Unix/Command/_gpg: cope with an equals
sign after --keyring.
* 21417: Completion/Unix/Command/_xscreensaver: completion
for xscreensaver-command.
* 21418: Completion/Debian/Command/_madison: completion
for madison.
2005-07-08 Peter Stephenson
* users/9059: Nikolai Weibull: Completion/Unix/Command/_vim:
improved _vim_files.
2005-07-07 Peter Stephenson
* users/9049: Completion/Unix/Command/_vim: add variant names
of vim, but not yet vi, ex, view.
* users/9045: Nikolai Weibull
:
Completion/Unix/Command/_vim: new completion function.
2005-07-06 Peter Stephenson
* 21402: Src/Zle/compmatch.c: Fix crash completing the set
of files AIWebKitMessageViewController.m,
AIWebKitMessageViewPlugin.m, AIWebkitMessageViewStyle.m
with case-insensitive matching.
2005-07-03 Doug Kearns
* unposted: Completion/Unix/Command/_w3m: add missing compset -S calls
when completing option names and proxy usernames
* 21400: Completion/Unix/Command/_ruby: add completion for RUBYOPT,
RUBYLIB and RUBYPATH env variables
2005-06-30 Doug Kearns
* unposted: Completion/Unix/Command/_links: declare parameter vals
local
2005-06-28 Doug Kearns
* 21392: Completion/Unix/Command/_w3m: update w3m completion for
version 0.5.x; add completion for URLs from the bookmarks file,
options, charsets, and proxy authentication
2005-06-28 Peter Stephenson
* 21391: Src/jobs.c: Restrict passing of signals from foreground
processes to the shell to SIGINT and SIGQUIT (i.e. those
generated from the keyboard). This removes some unexpected
behaviour with SIGPIPE being passed to the shell.
2005-06-27 Doug Kearns
* unposted: Completion/Unix/Type/_urls: complete WWW_HOME, ftp_proxy
and https_proxy with URLs
2005-06-27 Peter Stephenson
* 21387: Doc/Zsh/contrib.yo: document the precision features
in zcalc.
2005-06-26 Clint Adams
* 21384: Completion/X/Command/_urxvt: small fixes
to urxvt completion.
* 21383: nuno alexandre: Completion/X/Command/_urxvt:
completion for rxvt-unicode.
2005-06-24 Clint Adams
* 21382: Completion/Unix/Command/_kvno: completion for MIT
krb5's kvno.
2005-06-24 Oliver Kiddle
* 21380: Completion/Linux/Command/_iwconfig,
Completion/Linux/Command/_tune2fs, Completion/Unix/Command/_wget,
Completion/Linux/Command/_mii-tool: update for wget 1.10, add
missing descriptions and other minor improvements
2005-06-24 Doug Kearns
* unposted: Completion/Debian/Command/_apt-move: prevent function from
returning early and preventing prefix-needed style from working when
set to false
* 21379: Completion/Unix/Command/_wget: improve --restrict-file-names
completion by allowing 'nocontrol' as an argument
2005-06-21 Doug Kearns
* 21334: Completion/Linux/Command/_pkgtool: fix typo in -target_dir
completion
2005-06-21 Oliver Kiddle
* 21317: Src/glob.c, Test/D02glob.ztst: fix bug where recursive
glob within e qualifier would hang the shell
2005-06-20 Bart Schaefer
* unposted: Functions/Misc/zargs: support -I and -L as synonyms
for -i and -l, except that the former require their arguments.
Document several differences from POSIX xargs behavior. V 1.4.
2005-06-18 Doug Kearns
* 21343: Completion/Unix/Command/_php: update php completion for
version 5.0; continue supporting version 4.x via _pick_variant
2005-06-17 Doug Kearns
* unposted: Completion/Unix/Command/_darcs: tidy up command
descriptions
2005-06-17 Oliver Kiddle
* 21352: Harald van Dijk: Src/builtin.c: handle null after % in
printf format specifier
* unposted: Test/B03print.ztst: add test for 21352
2005-06-16 Clint Adams
* 21351: Completion/X/Command/_vnc: complete for xvnc4viewer and
xtightvncviewer.
2005-06-14 Clint Adams
* 21243: Kazuhiro NISHIYAMA: Completion/Unix/Command/_subversion:
complete first option of svn subcmds.
2005-06-13 Bart Schaefer
* 21328: Src/init.c: in loop(), avoid preprompt() when not looping at
the top level (prevents double precmd call during "fc -e -").
2005-06-11 Doug Kearns
* 21316 (modified): Completion/Unix/Command/_less,
Completion/Unix/Type/_ctags_tags: new completion for ctags tags; update
less -t completion to use it
* 21320: Completion/Unix/Command/_screen: complete -D and -R with the
appropriate session types; fix incorrect completion of -c and -dmS
options
* 21321: Completion/Unix/Command/_antiword: update antiword completion
for version 0.36
2005-06-09 Doug Kearns
* unposted: Completion/Unix/Command/_less: fix typo in state name
2005-06-08 Doug Kearns
* unposted: Completion/Unix/Command/_ant: add missing options specific
to the launch script
2005-06-08 Oliver Kiddle
* 21315: Completion/AIX/Command/_floppy,
Completion/AIX/Command/_lsdev, Completion/AIX/Command/_lslv,
Completion/AIX/Command/_lsvg, Completion/AIX/Type/_logical_volumes,
Completion/AIX/Type/_object_classes,
Completion/AIX/Type/_physical_volumes,
Completion/AIX/Type/_volume_groups,
Completion/Darwin/Type/_mac_applications,
Completion/Debian/Command/_bug, Completion/Unix/Command/_gs,
Completion/Unix/Command/_imagemagick, Completion/Unix/Command/_java,
Completion/Unix/Command/_last, Completion/Unix/Command/_links,
Completion/Unix/Command/_lsof, Completion/Unix/Command/_mount,
Completion/Unix/Command/_perldoc, Completion/Unix/Command/_user_admin,
Completion/Unix/Command/_yp, Completion/Unix/Command/_zdump,
Completion/Unix/Type/_dir_list, Completion/Unix/Type/_domains,
Completion/Unix/Type/_file_systems, Completion/Unix/Type/_groups,
Completion/Unix/Type/_hosts, Completion/Unix/Type/_java_class,
Completion/Unix/Type/_locales, Completion/Unix/Type/_perl_basepods,
Completion/Unix/Type/_perl_modules, Completion/Unix/Type/_pids,
Completion/Unix/Type/_ports, Completion/Unix/Type/_printers,
Completion/Unix/Type/_services, Completion/Unix/Type/_tex,
Completion/Unix/Type/_texi, Completion/Unix/Type/_time_zone,
Completion/Unix/Type/_users, Completion/X/Type/_x_cursor,
Completion/X/Type/_x_extension, Completion/X/Type/_x_font,
Completion/X/Type/_x_keysym, Completion/Zsh/Command/_print,
Completion/Zsh/Command/_read, Completion/Zsh/Command/_unhash,
Completion/Zsh/Type/_arrays, Completion/Zsh/Type/_file_descriptors,
Completion/Zsh/Type/_functions, Completion/Zsh/Type/_jobs_bg,
Completion/Zsh/Type/_jobs_fg, Completion/Zsh/Type/_limits,
Completion/Zsh/Type/_options, Completion/Zsh/Type/_options_set,
Completion/Zsh/Type/_options_unset: make completion functions
give precendence to descriptions passed as parameters and
cleanup descriptons in calling functions
* 21314: Doc/Zsh/compsys.yo: declare expl local in example use
of _wanted
* unposted: Completion/Linux/Command/_yast: new yast completion
* 21313: Completion/Unix/Type/_email_addresses: make code for
extracting mutt aliases do a better job of finding rc files
2005-06-08 Doug Kearns
* 21306: Completion/Zsh/Command/_disable: add -s option for removing
suffix aliases
* 21310: Completion/Unix/Type/_global_tags: pass an array to compadd;
redirect stderr to /dev/null when generating matches with _call_program
* 21302: Completion/Linux/Command/_pkgtool,
Completion/Unix/Command/_ant, Completion/Unix/Command/_bogofilter,
Completion/Unix/Command/_cdrecord, Completion/Unix/Command/_chkconfig,
Completion/Unix/Command/_chmod, Completion/Unix/Command/_gs,
Completion/Unix/Command/_look, Completion/Unix/Command/_mount,
Completion/Unix/Command/_python, Completion/Unix/Command/_rar,
Completion/Unix/Type/_file_systems, Completion/Unix/Type/_global_tags,
Completion/Unix/Type/_locales, Completion/Unix/Type/_user_at_host,
Completion/X/Command/_mozilla, Completion/X/Command/_mplayer,
Completion/X/Command/_netscape, Completion/X/Type/_x_visual,
Completion/Zsh/Context/_equal: make sure expl is declared local in
completion functions
2005-06-07 Doug Kearns
* unposted: Completion/Zsh/Command/_dirs: fix typo in opt description
2005-06-06 Doug Kearns
* unposted: Completion/Unix/Command/_raggle: fix typo in tag name
2005-06-02 Doug Kearns
* 21293: Completion/Unix/Command/_ant: update ant completion for
version 1.6.4; always use the -find and -buildfile options when
completing targets
2005-06-01 Peter Stephenson
* unposted: Src/builtin.c: need const for result of getsigname().
* 21296: Doc/Zsh/builtins.yo [this hunk missing from post],
Doc/Zsh/func.yo, Src/builtin.c, Src/jobs.c, Src/zsh.h:
Allow ERR signal as alias for ZERR on systems that don't
have SIGERR. Make "trap" report the name used when the trap
was set rather than the canonical name.
2005-06-01 Doug Kearns
* 21294: Completion/Cygwin/Command/_cygstart,
Completion/Debian/Command/_apt-move,
Completion/Debian/Command/_module-assistant,
Completion/Unix/Command/_ccal, Completion/Unix/Command/_perl,
Completion/Unix/Command/_surfraw, Completion/Unix/Command/_vux,
Completion/X/Command/_kfmclient: fix incorrectly capitalized completion
descriptions
2005-05-31 Geoff Wing
* 21290: configure.ac: don't need backslash quoting within single-quote
areas. Change constant RE boundary characters to slash.
2005-05-30 Oliver Kiddle
* 21266: Completion/Unix/Command/_mh: improve completion of sequences
2005-05-26 Doug Kearns
* 21275 (modified): Completion/Unix/Command/_raggle: update raggle
completion for version 0.4.0
2005-05-23 Bart Schaefer
* unposted: Functions/Prompts/prompt_bart_setup: print whitespace
to stderr for promptcr adjustments, because the prompt itself is
printed to stderr.
2005-05-23 Peter Stephenson
* 21270: Src/system.h: don't use poll() on Apple.
* users/8863: Doc/Zsh/contrib.yo, Functions/Zle/which-command:
enhanced which-command that traces the final command better.
* users/8856: Src/Zle/zle_tricky.c: which-command shouldn't expand
aliases before passing first argument.
2005-05-22 Bart Schaefer
* unposted: Completion/Base/Widget/_complete_debug: add a colon
command so name and version of zsh appear in debug output.
2005-05-21 Doug Kearns
* unposted: Completion/Unix/Command/_webbrowser: add firefox to
list of basic URL completed web browsers
2005-05-17 Peter Stephenson
* 21264: Doc/Zsh/arith.yo: document the return status of (( ... )).
2005-05-17 Geoff Wing
* unposted: Etc/FAQ.yo: update mirror sites
2005-05-13 Oliver Kiddle
* Jesse W: 21244 (modified): Completion/Darwin/Command/_qtplay:
new completion for qtplay (Quick Time wrapper for Mac OS X)
* unposted: Completion/X/Command/_qiv: new completion for qiv
2005-05-13 Motoi Washida
* users/8826: Completion/Darwin/Type/_retrieve_mac_apps: search
applications using spotlight.
2005-05-12 Felix Rosencrantz
* 21257: Completion/Unix/Command/_perforce: fix minor typo
in completion for the p4 password command.
2005-05-11 Oliver Kiddle
* Joerg Sonnenberger: 21252: configure.ac, Src/Modules/zpty.c,
Completion/BSD/Command/_chflags, Completion/Unix/Command/_apm,
Completion/Unix/Command/_cvs, Completion/Unix/Command/_ifconfig,
Completion/Unix/Command/_mount, Completion/Unix/Command/_mt,
Completion/Unix/Command/_sysctl, Completion/Unix/Type/_file_systems,
Completion/Unix/Type/_net_interfaces: Dragonfly BSD support
2005-05-10 Oliver Kiddle
* 21248: Doc/Zsh/mod_socket.yo: avoid use of subsection within
list because it causes makeinfo to produce broken docbook XML
* Haakon Riiser: 21188: Completion/X/Command/_acroread: handle
acroread 7.x
2005-05-09 Bart Schaefer
* unposted (see 21240): Functions/Prompts/prompt_bart_setup,
Functions/Prompts/prompt_bigfade_setup,
Functions/Prompts/prompt_elite2_setup,
Functions/Prompts/prompt_elite_setup,
Functions/Prompts/prompt_fade_setup,
Functions/Prompts/prompt_fire_setup, Functions/Prompts/promptinit:
assorted cleanup triggered by the discovery that elite2 has never
really worked correctly.
2005-05-09 Clint Adams
* 21239: Completion/Unix/Command/_ccal: completion for
ccal.
2005-05-09 Peter Stephenson
* 21211: Doc/Zsh/expn.yo, Src/pattern.c, Test/D02glob.ztst:
Add [[:IDENT:]], [[:IFS:]], [[:IFSSPACE:]], [[:WORD:]] tests.
2005-05-08 Bart Schaefer
* 21235, 21236: Completion/Unix/Command/_ssh: fix remote filename
quoting and wrong exit status, both in _remote_files.
2005-05-07 Clint Adams
* Jesse Weinstein: 21233: Completion/Debian/Command/_dpkg:
completion for dpkg-query.
2005-05-06 Bart Schaefer
* 21229: Doc/Makefile.in: fix fake build run when yodl isn't found
2005-05-05 Clint Adams
* Jesse Weinstein: 21230 (reformatted as 21231):
Completion/Debian/Command/_dpkg: complete -W/--show
for dpkg-deb.
2005-04-30 Bart Schaefer
* 21215: Test/C03traps.ztst: clean up TRAPEXIT file left behind by
autoloaded trap test.
2005-04-27 Peter Stephenson
* 21197: Src/exec.c, Src/signals.c: LOCAL_TRAPS didn't restore
a trap when modified inside another trap.
2005-04-27 Wayne Davison
* unposted: Completion/Unix/Command/_rsync: Made some
options repeatable (--include, --exclude, --filter, -f)
and added the one new option that will be in 2.6.5.
2005-04-26 Peter Stephenson
* 21195 (c.f. 21194 from Bart): Src/pattern.c,
Test/D04parameter.ztst: 21170 broke handling of zero-length
quoted test strings.
2005-04-25 Peter Stephenson
* 21184: Test/B04read.ztst: test for foregoing fix.
* users/8752: Src/builtin.c: stripping IFS characters after
reading a line in the read builtin wasn't sensitive to metafied
characters.
2005-04-24 Bart Schaefer
* unposted: Src/parse.c: get rid of unused third argument of
zwcstat().
* unposted: Functions/Prompts/prompt_bart_setup: employ a variant
of Oliver's suggestion from 21117 to handle promptcr better.
* unposted: Doc/Zsh/builtins.yo, Doc/Zsh/compctl.yo,
Doc/Zsh/compsys.yo, Doc/Zsh/compwid.yo, Doc/Zsh/expn.yo,
Doc/Zsh/invoke.yo, Doc/Zsh/mod_zutil.yo, Doc/Zsh/tcpsys.yo:
fix a lot of places where info compilation was reducing two
hyphens to only one.
* unposted: Doc/Makefile.in: yodl with a little less echo.
* unposted (cf. 20494): Completion/Base/Widget/_generic,
Doc/Zsh/compsys.yo: pass the positional parameters of _generic
through to _main_complete.
* 21174: Src/glob.c: additional Meta-increment/decrement of
pointers when walking metafied strings (goes with 21170).
* Tobias Gruetzmacher 21168 (slightly tweaked):
Completion/Debian/Command/_apt,
Completion/Debian/Type/_deb_packages,
Completion/Unix/Command/_mount,
Completion/Unix/Command/_subversion: localize some completion
variables that were unnecessarily made global, and hide from
typeset display the values of a few others.
2005-04-24 Peter Stephenson
* 21170: Src/glob.c, Src/pattern.c: optimise length calculations
which were causing inefficieny in ${...//.../...} on large
string.
2005-04-22 Geoff Wing
* 20162: Src/Zle/compresult.c: in printlist() don't output new line
if we haven't printed anything
2005-04-21 Clint Adams
* users/8733: Completion/Unix/Command/_surfraw: rudimentary
completion for surfraw.
2005-04-19 Clint Adams
* 21156: Completion/Debian/Command/_dpkg: tweaks to
dpkg-reconfigure completion.
2005-04-18 Felix Rosencrantz
* 21154: Completion/Unix/Command/_perforce: add pid completion for
monitor (clear|terminate) commands.
2005-04-17 Clint Adams
* 21153: Completion/Debian/Command/_module-assistant: incorporate
most of the features of Stephen Rueger's _module-assistant, posted
as 21152.
* 21151: Completion/Debian/Command/_module-assistant: completion
for module-assistant.
* 21150: Completion/Unix/Command/_baz,
Completion/Unix/Command/_tla: handle parsing of subcommand help
output a bit more sanely.
2005-04-16 Bart Schaefer
* unposted (see 21148): Test/A04redirect.ztst: update test for
change in error message.
2005-04-16 Clint Adams
* 21147: Completion/Unix/Command/_baz,
Completion/Unix/Command/_tla, Completion/Unix/Type/_arch_archives,
Completion/Unix/Type/_arch_namespace: factor out some common code
from _tla and _baz, and fix some breakage from 21075.
2005-04-15 Peter Stephenson
* 21143: Src/exec.c, Src/Modules/socket.c: be more careful when
closing or opening sockets onto file descriptors.
2005-04-14 Peter Stephenson
* 21141: Doc/Zsh/redirect.yo, Src/exec.c, Test/A04redirect.ztst:
make NO_CLOBBER apply to {myfd}>... redirections, improve
some error cases, fix bug that {myfd}>>(...) hung on a builtin.
2005-04-13 Bart Schaefer
* 21064: Test/D03procsubst.ztst: test case for 21049.
2005-04-13 Peter Stephenson
* 21136: Test/C03traps.ztst: don't leave TRAPEXIT file lying
around in Test directory.
2005-04-12 Clint Adams
* 21135: Completion/Unix/Command/_screen: complete attached
sessions after screen -x.
2005-04-12 Peter Stephenson
* 21134: Test/A04redirect.ztst: error for bad file descriptor
can vary between systems.
* 21133: Doc/Zsh/redirect.yo, Src/exec.c, Src/parse.c, Src/text.c,
Src/zsh.h, Test/A04redirect.ztst: New {myfd}> syntax for
allocating file descriptors.
2005-04-11 Clint Adams
* 21132: Completion/Unix/Type/_pdf, Completion/X/Command/_xpdf:
complete xpdf options, and also complete .pdf.bz2 files when
completing compressed PDF files.
2005-04-11 Peter Stephenson
* 21131: Src/init.c, Test/A01grammar.ztst: exit with status 127
when a script is not found, making the error message more
sensible.
2005-04-10 Clint Adams
* unposted: config.guess, config.sub: update to 2005-03-24 and
2005-02-10, respectively.
2005-04-08 Clint Adams
* 21125: Src/Zle/zle_main.c: do an initial conversion when
zle is loaded.
* 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c:
have zle cache a wide-char version of WORDCHARS each time
it's changed (when ZLE_UNICODE_SUPPORT is defined).
2005-04-08 Oliver Kiddle
* 21107: configure.ac: handle case where there is a native iconv
but GNU libiconv's iconv.h is picked up first
2005-04-06 Clint Adams
* 21096: Completion/X/Command/_gv: update for gv 3.6,
which uses double-hyphen options.
2005-04-06 Peter Stephenson
* Carlos Phillips :
private email: Completion/Unix/Command/_darcs: much improved
completion for darcs.
2005-04-05 Wayne Davison
* unposted: Completion/Unix/Command/_rsync: Made --address
work for both client- and daemon-mode.
2005-04-05 Peter Stephenson
* 21095 slightly tweaked to include bits of users/8658:
Etc/FAQ.yo: update completion FAQ and the most out-of-date
parts of the description of bugs and features.
2005-04-04 Peter Stephenson
* Toby Peterson: 21083: On Mac OS X 10.4, the AS and RSS rlimits
are the same. Also utmpx doesn't have ut_name. In fact, it
doesn't seem to have it on any system.
* Dan Nelson: 21082: Src/exec.c, Test/A01grammar.ztst: fix zsh -c
exit status on parse error.
2005-04-03 Andrey Borzenkov
* 21086: Completion/Unix/Command/_rsync: fix module completion,
redirect rsync errors to /dev/null, use -S "" as suggested
by Oliver.
* 21085: Completion/Mandrake/Command/_urpmi: update for 10.2,
add parsehdlist, use urpmq --list options to get media and
package list
2005-04-01 Oliver Kiddle
* 21081: Completion/Unix/Command/_fuser: complete network
services for the psmisc version of fuser
* unposted: Completion/Unix/Command/_subversion: minor correction
2005-04-01 Peter Stephenson
* c.f. 21071: Doc/Zsh/{builtins.yo,compsys.yo,compwid.yo,func.yo,
grammar.yo,mod_clone.yo,mod_computil.yo,mod_system.yo,mod_zftp.yo,
mod_zpty.yo,mod_zselect.yo,mod_zutil.yo,params.yo,prompt.yo,
tcpsys.yo}: use "status" for exit and return status
instead of "value" or "code".
* 21078: Src/init.c, Test/A01grammar.ztst: parse errors didn't
cause non-zero exit status.
2005-03-31 Oliver Kiddle
* 21076: Completion/Unix/Command/_subversion: use _files with
(e) glob qualifier to handle completing files by their status
2005-03-27 Clint Adams
* 21075: Completion/Unix/Command/_baz: update baz completion
to not use -A option since it's being dropped in baz 1.3.
* Zack Cerza: 21074: Completion/Debian/Command/_aptitude: update
for newer aptitude.
2005-03-31 Peter Stephenson
* 21049: Src/exec.c, Src/init.c, Src/utils.c, Src/zsh.h: Don't
close file descriptors opened for process substitution when
executing external programmes in a shell function. Rewrite
the corresponding code to make it more transparent.
2005-03-28 Wayne Davison
* unposted: Completion/Unix/Command/_rsync: Added --protocol.
2005-03-27 Clint Adams
* 21068: Completion/Unix/Command/_subversion: complete modified
files for 'svn revert'.
2005-03-27 Andrey Borzenkov
* 21066: Completion/Unix/Command/_rsync: rsync:// URL support,
fix modules completion, strip remote banners
2005-03-24 Andrey Borzenkov
* 21053: Completion/X/Command/_kfmclient: use kde search path
to find profiles in openProfile
2005-03-22 Andrey Borzenkov
* 21051 (modifed as suugested by Oliver in 21052):
Completion/Unix/Command/_fuser: for SVR4 complete signals only after
-k; fix file name as first argument.
2005-03-21 Peter Stephenson
* 21046: Completion/Base/Completer/_approximate: use extra tests
and "always" block to make unfunction of compadd more reliable.
2005-03-21 Peter Stephenson
* 21045: Src/Zle/compcore.c, Src/Zle/complete.c: more places
where completion didn't handled Meta characters.
2005-03-21 Oliver Kiddle
* Stephen Rüger: 21019: Completion/Unix/Command/_mpc:
new completion for mpc
2005-03-21 Peter Stephenson
* 21042: Src/Zle/zle_main.c, Doc/Zsh/zle.yo: test for and
document limitation that execute-named-comand and
execute-last-named-command can't be redefined or called by name.
2005-03-18 Wayne Davison
* 20984 (modified): Src/zsh.h, Src/options.c, Src/hist.c,
Doc/Zsh/options.yo: Added a new option, HIST_SAVE_BY_COPY, and
made it enabled by default. This changes the rewriting of the
history file to be done via copy and rename rather than truncate
and write-in-place.
2005-03-18 Peter Stephenson
* 21014: Src/Zle/zle_hist.c: remember_edits() was broken,
which meant that searching the current line didn't work.
* zsh-users/8609: Doc/Zsh/expn.yo: document order of (u), (o)
and (O) parameter expansion flags.
2005-03-16 Peter Stephenson
* 20983: Test/D02glob.ztst, Src/glob.c: fixed string segments
in globbed paths could be copied wrongly, resulting in failed globs.
2005-03-15 Peter Stephenson
* 20978: Src/zle_main.c: don't propagate EOFs from recursive
edit.
2005-03-11 Wayne Davison
* unposted: Completion/Unix/Command/_rsync: A few more tweaks
to the various --*-dest options.
2005-02-28 Philippe Troin
* 20886: configure.ac: Use TTOU with trap rather than SIGTTOU.
2005-03-13 Bart Schaefer
* unposted: Functions/Prompts/prompt_bart_setup: Update to some
4.2.2+ features, and add special handling for nopromptcr.
2005-03-11 Bart Schaefer
* 20892: Src/utils.c: sanity improvements for setopt correctall,
plus spell-check directory names for autocd with setopt correct.
(Note this works only one level deep, not for paths with slashes.)
2005-03-11 Peter Stephenson
* 20966: Src/Zle/zle_misc.c: need to copy strings to avoid
crash in completion for execute-named-command.
2005-03-09 Clint Adams
* 20961: Completion/Unix/Command/_baz: fix completion of status and
diff subcommands.
2005-03-10 Andrey Borzenkov
* 20957: Completion/Unix/Command/_fuser:
Add support for Solaris and SVR4
2005-03-10 Peter Stephenson
* 20959 (variant of 20958): Src/params.c, Src/Module/parameter.c,
Test/V01zmodload.ztst: fix crash unloading zsh/parameter and test.
2005-03-09 Peter Stephenson
* 20955: README, Src/builtin.c: "unset foo" should return
status 0 if foo was not set.
2005-03-09 Motoi Washida
* 20953: Completion/Unix/Command/_du: "du --version" tries to
display size of files in current directory on FreeBSD and Darwin.
2005-03-09 Clint Adams
* 20951: Completion/Unix/Command/_baz: fix version detection
and baz merge completion.
2005-03-07 Clint Adams
* 20946: Completion/Linux/Command/_iwconfig: completion for
iwconfig command.
2005-03-07 Peter Stephenson
* 20945: Src/Zle/zle_misc.c: rename static variables to
avoid clash with "cmdstr" exported by zle_tricky.c.
2005-03-07 Clint Adams
* 20944: Completion/Debian/Command/_uscan: completion for
uscan command.
* 20943: Completion/Linux/Command/_tune2fs: completion for
tune2fs command.
* 20942: Completion/Unix/Command/_showmount: completion for
showmount command.
* 20941: Completion/Unix/Command/_mii-tool: completion for mii-tool
command.
* 20940: Completion/Unix/Command/_knock: completion for knock
command.
* 20939: Completion/Unix/Command/_groff: completion for groff
command.
* 20938: Completion/Unix/Command/_fuser: completion for fuser
command.
* 20937: Completion/Unix/Command/_fortune: completion for fortune
command.
* 20936: Completion/Linux/Command/_acpi: completion for acpi
command.
2005-03-05 Andrey Borzenkov
* Tobias Gruetzmacher: 20932: Completion/X/Command/_kfmclient:
Add copy command
2005-03-04 Peter Stephenson
* unposted: Src/Zle/zle_refresh.c: correct deliberate mistake.
* 20928: Src/Zle/zle_refresh.c: null terminate lines so that they
can be compared reliably.
2005-03-04 Motoi Washida
* unposted: Completion/Darwin/Command/_softwareupdate: new completion
* unposted: Completion/Darwin/Command/_hdiutil: arguments are
required after -imagekey, -srcimagekey options
2005-03-03 Oliver Kiddle
* 20921, 20924: Src/utils.c, Completion/Unix/Command/_iconv:
using UCS-4BE instead of ISO-10646 to identify character
encoding is more portable; make error message more specific;
find more encodings in iconv completion on Solaris
* Henryk Konsek: 20918 (modified): Completion/Unix/Command/_unace:
new completion for unace
2005-03-03 Peter Stephenson
* from Wayne, adapted: 20900: another way of preventing
text without a newline from being overwritten by the prompt.
(Originally suggested by Karl Chen in 20896.)
2005-03-02 Clint Adams
* 20906: Completion/Unix/Command/_make: patch from
Mike "Stew" O'Connor to limit recursion depth in make
completion variable expansion.
2005-03-02 Wayne Davison
* 20917: Completion/Unix/Command/_make: Don't try to expand a
single-character Makefile variable if it is a digit. Avoids
an infinite recursion from a Makefile referencing $1.
2005-03-02 Clint Adams
* 20909, 20911: Src/Modules/termcap.c: reverse row and col
arguments to tgoto(), and set affcnt to 1 unconditionally
when we echotc a capability with arguments (which we then
assume to be the 'cm' capability, with arguments in the
form .
2005-03-01 Peter Stephenson
* 20897: Completion/Unix/Command/_a2ps: complete system printers
as well as those configured into a2ps.
2005-02-28 Peter Stephenson
* 20888: Doc/Zsh/builtins.yo, Src/jobs.c: allow the prefix
SIG in signal names used with the trap and kill builtins, for
compatibility.
2005-02-26 Andrey Borzenkov
* 20872: Src/Zle/zle_utils.c, Src/Zle/zle_vi.c, Src/Zle/zle_word.c:
Fix ZC_ vs. ZS_ confusion.
2005-02-25 Peter Stephenson
* 20869: Src/Zle/zle.h, Src/Zle/zle_hist.c, Src/Zle/zle_main.c,
Src/Zle/zle_refresh.c, Src/Zle/zle_utils.c, Src/Zle/zle_vi.c,
Src/Zle/zle_word.c: more small Unicode tweaks
2005-02-25 Oliver Kiddle
* 20867: Completion/Unix/Command/_ant: handle imported files
that are specified using a relative path
2005-02-24 Peter Stephenson
* 20866: Src/Zle/zle_misc.c: two mistakes in 20861.
2005-02-24 Oliver Kiddle
* Konstantin Sobolev: 20832 (modified):
Completion/Unix/Command/_ant: gather targets from imported files
* 20862: configure.ac, Src/system.h, Src/utils.c: attempt to
fix configure scripts to detect iconv properly
2005-02-24 Peter Stephenson
* 20863: Src/utils.c, Src/zsh.h, Src/Zle/zle.h,
Src/Zle/zle_hist.c, Src/Zle/zle_utils.c: fix history (i)searching
for Unicode.
* 20861: Src/Zle/complist.c, Src/Zle/zle.h, Src/Zle/zle_hist.c,
Src/Zle/zle_main.c, Src/Zle/zle_misc.c, Src/Zle/zle_refresh.c,
Src/Zle/zle_thingy.c, Src/Zle/zle_vi.c: Fix use of statusline
with Unicode, apart from isearch.
2005-02-23 Andrey Borzenkov
* 20857 (modified): Src/Zle/zle.h, Src/Zle/zle_refresh.c: use
wide characters internally. This fixed cursor position with
multibyte characters bug without any significant code change.
Is still does not use character width information.
2005-02-23 Peter Stephenson
* 20856: Src/Zle/complist.c: use VARARR for multibyte string.
* 20854: Src/Zle/complist.c, Src/Zle/zle.h, Src/Zle/zle_hist.c,
Src/Zle/zle_main.c, Src/Zle/zle_misc.c, Src/Zle/zle_move.c,
Src/Zle/zle_params.c, Src/Zle/zle_refresh.c, Src/Zle/zle_tricky.c,
Src/Zle/zle_utils.c, Src/Zle/zle_vi.c: more Unicode stuff.
2005-02-23 Clint Adams
* 20847: Completion/compaudit: stop adding gratuitous
elements to fpath when MARK_DIRS is set.
2005-02-23 Andrey Borzenkov
* 20845: Src/Zle/zle_main.c, Src/Zle/zle_utils.c: fix
multibyte input in getrestchar; fix cursor position in
zlelineasstring when cs == ll.
2005-02-22 Peter Stephenson
* 20843: Doc/Zsh/expn.yo, Src/utils.c: named directories always
have trailing slashes pruned. Any related parameter remains
unmodified.
* Andrey Borzenkov: 20838 with minor tweaks: Src/system.h,
Src/Zle/zle.h, Src/Zle/zle_main.c, Src/Zle/zle_misc.c,
Src/Zle/zle_tricky.c, Src/Zle/zle_utils.c: fixes to
get ZLE_UNICODE_SUPPORT basically working.
2005-02-21 Peter Stephenson
* 20837: Doc/Zsh/contrib.yo: typos.
* 20834: Completion/X/Command/_kfmclient: use _webbrowser for
file/URL arguments.
* 20833: Src/Zle/zle.h: typo in 20822: int_t should have
been wint_t.
2005-02-19 Wayne Davison
* unposted: Completion/Unix/Command/_rsync: A little more
cleanup and 2 more options for the upcoming rsync 2.6.4
release.
2005-02-19 Motoi Washida
* users/8522: Completion/Darwin/Command/_defaults: fixed the
number of spaces broken while sending the patch by email.
2005-02-18 Peter Stephenson