ChangeLog for zsh version 4.2.0
2004-03-19 Peter Stephenson <pws@csr.com>
* unposted: Config/version.mk, Etc/NEWS, Util/.distfiles:
zsh-4.2.0 released.
2004-03-18 Peter Stephenson <pws@csr.com>
* unposted: make 19655 a bit safer.
* 19657: Src/modules.c: Leak when an autoloadable math function
was read in. Also, it was impossible to autoload multiple math
functions from the same library.
* 19656: Src/exec.c Leak saving and restoring parameters around
builtins and functions when set temporarily for that command if
the parameter was previously exported.
* 19655: Src/params.c: the reverse pointer from a tied array
to a tied scalar wasn't delete if the array was unset by unsetting
the scalar (or probably vice versa).
2004-03-17 Peter Stephenson <pws@csr.com>
* unposted: Etc/MACHINES: dlcompat apparently not needed
on Apple from 10.3 on.
* 19653: Etc/MACHINES: Latest OS-specific information after some
tweaking.
2004-03-17 Oliver Kiddle <opk@zsh.org>
* unposted: Test/C02cond.ztst: mention HFS+ as possible cause
of -N test failure as suggested by James Devenish
* 19648: Completion/Zsh/Command/_zpty: complete -t and -n options
2004-03-16 Clint Adams <clint@zsh.org>
* 19641: Src/Modules/pcre.c: implement -pcre-match conditional
suggested by Oliver.
2004-03-16 Peter Stephenson <pws@csr.com>
* 19629: Src/Modules/zpty.c: implement Oliver's research into
making zpty work under HP-UX.
2004-03-16 Clint Adams <clint@zsh.org>
* 19640: Src/Modules/pcre.c: improve error reporting a bit.
* 19631: Doc/Zsh/mod_pcre.yo, Src/Modules/pcre.c: avoid segfault
when pcre_study is called before pcre_compile; documentation on
pcre_compile options.
2004-03-16 Peter Stephenson <pws@csr.com>
* 19140 (patch reversed): Nicholas George: Src/builtin.c: Release
process group on shell exit if acquired.
2004-03-14 Oliver Kiddle <opk@zsh.org>
* unposted: LICENCE: update year to 2004
* unposted: Etc/MACHINES: mention relevant version numbers
* 19619: configure.ac: fix problem with getting signals
on MacOS X 10.1
2004-03-12 Peter Stephenson <pws@csr.com>
* zsh-users/7160: Src/Zle/zle_misc.c, Src/Zle/zle_utils.c,
Util/check_exports: Check and fix mod_export entries.
* 19615: Etc/MACHINES: update information.
2004-03-12 Oliver Kiddle <opk@zsh.org>
* unposted: Completion/Unix/Command/.distfiles,
Completion/Unix/Command/_mtr, Completion/Unix/Command/_vux,
Completion/Unix/Command/_tla: fix indentation, missing local
and add to .distfiles
* 19616: configure.ac: use correct shared library link options
for gcc on HP/UX
2004-03-12 Clint Adams <clint@zsh.org>
* 19614: Completion/Unix/Command/_mtr: better descriptions
and grouping.
* 19613: Completion/Unix/Command/_vux: better descriptions
and indentation.
2004-03-12 Oliver Kiddle <opk@zsh.org>
* 19602: Src/signames2.awk: adjust to cope with output from the
preprocessor on HP/UX, Itanium II, fixing signals problems
2004-03-11 Clint Adams <clint@zsh.org>
* 19605: Completion/Unix/Command/_mtr: completion for Matt's
traceroute.
* 19604: Completion/Unix/Command/_vux: completion for vux
and vuxctl.
2004-03-11 Peter Stephenson <pws@csr.com>
* 19603: Test/Y01completion.ztst, Test/Y02compmatch.ztst,
Test/Y03arguments.ztst: Gracefully omit tests if zsh/zpty is
not available.
2004-03-11 Clint Adams <clint@zsh.org>
* 19600: Completion/Unix/Command/_tla: rudimentary completion
for tla.
2004-03-11 Oliver Kiddle <opk@zsh.org>
* 19596: Src/module.c: include dlfcn.h instead of dl.h on HP/UX 11
* 19595: Src/hashtable.c, Src/lex.c, Src/parse.c, Src/zsh.h,
Src/Zle/zle_tricky.c: rename DO to DOLOOP to avoid conflict with
a DO in curses.h on Tru64 5.1
2004-03-10 Peter Stephenson <pws@csr.com>
* 19575: Src/signals.c, Test/C03traps.ztst: Fix the problem
that trap '...' EXIT overrode the exit status of the function
it was in.
2004-03-08 Clint Adams <clint@zsh.org>
* 19566: Doc/Zsh/params.yo: change associative array
documentation to refer to Parameter Expansion Flags
rather than Subscript Flags. Wording by Frederik
Eaton and Peter.
2004-03-08 Peter Stephenson <pws@csr.com>
* 19554: Src/pattern.c: improve users/7121 by allowing
Cygwin not to use pattern matching if only the case-insensitive
flag is on.
* 19553: Src/Zle/complist.c, Src/Zle/zle_hist.c,
Src/Zle/zle_keymap.c, Src/Zle/zle_main.c, Src/Zle/zle_misc.c,
Src/Zle/zle_move.c, Src/Zle/zle_tricky.c, Src/Zle/zle_vi.c:
Rename `c' to `lastchar' and mark for export.
* 19552: Src/params.c: missing mod_export.
2004-03-07 Oliver Kiddle <opk@zsh.org>
* unposted: Etc/MACHINES: builds `out-of-the-box' on OpenBSD 3.4
* 19549: Src/builtin.c, Test/B03print.ztst: allow for size
modifiers in printf format spec's buffer
2004-03-06 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* zsh-users/7121: Doc/Zsh/options.yo, Src/options.c,
Src/pattern.c, Src/zsh.h: NO_CASE_GLOB option for
case-insensitive globbing.
2004-03-05 Wayne Davison <wayned@users.sourceforge.net>
* unposted: config.guess, config.sub: update to versions from
autoconf 2.59 (the timestamps are 2003-10-03 and 2003-08-18,
respectively).
2004-03-05 Oliver Kiddle <opk@zsh.org>
* 19540: Completion/Unix/Command/_gpg, Completion/X/Command/_mplayer:
fixes from Jürgen Erhard, Tommi Komulainen and Chip Salzenberg
2004-03-05 Peter Stephenson <pws@csr.com>
* unposted: Config/version.mk: 4.2.0-pre-3
2004-03-05 Geoff Wing <gcw@zsh.org>
* 19474: Src/Zle/compresult.c: fix a calculation when displaying
completions which are screen width or multiples of that wide, and
option always_last_prompt is used.
2004-03-04 Peter Stephenson <pws@csr.com>
* 19535: configure.ac, INSTALL: Add --enable-cap flag
to turn on search for POSIX capabilities; fails on AIX otherwise.
2004-03-03 Wayne Davison <wayned@users.sourceforge.net>
* users/7105: configure.ac, Makefile.in: Added back the stamp-h
idiom which stop regenerating config.h when it is up-to-date but
unchanged.
2004-03-03 Wayne Davison <wayned@users.sourceforge.net>
* 19530: Src/Zle/zle_params.c: Fixed two cases where unmetify()
was using an int* to store a value into a size_t variable.
2004-03-03 Oliver Kiddle <opk@zsh.org>
* 19525: Completion/Unix/Type/_groups: complete groups using
lookupd on Mac OS X
* 19525: Src/Modules/socket.c, Src/Modules/tcp.c,
Src/Zle/zle_params.c: suppress a few compiler warnings
2004-03-03 Peter Stephenson <pws@csr.com>
* 19528: Src/Modules/zselect.c: missing argument when neither
select nor poll was available.
* unposted: Config/version.mk: zsh 4.2.0-pre-2.
* 19523: Src/signames2.awk: attempt to work around awk
problem on AIX 5.
2004-03-02 Peter Stephenson <pws@csr.com>
* zsh-users/7100: Completion/Base/Core/_main_complete:
didn't test for [[ -o equals ]] before scrobbling the first
= of an argument.
* spotted by Bart 19514: typo in Src/Modules/terminfo.c.
2004-03-01 Peter Stephenson <pws@csr.com>
* 19512: INSTALL, configure.ac, Src/Modules/pcre.mdd:
Require --enable-pcre in order to avoid problems with libpcre.so
availability.
2004-03-01 Oliver Kiddle <opk@zsh.org>
* unposted: Completion/Debian/Command/_aptitude: correct return status
* 19507: Completion/Unix/Command/_attr,
Completion/Unix/Command/_less, Completion/Unix/Command/_rcs,
Completion/Unix/Command/_wiggle: new completions for less,
merge, wiggle, attr, getfattr and setfattr
2004-03-01 Peter Stephenson <pws@csr.com>
* 19505: Src/init.c: compilation with NTTYDISC defined was
broken.
2004-02-29 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* unposted: Doc/Zsh/compsys.yo: fix typo
* 19498: Completion/Unix/Command/_antiword: update for version 0.35
2004-02-28 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* 19477: Completion/Unix/Command/_lynx: improve option argument
descriptions
2004-02-27 Peter Stephenson <pws@csr.com>
* 19478: configure.ac: make pcre put its flag into
CPPFLAGS so preprocessor can find them.
2004-02-26 Wayne Davison <wayned@users.sourceforge.net>
* unposted: Src/Modules/zpty.c: silenced a compiler warning
about an unused variable.
2004-02-26 Peter Stephenson <pws@csr.com>
* unposted: .cvsignore, .distfiles, README, Config/version.mk,
Etc/CONTRIBUTORS, Etc/MACHINES, Etc/NEWS,
Functions/Zle/.distfiles: zsh 4.2.0-pre-1.
2004-02-26 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* unposted: Completion/Unix/Command/_raggle: reword --help
description and add a version string
* 19468: Completion/Unix/Command/_elinks,
Completion/Unix/Command/_gpg, Completion/Unix/Command/_imagemagick,
Completion/Unix/Command/_java, Completion/Unix/Command/_links,
Completion/Unix/Command/_lynx, Completion/Unix/Command/_pine,
Completion/Unix/Command/_subversion, Completion/Unix/Command/_w3m,
Completion/Unix/Command/_webbrowser, Completion/Unix/Command/_wget,
Completion/Unix/Type/_urls, Completion/X/Command/_mozilla,
Completion/X/Command/_mplayer: capitalize URL abbreviation in
completion descriptions
2004-02-26 Peter Stephenson <pws@csr.com>
* 19460: configure.ac, Src/Modules/terminfo.c,
Src/Modules/terminfo.mdd: Another go at fixing the terminfo
configuration problems.
2004-02-25 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* 19458: Completion/Unix/Command/_raggle: new completion for raggle
2004-02-23 Oliver Kiddle <opk@zsh.org>
* 19457: Completion/Unix/Command/_rar, Completion/Unix/Command/_sed,
Completion/Unix/Command/_ssh, Completion/Unix/Command/_uniq:
new sed and uniq completions, add descriptions for
rar commands and update completion for ssh-keygen
2004-02-20 Peter Stephenson <pws@csr.com>
* 19456: configure.ac, Src/system.h, Src/Modules/zpty.c,
Src/Zle/iwidgets.list, Src/Zle/zle_hist.c: Fix 19428.
2004-02-20 Oliver Kiddle <opk@zsh.org>
* 19455: Completion/Unix/Command/_mount: complete hostnames
and nfs mounts
2004-02-19 Clint Adams <schizo@debian.org>
* unposted: Completion/Debian/Command/_bts: patch from
Christian Marillat; complete new BTS tags.
2004-02-19 Wayne Davison <wayned@users.sourceforge.net>
* unposted: Src/Zle/complist.c: Silenced some compiler warnings
about uninitialized variables.
2004-02-18 Oliver Kiddle <opk@zsh.org>
* 19437: configure.ac: don't rely on path search to find
config.modules.sh
* 19436: Completion/Unix/Type/_groups, Completion/Unix/Type/_hosts,
Completion/Unix/Type/_printers: complete more things from nis
2004-02-17 Peter Stephenson <pws@csr.com>
* 19428: configure.ac, Src/Modules/pty.c: use configure to
test if we can create pty pairs using /dev/ptmx.
* 19428: configure.ac: fix test for #include'ing STREAMS
headers.
* 19427: Src/jobs.c: last job in table wasn't reported with `jobs'.
2004-02-16 Oliver Kiddle <opk@zsh.org>
* unposted: Completion/Unix/Command/_apachectl: complete also for
apache2ctl
* Frank v Waveren: 19423: Completion/X/Command/_mplayer: correct
typo in one of the options
2004-02-15 Oliver Kiddle <opk@zsh.org>
* 19422: Src/Zle/compctl.c: fix crash if given a long option
2004-02-14 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 19420: acconfig.h, aczsh.m4, configure.ac, Makefile.in,
Config/config.mk, Src/mkmakemod.sh, Src/Modules/system.mdd
2004-02-13 Oliver Kiddle <opk@zsh.org>
* 19418: Completion/Linux/Command/_modutils,
Completion/Unix/Command/_lzop, Completion/Unix/Command/_perldoc,
Completion/Unix/Command/_vorbis, Completion/X/Command/_mozilla,
Completion/X/Command/_nedit: update completions for new versions
2004-02-12 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* unposted: Completion/X/Command/_acroread: capitalize PDF
abbreviation in the file match descriptions
2004-02-10 Oliver Kiddle <opk@zsh.org>
* 19415: Doc/Zsh/options.yo: fix documentation to indicate that
short_loops option is applicable to repeat loops too
* 19409: Completion/Base/Widget/_generic: handle situation where
the user has the nounset option set
2004-02-09 Wayne Davison <wayned@users.sourceforge.net>
* 19410: Src/Zle/compmatch.c: Another fix to avoid a match that
ends in the middle of a Meta sequence.
* 19406: Src/Zle/compmatch.c: Optimized the check for a
"widowed" Meta character.
2004-02-08 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 19408: Src/Builtins/rlimits.c: fix option handling for ulimit -aH.
2004-02-04 Oliver Kiddle <opk@zsh.org>
* Mikael Magnusson: 19405: Completion/Unix/Command/_gphoto2:
new completion for gphoto2
2004-01-22 Peter Stephenson <pws@csr.com>
* 19389 plus added stdunsetfn to EPOCHSECONDS:
Src/Modules/datetime.c, Doc/Zsh/mod_datetime.yo: add -s scalar
option to strftime, remove EPOCHSECONDS cleanly when module
unloaded.
2004-01-21 Oliver Kiddle <opk@zsh.org>
* 19387: Completion/...: add (-.) glob qualifiers to many globs
where only files are directly applicable: _files can add directories
* 19309: Completion/Unix/Type/_files: add #q to the start of a
glob qualifier in the -g argument so that glob qualifiers can
be specified from the file-patterns style
2004-01-20 Peter Stephenson <pws@csr.com>
* Bob Schmertz: 19385: Src/compmatch.c: protect against calling
add_match_part with NULL pointers.
2004-01-19 Peter Stephenson <pws@csr.com>
* Vincent Stemen <zsh@hightek.org>: users/7011:
Src/mkbltnmlst.sh: add_automathfunc was misnamed in
shell script.
2004-01-16 Peter Stephenson <pws@csr.com>
* 19382: Functions/Misc/zmv: better error message if move failed
due to file system not recognising new name as being different.
2004-01-15 Oliver Kiddle <opk@zsh.org>
* 19378: Completion/Debian/Command/_update-rc.d,
Completion/Unix/Type/_services: complete for update-rc.d and avoid
picking up README files as services
* 19377 based on 19375 (Laurent Rineau):
Completion/Unix/Type/_email_addresses: handle better
situation where MH is not installed
2004-01-15 Peter Stephenson <pws@csr.com>
* 19374: Src/params.c: typo in 19361 caused crashes when
unsetting special parameters tied internally to arrays.
2004-01-14 Peter Stephenson <pws@csr.com>
* 19364: Completion/Unix/Command/.distfiles,
Completion/Unix/Command/_printenv: complete for printenv.
2004-01-14 Oliver Kiddle <opk@zsh.org>
* 19369: Completion/Unix/Command/_getent,
Completion/Debian/Command/_aptitude,
Completion/Zsh/Command/_precommand: complete for getent,
aptitude and catchsegv
* spotted by Bart: 19365: Completion/Unix/Type/_perl_modules:
avoid use of $words[0]
2004-01-13 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* 19358: Completion/Unix/Command/_elinks: update for version 0.9.0
2004-01-12 Peter Stephenson <pws@csr.com>
* 19361: Src/builtin.c, Src/params.c: Memory leaks possibly
indicated by valgrind. Retying a pair of variables leaked
a string. Attempting to assign to a slice of an associative
array (error) could leak the value. Unsetting the array part
of a user tied array leaked a couple of bytes.
2004-01-09 Peter Stephenson <pws@csr.com>
* 19354: Doc/Zsh/compctl.yo, Doc/Zsh/intro.yo: Fix section
names in manual which upset Docbook.
2004-01-08 Peter Stephenson <pws@csr.com>
* 19338 adapated (see following thread): .distfiles,
Makefile.in, zshconfig.ac, configure.in, configure.ac,
Etc/zsh-development-guide: Remove support for autoconf
versions before 2.50.
2004-01-06 Peter Stephenson <pws@csr.com>
* 19339: Doc/Zsh/tcpsys.yo, Functions/TCP/tcp_fd_handler,
Functions/TCP/tcp_read: test for whether we are in a zle handler;
allow filter to abort output.
2004-01-05 Peter Stephenson <pws@csr.com>
* 19336: Src/Zle/compmatch.c: Matches were compared in length
treating Meta characters as ordinary characters. This could
result in a common prefix being truncated immediately after
the Meta. This generated an invalid metafied string which
could cause the shell to crash.
2004-01-05 Wayne Davison <wayned@users.sourceforge.net>
* zsh-users/6969: Src/builtin.c: made an eval of an empty string
return a zero errorcode.
2003-12-17 Oliver Kiddle <opk@zsh.org>
* 19308: Src/utils.c, Test/C01arith.ztst: zsh crashes with $((##))
2003-12-16 Oliver Kiddle <opk@zsh.org>
* 19299: Completion/Unix/Command/_mount: try to handle
completion of devices better
2003-12-15 Peter Stephenson <pws@csr.com>
* unposted: Doc/Zsh/zle.yo: add an extra comment to
the zle -K vicmd at Bart's suggestion in 19282.
2003-12-12 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 19281: Src/Zle/zle_main.c, Src/Zle/zle_thingy.c, Doc/Zsh/zle.yo:
zle-line-init, if defined as a widget, is called when zle
starts to read a line.
2003-12-05 Oliver Kiddle <opk@zsh.org>
* 19276: Completion/Base/Completer/_prefix: fix fallback used to
get completer list if the style lookup failed
2003-12-04 Oliver Kiddle <opk@zsh.org>
* Baptiste Daroussin: 19272: Completion/Unix/Command/_chown,
Completion/Unix/Command/_links, Completion/X/Command/_mplayer:
use colon separator on Linux for chown, complete links graphics
drivers and more file types for mplayer
* unposted: Completion/Unix/Command/_subversion: small addition to
output from `svn help diff' broke substitution for getting options
2003-12-03 Peter Stephenson <pws@csr.com>
* 19269: Src/pattern.c, Misc/globtests, Test/D02glob.ztst:
8-bit characters didn't work in character classes where
chars were signed.
2003-11-28 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* unposted: Completion/Unix/Command/_elinks: update for version 0.4.3
2003-11-21 Oliver Kiddle <opk@zsh.org>
* 19265: Completion/Unix/Command/_ls, Completion/X/Command/_mozilla:
update for latest versions
* unposted: Completion/Unix/Command/_screen: tidy up descriptions
* Stephen Rüger: 19255: Completion/Debian/Command/_apt: update
to work with APT 0.5.14
2003-11-17 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* unposted: Completion/Unix/Command/_wget: --dns-cache option takes a
boolean argument
2003-11-14 Oliver Kiddle <opk@zsh.org>
* 19244: Completion/Linux/Command/_mondo,
Completion/Mandrake/Command/_urpmi, Completion/Unix/Command/_grep,
Completion/Unix/Command/_mh, Completion/Unix/Command/_mount,
Completion/Unix/Command/_rsync, Completion/Unix/Command/_subversion,
Completion/Unix/Command/_w3m, Completion/Unix/Command/_wget,
Completion/Unix/Command/_xmlsoft, Completion/Unix/Type/_diff_options,
Completion/Zsh/Command/_alias, Completion/Zsh/Command/_precommand:
various completion function fixes and updates
2003-11-14 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* unposted: Completion/Unix/Command/_w3m: fix typo
2003-11-13 Peter Stephenson <pws@csr.com>
* 19242: acconfig.h, zshconfig.ac, Src/Builtin.c, Src/exec.c,
Src/init.c, Src/jobs.c, Src/prompt.c, Src/signals.c, Src/zsh.h,
Src/Modules/parameter.c, Src/Zle/compctl.c: Make the job table
dynamically reallocatable. Expand as needed, reduce only at
top level.
2003-11-11 Peter Stephenson <pws@csr.com>
* unposted: Completion/Unix/Command/_perforce: bug in
_perforce_groups; wrong tag for users; directory completion
when not completing all files.
2003-11-03 Peter Stephenson <pws@csr.com>
* 19218: Src/exec.c, Src/Zle/zle_main.c: extend 19216 to
fix similar probably when calling zle widgets.
* 19216: Src/exec.c: save and restore $pipestatus on functions
when noreturnval flag is set. Remove unnecessary debugging output.
2003-11-02 Felix Rosencrantz <f_rosencrantz@yahoo.com>
* unposted: Src/.cvsignore, Src/Builtins/.cvsignore,
Src/Modules/.cvsignore, Src/Zle/.cvsignore: add *.dll for cygwin
builds and fix typo.
2003-10-29 Peter Stephenson <pws@csr.com>
* c.f. 19209: Src/...: Globally replace zcalloc with zshcalloc
to avoid clash with zcalloc from zlib; this is linked in on
some systems (certainly Debian) for some database lookups.
2003-10-27 Peter Stephenson <pws@csr.com>
* zsh-users/6727: from Lloyd Zusman: Completion/Unix/Command/_w3m,
Completion/Unix/Command/_w3mhistory,
Completion/Unix/Command/.distfiles: improved w3m support inspired
by _lynx.
2003-10-26 Bart Schaefer <schaefer@zsh.org>
* zsh-users/6738: Functions/Zle/url-quote-magic: replacement for
self-insert that quotes shell metacharacters when they appear in a
word that looks like a URL.
* zsh-users/6736: Functions/Zle/quote-and-complete-word: widget
that puts double-quotes around words before invoking completion.
2003-10-24 Clint Adams <clint@zsh.org>
* 19202: Doc/Makefile.in, Doc/Zsh/mod_datetime.yo:
rudimentary documentation for zsh/datetime module.
* 19201: Completion/Unix/Command/_screen: patch from
Yasuhiro Hayase to complete normal commands after screen.
2003-10-13 Peter Stephenson <pws@csr.com>
* 19185: Functions/Zle/delete-whole-word-match: Bart spotted
context was wrong.
* unposted: Completion/Unix/Command/_perforce: make it
easier to use add-on commands with _perforce.
* 19183: Doc/Zsh/contrib.yo,
Functions/Zle/delete-whole-word-match: New word-matching function
to delete entire word around cursor.
2003-10-09 Oliver Kiddle <opk@zsh.org>
* unposted: Completion/Unix/Command/_nmap: update for nmap 3.48
2003-10-08 Peter Stephenson <pws@csr.com>
* unposted: Completion/Unix/Command/.distfiles, Etc/.distfiles:
more new files weren't handled.
* 19169: Src/Modules/datetime.c: change SECS parameter to
EPOCHSECONDS.
2003-10-07 Bart Schaefer <schaefer@zsh.org>
* users/6663: Completion/compaudit: follow symlinks when checking
permissions on directories in the fpath; also in case of symlinks,
find parent with ${^fpath:h} rather than ${^fpath}/..
2003-10-06 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 19168: Src/prompt.c, Src/utils.c, Src/Modules/datetime.c:
various problems with size of buffers and pointer usage
in ztrftime().
* 19167: Src/glob.c, Test/E01options.ztst: NULL at start
of BRACE_CCL range didn't work.
* unposted: Doc/Zsh/.distfiles, Src/zsh.mdd,
Src/Modules/.distfiles: update distribution files for
18980 (zsh/system) and 19053 (Functions/MIME).
2003-09-28 Clint Adams <clint@zsh.org>
* 19151: Src/Modules/datetime.c: add $SECS parameter for
seconds since epoch.
2003-09-25 Peter Stephenson <pws@csr.com>
* unposted: Completion/Unix/Command/_perforce: suggested by
Felix: use hostname from client, if any, for p4 -H completion
since no other name makes sense there.
* 19139: Test/B02typeset.ztst: add extra tests for typeset -T.
2003-09-25 Wayne Davison <wayned@users.sourceforge.net>
* unposted: Src/builtin.c: fixed old-style typeset -T (without
the new separator arg).
2003-09-24 Peter Stephenson <pws@csr.com>
* 19129: Doc/Zsh/builtins.yo, Src/builtin.c, Src/params.c,
Src/utils.c, Src/zsh.h: extra tie arguemnt in
"typeset -T PAGER pager ' '" used for joining and splitting.
* unposted: Completion/Unix/Command/_perforce: improve handling
of label completion: now faster and uses filename to narrow
range if after `@'.
2003-09-22 Peter Stephenson <pws@csr.com>
* 19105: Src/init.c, Src/jobs.c: Set shout to stderr if we
are interactive but have no terminal. Prevents crash in
history and potentially elsewhere.
* 19112: Completion/Unix/Command/_perforce: several improvements
and bug fixes.
2003-09-21 Oliver Kiddle <opk@zsh.org>
* users/6606: Completion/Base/Utility/_sep_parts: handle any
matching control options passed down
* 19106: Doc/Zsh/compsys.yo: document use for _menu
2003-09-17 Vin Shelton <acs@alumni.princeton.edu>
* 19087: Doc/Zsh/mod_system.yo: Fix up makeinfo warning.
2003-09-17 Peter Stephenson <pws@csr.com>
* 19096: Src/Modules/system.c: Unloading zsh/system could crash
the shell because the set and unset elements for the errnos
array weren't installed.
2003-09-15 Vin Shelton <acs@alumni.princeton.edu>
* 19087: Doc/Zsh/contrib.yo: Fix capitalization to make makeinfo
happy.
2003-09-15 Oliver Kiddle <opk@zsh.org>
* Vin Shelton: 19073: Src/exec.c (execcmd): Replace C++-style comment.
* Vin Shelton: 19038: zshconfig.ac: Make sed grok icc's cpp output.
2003-09-14 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 19053 modified c.f. 19056: Functions/MIME, Doc/Zsh/contrib.yo:
Functions using suffix aliases for handling suffixes mailcap
style.
2003-09-14 Clint Adams <clint@zsh.org>
* 19076: Src/Modules/terminfo.c: don't call setupterm
with NULL as last argument as that causes the shell to
exit when the terminal is unknown.
2003-09-11 Oliver Kiddle <opk@zsh.org>
* 19059: acconfig.h, zshconfig.ac, Src/builtin.c, Src/exec.c,
Src/hashtable.h, Doc/Zsh/builtins.yo: add -v, -V and -p flags
required by POSIX to the command builtin
2003-09-10 Wayne Davison <wayned@users.sourceforge.net>
* users/6529 + unposted: StartupFiles/zshenv: updated the comments
to no longer suggest that setting the PATH here (without proper
precautions) is a safe thing to do.
2003-09-08 Peter Stephenson <pws@csr.com>
* 19044: Src/Modules/parameter.c: several typos in code
to assign suffix aliases using the parameter saliases.
2003-09-03 Oliver Kiddle <opk@zsh.org>
* 19021: Completion/Zsh/Command/_cd: in command position,
try to complete directories once and once only
* 19019: Completion/Zsh/Command/_alias,
Completion/Zsh/Command/_unhash: only complete aliases of the
appropriate type for the alias builtin
2003-09-03 Peter Stephenson <pws@csr.com>
* 19020: Src/hashtable.c: printaliasnode was screwed up by 19014.
* 19014: Completion/Zsh/Command/_alias,
Completion/Zsh/Type/.distfiles, Completion/Zsh/Type/_aliases,
Completion/Zsh/Type/_command_names,
Completion/Zsh/Type/_suffix_alias_files, Doc/Zsh/builtins.yo,
Doc/Zsh/mod_parameter.yo, Src/builtin.c, Src/hashtable.c,
Src/init.c, Src/lex.c, Src/zsh.h, Src/Modules/parameter.c:
add `alias -s suf=cmd' capability to expand `anything.suf'
to `cmd anything.suf'.
2003-08-30 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* c.f. somewhat terse reference in zsh-users/6493:
use tinfo library for curses if not found elsewhere.
* 18980: zshconfig.ac, Doc/.cvsignore, Doc/Makefile.in,
Doc/Zsh/mod_system.yo, Doc/Zsh/params.yo, Src/params.c,
Src/Modules/.cvsignore, Src/Modules/errnames1.awk,
Src/Modules/errnames2.awk, Src/Modules/system.c,
Src/Modules/system.mdd: zsh/system module provides interface
to read, write and system errors.
* 18982: Src/subst.c: Comments/rant for paramsubst().
* 18981: Doc/Zsh/tcpsys.yo: General tidy up.
2003-08-22 Peter Stephenson <pws@csr.com>
* 18959: Completion/Unix/Command/_perforce: improve global
option handling again; completing global options themselves
was infelicitous.
2003-08-21 Peter Stephenson <pws@csr.com>
* 18958: Completion/Unix/Command/_perforce: improved option
handling for p4 change.
2003-08-21 Oliver Kiddle <opk@zsh.org>
* 18956: Completion/Unix/Command/_a2ps: update for a2ps 4.13
2003-08-20 Peter Stephenson <pws@csr.com>
* 18951: Completion/Unix/Command/_perforce: Improve 18948 to
limit options retained, also make argument to p4 -p complete
better.
* 18942: Completion/Unix/Command/_perforce: Fix autoremoval
of slashes which were stomped on by the special suffix handler.
2003-08-20 Oliver Kiddle <opk@zsh.org>
* 18949: Completion/Unix/Command/_du,
Completion/Unix/Type/_directories: new completion for du
* 18947: Completion/Unix/Command/_chown: also complete options using
_arguments
2003-08-19 Adam Spiers <adam@spiers.net>
* unposted: Completion/Unix/Command/_perl: allow completion of .PL
files (e.g. Makefile.PL). Thanks to Marko Myllynen for the suggestion.
* unposted: Completion/Unix/Command/_irssi: fix quoting bug.
* unposted: Functions/Prompts/prompt_adam2_setup: fix colouring
and bug introduced since % needed to be quoted inside ${//}
substitution.
2003-08-19 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 18948: Completion/Unix/Command/_perforce: Pass global
options via _call_command interface to commands that generate
completion lists.
2003-08-16 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* 18944: Completion/Unix/Command/_ruby: update ruby completion for
version 1.8.0 and add descriptions for -T matches
2003-08-11 Peter Stephenson <pws@csr.com>
* 18941: Src/hist.c, Src/input.c: Alias text could end up in
history after a parsing error during alias expansion.
* 18938: Src/lex.c, Src/Math.c, Src/Zle/zle_main.c,
Src/Zle/compcore.c: Mark some data symbols for export, shutting
up Cygwin's dllwrap. Note that c from zle_main.c is not marked
for export because no-one would ever export a symbol called c.
2003-08-05 Oliver Kiddle <opk@zsh.org>
* Completion/Unix/Command/_archie: archie servers no longer exist
so remove redundant completion
* 18928: Completion/Unix/Command/_cdrecord: new cdrecord completion
* 18927: Completion/Unix/Command/_cvs: fix recent mistake with quoting
2003-08-05 Peter Stephenson <pws@csr.com>
* 18926: Src/Zle/complist.c: fix (without knowing how) insertion
of file names requiring metafication into the command line on
a successful menu selection.
2003-08-01 Peter Stephenson <pws@csr.com>
* 18920: Src/utils.c, Completion/Core/Base/_main_complete: update
18916 to use space to join if unset, as per POSIX; set IFS locally
in completion just in case.
2003-08-01 Oliver Kiddle <opk@zsh.org>
* 18922: Src/glob.c: fix minor bug with f glob qualifier
* 18921: Completion/Unix/Command/_chmod: new chmod completion
2003-08-01 Peter Stephenson <pws@csr.com>
* 18916: Src/utils.c: Unsetting IFS could cause segmentation
fault (any time IFS was used to join an array).
2003-07-31 Oliver Kiddle <opk@zsh.org>
* 18914: Completion/Base/Utility/_nothing,
Completion/Cygwin/Command/_cygpath,
Completion/Cygwin/Command/_cygrunsrv,
Completion/Cygwin/Command/_getclip,
Completion/Cygwin/Command/_getfacl,
Completion/Cygwin/Command/_mkshortcut,
Completion/Cygwin/Command/_pscp, Completion/Cygwin/Command/_putclip,
Completion/Debian/Command/_auto-apt, Completion/Debian/Command/_bug,
Completion/Debian/Command/_debchange,
Completion/Debian/Command/_debfoster,
Completion/Debian/Command/_debsign, Completion/Debian/Command/_dpkg,
Completion/Debian/Command/_dpkg_source,
Completion/Debian/Command/_dput, Completion/Debian/Command/_dupload,
Completion/Debian/Command/_update-alternatives,
Completion/Linux/Command/_iptables,
Completion/Linux/Command/_pkgtool, Completion/Redhat/Command/_rpm,
Completion/Unix/Command/_apm, Completion/Unix/Command/_arping,
Completion/Unix/Command/_cvs, Completion/Unix/Command/_fakeroot,
Completion/Unix/Command/_fsh, Completion/Unix/Command/_global,
Completion/Unix/Type/_global_tags, Completion/Unix/Command/_vorbis,
Completion/Unix/Command/_imagemagick, Completion/Unix/Command/_irssi,
Completion/Unix/Command/_mysql_utils, Completion/Unix/Command/_pbm,
Completion/Unix/Command/_rar, Completion/Unix/Command/_rsync,
Completion/Unix/Command/_slrn, Completion/Unix/Command/_user_admin,
Completion/X/Command/_acroread, Completion/X/Type/_x_color:
tidy up a number of completion functions (includes fixes, updates,
improvements and simple aesthetic changes)
2003-07-29 Wayne Davison <wayned@users.sourceforge.net>
* users/6421: Src/Zle/zle_misc.c: Don't crash if alt-y is
typed twice in a row without a prior ctrl-y.
2003-07-25 Peter Stephenson <pws@csr.com>
* 18908: Doc/Zsh/builtins.yo, Functions/TCP/tcp_fd_handler,
Functions/TCP/tcp_read, Functions/TCP/tcp_send,
Functions/TCP/tcp_sess: Use print/read -u for supplying fd's.
Tweak documentation for print/read -u for consistency.
2003-07-24 Oliver Kiddle <opk@zsh.org>
* 18901: baptiste daroussin (and Nikolai Weibull, 18894):
Completion/Unix/Command/_vorbis: new completions for ogg vorbis
* 18893: baptiste daroussin: Completion/Linux/Command/_pkgtool,
Completion/Unix/Command/_rar: improved _pkgtool and new
completions for rar/unrar
* 18900: Completion/Linux/Command/_iptables,
Completion/Unix/Command/_nmap: new iptables and nmap completions
2003-07-23 Oliver Kiddle <opk@zsh.org>
* 18890: Completion/Unix/Command/_sablotron: new sabcmd completion
* 18877: Etc/completion-style-guide: add a few more points
2003-07-23 Peter Stephenson <pws@csr.com>
* 18888: Philippe Troin: Src/Modules/clone.c: Allow clone to
acquire a controlling tty so that the clone can use job control.
2003-07-22 Peter Stephenson <pws@csr.com>
* 18880: Src/Modules/parameter.c: Don't return unset variables
in whole array value for $parameters.
2003-07-21 Peter Stephenson <pws@csr.com>
* 18859: Completion/Base/Core/_description, Doc/Zsh/compsys.yo:
Allow sort style to be set to false to turn off sorting when
on by default.
2003-07-21 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* 18872: Completion/Unix/Command/_java: update javac completion for
SDK 1.4.x and rename serialvar to serialver
2003-07-20 Clint Adams <clint@zsh.org>
* 18874: Completion/Unix/Command/_subversion: PATH can mean
files too.
2003-07-17 Oliver Kiddle <opk@zsh.org>
* 18866: Etc/completion-style-guide: document conventions used
in completion functions
* unposted: Completion/Unix/Command/_aap: adjust return code
in the same way as was done for old completions in 18631
2003-07-17 Peter Stephenson <pws@csr.com>
* 18864: Src/lex.c: unnecessary spaces with empty substitutions
when using ${(Q)...} flag.
2003-07-17 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* 18863: Completion/Unix/Command/_aap: new completion for aap
2003-07-16 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* unposted: Completion/Debian/Command/_bug,
Completion/Debian/Command/_debsign, Completion/Linux/Command/_pkgtool,
Completion/Unix/Command/_cvs, Completion/Unix/Command/_ecasound,
Completion/Unix/Command/_mysql_utils,
Completion/Unix/Command/_perforce, Completion/Unix/Command/_screen:
remove initial capitalisation from option descriptions
2003-07-09 Oliver Kiddle <opk@zsh.org>
* 18841: Completion/Base/Completer/_prefix: work around problem
where the unambiguous part is empty making the word be removed
2003-07-09 Peter Stephenson <pws@csr.com>
* 18839, modified c.f. 18840: Completion/Unix/Command/_nice,
Completion/Zsh/Command/_precommand: Completion for nice.
* unposted: Config/version.mk: rebrand as 4.1.1-dev-1 to
avoid confusion with release version.
* 18836: Src/builtin.c, Test/B04read.ztst: `read -d' failed with
metafied delimiters, in particular null.
2003-07-07 Peter Stephenson <pws@csr.com>
* 18824: Functions/Zle/kill-word-match: deleted to the end
of the line owing to typo with substitution.
2003-07-07 Oliver Kiddle <opk@zsh.org>
* spotted by Bart: 18817: Functions/Prompts/prompt_adam2_setup:
need to quote % anchor in substitution
* 18822: Completion/Base/Completer/_expand, Doc/Zsh/compsys.yo:
fix accept-exact style not not bail out when it shouldn't and
add a setting to continue on and do normal completion
2003-07-07 Clint Adams <clint@zsh.org>
* 18831: Completion/Unix/Command/_subversion: completion for
svn and svnadmin.
* 18832: Completion/Debian/Command/_debsign: completion for
debsign, by Matt Zimmerman.
2003-07-04 Oliver Kiddle <opk@zsh.org>
* 18811: Completion/Unix/Type/_files: needed to quote % in
substitution as users/6154 caused it to be interpreted as an anchor
2003-07-04 Peter Stephenson <pws@csr.com>
* unposted: Functions/TCP/.distfiles: forgot this.
* 18810: Doc/Zsh/tcpsys.yo, Functions/TCP/tcp_expect,
Functions/TCP/tcp_open, Functions/TCP/tcp_output,
Functions/TCP/tcp_point, Functions/TCP/tcp_read,
Functions/TCP/tcp_send, Functions/TCP/tcp_shoot,
Functions/TCP/tcp_spam, Functions/TCP/tcp_wait: Various
enhancements and bug fixes for the TCP function suite.
* 18571: Doc/Zsh/params.yo: Note easy way of replacing
associative array elements using +=. (Posted ages ago
and forgotten about.)
* 18807: baptiste daroussin <daroussi@ece.fr>:
Completion/Linux/Command/.distfiles,
Completion/Linux/Command/_pkgtool: Completion for Slackware
package management tool.
2003-07-03 Peter Stephenson <pws@csr.com>
* users/6367: Doc/Zsh/contrib.yo: match-words-by-style was
wrongly called match-word-by-style.
* 18796: Completion/Unix/Command/_cvs: quoting of characters
when completing existing CVS-managed files (in particular
spaces) was flakey. The same problem probably exists for
completing modified files, but the code is indecipherable.
* 18769: Src/exec.c: parse error in autoloading file causes
return value zero and empty function definition. Presumed
to be error introduced with wordcode.
2003-06-25 Oliver Kiddle <opk@zsh.org>
* 18634: Tomi Vainio: Src/system.h: work around problem with
latest Sun k2 compiler mistaking an array as variable length
* 18631: Completion/AIX/Command/_smit,
Completion/Linux/Command/_modutils, Completion/Linux/Command/_uml,
Completion/Unix/Command/_ant, Completion/Unix/Command/_arp,
Completion/Unix/Command/_bzip2, Completion/Unix/Command/_compress,
Completion/Unix/Command/_elinks, Completion/Unix/Command/_finger,
Completion/Unix/Command/_gpg, Completion/Unix/Command/_gzip,
Completion/Unix/Command/_java, Completion/Unix/Command/_links,
Completion/Unix/Command/_look, Completion/Unix/Command/_lynx,
Completion/Unix/Command/_lzop, Completion/Unix/Command/_mt,
Completion/Unix/Command/_prcs, Completion/Unix/Command/_sccs,
Completion/Unix/Command/_telnet, Completion/Unix/Command/_w3m,
Completion/Unix/Command/_zip, Completion/Zsh/Command/_compdef,
Completion/Zsh/Command/_hash, Completion/Zsh/Command/_which:
returning too early breaks prefix-needed style set to false
2003-06-25 Clint Adams <clint@zsh.org>
* 18628: Completion/Debian/Command/_bug: update completion of
reportbug and querybts to modern usage.
* 18627: Completion/Unix/Command/_imagemagick: -resize and
-shave options to mogrify.
2003-06-24 Oliver Kiddle <opk@zsh.org>
* 18626: Src/Modules/terminfo.c: Try to do a better job of arg
support for echoti, fixing compile problem on 64-bit Solaris
2003-06-20 Peter Stephenson <pws@csr.com>
* 18618: Etc/changelog2html.pl: Script to turn ChangeLog into
HTML for display on the website.
2003-06-19 Peter Stephenson <pws@csr.com>
* 18616: Src/Modules/zutil.c, Doc/Zsh/mod_zutil.yo: Add
ternary expression handling to zformat.
2003-06-18 Peter Stephenson <pws@csr.com>
* unposted: README, Etc/NEWS, Config/version.mk: version 4.1.1,
finally.
2003-06-05 Oliver Kiddle <opk@zsh.org>
* 18607: Completion/Unix/Command/_rlogin: correctly handle
quoting for remote files for rcp completion
2003-06-05 Peter Stephenson <pws@csr.com>
* users/6154: Src/subst.c: anchors didn't work with //
parameter substitution.
* 18526 tweaked (c.f. 18527): Completion/Base/Utility/_arguments,
Completion/Base/Utility/_describe, Doc/Zsh/compsys.yo:
fix use of style prefix-needed in _arguments by adding an
option -O to _describe.
2003-06-03 Peter Stephenson <pws@csr.com>
* 18600: Src/pattern.c: bug matching against [[:xdigit:]].
2003-05-30 Oliver Kiddle <opk@zsh.org>
* 18587: Src/Modules/langinfo.c: fix bug where only the beginning
of the association key was compared so MON_10 would match MON_1
2003-05-28 Peter Stephenson <pws@csr.com>
* unposted: Config/version.mk, Completion/Unix/Command/.distfiles,
Completion/X/Command/.distfiles: zsh-4.1.1-test-3.
2003-05-24 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 18578: Src/builtin.c: changet to OPT_ISSET() in 18559
affected some tests which should have been using OPT_PLUS().
2003-05-22 Peter Stephenson <pws@csr.com>
* 18569: Src/subst.c: error with numeric sorting of parameters;
owing to typo pointers could become corrupt.
* 18559, 18562: README, Doc/Zsh/mod_socket.yo, Doc/Zsh/mod_tcp.yo,
Doc/Zsh/zle.yo, Src/zsh.h, Src/Modules/files.c,
Src/Modules/socket.c, Src/Modules/tcp.c Src/Zle/zle_keymap.c
Src/Zle/zle_main.c: zsocket -d, ztcp -d, bindkey -M and
mkdir -m now take arguments of their own instead of swallowing the
first normal argument. Also upgrade comment in README for 18512.
2003-05-21 Peter Stephenson <pws@csr.com>
* 18565: Src/subst.c, Test/D04parameter.ztst: when ${(u)...}
reduced an array from more than one element to example one
stuff happened.
2003-05-19 Peter Stephenson <pws@csr.com>
* 18548: Src/Zle/zle_main.c: memory leak when vared'ing arrays
spotted by valgrind (18543).
2003-05-15 Oliver Kiddle <opk@zsh.org>
* 18530: Src/builtin.c, Src/options.c, Doc/Zsh/builtins.yo:
print option states with `set -o' or `set +o'
2003-05-15 Peter Stephenson <pws@csr.com>
* 18539: Src/init.c: upgrade 18536 to autoload zle on
`set -o vi' or `set -o emacs'.
2003-05-14 Peter Stephenson <pws@csr.com>
* 18536: Doc/Zsh/options.yo, Src/init.c, Src/options.c,
Src/zsh.h, Src/Zle/zle_keymap.c, Src/Zle/zle_main.c:
Add EMACS and VI options for POSIX-style
keymap changes; only implemented for compatibility.
* Jonathan Paisley <jp-www@dcs.gla.ac.uk>: 18513:
Src/Zle/complist.c: Work around a bad pointer access after
resizing the terminal in menu selection.
2003-05-13 Oliver Kiddle <opk@zsh.org>
* 18525: Src/utils.c: add manual UTF-8 conversion as extra
implementation of \u and \U so it should work on more systems
2003-05-12 Peter Stephenson <pws@csr.com>
* 18524: Src/utils.c: sepjoin didn't respect !heap for an empty
array. Showed up when vared'ing a zero-length array.
2003-05-12 Oliver Kiddle <opk@zsh.org>
* 18520, 13691 (Mario Lang), 13701 (Sven):
Completion/Unix/Command/_ecasound: completion for ecasound
* 18520, 15822/15838 (Bruno Bonfils): Completion/Unix/Command/_gpg:
new completion for gpg
* 18520 based on 16380, 16541 (Bruno Bonfils) and users/6013
(GoTaR <gotar@poczta.onet.pl>): Completion/X/Command/_mplayer:
new completion for mplayer
* 18519: Completion/Unix/Command/_init_d: was broken due to
changes in option parsing for the read builtin
2003-05-08 Peter Stephenson <pws@csr.com>
* 18512: README, Completion/Unix/Command/_cvs,
Completion/Unix/Command/_perforce, Completion/Unix/Command/_rsync,
Completion/Unix/Type/_path_files, Doc/Zsh/expn.yo: 18508 wasn't
enough; the \\/ hack was documented and in use in the completion
system. Change the documentation, mention the inconsistency in
README and alter the completion system to hide the `/' a parameter
so that it doesn't care.
2003-05-07 Oliver Kiddle <opk@zsh.org>
* users/6083: Completion/Unix/Command/_rlogin,
Completion/Unix/Command/_ssh: get hostname from IPREFIX instead
of words[CURRENT] to avoid quote characters
* Michał Politowski: users/6080: Completion/Unix/Command/_ssh:
remove one level of quoting on files before using with remote ls
2003-05-07 Peter Stephenson <pws@csr.com>
* 18508: Src/subst.c, Test/D04parameter.ztst: quoting of the `/'
separating source and replacment text in ${foo//bar/stuff} was
buggy.
2003-05-06 Peter Stephenson <pws@csr.com>
* Koen van Hoo: zsh-users/6049: Src/utils.c: actually in
4.1.1-test-2 but not documented: don't make terminal window size
invalid on failed ioctl TIOCGIWNSZ (typically following SIGWINCH)
since it doesn't do anyone any good.
* unposted: Config/version.mk: version 4.1.1-test-2.
2003-05-05 Andrey Borzenkov <bor@zsh.org>
* unposted: .cvsignore, Completion/.cvsignore, Config/.cvsignore,
Doc/.cvsignore, Doc/Zsh/.cvsignore, Etc/.cvsignore,
Functions/.cvsignore, Src/.cvsignore, Src/Builtins/.cvsignore,
Src/Modules/.cvsignore, Src/Zle/.cvsignore, Test/.cvsignore:
add *.swp (vim)
* unposted: Etc/CONTRIBUTORS: my name spelling changed ...
* 18476: Src/Zle/complist.c, Src/Zle/zle_refresh.c: fix
menu selection on terminals without cursor_down or with
cursor_down set to ^J (Linux console)
2003-05-02 Peter Stephenson <pws@csr.com>
* 18497: README, Etc/NEWS, Fuctions/TCP/tcp_spam: Tweak
info for 4.1.1; tcp_spam used incorrect syntax when verbose.
* 18492: Doc/Zsh/expn.yo, Doc/Zsh/redirect.yo, Src/exec.c,
Src/jobs.c, Src/signals.c, Src/utils.c, Src/zsh.h,
Test/A04redirect.ztst, Test/D03procsubst.ztst: Work around long
standing problem that multios and output process substitutions
run asynchronously. Remember processes and wait for them.
Unfortunately this only works when run from a builtin as otherwise
the processes are forked in a subshell which execs the main
command. Document use of { ... } as workaround.
* 18496: Etc/MACHINES: Paul Ackersviller reports the curses
problem has gone on HP-UX 11 but --disable-dynamic is needed
for use with Softbench.
2003-04-30 Oliver Kiddle <opk@zsh.org>
* 18486: Completion/Base/Utility/_describe: back-out 18458
because it causes problems when completing only options
2003-04-28 Peter Stephenson <pws@csr.com>
* 17820 (tweaked): Andrej: Src/Modules/tcp.h: unconfirmed but
apparently safe attempt to get recent Cygwin versions to include
<netinet/in_systm.h> where available.
2003-04-25 Oliver Kiddle <opk@zsh.org>
* Haakon Riiser: 18473: Completion/X/Command/_acroread,
Completion/Unix/Type/_pdf: new completion for Acrobat Reader 5.0.x
* 18472: zshconfig.ac, Completion/Base/Core/_wanted,
Completion/Linux/Command/_uml, Completion/Mandrake/Command/_urpmi,
Completion/Unix/Command/_figlet, Completion/Unix/Command/_grep,
Completion/Unix/Command/_larch, Completion/Unix/Command/_ls,
Completion/Unix/Command/_perforce, Completion/Unix/Command/_sccs,
Completion/Unix/Command/_texinfo, Completion/Unix/Type/_java_class,
Completion/Zsh/Command/_zmv, Doc/zshtcpsys.yo, Doc/Zsh/compsys.yo,
Doc/Zsh/mod_tcp.yo, Doc/Zsh/mod_zselect.yo, Doc/Zsh/tcpsys.yo,
Doc/Zsh/zle.yo, Functions/Misc/relative, Functions/TCP/tcp_alias,
Functions/TCP/tcp_close, Functions/TCP/tcp_read,
Functions/Zle/forward-word-match, Functions/Zle/match-words-by-style,
Functions/Zle/transpose-words-match, Src/zsh.h, Src/Modules/zselect.c,
Test/B03print.ztst: spelling corrections
2003-04-24 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* unposted, c.f. 2003-04-14: Doc/Zsh/compsys.yo: finish
rewrite (from _description onwards). Suspicious-looking
_regex_arguments entry.
2003-04-24 Oliver Kiddle <opk@zsh.org>
* unposted: Completion/Unix/Type/_perl_basepods: use _message
instead of echo for error message
* 18468: Completion/Unix/Type/_perl_builtin_funcs: follow Bart's
suggestion of using perldoc itself to retrieve the documentation
2003-04-23 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 18467: Src/Zle/computil.c: null pointer dereferenced with
_arguments '*-+bar'.
* 18466: Src/Modules/tcp.c, Src/Modules/tcp.h: Only the module's
C source file should include the corresponding .mdh file.
* IKEGAMI Tsutomu: SourceForge bug 722366: initialisation of pwd
from PWD in environment didn't metafy.
2003-04-23 Oliver Kiddle <opk@zsh.org>
* 18462: Completion/Unix/Command/_sh: complete files in addition
to commands
* 18461: Completion/Unix/Type/_perl_builtin_funcs: handle cases
where the perlfunc man page is compressed
2003-04-22 Felix Rosencrantz <f_rosencrantz@yahoo.com>
* 18459: Completion/Unix/Command/_screen: fix up suggestions from
Oliver.
2003-04-22 Oliver Kiddle <opk@zsh.org>
* unposted: Completion/Unix/Command/_imagemagick: correct return codes
* 18458: Completion/Unix/Command/_renice: new completion for renice
* 18458: Completion/Base/Utility/_describe: handle prefix-needed style
2003-04-19 Felix Rosencrantz <f_rosencrantz@yahoo.com>
* 18455: Completion/Unix/Command/_screen,
Completion/Unix/Command/.distfiles: Completion function for screen.
2003-04-18 Oliver Kiddle <opk@zsh.org>
* unposted: Completion/Zsh/Context/_tilde: fix bug where 0 was
not returned when adding a named directory as a match
* 18450: Functions/Misc/zcalc: use math context for completion
* 18450: Doc/Zsh/compsys.yo: corrections and a couple of rewordings
* 18449: Completion/Unix/Type/_dict_words,
Completion/Unix/Command/_dict: complete dictionary databases and
matching strategies and handle suffixes better
* users/6013: GoTaR <gotar@poczta.onet.pl>: Completion/Unix/Type/_ps,
Completion/Unix/Type/_pdf, Completion/X/Command/_gqview:
new gqview completion and complete .ps/.pdf files for more commands
2003-04-16 Oliver Kiddle <opk@zsh.org>
* 18446: Completion/Linux/Command/_modutils: handle modinfo and
improvements to option handling
2003-04-15 Oliver Kiddle <opk@zsh.org>
* 18443: Completion/X/Command/_dcop: new completion for dcop
2003-04-14 Peter Stephenson <pws@csr.com>
* unposted: Doc/Zsh/compsys.yo: large-scale but unfinished
rewrite.
2003-04-08 Felix Rosencrantz <f_rosencrantz@yahoo.com>
* 18440: Src/Zle/complete.mdd: Add the cygwin completion functions
to the completion module.
2003-04-07 Felix Rosencrantz <f_rosencrantz@yahoo.com>
* 18439: Completion/Cygwin/.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/_pscp, Completion/Cygwin/Command/_putclip:
cygwin completion functions.
2003-04-04 Peter Stephenson <pws@csr.com>
* 18435: Src/builtin.c, Src/params.c: spotted by Oliver: unsetting
a readonly variable returned status 0.
* 18434: Completion/Unix/Type/_signals: -a option was handled the
wrong way round so e.g. `kill -' completed pseudo-signals.
* unposted: Config/version.mk: version 4.1.1-test-1.
* unposted: corrections to 18433 from Oliver.
* 18433: INSTALL, README, Etc/CONTRIBUTORS, Etc/NEWS: information
for 4.1.1.
2003-04-03 Peter Stephenson <pws@csr.com>
* 18432: Completion/Unix/Command/_mh,
Completion/Unix/Command/_perforce, Doc/Zsh/expn.yo,
Functions/TCP/tcp_spam, Functions/Zle/transpose-words-match:
miscellany: use _path_files for more control in _mh; check
arguments in tcp_spam; handle negative prefix arguments in
transpose-words-match; a few comments elsewhere.
* unposted: Functions/Zle/.distfiles, Functions/Zle/bash-*: remove
bash-* word functions in favour of selectable ones (18394).
* unposted (c.f. 18407): Zle/Function/select-word-style: fix short
prompt.
* c.f. 18431: acconfig.h, aczsh.m4, zshconfig.ac,
Doc/Zsh/builtins.yo, Src/Builtins/rlimits.c: Attempt
to resolve the raging RLIIMT_* problems. Use configure tests
for all values which need testing. Use RLIMIT_AS for
`ulimit -v' if RLIMIT_VMEM is not present and make sure the value
gets multiplied by 1024.
2003-04-01 Peter Stephenson <pws@csr.com>
* 18418: Test/A01grammar.ztst, Test/D04parameter.ztst:
fix select test from 18389 and add tests for $MATCH and $match
and related parameters.
2003-03-31 Felix Rosencrantz <f_rosencrantz@yahoo.com>
* unposted: Functions/TCP/.distfiles: Removed zgprintf, file was
removed in posting 18278.
2003-03-28 Wayne Davison <wayned@users.sourceforge.net>
* 18402: Src/builtin.c: Prevent "print -m" from crashing (it now
complains about a missing pattern).
2003-03-28 Peter Stephenson <pws@csr.com>
* 18394: Doc/Zsh/contrib.yo,
Functions/Zle/backward-kill-word-match,
Functions/Zle/backward-word-match,
Functions/Zle/capitalize-word-match,
Functions/Zle/down-case-word-match,
Functions/Zle/forward-word-match, Functions/Zle/kill-word-match,
Functions/Zle/match-words-by-style,
Functions/Zle/read-from-minibuffer,
Functions/Zle/select-word-style,
Functions/Zle/transpose-words-match,
Functions/Zle/up-case-word-match: Replacement widgets for
word movement and editing, controlled by style and by
select-word-style widget/function.
2003-03-26 Peter Stephenson <pws@csr.com>
* 18392: Src/builtin.c: read with -p and -t options crashed
if no coprocess owing to bad file descriptor.
2003-03-26 Oliver Kiddle <opk@zsh.org>
* 18391: Test/.distfiles, Test/B03print.ztst, Test/B04read.ztst,
Test/C01arith.ztst, Test/D02glob.ztst: add tests for read builtin
a few glob qualifiers, 17678 and 18015
* 18390: Completion/Unix/Command/_prcs,
Completion/Unix/Command/_xmlsoft: tidy up _prcs and update
_xmlsoft for latest version of xsltproc
2003-03-26 Peter Stephenson <pws@csr.com>
* 18389: Test/A01grammar.ztst: `select' test, test for
multi-parameter `for' syntax.
2003-03-25 Wayne Davison <wayned@users.sourceforge.net>
* 18383: Src/utils.c: Fixed zjoin() when it returns an empty
string that should be allocated.
2003-03-25 Clint Adams <clint@zsh.org>
* users/5986, 18380: Src/Modules/terminfo.c,
Doc/Zsh/mod_terminfo.yo: arg support for echoti builtin.
2003-03-24 Peter Stephenson <pws@csr.com>
* 18378: Src/Zle/params.c: memory management for $killring
was pathetic; setting $killring was in completely the wrong
order; getting $killring when empty didn't return the
default length.
* 18376: zshconfig.ac, Src/system.h, Src/utils.c: use of
wide characters needs some more header munging; also silence
a couple of related gcc warnings.
2003-03-20 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* 18369: Completion/Unix/Command/_tidy: update HTML Tidy completion
for the Tidy Classic -> TidyLib codebase transition
2003-03-18 Oliver Kiddle <opk@zsh.org>
* 18359: Src/utils.c: fix bug from 18343 where not enough memory
was allocated if MB_LEN_MAX < 6
2003-03-18 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* unposted: Completion/Unix/Command/_xmlsoft: remove unnecessary
declaration of local parameters
2003-03-15 Bart Schaefer <schaefer@zsh.org>
* 17659, 17661: zshconfig.ac: insert config.modules processing
into config.status, so that a full configure is not necessary
when changing the module configuration.
2003-03-15 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* unposted: Completion/X/Command/_xrdb: remove _xrdb as superior
completion for xrdb is provided by _x_utils
2003-03-14 Oliver Kiddle <opk@zsh.org>
* 18343, 18348: zshconfig.ac, Doc/Zsh/builtins.yo, Src/utils.c:
handle \u and \U escapes for specifying unicode characters
2003-03-14 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* 18351: Completion/Unix/Command/_antiword: new completion for
antiword
2003-03-13 Oliver Kiddle <opk@zsh.org>
* 18347: Completion/Base/Utility/_alternative: fix problems
with having more than one ((val\:desc ...)) style action
2003-03-12 Oliver Kiddle <opk@zsh.org>
* 18346: Completion/Unix/Command/_cdcd, Completion/Unix/Type/_users,
Completion/Unix/Command/_iconv, Completion/Unix/Command/_java,
Completion/Unix/Command/_sccs, Completion/Unix/Type/_locales:
update completions of java encodings for 1.4, GNU iconv to 2.2.5;
fix completions of locales on Linux, complete for more commands using
existing completions and more improvements to sccs completion
2003-03-12 Peter Stephenson <pws@csr.com>
* 18344: Completion/Unix/Command/_perforce: tag-order is now
useful after 18299.
2003-03-12 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* unposted: Completion/Debian/Command/_debfoster,
Completion/Linux/Command/_valgrind, Completion/Unix/Command/_cvs,
Completion/Unix/Command/_global: remove initial capitalisation from
descriptions
2003-03-11 Oliver Kiddle <opk@zsh.org>
* 18338: Completion/Base/Widget/_next_tags: list a single
unambiguous match instead of inserting it
* 18337: Src/params.c: use C locale when converting floats to scalars
to avoid problems in locales where `,' is the decimal separator
2003-03-10 Oliver Kiddle <opk@zsh.org>
* 18330: Src/math.c: save output of setlocale as the pointer it
returns gets clobbered
* 18331: Completion/Unix/Command/_mh: use _call_program to avoid
command not found errors, handle prefix-hidden style, make use of
_email_addresses and complete for more mh commands
2003-03-07 Peter Stephenson <pws@csr.com>
* 18327: Completion/compinstall: add handling for preserve-prefix.
* 18325: Src/Modules/parameter.c: options on by default weren't
handled correctly.
* 18319: Philippe Troin: Src/exec.c, Src/init.c, Src/jobs.c:
Fix various process group problems associated with certain
versions of `su'. In particular, this improves `suspend'
behaviour.
2003-03-06 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* 18314: Completion/Unix/Command/_ruby: allow -I, -r, -e and script
arguments to be given multiple times; complete -T with the legal taint
levels; complete with *.rb instead of all files
2003-03-05 Peter Stephenson <pws@csr.com>
* 18318: Src/Zle/zle_params.c: memory leak in PREDISPLAY and
POSTDISPLAY when setting zero length values.
2003-02-27 Peter Stephenson <pws@csr.com>
* 18313: Src/Zle/zle_misc.c: After a single yank (hence
no kill ring), yank-pop did unpleasant things with a NULL pointer.
2003-02-27 Oliver Kiddle <opk@zsh.org>
* unposted: Completion/Unix/Command/_tar: correct my typo
2003-02-27 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* 18305: Completion/Unix/Command/_python: new completion for
python.
2003-02-27 Geoff Wing <gcw@zsh.org>
* 18306: Src/Zle/zle_refresh.c: fix redisplay of rprompt when line
shortens
2003-02-26 Clint Adams <clint@zsh.org>
* 18303: zshconfig.ac: fix some always-true test evaluations.
2003-02-26 Oliver Kiddle <opk@zsh.org>
* 18299: Completion/Base/Core/_main_complete,
Completion/Base/Core/_all_labels, Completion/Base/Core/_next_label,
Completion/Base/Widget/_next_tags: allow _next_tags to work with
nested tag loops
* 18300: Completion/Unix/Command/_tar,
Completion/Unix/Type/_tar_archive: handle tar's -C option better
2003-02-26 Peter Stephenson <pws@csr.com>
* unposted: whoops, left some debugging code in 18230.
2003-02-25 Oliver Kiddle <opk@zsh.org>
* 18296: Completion/Base/Widget/_next_tags: fake _all_labels and
_next_label functions were out of sync with changes to the real ones
* unposted: Completion/Zsh/Context/_value, Doc/Zsh/compsys.yo:
fix out of date documentation and move description of special
contexts from _complete's to #compdef's description
2003-02-24 Peter Stephenson <pws@csr.com>
* 18230: Completion/Unix/Type/_path_files: If globbing failed
to match a path entry, test to see if [[ -e <file> ]] worked
anyway. This supports smart filing systems (cygdrive, ClearCase
dynamic views) and may work for automounted directories (so
commented out the other hack to see).
2003-02-23 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 18278: Functions/TCP/tcp_output, Functions/TCP/tcp_spam,
Functions/TCP/zgprintf, Doc/Zsh/tcpsys.yo: zgprintf is already
implemented as zformat in the zsh/zutil module, so is unnecessary.
* unposted, see 18276: Completion/Unix/Command/_perforce:
fix labels and clients after `@'; rationalise function and tag
names; add date completion; add service=p4-<subcommand> support;
note bug with tags looping.
2003-02-21 Peter Stephenson <pws@csr.com>
* 18264: Src/jobs.c: free unused bits of job table properly
when we enter a subshell.
2003-02-21 Oliver Kiddle <opk@zsh.org>
* 18269: Completion/Unix/Command/_sccs: improve file completion
to handle both direct and indirect references to s. files
2003-02-20 Oliver Kiddle <opk@zsh.org>
* 18263: Src/glob.c: fix saving of glob state so that globs can
be used from the (e) glob qualifier
2003-02-19 Oliver Kiddle <opk@zsh.org>
* 18262: Completion/Base/Utility/_multi_parts: fix bug where only
the first match was added with expand style set to suffix
2003-02-18 Oliver Kiddle <opk@zsh.org>
* 18257: Completion/Unix/Command/_xmlsoft,
Completion/Unix/Command/_xmllint, Completion/Unix/Command/_xsltproc:
merge _xmllint and _xsltproc into _xmlsoft
* Doug Kearns: 18259: Completion/Unix/Command/_webbrowser,
Completion/Unix/Type/_urls: added more browsers and correct
'urls' description to 'url'
* 18257: Completion/Unix/Command/_xmllint: make use of _webbrowser
* Doug Kearns: 18254: Completion/Unix/Command/_xmllint: new
completion for xmllint (from xmlsoft.org's libxml2 library)
2003-02-17 Peter Stephenson <pws@csr.com>
* 18252: Src/input.c, Src/loop.c, Src/zsh.h, Src/Zle/zle_main.c:
pass ignoreeof settings as flag to zle_main.c, only use option
in input.c.
* 18251: Src/parse.c, Src/loop.c: 15030 broke `select' a year
and a half ago and no-one noticed till now; also make `select'
return on an EOF without complaining.
2003-02-17 Oliver Kiddle <opk@zsh.org>
* 18249: Completion/Linux/Command/_uml: new completion function
for User Mode Linux
* Doug Kearns: 18246: Completion/Unix/Command/_elinks,
Completion/Unix/Command/_ant, Completion/Unix/Command/_java:
minor update to _elinks and a couple of trivial fixes for java/ant
* 18242: Src/builtin.c, Completion/Zsh/Command/_read,
Doc/Zsh/builtins.yo: add -d option to read for specifying
delimiter to terminate input instead of newline
2003-02-14 Peter Stephenson <pws@csr.com>
* 18243: Src/Zle/zle_main.c: On Solaris, poll the tty for
typeahead before selecting.
* modified from 18236: zshconfig.ac, Etc/MACHINES: Attempt to fix
HP-UX problem with curses, which apparently failed; however, it is
documented in MACHINES.
2003-02-13 Oliver Kiddle <opk@zsh.org>
* 18238: Config/installfns.sh, Src/Zle/complete.mdd:
bashcompinit was not being installed with --enable-function-subdirs
* users/5915: Completion/Unix/Command/_ssh: two levels of quoting
are needed for remote files referenced with scp
* 18237: Completion/Zsh/Command/_read: complete -t option
* 18223: Src/builtin.c, Doc/Zsh/builtins.yo: satisfy POSIX
requirement for a -v flag to unset
2003-02-13 Peter Stephenson <pws@csr.com>
* unposted: Completion/Unix/Command/_perforce: same again,
but do it properly. Fix _perforce_revisions with named file.
2003-02-11 Peter Stephenson <pws@csr.com>
* unposted: Completion/Unix/Command/_p4: Oliver thinks _perforce
is a better name than _p4.
2003-02-08 Clint Adams <clint@zsh.org>
* 18207: Src/Builtins/rlimits.c: add maxfilelocks to ulimit output.
2003-02-07 Peter Stephenson <pws@csr.com>
* 18204: Doc/Zsh/builtins.yo, Src/builtin.c: KSH_ARRAYS gives
ksh behaviour with set -A <optargs> <args>.
2003-02-06 Peter Stephenson <pws@csr.com>
* 18202: Functions/TCP/*, Doc/Makefile.in, Doc/zsh.yo,
Doc/zshtcpsys.yo, Doc/Zsh/manual.yo, Doc/Zsh/modules.yo,
Doc/zsh/tcpsys.yo, Doc/Zsh/zftpsys.yo, Src/Modules/tcp.c,
Src/Modules/tcp.mdd: New set of TCP functions tcp_* which
run on top of ztcp, documented in zshtcpsys manual. Also
sneaked in more informative error message in zsh/net/tcp
for failure to bind to a port.
* Greg Klanderman <gak@klanderman.net>: 18191:
Src/Zle/compresult.c: `compctl -y' didn't obey the listpacked
and listrowsfirst options.
2003-02-05 Peter Stephenson <pws@csr.com>
* 18195: Doc/Zsh/builtins.yo Src/builtin.c Src/utils.c
Src/Modules/zpty.c: Timeouts with `read' via optional numeric
argument to -t option.
2003-02-04 Peter Stephenson <pws@csr.com>
* unposted: 4.1.0-dev-7.
* 18188: Src/text.c: make output case statements use balanced
parentheses.
2003-02-03 Peter Stephenson <pws@csr.com>
* 18175: Completion/Unix/Command/_p4: Completion for Perforce.
* 18174: Doc/Zsh/contrib.yo, Functions/Zle/read-from-minibuffer,
Functions/Zle/replace-string: New widgets for reading values
during editing and for performing string and pattern replacements.
2003-01-30 Clint Adams <clint@zsh.org>
* unposted: config.guess, config.sub: update to 2003-01-10 and
2003-01-03 versions, respectively.
* 18131: zshconfig.ac: find pcre on RedHat.
2003-01-30 Oliver Kiddle <opk@zsh.org>
* Doug Kearns: 18159: Completion/Unix/Command/_tidy:
completion function for HTML Tidy
2003-01-29 Oliver Kiddle <opk@zsh.org>
* 18156: Completion/Unix/Type/_email_addresses, Doc/Zsh/compsys.yo:
use more conventional reply array for plugins, document new styles
used in _email_addresses and document bashcompinit
* 18149, 18153: Completion/bashcompinit: new function for
emulating bash's programmable completion system
2003-01-27 Bart Schaefer <schaefer@zsh.org>
* 18144: Src/init.c: no SIGHUP handler if parent was ignoring
(originally posted in 17989).
* 18144: Src/prompt.c: allow %{ %} to put bounds around a prompt
truncation in the intuitive way (originally discussed in 17755).
* 18144: zshconfig.ac: fix inconsequential typos.
* 18143: Doc/Zsh/compsys.yo, Doc/Zsh/contrib.yo,
Functions/Zle/copy-earlier-word, Functions/Zle/predict-on,
Functions/Zle/smart-insert-last-word: improve cooperation
between copy-earlier-word and smart-insert-last-word; fix
some problems with "toggle" style for predict-on; fix doc
typo in compsys example.
2003-01-27 Peter Stephenson <pws@csr.com>
* 18139: Doc/Zsh/zle.yo, Src/Zle/zle.h, Src/Zle/zle_main.c,
Src/Zle/zle_misc.c, Src/Zle/zle_params.c, Src/Zle/zle_utils.c:
Improve $killring interface; can now change length. Empty
strings in $killring are ignored when yank-popping. Yank-popping
is more consistent about looping and using the original cutbuffer.
2003-01-27 Oliver Kiddle <opk@zsh.org>
* Doug Kearns: 18141: Completion/Unix/Command/_elinks:
new completion for elinks web browser
2003-01-20 Peter Stephenson <pws@csr.com>
* zsh-users/5780: Doc/Zsh/mod_complist.yo: viinsert widget
is really vi-insert.
2003-01-17 Oliver Kiddle <opk@zsh.org>
* 18121: Completion/Unix/Type/_email_addresses,
Completion/Debian/Command/_bts, Completion/Unix/Command/_elm,
Completion/Unix/Command/_mail, Completion/Unix/Command/_mutt,
Completion/Unix/Command/_pine, Completion/X/Command/_mozilla,
Completion/X/Command/_netscape, Completion/Zsh/Command/_zstyle:
add new function for completing e-mail addresses
2003-01-13 Peter Stephenson <pws@csr.com>
* 18086: Src/utils.c: from Peter Wemm <peter@FreeBSD.ORG> via
Jos Backus: prototype _mktemp since casting the stable door after
the horse has bolted doesn't work if the stable door is 32 bits
and the horse is 64 bits.
* 18059: Src/Zle/compresult.c, Doc/Zsh/compwid.yo: allow compadd
-r and -R to strip and automatically added space suffix.
2003-01-07 Oliver Kiddle <opk@zsh.org>
* 18060: Completion/Zsh/Command/_zmv, Doc/Zsh/contrib.yo,
Completion/Zsh/Command/.distfiles: document zmv's -W option and
add a completion for zmv
* 18058: Completion/Unix/Command/_lsof, Completion/Unix/Command/_mt,
Completion/Unix/Command/_xsltproc, Completion/Unix/Command/_rlogin,
Completion/Unix/Command/_ssh, Completion/Unix/Command/_ant,
Completion/Unix/Command/.distfiles: new completions for lsof, mt and
xsltproc, complete remote files for rcp, allow multiple port
redirections with ssh and a typo correction in _ant
2002-12-18 Peter Stephenson <pws@csr.com>
* 18015: Src/math.c: empty math parse e.g. $(( )) acts like a zero.
* 18013: Src/builtin.c, Src/exec.c: let and (( ... )) should
return zero status on floating point only if the value compares
equal to 0 as a floating point number.
2002-12-11 Peter Stephenson <pws@csr.com>
* 17996: Src/builtin.c: Improve formatting with `print -C' by
ignoring the length of the final column when calculating the
separation.
2002-12-10 Peter Stephenson <pws@csr.com>
* 17994: Src/pattern.c: A set of globbing flags with no effect
could hang the shell as the pattern wasn't compiled consistently.
2002-12-06 Felix Rosencrantz <f_rosencrantz@yahoo.com>
* 17983: Src/Zle/zle_hist.c, Src/Zle/zle_params.c, Doc/Zsh/zle.yo:
Added zle LASTSEARCH parameter, giving read access to last incremental
search.
2002-12-06 Bart Schaefer <schaefer@zsh.org>
* 17985: Test/B02typeset.ztst: adjust hiding/tagging test so it no
longer fails (cf. 17967 below).
2002-12-04 Peter Stephenson <pws@csr.com>
* 17979: Doc/Zsh/options.yo, Src/exec.c, Src/options.c, Src/zsh.h:
Add ERR_RETURN option, similar to ERR_EXIT option.
2002-11-26 Peter Stephenson <pws@csr.com>
* 17967: Test/B02typeset.ztst: globbable arguments to
typeset-style commands should be quoted. N.B.: test currently
still fails.
2002-11-25 Oliver Kiddle <opk@zsh.org>
* 17961: Armin Wolfermann: Completion/Unix/Command/_sysctl:
add OpenBSD support in _sysctl
2002-11-22 Oliver Kiddle <opk@zsh.org>
* 17958: Completion/Zsh/Command/_print, Completion/Zsh/Command/_read,
Completion/Zsh/Command/_ulimit: change _print to reflect changes in
17940, add missing options in _ulimit and minor update to _read
2002-11-20 Peter Stephenson <pws@csr.com>
* 17940: Src/builtin.c, Doc/Zsh/builtin.yo: print -C <cols> prints
given number of columns, -a with -c or -C prints arguments across
before down.
2002-11-13 Clint Adams <clint@zsh.org>
* 17935: Src/text.c: beautify bin_whence indentation of ()
and {} contents.
2002-11-13 Peter Stephenson <pws@csr.com>
* 17931: Philippe Troin <phil@fifi.org>: Src/init.c: restore
ignoring of SIGTERM in interactive shells.
2002-11-12 Oliver Kiddle <opk@zsh.org>
* Zvi Har'El: Completion/Unix/Command/_rcs: complete also for rcsdiff
* 17928: Zvi Har'El <rl@math.technion.ac.il>:
Functions/Zle/edit-command-line: don't interpret escapes when
setting the command buffer
* Thierry Vignaud <tvignaud@mandrakesoft.com>:
Completion/Unix/Command/_links, Completion/Mandrake/Command/_urpmi:
add option descriptions and missing options
2002-11-08 Peter Stephenson <pws@csr.com>
* 17861: Philippe Troin <phil@fifi.org>: Src/init.c: Improve
initialisation of signals. Allow shell to get SIGTERM; remove
duplicate attachtty() code; initialise signal mask consistently
in interactive shells, resetting ignored signals, too.
2002-11-06 Sven Wischnowsky <wischnow@zsh.org>
* 17910: Bart (17906): de-quote prefix when calling compfiles to
remove non-exact matches
2002-11-04 Peter Stephenson <pws@csr.com>
* 17859: Philippe Troin <phil@fifi.org>: Src/init.c: Better
handling of becoming process group leader in an interactive
process. We could end up with two shells reading from the
terminal at once.
2002-10-31 Wayne Davison <wayned@users.sourceforge.net>
* 17881: Src/builtin.c, Src/params.c: made the elapsed time in the
integer version of $SECONDS slightly more accurate and made the
calling of a function with a local $SECONDS value restore the parent
value without any accumulated error.
2002-10-30 Wayne Davison <wayned@users.sourceforge.net>
* unposted: Src/math.c: Got rid of a gcc-3.2 compiler warning.
2002-10-29 Peter Stephenson <pws@csr.com>
* 17873: Src/params.c: When restoring SECONDS after a function,
take account of time spent in the function.
* 17872: Src/builtin.c: Make sure `typeset SECONDS' uses a
suitable type when creating a new local parameter.
* 17868: Src/builtin.c, Src/params.c, Doc/Zsh/params.yo:
Can `typeset -F SECONDS' to get better accuracy. Try to
catch all cases when converting or creating local copy
(but I missed at least one --- next patch).
2002-10-18 Clint Adams <clint@zsh.org>
* unposted: Completion/Debian/Command/_apt: add showsrc part missing
from 16463.
2002-10-17 Oliver Kiddle <opk@zsh.org>
* 17832: Completion/X/Command/_xloadimage: add default list of
filename extensions as a fallback
2002-10-10 Clint Adams <clint@zsh.org>
* 17810 (Martin Waitz): Src/utils.c: bung up memory leak with
POSIX.1e capabilities.
2002-10-10 Oliver Kiddle <opk@zsh.org>
* 17794: Src/builtin.c, Src/params.c: fix bugs with tied parameters
(prevent tying array elements and find correct parameter under
alternate name for unsetting)
2002-10-09 Felix Rosencrantz <f_rosencrantz@yahoo.com>
* 17793: Completion/Base/Utility/_store_cache: Allow / in cache
names.
2002-10-07 Peter Stephenson <pws@csr.com>
* 17482 (Karl Tomlinson): Src/Modules/termcap.c,
Src/Modules/terminfo.c: resolve confusion over use of get/set
functions for special parameters. Copied from 4.0.
2002-10-06 Bart Schaefer <schaefer@zsh.org>
* 17760: Src/lex.c Src/parse.c: Fix case-pattern parsing bug in sh
emulation.
* 17714: Src/mkbltnmlst.sh: Fix to 17357, add module dependencies
even if not adding module autoloads.
2002-10-05 Clint Adams <clint@zsh.org>
* 17765: Completion/Debian/Command/_apt: add some missing apt-get
options.
2002-09-26 Oliver Kiddle <opk@zsh.org>
* unposted: Completion/Unix/Command/_bzip2: recognise also .tbz
and .tbz2 files
* Akinori Musha: 17719: Completion/BSD/Command/_bsd_pkg: add
support for the pkg_create command
2002-09-19 Bart Schaefer <schaefer@zsh.org>
* 17692: Src/builtin.c: Prevent typeset of a positional parameter
before it can do damage, and improve the error message about it.
2002-09-17 Peter Stephenson <pws@csr.com>
* 17673: Src/exec.c, Test/A01grammar.ztst:
for X in Y; true || B; done && X
executed X on every iteration. Same bug with true -> false,
|| -> &&, && -> ||.
2002-09-16 Oliver Kiddle <opk@zsh.org>
* 17678: Src/builtin.c: ignore initial `--' argument to printf
to satisfy POSIX.
* 17682: Completion/Zsh/Command/_typeset, Doc/Zsh/builtins.yo:
add support for -H and -p options to completion
* 17542 (Thomas Stromberg <thomas@stromberg.org>):
Completion/Unix/Command/_mount: most systems don't have /etc/mtab
2002-09-06 Oliver Kiddle <opk@zsh.org>
* 17632: Completion/Unix/Command/_cvs: add descriptions for keyword
substitutions
2002-09-06 Clint Adams <clint@zsh.org>
* 17629: Completion/Unix/Command/_ssh: patch from Juergen Erhard
to handle ssh-keygen -f -p, &c.
2002-09-04 Clint Adams <clint@zsh.org>
* 17620: Completion/Unix/Command/_lynx: add new/missing
lynx options.
2002-09-03 Peter Stephenson <pws@csr.com>
* 17608: Src/builtins.c: comment on use and abuse of
BINF_SKIPINVALID.
2002-09-03 Oliver Kiddle <opk@zsh.org>
* unposted: Completion/Unix/Command/_lynx,
Completion/Unix/Command/_links: minor bug fix (missing -g)
* Thomas Köhler: 17610: Completion/Unix/Command/_ssh: also pass
through -F option
* 17607: Completion/Unix/Command/_ssh: pass through options such as
the port number to ssh when getting remote files for scp
* 17591: Completion/Linux/Command/_losetup,
Completion/Linux/Command/_modutils,
Completion/Linux/Command/_valgrind: new completion for losetup
and move a couple of functions to the Linux directory
2002-09-03 Peter Stephenson <pws@csr.com>
* 17602, 17603: Doc/Zsh/builtins.yo, Src/builtin.c, Src/zsh.h:
Rationalise option handling further, make cd, pushd, popd options
behave as documented and more like other builtins.
2002-09-02 Bart Schaefer <schaefer@zsh.org>
* unposted (based on users/5283): Functions/Misc/zargs: Implement
xargs-like segmenting of argument list, with a command called on
each segment.
2002-08-28 Peter Stephenson <pws@csr.com>
* 17590: Doc/Zsh/mod_socket.yo: missing enditem().
2002-08-27 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* unposted: Config/version.mk: Update version to 4.1.0-dev-6.
* 17582: Doc/Zsh/builtins.yo, Src/builtin.c, Src/hashtable.c,
Src/hashtable.h, Src/init.c, Src/jobs.c, Src/mem.c, Src/module.c,
Src/options.c, Src/parse.c, Src/watch.c, Src/zsh.h,
Src/Builtins/rlimits.c, Src/Builtins/sched.c, Src/Modules/cap.c,
Src/Modules/clone.c, Src/Modules/datetime.c,
Src/Modules/example.c, Src/Modules/files.c, Src/Modules/pcre.c,
Src/Modules/socket.c, Src/Modules/stat.c, Src/Modules/tcp.c,
Src/Modules/termcap.c, Src/Modules/terminfo.c, Src/Modules/zftp.c,
Src/Modules/zprof.c, Src/Modules/zpty.c, Src/Modules/zselect.c,
Src/Modules/zutil.c, Src/Zle/compctl.c, Src/Zle/complete.c,
Src/Zle/computil.c, Src/Zle/zle_keymap.c, Src/Zle/zle_main.c,
Src/Zle/zle_thingy.c: Improve handling of arguments to options
of builtins by replacing character array with `struct options'.
2002-08-24 Oliver Kiddle <opk@zsh.org>
* 17577: Completion/Unix/Command/_ant, Completion/Unix/Command/_zip,
Completion/Unix/Command/_java, Completion/Unix/Type/_java_class:
pass classpath as an option to _java_class
2002-08-23 Oliver Kiddle <opk@zsh.org>
* 17573: Completion/Zsh/Command/_read: complete -s option to
read added in 17544
2002-08-22 Peter Stephenson <pws@csr.com>
* 17544: Src/builtin.c, Doc/Zsh/builtins.yo: add `read -s' which
suppresses terminal echoing. Doesn't work with -q, no effect if
not a tty.
* 17570: Src/Modules/socket.c, Doc/Zsh/Makefile.in,
Doc/Zsh/mod_socket.yo: Don't use predefined name `sun'; set
length parameter for accept(); fix inclusion of socket module
in documentation.
2002-08-20 Sven Wischnowsky <wischnow@zsh.org>
* 17569: Src/Zle/zle_tricky.c: fix typo in comment
* 17567: Src/Zle/zle_main.c, Src/Zle/zle_thingy.c,
Src/Zle/zle_tricky.c: fix default completion module loading,
use compctl if it hasn't been loaded already and no completion
widgets have been defined
2002-08-19 Oliver Kiddle <opk@zsh.org>
* users/5260 (Bill Burton), users/5266: Completion/Unix/Command/_ant:
with the call-command style parse ant -projecthelp to get targets
* unposted: Completion/X/Command/_nedit, Completion/Unix/Command/_mail,
Completion/Unix/Command/_killall, Completion/Unix/Type/_net_interfaces:
nedit 5.3 adds a -version option and complete for nail,
killall5, ifup and ifdown using existing functions
2002-08-18 Felix Rosencrantz <f_rosencrantz@yahoo.com>
* 17562: Completion/Unix/Command/_valgrind: Function for
Julian Seward's memory checking tool, version 1.0.0.
2002-08-18 Clint Adams <clint@zsh.org>
* 17558: Src/Modules/.distfiles, Src/Modules/socket.c,
Src/Modules/socket.mdd, Doc/Zsh/.distfiles, Doc/Zsh/builtins.yo,
Doc/Zsh/mod_socket.yo: zsh/net/socket module, including zsocket
builtin.
2002-08-17 Clint Adams <clint@zsh.org>
* unposted: Functions/Prompts/prompt_clint_setup: correct %v typo.
2002-08-14 Peter Stephenson <pws@csr.com>
* 17535: Completion/Unix/Command/_make, Doc/Zsh/compsys.yo:
use-perl style avoids awk frustration.
2002-08-10 Clint Adams <clint@zsh.org>
* 17206 (Bruno Bonfils), 17207 (Oliver):
Completion/Debian/Command/.distfiles,
Completion/Debian/Command/_auto-apt: completion for auto-apt, with a
couple of _values tweaks.
2002-08-09 Oliver Kiddle <opk@zsh.org>
* 17522: Completion/Debian/Command/_apt-show-versions,
Completion/Unix/Command/_cdcd, Completion/Unix/Command/_texinfo,
Completion/Unix/Command/_wget, Completion/Unix/Type/_urls:
a few function cleanups and handle tkinfo
* 17521: Completion/Unix/Command/_ant,
Completion/Unix/Command/.distfiles: new completion for ant
2002-08-08 Peter Stephenson <pws@csr.com>
* 17518: Doc/Zsh/metafaq.yo: mention www.zshwiki.org (from Bruno
Bonfils in users/5210).
* 17517: Src/jobs.c: Another memory leak was showing up with the
pwd field of the job structure, this attempts to rationalise it.
* 17516: Src/Modules/zutil.c: Memory leak with compiled patterns
for zstyle shown up by Felix's valgrind test.
2002-08-07 Clint Adams <clint@zsh.org>
* 17509: Completion/Unix/Command/_lynx: complete .xhtml files as well
as .html files.
2002-08-06 Clint Adams <clint@zsh.org>
* 17508: Completion/Unix/Type/_urls: complete local files after
file://localhost/ .
* 17507: Completion/Unix/Type/_urls: complete local files after
file:/// .
2002-08-06 Peter Stephenson <pws@csr.com>
* 17504: Doc/Zsh/builtins.yo: note that `getopts' doesn't
recognise a single `-' as a valid option argument. The
behaviour is consistent with bash and Solaris sh.
2002-08-05 Peter Stephenson <pws@csr.com>
* 17502 (with some additional comments): Test/B01cd.ztst,
Test/C02cond.ztst, Test/E02xtrace.ztst, Test/README,
Test/zstst.zsh: Test changes consequent on 17492; introduce
code for text which should be printed in the event of an error
and use it for the NFS `-N' problem.
2002-08-05 Oliver Kiddle <opk@zsh.org>
* 17503: Doc/Zsh/builtins.yo, Doc/Zsh/compsys.yo, Doc/Zsh/contrib.yo,
Doc/Zsh/expn.yo, Doc/Zsh/files.yo, Doc/Zsh/params.yo, Doc/Zsh/zle.yo:
fix various typos, spelling mistakes and poor wordings in docs
* 17503: Src/builtin.c, Src/compat.c, Src/exec.c, Src/glob.c,
Src/hashtable.c, Src/init.c, Src/lex.c, Src/math.c, Src/mem.c,
Src/module.c, Src/params.c, Src/parse.c, Src/pattern.c,
Src/prompt.c, Src/utils.c, Src/zsh.h: fix various typos
and spelling mistakes in source code comments
* Akinori Musha: 17499: Completion/BSD/Command/_bsd_pkg: BSD pkg_*
tools now support bzip2'd packages
2002-08-02 Peter Stephenson <pws@csr.com>
* Unposted: fix typo in 17496.
2002-08-01 Peter Stephenson <pws@csr.com>
* 17497: Src/builtin.c: getopts skipped over zero-length arguments.
* Dan Nelson: 17492: Src/builtin.c, Src/cond.c, Src/exec.c:
Quote output from xtrace.
2002-08-01 Oliver Kiddle <opk@zsh.org>
* 17496: Completion/Unix/Type/_diff_options: update for new options
in GNU diff 2.8.1
2002-07-30 Sven Wischnowsky <wischnow@zsh.org>
* 17489: Src/Zle/compresult.c: make sure invalidatelist() isn't
called when we are inside menu selection and there's only one
match left
2002-07-29 Peter Stephenson <pws@csr.com>
* 17488: Src/builtin.c: TYPESET_SILENT part of 17334 used
incorrect test.
2002-07-26 Oliver Kiddle <opk@zsh.org>
* 17484: Completion/Unix/Command/_netcat,
Completion/Unix/Type/_java_class: fix option check and add
missing #autoload tag
2002-07-25 Peter Stephenson <pws@csr.com>
* 17481: Etc/MACHINES: from Karl Tomlinson
<k.tomlinson@auckland.ac.nz>: the SGI compiler needs to be told
to turn off variable length arrays.
2002-07-24 Clint Adams <clint@zsh.org>
* 17479: Doc/Zsh/arith.yo: fix typo noticed by Martin Pool.
* 17478: Completion/Debian/Command/_bts: new tags for sarge.
2002-07-22 Clint Adams <clint@zsh.org>
* 17476: Completion/Unix/Command/.distfiles,
Completion/Unix/Command/_global,
Completion/Unix/Command/_global_tags: Matt Zimmerman's
completion for GNU GLOBAL.
2002-07-16 Tanaka Akira <akr@zsh.org>
* 17459: Completion/Unix/Command/_cvs: exclude file which have
RCS kflags for cvs add.
2002-07-08 Sven Wischnowsky <wischnow@zsh.org>
* 17439: Src/Zle/zle_tricky.c: remove qword, it isn't needed
anymore
* 17438: Completion/Base/Widget/_complete_help: don't display
_dispatch as one of the called functions
2002-07-05 Peter Stephenson <pws@csr.com>
* 17432: Test/B02typeset.ztst: change consequent on 17334
spotted by Bart: `typeset' outputs base for integer.
* 17414: Doc/Zsh/contrib.yo, Functions/Zle/narrow-to-region:
allow narrow-to-region to save and restore state, a bit
like save-restriction in emacs only completely different.
2002-07-05 Sven Wischnowsky <wischnow@zsh.org>
* 17429: Src/Zle/complist.c: improve interactive mode when
there are no matches left (allow going back with undo)
2002-07-04 Clint Adams <clint@zsh.org>
* 17417: Src/Modules/datetime.c: remove unused fluff.
2002-07-04 Peter Stephenson <pws@csr.com>
* 17410: Doc/Zsh/contrib.yo, Functions/Zle/narrow-to-region,
Functions/Zle/narrow-to-region-invisible: use 17390/17405 to
create narrow-to-region widget/function.
* 17405: Src/Zle/zle_main.c, Src/Zle/zle_params.c, Doc/Zsh/zle.yo:
adapt 17390 so that PREDISPLAY and POSTDISPLAY are reset when zle
is entered.
2002-07-04 Sven Wischnowsky <wischnow@zsh.org>
* 17403: Src/Zle/compcore.c, Src/Zle/complete.c,
Src/Zle/complist.c: in menu selection, use copies of
comp{pre,suf}fix to make sure they exist; fix display problem
with non-empty iprefix
2002-07-03 Sven Wischnowsky <wischnow@zsh.org>
* 17394: Src/Zle/complist.c: fix for interactive mode when menu
selection is called via the menu-select widget
2002-07-02 Sven Wischnowsky <wischnow@zsh.org>
* 17393: Completion/Unix/Command/_chown,
Completion/Unix/Type/_path_files: keep globbing quiet in
_path_files; check if group/user exists in _chown
2002-07-01 Clint Adams <clint@zsh.org>
* 17391: Completion/Debian/Command/_dpkg: complete files after
dpkg -S.
2002-07-01 Peter Stephenson <pws@csr.com>
* 17390: Src/Zle/zle_params.c, Src/Zle/zle_refresh.c,
Doc/Zsh/zle.yo: $PREDISPLAY and $POSTDISPLAY are used to
add text before and after the editable chunk of the zle buffer.
* 17384: Src/Zle/zle_main.c, Src/Zle/iwidgets.list,
Doc/Zsh/zle.yo: new `recursive-edit' widget allows a user-defined
widget to pass control back to zle as a subcommand.
2002-07-01 Sven Wischnowsky <wischnow@zsh.org>
* 17387: Completion/Zsh/Context/.distfiles,
Completion/Zsh/Context/_assign, Doc/Zsh/compsys.yo,
Doc/Zsh/compwid.yo, Src/zsh.h, Src/Zle/compcore.c,
Src/Zle/zle_tricky.c: add new special context
-assign-parameter- for completing the parameter in an
assignment
2002-06-26 Bart Schaefer <schaefer@zsh.org>
* 17357: Src/mkbltnmlst.sh: predefine autoloads for zsh emulation
mode only, not sh/ksh/etc. modes.
2002-06-26 Sven Wischnowsky <wischnow@zsh.org>
* 17366: Completion/Base/Core/_main_complete,
Completion/Zsh/Command/_zstyle, Doc/Zsh/compsys.yo,
Doc/Zsh/mod_complist.yo, Src/Zle/compcore.c, Src/Zle/complist.c,
Src/Zle/compresult.c: two new modes for menu selection:
incremental search and interactive
2002-06-24 Peter Stephenson <pws@csr.com>
* 17361: Src/zle_hist.c: Be safer about NULL returns from
quietgethist() in case the history has been changed under our feet.
* 17360: Src/zle_hist.c: Allow accept-line-and-down-history to
accept the line even if there is no more history.
* 17350: Src/zle_params.c, Doc/Zsh/zle.yo: Add $CUTBUFFER and
$killring zle parameters.
2002-06-22 Bart Schaefer <schaefer@zsh.org>
* users/5073: Completion/compdump: use `typeset +f' instead of
`whence -w' to get names of completion functions.
2002-06-20 Peter Stephenson <pws@csr.com>
* 17334: Src/builtin.c, Src/options.c, Src/params.c, Src/zsh.h,
Doc/Zsh/builtins.yo, Doc/Zsh/options.yo: add TYPESET_SILENT
shell option and `typeset -p' option.
2002-06-17 Peter Stephenson <pws@csr.com>
* unposted: Config/version.mk, Completion/Unix/Command/.distfile,
Doc/Zsh.distfiles, Functions/Zle/.distfiles: version 4.1.0-dev-5.
2002-06-14 Peter Stephenson <pws@csr.com>
* 17318: Src/hist.c: ${(z)...} appended an extra space when the
lexical analyser failed.
2002-06-07 Peter Stephenson <pws@csr.com>
* 17304: Src/Zle/zle_main.c, Doc/Zsh/zle.yo: (suggested by Bart)
tweak the tweaked tweak in 17301 so that zle -I returns status
0 if zle display was successfully invalidated even if by a
previous call to zle -I (user doesn't care).
* 17299: Src/builtin.c, Src/exec.c, Src/init.c, Src/parse.c,
Src/text.c, Src/zsh.h: Instead of freeing Eprogs in one go
at the top level, use reference counts.
* 17301 (doc slightly tweaked): Src/Zle/zle_thingy.c,
Doc/Zsh/zle.yo: make `zle -I' only invalidate the display on the
first call to prevent spurious extra command lines appearing.
2002-06-06 Peter Stephenson <pws@csr.com>
* 17293: Src/Zle/zle_main.c, Doc/Zsh/zle.yo: support poll()
as a (preferred) alternative to select() in zle.
2002-06-06 Clint Adams <clint@zsh.org>
* 17297: Src/Modules/zpty.c: 17265 continued.
2002-06-05 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 17295: Src/Zle/zle_thingy.c: `zle -F' could fail because
it examined non-existent arguments.
* 17294: Src/Modules/tcp.c: remove session even if closing fd
failed; remove builtin from hash table when unloading module.
2002-06-05 Peter Stephenson <pws@csr.com>
* 17292: Src/builtin.c: shut up compiler if no OPEN_MEMSTREAM.
* 17265: Src/exec.c, Src/jobs.c, Src/Modules/clone.c: Make the
`jobs' command work in a subshell of a shell with job control by
saving the valid bits of the job table.
* 17285: David Wolfe <dwolfe@gforcetech.com>:
Src/Builtins/rlimits.c: finally fix 16145 to eliminate duplicate
case statement also in ulimit.
2002-06-05 Sven Wischnowsky <wischnow@zsh.org>
* 17286: Src/Zle/complist.c: don't use optimised completion
list display code after the list has been erased or we're not
in menu selection anymore anyway
2002-06-04 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 17283: Src/parse.c: `func() { ... } this bit was ignored'.
2002-06-02 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 17273: Src/parse.c: `outer() { inner(); }' succeeded; when outer
ran it created a bogus `inner' which crashed the shell. Make
original command issue error.
2002-05-31 Clint Adams <clint@zsh.org>
* 17266: Completion/Unix/Command/_man: check `manpath`
even when $MANPATH is set.
2002-05-30 Peter Stephenson <pws@csr.com>
* 17253: Src/Modules/tcp.c, Doc/Zsh/mod_tcp.c: ztcp -l provides
parseable information on sessions.
2002-05-29 Sven Wischnowsky <wischnow@zsh.org>
* 17252: Completion/Unix/Type/_path_files: fix for use of (z)
parameter modifier; the first word in the parameter is parsed
like the first word on a command line, treating parens
specially
2002-05-29 Peter Stephenson <pws@csr.com>
* 17250: Src/signals.c: don't execsave()/execrestore() around
traps which are executed synchronously, which caused unexpected
return statuses from `trap "return ..." EXIT'.
* 17249: Src/Modules/tcp.c: send output from `ztcp' or `ztcp -v'
to stdout, not the zle file descriptor.
2002-05-28 Oliver Kiddle <opk@zsh.org>
* 17245: Completion/Unix/Command/_texinfo: add handling for
the other texinfo commands (besides info)
2002-05-28 Clint Adams <clint@zsh.org>
* 17244: Completion/Debian/Command/_dpkg:
don't complete udebs for --unpack or -i.
2002-05-27 Sven Wischnowsky <wischnow@zsh.org>
* 17237: Src/Zle/complist.c: follow-up to 17222, make the
optimisation work for some more keys again
2002-05-26 Clint Adams <clint@zsh.org>
* 17235: Src/Modules/datetime.c, Src/Modules/datetime.mdd:
strftime builtin.
* 17234: Completion/Unix/Command/_cvs:
don't call _path_files with empty ().
2002-05-25 Clint Adams <clint@zsh.org>
* 17225: Completion/Unix/Command/_cvs:
change $CVSIGNORE to $=CVSIGNORE.
2002-05-24 Sven Wischnowsky <wischnow@zsh.org>
* 17222: Src/Zle/complist.c: we have to disable 17219 for some
keys because their code doesn't set up the variables we need
2002-05-24 Peter Stephenson <pws@csr.com>
* 17220: Src/Modules/tcp.c: bugs displaying host names and remote
host address when using `ztcp' to list connections.
2002-05-24 Sven Wischnowsky <wischnow@zsh.org>
* 17219: Src/Zle/complist.c: make re-display in menu selection
faster; redraw only the previously and newly selected matches
2002-05-23 Andrej Borsenkow <bor@zsh.org>
* unposted: Completion/Redhat/Command/_service: uncomment
zstyle now that it works (c.f. 17148)
* 17125, 17159 (Oliver): Completion/Unix/Command/_texinfo,
Completion/Unix/Command/.distfiles: completion for info.
As suggested by Oliver put in _texinfo expecting more
related stuff.
2002-05-23 Sven Wischnowsky <wischnow@zsh.org>
* 17196: Src/Zle/computil.c: report option arguments to
_arguments in the original form
* 17214: Completion/Base/Utility/_arguments: for automatic long
options completion, use the string after the equal signs (from
the --help-text) as the description to shown when completing
after the option
* 17213: Completion/Base/Utility/_describe,
Completion/Zsh/Command/_zstyle, Doc/Zsh/compsys.yo: rename
max-match-length style to max-matches-width
* 17212: Src/Zle/computil.c: allow multiple lines in option
completion lists to share the same description, for (hopefully)
cleaner displays
2002-05-23 Clint Adams <clint@zsh.org>
* Matt Zimmerman: 17211: Completion/Unix/Command/_cvs:
respect $CVSIGNORE.
2002-05-21 Peter Stephenson <pws@csr.com>
* 17201: Doc/Zsh/mod_tcp.yo: add example use of ztcp.
* 17141 plus mods: Src/utils.c, Src/Zle/zle_main.c,
Src/Zle/zle_thingy.c, Doc/Zsh/zle.yo: `zle -F fd handler'
installs shell function handler for when data becomes available
on fd while zle is active. Requires select().
2002-05-21 Sven Wischnowsky <wischnow@zsh.org>
* 17195: Src/Zle/comp.h, Src/Zle/compcore.c, Src/Zle/compctl.c,
Src/Zle/complist.c, Src/Zle/compresult.c: fix for
file-type-tests in nested quotes and don't count space
file-type-character
* 17194: Src/Zle/computil.c: improve calculation of used
columns for match-max-length
* 17193: Completion/Unix/Command/_init_d: let _init_d use a
pre-pattern
* 17192: Src/Zle/compcore.c: fix for completion in nested
quotes where the sub-word ends in a backslash
* 17191: Completion/Base/Utility/_arguments,
Completion/Unix/Command/_rsync: fix removal of automatically
added specs (from the -- option) for which a user-defined one
is present
* 17190: Src/Zle/computil.c: avoid printing in the last screen
column when preparing a completion listing with compdescribe
* 17189: Completion/Unix/Type/_path_files: better splitting of
-g-strings; this failed when patterns contained spaces
2002-05-20 Felix Rosencrantz <f_rosencrantz@yahoo.com>
* 17021: Completion/Unix/Command/.distfiles,
Completion/Unix/Command/_valgrind: Function for Julian Seward's
memory checking tool.
2002-05-20 Felix Rosencrantz <f_rosencrantz@yahoo.com>
* 16836: Completion/Unix/Command/.distfiles,
Completion/Unix/Command/_larch: Function for Tom Lord's arch
SCM tool. This function was mentioned in the specified post.
It still has many problems, but seems to be the fullest larch
completion function so far. Added at Adam's request.
2002-05-17 Peter Stephenson <pws@csr.com>
* 17175: Src/math.c: didn't handle parameters before a ternary
expression properly.
2002-05-16 Peter Stephenson <pws@csr.com>
* 17171: Src/Modules/tcp.c: ztcp didn't return status 1 when a
connect() failed.
2002-05-15 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 17166: Src/Modules/zftp.c: must check fileno of zftp control
connection before it's closed.
2002-05-15 Sven Wischnowsky <wischnow@zsh.org>
* 17163: Src/Zle/compcore.c: follow-up to 17135,
backslash-quoted backslashes in double quotes weren't right,
yet
2002-05-14 Peter Stephenson <pws@csr.com>
* 17162: Src/Modules/tcp.c: prevent warning on gethostbyaddr()
arguments.
* 17161: Src/Modules/tcp.c: length parameter to accept() wasn't
initialised, causing random failures.
2002-05-14 Sven Wischnowsky <wischnow@zsh.org>
* 17148: Completion/Base/Utility/_arguments,
Completion/Unix/Type/_services: fix for _arguments: don't use
argument-tag when completing options; fix for _services: leave
loop when matches were produced
* 17147: Completion/Base/Utility/_describe,
Completion/Zsh/Command/_zstyle, Doc/Zsh/compsys.yo,
Src/Zle/computil.c: allow users to give the maximum number of
display-columns the matches should take up via the style
currently named max-match-length
* 17146: Doc/Zsh/compsys.yo: fix doc for _describe, mention -t
option
2002-05-13 Peter Stephenson <pws@csr.com>
* 17120, 17121: Src/init.c: work around problem that NIS ties up a
file descriptor by forcing it to be at least 10 so it's not in the
range a user can open.
2002-05-13 Sven Wischnowsky <wischnow@zsh.org>
* 17135: Src/Zle/compcore.c, Src/Zle/zle_tricky.c: fix for
unquoting with `compset -q' with singly and doubly quoted
strings
2002-05-12 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* c.f. 17128: Doc/Makefile.in: back out changes accidentally
committed along with 17081.
2002-05-12 Andrej Borsenkow <bor@zsh.org>
* unposted: Completion/Redhat/Command/_service: fix context
name for tag-order style. For now comment it out because it
does not work
2002-05-10 Peter Stephenson <pws@csr.com>
* users/4951: Doc/Zsh/builtins.yo: make it clearer that ulimit
defaults to soft limits.
2002-05-08 Peter Stephenson <pws@csr.com>
* 17102: Src/Modules/tcp.c: looking up TCP sessions by fd returned
the wrong pointer.
* 17097: Src/Modules/tcp.c: closing all TCP sessions referenced
freed memory.
* Unposted: Src/Modules/zselect.c: remove an unused counter.
* 17095: Src/Modules/zselect.c: wrong index when appending to a
value with zselect -A assoc.
* 17081: Src/Modules/zselect.c, Src/Modules/zselect.mdd,
Doc/Zsh/mod_zselect.yo: zsh/zselect module provides zselect
builtin as front-end to select system call.
2002-05-08 Andrej Borsenkow <bor@zsh.org>
* 17080: Doc/Zsh/compsys.yo: clarify tag-order style usage
* 17076: Completion/Redhat/Command/.distfiles,
Completion/Redhat/Command/_service, Completion/Unix/Command/_chkconfig,
Completion/Unix/Command/_init_d, Completion/Unix/Type/.distfiles,
Completion/Unix/Type/_services: use new helper _services to complete
init/xinetd services; make chkconfig use it; completion of
service command
* 17075: Completion/Mandrake/Command/_urpmi: _urpmi
completion update
* 17074: Completion/Linux/Command/.distfiles,
Completion/Linux/Command/_mondo, Src/Zle/complete.mdd:
mondoarchive completion (with typo correction from Bart)
* unposted: .cvsignore: add autom4te.cache. Looks like
autoconf-2.53 generates it for whatever reason
2002-05-06 Sven Wischnowsky <wischnow@zsh.org>
* 17078: Completion/Base/Utility/_describe: fix _arguments' -s
option
2002-05-04 Bart Schaefer <schaefer@zsh.org>
* 16613 (modified): acconfig.h, zshconfig.ac, Src/init.c: detect
variant tgetent() return value and test for it correctly.
* unposted; based on 16032: Src/exec.c, Src/glob.c, Src/subst.c:
split tokenize() into a second function shtokenize() and a static
function zshtokenize() which implements both of them; tokenize()
ignores SH_GLOB, shtokenize() respects it.
* unposted: Doc/Zsh/options.yo: explain the effect of unreadable
directories in PATH, etc., on the CORRECT option.
2002-05-03 Oliver Kiddle <opk@zsh.org>
* 17072; based on 17066 (Danek Duvall):
Completion/Unix/Type/_path_files: correct handling of pushdminus
in completion after directory stack references
2002-04-30 Clint Adams <clint@zsh.org>
* 17057: Completion/Debian/Command/.distfiles,
Completion/Debian/Command/_debfoster: completion for debfoster.
2002-04-29 Clint Adams <clint@zsh.org>
* 17055: zshconfig.ac: shared object linkage on the Hurd.
2002-04-28 Clint Adams <clint@zsh.org>
* unposted: Completion/Unix/Command/_spamassassin:
add missing bracket.
2002-04-25 Peter Stephenson <pws@csr.com>
* 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own was
swallowing up too many characters.
2002-04-25 Clint Adams <clint@zsh.org>
* 17044: Completion/Unix/Command/_w3m: complete all files, not
just *.html.
2002-04-25 Peter Stephenson <pws@csr.com>
* users/4865: Completion/compinit: need to add NO_octalzeroes to
$_comp_options.
* 17041: Src/Modules/zftp.c: Minor but fatal typos creating a data
connection for zftp using IPv6.
* 17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into the
socket structure for IPv6.
2002-04-25 Sven Wischnowsky <wischnow@zsh.org>
* 17035: Src/Modules/zutil.c: remove one half of 17029; the
part for zstyle wasn't right
2002-04-24 Sven Wischnowsky <wischnow@zsh.org>
* 17029: Src/Modules/zutil.c, Src/Zle/complete.c: fix two
memory leaks (found by Felix): pre-compiled patterns when
re-defining styles and compredirs-copies in comp_wrapper()
2002-04-23 Bart Schaefer <schaefer@zsh.org>
* users/4851: Functions/Misc/relative: new function inspired by
discussion with Vin Shelton which converts a full file path into
its location relative to another path (default $PWD).
2002-04-18 Peter Stephenson <pws@csr.com>
* 17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restore
freehostent() incorrectly removed in 16172.
2002-04-17 Peter Stephenson <pws@csr.com>
* Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst:
Careful with long filenames in internal condition test; fix block
file test for `-f'.
2002-04-17 Sven Wischnowsky <wischnow@zsh.org>
* 16998: Src/Zle/computil.c: make compvalues unquote the string
from the line like comparguments does
2002-04-16 Felix Rosencrantz <f_rosencrantz@yahoo.com>
* 16956: Completion/Unix/Command/_java: Changed to use
new _java_class function.
2002-04-16 Sven Wischnowsky <wischnow@zsh.org>
* users/4836: Completion/Unix/Type/_path_files: make
_path_files use match specs from the matcher style when calling
compfiles
* 16991: Completion/Base/Utility/_values: make _values not use
-Q
* 16990: Src/Zle/zle_tricky.c: treat backslashed bangs in
double quotes specially in get_comp_string(), they are more
like $s there
* 16988: Completion/Base/Utility/_store_cache,
Completion/Debian/Type/_deb_packages,
Completion/Redhat/Command/_rpm, Completion/Unix/Command/_cvs,
Completion/Unix/Command/_gs, Completion/Unix/Command/_java,
Completion/Unix/Command/_look,
Completion/Unix/Command/_mysql_utils,
Completion/Unix/Command/_nslookup, Completion/Unix/Command/_pbm,
Completion/Unix/Command/_perl, Completion/Unix/Command/_rsync,
Completion/Unix/Command/_samba, Completion/Unix/Command/_ssh,
Completion/Unix/Command/_tiff, Completion/Unix/Command/_whois,
Completion/Unix/Command/_yp, Completion/Unix/Type/_perl_modules,
Completion/Unix/Type/_urls, Completion/X/Command/_x_utils,
Completion/X/Command/_xauth, Completion/X/Command/_xmodmap,
Completion/X/Command/_xwit, Completion/X/Type/_x_borderwidth,
Completion/X/Type/_x_geometry, Completion/X/Type/_x_locale,
Completion/X/Type/_x_name, Completion/X/Type/_x_resource,
Completion/X/Type/_x_selection_timeout,
Completion/X/Type/_x_title, Completion/X/Type/_xt_session_id,
Completion/Zsh/Command/_compdef, Completion/Zsh/Command/_limit,
Completion/Zsh/Command/_sched, Completion/Zsh/Command/_zstyle,
Completion/Zsh/Context/_subscript: make more calls to _message
use the -e option
2002-04-12 Clint Adams <clint@zsh.org>
* 16973: Completion/Debian/Command/_apt: complete package name
argument to apt-cache policy.
* 16972: Completion/Unix/Type/_hosts: complete for aaaa, zone, mx,
soa, txt.
2002-04-09 Felix Rosencrantz <f_rosencrantz@yahoo.com>
* 16955: Completion/Unix/Type/.distfiles,
Completion/Unix/Type/_java_class: new function to handle
finding java classes.
2002-04-08 Peter Stephenson <pws@csr.com>
* 16942: Src/glob.c: Allow zero-length matches in parameter
substitutions.
2002-04-04 Oliver Kiddle <opk@zsh.org>
* 16935: Completion/Unix/Command/_ssh: update list of options
completed and add sftp completion
2002-04-04 Clint Adams <clint@zsh.org>
* 16934: Completion/Unix/Command/_ssh: complete -1 as well as -2.
2002-04-04 Oliver Kiddle <opk@zsh.org>
* 16911: Completion/Base/Completer/_match: add original string as
match with original style like in _approximate
* 16933; based on 16011 (Martin Ebourne) and 16906 (Bart):
Functions/Zle/up-line-or-beginning-search,
Functions/Zle/down-line-or-beginning-search:
more sophisticated versions of these functions
* 16923: Completion/Base/Completer/_all_matches, Doc/Zsh/compsys.yo:
add insert style to insert all matches instead of adding as a match
2002-03-30 Wayne Davison <wayned@users.sourceforge.net>
* 16927: zsh/Functions/Misc/zmv: Added -W to auto-convert wildcards in
both the find and replace strings. Fixed the usage message to output
the '$' args and '\' characters (they were getting eaten).
2002-03-27 Bart Schaefer <schaefer@zsh.org>
* 16895: Doc/Zsh/redirect.yo: cross-references to the `|&' and
`>(...)' syntax.
2002-03-27 Oliver Kiddle <opk@zsh.org>
* 16913: Completion/Zsh/Command/_compdef, Doc/Zsh/compsys.yo:
fix completion after compdef -a and correct typos
* John Beppu: 16866 (tweaked): Completion/Unix/Command/_figlet:
new completion for figlet
* 16908: Doc/Zsh/compsys.yo: alter _generic example to be more robust
2002-03-24 Wayne Davison <wayned@users.sourceforge.net>
* 16890: Src/hist.c, Src/params.c: Made SAVEHIST a special parameter,
and used "savehistsiz" in place of getiparam("SAVEHIST"). This fixes
an annoying history-truncation bug after getting a parser error!
* unposted: Src/builtin.c: got rid of unused-variable compiler
warning.
2002-03-21 Peter Stephenson <pws@csr.com>
* 16879: Functions/Zle/up-line-or-beginning-search,
Functions/Zle/down-line-or-beginning-search,
Doc/Zsh/contrib.yo: originally by Bart --- widgets which
combine up-line-or-search and history-beginning-search-backward
behaviour.
2002-03-19 Oliver Kiddle <opk@zsh.org>
* 16864: Completion/Unix/Command/_ssh: fix remote file completion
with relative paths
* unposted: Completion/Unix/Command/_grep: argument to -C must
be in the same word and correct mistake on file completion
* 16862: zshconfig.ac, Src/builtin.c: allow print's -s and -z
options to be used with -f
2002-03-17 Clint Adams <clint@zsh.org>
* 16850: Completion/Unix/Command/_rsync: remote file completion via
rsync and ssh, plus all options valid in rsync 2.5.2.
2002-03-17 Bart Schaefer <schaefer@zsh.org>
* 16849: Completion/Base/Core/_dispatch: shift off `-s' argument.
2002-03-17 Clint Adams <clint@zsh.org>
* 16847: Completion/Unix/Command/_cvs: complete multiple -j's after
cvs update.
* 16846: Completion/X/Command/_xdvi: complete .dvi.gz and .dvi.bz2
too.
2002-03-16 Bart Schaefer <schaefer@zsh.org>
* 16820: Test/E01options.ztst: change tests to match 16759.
2002-03-15 Oliver Kiddle <opk@zsh.org>
* 16842: Completion/Base/Utility/_pick_variant,
Completion/Base/Utility/.distfiles, Completion/Unix/Command/_cpio,
Completion/Unix/Command/_grep, Completion/Unix/Command/_iconv,
Completion/Unix/Command/_ls, Completion/Unix/Command/_make,
Completion/Unix/Command/_netcat, Completion/Unix/Command/_zcat,
Completion/Unix/Type/_diff_options, Completion/X/Command/_nedit,
Completion/Zsh/Command/_zstyle, Doc/Zsh/compsys.yo:
resolve name clash for nc between netcat and the nedit client
and add utility function to handle the general case of this
* 16838: Completion/Unix/Command/_grep: complete new options of
grep 2.5 and value for GREP_OPTIONS parameter
2002-03-14 Oliver Kiddle <opk@zsh.org>
* 16823: Completion/Unix/Command/_gzip,
Completion/Unix/Type/_dir_list, Completion/Unix/Type/_directories:
complete for values of GZIP and any *path or *PATH parameters
2002-03-14 Peter Stephenson <pws@csr.com>
* 16821 (adapted, c.f. 16831): Completion/Unix/Command/_bzip2,
Completion/Unix/Command/_compress,
Completion/Unix/Command/_gzip: add completions for the redirection
code in 16819.
2002-03-13 Sven Wischnowsky <wischnow@zsh.org>
* 16819: Completion/compdump, Completion/compinit,
Completion/Base/Completer/_complete,
Completion/Base/Core/_dispatch, Completion/Base/Core/_normal,
Completion/Base/Utility/_set_command,
Completion/Unix/Command/_gcc, Completion/Unix/Command/_make,
Completion/Unix/Command/_su, Completion/Unix/Type/_files,
Completion/Unix/Type/_locales, Completion/Unix/Type/_printers,
Completion/Unix/Type/_terminals, Completion/Unix/Type/_time_zone,
Completion/X/Type/_x_display, Completion/Zsh/Command/_compdef,
Completion/Zsh/Context/_in_vared,
Completion/Zsh/Context/_redirect,
Completion/Zsh/Context/_subscript, Completion/Zsh/Context/_value,
Doc/Zsh/compsys.yo, Src/Zle/zle_tricky.c: remove that -T option
to compdef again and instead use comma-separated sub-contexts
both for function and style lookup
2002-03-11 Oliver Kiddle <opk@zsh.org>
* 16804: Completion/Unix/Command/_sccs,
Completion/Unix/Command/.distfiles: completion for sccs
* 16803: Completion/Debian/Command/_make-kpkg,
Completion/Debian/Command/_dpkg: option descriptions
2002-03-10 Clint Adams <clint@zsh.org>
* 16789: Completion/Unix/Command/_netcat: completion for netcat,
courtesy of Matt Zimmerman.
* unposted: Etc/BUGS: mention that you can't time builtins.
2002-03-07 Bart Schaefer <schaefer@zsh.org>
* 16737 (tweaked): Src/parse.c: fix parsing of binary infix
operators of builtin `test' when there are more than three
arguments.
* unposted: Etc/BUGS: stop mentioning a bug that's been fixed
since 3.1.6.
2002-03-07 Adam Spiers <adam@spiers.net>
* 16779: Completion/Unix/Command/_mysqldiff,
Completion/Unix/Command/.distfiles: new completion for
my mysqldiff utility.
2002-03-07 Clint Adams <clint@zsh.org>
* 16778: Completion/Unix/Command/.distfiles,
Completion/Unix/Command/_irssi: completion by Istvan
Sebestyen for irssi.
2002-03-07 Sven Wischnowsky <wischnow@zsh.org>
* 16776: Src/Zle/zle_tricky.c: don't try to build the
redirection string for the loops (for, foreach, select)
* 16774: Functions/Misc/zrecompile: make zrecompile show the
error messages from zcompile unless the -q option is given
2002-03-06 Adam Spiers <adam@spiers.net>
* 16769: Completion/Unix/Command/_gcc: fix typo
2002-03-05 Peter Stephenson <pws@csr.com>
* unposted: Config/version.mk: version 4.1.0-dev-4.
* unposted: Functions/Zle/.distfiles,
Completion/Base/Utilities/.distfiles,
Completion/Base/Core/.distfiles: usual fixups for distributed files.
* 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,
Functions/Zle/copy-earlier-word: Enhance insert-last-word to
pick different lines from the history (including the current
line) and different words from that line. Add copy-earlier-word
as suggested by Dominik Vogt to copy words from either the
current line, or (following an insert-last-word) a previous
history line.
2002-03-04 Peter Stephenson <pws@csr.com>
* 16759: Src/builtin.c: from Eric Norum <eric.norum@usask.ca>:
cd prints output whenever the target directory is not obvious
to the user. This confuses scripts, so restrict it to
interactive mode.
2002-03-04 Sven Wischnowsky <wischnow@zsh.org>
* 16755: Completion/compdump, Completion/compinit,
Completion/Base/Completer/_complete,
Completion/Base/Core/_dispatch, Completion/Base/Core/_normal,
Completion/Base/Utility/_contexts,
Completion/Base/Utility/_set_command,
Completion/Unix/Command/_gcc, Completion/Unix/Command/_su,
Completion/Unix/Type/_files, Completion/Unix/Type/_printers,
Completion/Unix/Type/_terminals, Completion/Unix/Type/_time_zone,
Completion/X/Type/_x_display, Completion/Zsh/Command/_compdef,
Completion/Zsh/Context/_default,
Completion/Zsh/Context/_in_vared,
Completion/Zsh/Context/_redirect,
Completion/Zsh/Context/_subscript, Completion/Zsh/Context/_value,
Doc/Zsh/compsys.yo: allow different sets of completion
definitions selected with option -T to compdef; use this for
parameter values and redirections
2002-03-01 Sven Wischnowsky <wischnow@zsh.org>
* 16751: Src/Zle/comp.h, Src/Zle/compcore.c, Src/Zle/complete.c,
Src/Zle/zle_main.c, Src/Zle/zle_tricky.c: add $redirections
array to completion system parameters, containing information
about all redirections on the line; make this and
compstate[redirect] contain the file descriptor number
2002-02-28 Bart Schaefer <schaefer@zsh.org>
* 16748: Completion/Zsh/Command/_zle: fix infinite loop
introduced by 16464.
2002-02-25 Sven Wischnowsky <wischnow@zsh.org>
* 16711: Src/loop.c: allow interruption of empty while-loops
with ^C
* 16710: Completion/Base/Core/_message, Test/Y03arguments.ztst:
make _message inhibit insertion of matches unless there are
faked ones
* 16708: Completion/Base/Core/_message,
Completion/Base/Utility/_guard, Completion/Unix/Command/_grep,
Completion/Unix/Command/_pbm, Completion/Unix/Command/_pine,
Completion/X/Command/_vnc, Doc/Zsh/compsys.yo,
Src/Zle/compcore.c: make _guard use `_message -e'; make
`_message -e' use $curtag as a default; change uses of _guard
2002-02-22 Wayne Davison <wayned@users.sourceforge.net>
* 16703-A: Src/hist.c: In putoldhistentryontop(), ensure that we can't
return with "next" set to the value we just put on top.
* 16703-B: Src/builtin.c: Improved the output of the "history" command
with a 1-line history buffer, and also improved the error handling of
explicitly-specified first/last values.
2002-02-22 Oliver Kiddle <opk@zsh.org>
* 16620, 16697: Src/subst.c, Src/glob.c, Doc/Zsh/expn.yo:
add a and n parameter expansion flags for numeric sorting and
reverse index ordering of arrays
2002-02-21 Clint Adams <clint@zsh.org>
* 16689: Etc/.distfiles, Etc/TODO: list some things to do.
* 16688: Doc/Zsh/params.yo: clarify the pseudo-randomness of
RANDOM.
2002-02-20 Bart Schaefer <schaefer@zsh.org>
* unposted: Completion/Unix/Command/_pine: Fix sed expression to
correctly extract option names from ~/.pinerc file.
2002-02-20 Wayne Davison <wayned@users.sourceforge.net>
* 16678: Src/hist.c: Yet another fix for prepnexthistent().
2002-02-20 Oliver Kiddle <opk@zsh.org>
* 16619, 16676: Src/builtin.c, Doc/Zsh/builtins.yo,
Completion/Zsh/Command/_dirs, Completion/Unix/Type/_directories:
add -c, -l and -p options to the dirs builtin for bash compatibility
2002-02-19 Clint Adams <clint@zsh.org>
* 16673: zshconfig.ac, Doc/Zsh/.distfiles, Doc/Zsh/mod_langinfo.yo,
Src/Modules/.distfiles, Src/Modules/langinfo.c,
Src/Modules/langinfo.mdd: add langinfo module as an interface
to locale information.
2002-02-19 Geoff Wing <gcw@zsh.org>
* 16635: Src/Zle/zle_refresh.c: make sure we display lists in
singlelinezle mode
* unposted: Doc/Zsh/metafaq.yo: update distribution sites - remove one
site (France), add one (Netherlands)
2002-02-18 Wayne Davison <wayned@users.sourceforge.net>
* 16672: Src/hist.c: Fixed a just-introduced bug in prepnexthistent()
that made it work wrong when "curline" was in the history list.
2002-02-18 Sven Wischnowsky <wischnow@zsh.org>
* 16669: Doc/Zsh/compsys.yo, Src/Zle/computil.c: allow an
argument containing only a single colon as a separator between
options to _arguments and specs
* 16668: Src/Zle/compcore.c: fix group handling nothing should
now possibly be added to the wrong group again
* 16667: Completion/Base/Utility/_arguments: fix test for
prefix-needed
2002-02-17 Clint Adams <clint@zsh.org>
* 16662: Completion/Unix/Command/_cdcd: use parameter expansion
instead of grep, sed, and seq.
2002-02-16 Wayne Davison <wayned@users.sourceforge.net>
* users/4678: Src/hist.c: Fixed a hard-to-trigger bug in the
history-rewriting code that could lose the history contents.
2002-02-16 Wayne Davison <wayned@users.sourceforge.net>
* 16625: Src/hist.c: Optimized putoldhistentryontop() for use by
resizehistents().
2002-02-14 Clint Adams <clint@zsh.org>
* Gergely Nagy, 16644: Completion/Unix/Command/.distfiles,
Completion/Unix/Command/_cdcd: completion for cdcd.
2002-02-14 Geoff Wing <gcw@zsh.org>
* unposted: Doc/Zsh/metafaq.yo: update distribution sites - remove four
sites, add three, change one path
2002-02-13 Wayne Davison <wayned@users.sourceforge.net>
* 16618: Src/hist.c: Improved resizehistents() so that it honors
HIST_EXPIRE_DUPS_FIRST.
2002-02-12 Wayne Davison <wayned@users.sourceforge.net>
* unposted: Src/params.c: The minimum size of histsiz (aka HISTSIZE)
should be 1, not 2.
* unposted: Src/builtin.c: Silenced a compiler warning.
2002-02-12 Bart Schaefer <schaefer@zsh.org>
* unposted: Doc/Zsh/compsys.yo: special-dirs example derived from
zsh-users/4656.
2002-02-12 Sven Wischnowsky <wischnow@zsh.org>
* 16609: Completion/Base/Core/_all_labels,
Completion/Base/Core/_description, Completion/Base/Core/_message,
Completion/Base/Core/_next_label,
Completion/Base/Core/_requested, Completion/Base/Core/_wanted,
Doc/Zsh/compsys.yo: add -x option (to be passed on to compadd)
to _description and friends; make _message respect any -[12VJ]
options it gets, adding the message to that group
2002-02-09 Clint Adams <clint@zsh.org>
* unposted: Functions/Prompts/prompt_clint_setup:
improve APM and screen handling.
2002-02-08 Clint Adams <clint@zsh.org>
* Matt Zimmerman: 16590: Completion/Unix/Type/_dict_words:
use a prefix match instead of a "fuzzy-exact" match.
2002-02-07 Sven Wischnowsky <wischnow@zsh.org>
* 16582: Src/Zle/computil.c: fix for displaying matches in
groups via _describe; go back to displaying one match per line
when lines get too long
2002-02-07 Clint Adams <clint@zsh.org>
* unposted: Functions/Prompts/.distfiles,
Functions/Prompts/prompt_walters_setup: Colin Walters's
prompt, adapted for the theme system.
2002-02-06 Clint Adams <clint@zsh.org>
* 16577: Src/hist.c: don't return a single dot as the
path head of a slash.
2002-02-05 Clint Adams <clint@zsh.org>
* 16568: Completion/Unix/Command/_ssh: get listing of
entire directory for approximation and other purposes.
* 16566: Completion/Unix/Command/_ssh: show ls -F
classifiers as display strings.
2002-02-04 Bart Schaefer <schaefer@zsh.org>
* 16556: Src/builtin.c: Error messages added in 16503 should not
change the behavior of >&- redirections.
2002-02-04 Clint Adams <clint@zsh.org>
* 16553, 16555: Completion/Unix/Command/_ssh: differentiate
between files and directories during remote scp completion.
2002-02-03 Felix Rosencrantz <f_rosencrantz@yahoo.com>
* 16546: Completion/Unix/Command/_cvs,
Completion/Unix/Command/_perl: Fixed problem with cvs/arguments -A
flag. Fixed problem with "cvs log -R". Also, _perl completes
the arguments to a perl script with _normal.
2002-02-03 Clint Adams <clint@zsh.org>
* 16540: Completion/Unix/Command/_rsync: include short options and
local files.
2002-02-01 Oliver Kiddle <opk@zsh.org>
* Akinori Musha: 16534: Completion/BSD/Command/_bsd_pkg:
a few bug fixes and some wording fixes
2002-01-31 Oliver Kiddle <opk@zsh.org>
* unposted: Functions/Prompts/prompt_oliver_setup: add example of
RPROMPT2 use
* Derek Peschel: 16494: Src/prompt.c: extract outermost words with
negative arguments to %_ prompt expansion and add %^ for a reverse
ordered status list
* Derek Peschel: 16493: Src/params.c: correct typos
* Derek Peschel: 16492: Src/params.c, Src/input.c, Doc/Zsh/params.yo:
add RPROMPT2 variable for right prompts in multi-line commands
2002-01-31 Andrew Main (Zefram) <zefram@zsh.org>
* 16527: Src/Zle/zle_refresh.c: Don't lose the rprompt when
clearing an otherwise-blank line.
2002-01-30 Sven Wischnowsky <wischnow@zsh.org>
* 16515: Completion/Zsh/Command/_cd: fixlet to avoid an empty
string in an array; cause completion after cd without any
matches to not report that there were no matches
2002-01-29 Clint Adams <clint@zsh.org>
* 16514: Completion/Unix/Command/_init_d: do not attempt
to read file if it doesn't exist, match pipe-separated lists
and characters following the parenthesis, and don't wantonly
remove hyphens from completions.
2002-01-28 Sven Wischnowsky <wischnow@zsh.org>
* 16507: Completion/Zsh/Type/_command_names: slight improvement
for 16500 to allow completion after ./<TAB> in all cases
2002-01-27 Clint Adams <clint@zsh.org>
* 16503: Src/builtin.c: warn on fclose or fflush
errors in bin_print.
* 16500: Completion/Zsh/Type/_command_names:
don't complete executable files in the current directory
if "." is not in path.
2002-01-23 Bart Schaefer <schaefer@zsh.org>
* 16435: Src/builtin.c: Fix core dump in `hash'.
* 16419: Doc/Zsh/compsys.yo: Document some _arguments options
in the syntax summary line.
2002-01-23 Peter Stephenson <pws@csr.com>
* 16489: Test/C01arith.ztst: default output for whole numbers
as floats now has `.' at the end, c.f. 16423.
2002-01-22 Peter Stephenson <pws@csr.com>
* 16487: Src/glob.c: bug in 16486 when a qualifier in a set
consisted only of flags which were handled globally.
* 16486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: support
(#q...) EXTENDED_GLOB syntax for qualifiers. May be chained,
ignored by pattern matching code.
2002-01-22 Sven Wischnowsky <wischnow@zsh.org>
* 16483: Completion/Base/Completer/_complete,
Completion/Base/Core/_description,
Completion/Base/Core/_main_complete,
Completion/Base/Core/_message,
Completion/Base/Utility/_alternative,
Completion/Base/Utility/_arguments,
Completion/Base/Utility/_values, Completion/Unix/Command/_chown,
Doc/Zsh/compsys.yo, Src/Zle/comp.h, Src/Zle/compcore.c,
Src/Zle/compctl.c, Src/Zle/complist.c, Src/Zle/compresult.c:
add new generic fake style and changes to the C-code for that
(different implementation of compadd -x)
2002-01-21 Sven Wischnowsky <wischnow@zsh.org>
* 16472: Completion/Base/Completer/_complete,
Completion/Base/Core/_normal, Completion/Base/Utility/_contexts,
Completion/Unix/Command/_su, Doc/Zsh/compsys.yo: allow
arguments to be given to functions used by compdef (actually,
the strings are eval'uated, so this should be powerful enough)
2002-01-17 Oliver Kiddle <opk@zsh.org>
* 16464: Completion/Base/Widget/_complete_debug,
Completion/Zsh/Command/_zstyle: use pager style in _complete_debug
in preference to $EDITOR
* 16464: Completion/Unix/Command/_pine, Completion/Zsh/Command/_zle:
fix substitutions used for exclusion lists and do cleanup of _zle
2002-01-16 Clint Adams <clint@zsh.org>
* unposted: Src/.distfiles: remove ansi2knr.
* Matt Zimmerman: 16463: Completion/Debian/Command/_apt:
completion for apt-cache showsrc.
2002-01-16 Oliver Kiddle <opk@zsh.org>
* 16461: Completion/AIX/Command/_lspv
Completion/Base/Utility/_sep_parts,
Completion/Mandrake/Command/_urpmi, Completion/Unix/Command/_cpio,
Completion/Unix/Command/_fsh, Completion/Unix/Command/_ifconfig,
Completion/Unix/Command/_java, Completion/Unix/Command/_lynx,
Completion/Unix/Command/_modutils, Completion/Unix/Command/_mount,
Completion/Unix/Command/_ssh, Completion/Unix/Command/_telnet,
Completion/Unix/Command/_user_admin, Completion/Unix/Command/_w3m,
Completion/Unix/Type/.distfiles, Completion/Unix/Type/_terminals,
Completion/X/Command/_xfig, Completion/X/Command/_xloadimage,
Completion/X/Command/_xterm, Completion/Zsh/Command/_alias,
Completion/Zsh/Context/_value: various minor completion changes
2002-01-14 Oliver Kiddle <opk@zsh.org>
* 16449: Completion/Unix/Command/_chkconfig: new completion for
both the IRIX and RedHat chkconfig commands
2002-01-14 Peter Stephenson <pws@csr.com>
* 16448: Src/math.c: 15291, 15292 introduced bug that assignment
could be made in math eval even if a parameter retrieval gave
an error.
2002-01-14 Andrej Borsenkow <bor@zsh.org>
* 16443: Completion/Mandrake/Command/_urpmi: fix
urpmi.addmedia --distrib. Set cache policy on just the first call.
2002-01-13 Andrej Borsenkow <bor@zsh.org>
* 16437: Completion/Mandrake/Command/_urpmi: adapt
to new urpmi version in cooker
2002-01-10 Sven Wischnowsky <wischnow@zsh.org>
* 16426: Completion/Unix/Command/_man,
Completion/Zsh/Command/_zstyle, Doc/Zsh/compsys.yo: allow
manual pages to be shown separated by section with new
separate-sections style
2002-01-10 Peter Stephenson <pws@csr.com>
* 16423: Src/params.c: Don't let convfloat output a number
looking like an integer; append a `.' if necessary. Otherwise
the wrong type of arithmetic will be used on numbers stored in
scalars.
2002-01-09 Peter Stephenson <pws@csr.com>
* 16422: Functions/Misc/zcalc: fix output in bases when
base is specified for a single line.
2002-01-08 Sven Wischnowsky <wischnow@zsh.org>
* 16418: Src/lex.c, Src/Zle/zle_tricky.c: fix completion after
var+= to use value context
* 16417: Src/Zle/computil.c: don't report _arguments-specs more
than once (not even shared options with multiple sets)
2002-01-07 Sven Wischnowsky <wischnow@zsh.org>
* 16408: Src/Zle/compcore.c: make sure auto menu isn't started
accidentally when bashautolist is set
* 16407: Completion/X/Command/_netscape: fix nested _tags-loops
by re-initialising the outer one when leaving the inner one
* 16406: Completion/Base/Completer/_approximate,
Completion/Unix/Type/_signals, Completion/X/Command/_netscape,
Completion/Zsh/Command/_kill, Doc/Zsh/builtins.yo: fixes for
completion of signal names with SIG prefix and for completing
command names instead of pids
2002-01-05 Bart Schaefer <schaefer@zsh.org>
* 16400, 16401: Src/subst.c: preserve empty words that result from
brace expansion.
* users/4483: Completion/Unix/Command/_cvs: with "cvs add" et al.,
complete names of locally removed (but not committed) files.
* 15746: Src/utils.c: remove (with #if) an incorrect optimization
in the maildir version of mailstat().
2002-01-04 Oliver Kiddle <opk@zsh.org>
* 16398: Completion/Zsh/Command/_zstyle, Doc/Zsh/compsys.yo,
Completion/Base/Utility/_regex_arguments, Doc/Zsh/compwid.yo,
Completion/Unix/Type/_time_zone, Completion/Unix/Type/_directories,
Completion/Unix/Type/_file_systems: updated zstyle completion and
related cleanup
2002-01-03 Oliver Kiddle <opk@zsh.org>
* 16397: Completion/Base/Widget/_complete_help: use nul as separator
instead of colon to avoid problems with _value:<param> functions
* 16396: Completion/Unix/Command/_chown: fix argument handling bugs
2002-01-03 Clint Adams <clint@zsh.org>
* 16393: Completion/Debian/Command/.distfiles,
Completion/Debian/Command/_apt-show-versions: completion for Christoph
Martin's apt-show-versions script.
2002-01-02 Oliver Kiddle <opk@zsh.org>
* users/4561: Completion/Unix/Command/_zip: fix bug with finding
the zipfile's name in the current command-line.
* 16384: Completion/X/Type/.distfiles, Completion/X/Type/_x_visual,
Completion/X/Command/.distfiles, Completion/X/Command/_xloadimage,
Completion/X/Command/_netscape, Completion/X/Command/_x_utils,
Completion/X/Command/_xfig, Completion/X/Command/_xv:
new completion for xli/xloadimage and factor out completion
of X visuals
2001-12-26 Clint Adams <clint@zsh.org>
* 16375: Completion/Unix/Command/.distfiles,
Completion/Unix/Command/_fsh: command completion for fsh.
2001-12-21 Oliver Kiddle <opk@zsh.org>
* 16372: Src/jobs.c, Completion/Unix/Type/_signals: allow signals
to be specified with `SIG' prefix to kill builtin and fix bug with
lack of argument to kill -n/-s.
2001-12-21 Geoff Wing <gcw@zsh.org>
* 16332: zshconfig.ac, Config/defs.mk.in, Src/Makefile.in,
Src/Makemod.in.in, Src/ansi2knr.c: remove ansi2knr.c from our
repository due to licence differences. Adjust the build process
accordingly. configure will now abort if the user requests ansi2knr
but no ansi2knr is available
2001-12-19 Oliver Kiddle <opk@zsh.org>
* 16366: Completion/X/Command/_vnc, Completion/Unix/Command/_java,
Completion/Unix/Command/_samba: add missing description
argument in _values calls
* 16366: Completion/Unix/Type/_net_interfaces,
Completion/Unix/Command/_ifconfig, Completion/Unix/Type/.distfiles,
Completion/Unix/Command/.distfiles: new ifconfig completion
2001-12-18 Oliver Kiddle <opk@zsh.org>
* 16364: Src/params.c: further to 16351, except specials
from having their value set to null
* unposted: Src/params.c: small fix to += code from 16353
2001-12-18 Clint Adams <clint@zsh.org>
* 16361: zshconfig.ac, Src/input.c:
include <stdio.h> to avoid implicit declarations.
2001-12-17 Oliver Kiddle <opk@zsh.org>
* 16352: Functions/Misc/zcalc: allow output formats to be
specified in zcalc
* 16353: Src/exec.c, Src/lex.c, Src/params.c, Src/parse.c,
Src/text.c, Src/zsh.h, Doc/Zsh/params.yo, Test/.distfiles,
Test/A06assign.ztst: add += parameter assignments
2001-12-17 Clint Adams <clint@zsh.org>
* 16357: Doc/Zsh/expn.yo, Src/subst.c:
change (n) to (u) so (n) can be reserved.
for numeric sorting.
2001-12-17 Oliv