summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7000
1 files changed, 7000 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1a22e495..a811be6ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7003 @@
+2000-04-01 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 10376: LICENCE: new file, with licence as it appears
+ in some (but not all) files in distribution.
+
+ * Bart: 10372: Doc/Zsh/builtins.yo, Doc/Zsh/mod_zutil.yo:
+ cross-reference builtin descriptions in modules.
+
+ * Chmouel: 10370: zsh-3.1.6-dev-20/Completion/Linux/_rpm: rpm -p
+ handling.
+
+ * Bart: 10368: Doc/Zsh/mod_zle.yo: improved bindkey -R description.
+
+ * Oliver: 10367: Completion/Builtins/_nothing,
+ Completion/Builtins/_cd, Completion/Builtins/_emulate,
+ Completion/Builtins/_enable, Completion/Builtins/_disable,
+ Completion/Builtins/_fc: update some functions to use _arguments.
+
+ * Bart: 10366: Doc/Zsh/builtins.yo: reword 10364.
+
+ * Sven: 10364: Doc/Zsh/builtins.yo, Src/parse.c: -c and -a flags
+ for current and autoloadable functions are now orthogonal.
+
+ * Bart: 10360: Doc/zsh.yo, Doc/Zsh/compctl.yo, Doc/Zsh/compsys.yo,
+ Doc/Zsh/compwid.yo, Doc/Zsh/manual.yo, Doc/Zsh/mod_compctl.yo,
+ Doc/Zsh/modules.yo, Doc/Zsh/zftpsys.yo, Doc/Zsh/zle.yo: reorder
+ completion manual entries.
+
+ * Sven: 10358: Doc/Zsh/params.yo, Src/jobs.c, Src/params.c,
+ Src/zsh.h: $pipestatus gives return values for all commands in
+ pipeline.
+
+ * Sven: 10353: Completion/Commands/_history_complete_word:
+ updated to use latest tags mechanism.
+
+ * Sven: 10352: Src/exec.c: fix 10331 for script names.
+
+2000-03-30 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Sven: 10335: Functions/Misc/zrecompile: -[rm] should be -[RM] in
+ one more place.
+
+ * Sven: 10332: Completion/Core/compinstall: temporary fix-up for
+ old compinstall.
+
+ * Sven: 10331: Src/exec.c: keep old script name for autoloading.
+
+ * Sven: 10329, 10334: Src/Zle/compmatch.c: ** in match specs.
+
+ * Sven: 10328: Src/Zle/iwidgets.list, Src/Zle/zle_utils.c: undo
+ fixes for completion (don't need double undo any more) and
+ for history stuff.
+
+ * Sven: 10327: Completion/Builtins/_autoload,
+ Completion/Builtins/_zcompile, Completion/Core/_path_files: new
+ and improved completions.
+
+ * Bart: 10322: Test/11glob.ztst, Test/53completion.ztst:
+ more comprehensive globbing tests, plus problem when TERM is
+ too dumb in completion test.
+
+2000-03-29 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 10320: Src/pattern.c: freeing of buffer was messed up in
+ 10284.
+
+2000-03-28 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Bart: 10319: Doc/Zsh/compsys.yo: add kindex entry for tag-order.
+
+ * Bart: 10317: Test/11glob.ztst: real glob tests to pick up ** and
+ ~ things.
+
+ * Sven: 10311: Doc/Zsh/builtins.yo, Src/builtin.c, Src/parse.c:
+ zcompile -a to force functions marked for autoloading to be dumped
+ as wordcode.
+
+ * Sven: 10310: Src/exec.c: arguments in kshautoloaded function
+ problem: keep old zsh way of doing things for now.
+
+ * Sven: 10309: Completion/Base/_arguments,
+ Completion/Base/_describe, Completion/Base/_jobs,
+ Completion/Base/_subscript, Completion/Base/_tilde,
+ Completion/Base/_values, Completion/Builtins/_compdef,
+ Completion/Builtins/_pids, Completion/Builtins/_popd,
+ Completion/Builtins/_sched, Completion/Builtins/_signals,
+ Completion/Builtins/_stat, Completion/Builtins/_zftp,
+ Completion/Builtins/_zpty, Completion/Builtins/_zstyle,
+ Completion/Core/.distfiles, Completion/Core/_alternative,
+ Completion/Core/_path_files, Completion/Core/_requested,
+ Completion/Core/_wanted, Completion/User/_gdb,
+ Completion/User/_getconf, Completion/User/_groups,
+ Completion/User/_lp, Completion/User/_make, Completion/User/_mh,
+ Completion/User/_netscape, Completion/User/_tiff,
+ Completion/User/_urls, Completion/User/_users,
+ Completion/User/_users_on, Completion/X/_x_colormapid,
+ Completion/X/_x_extension, Completion/X/_x_font,
+ Completion/X/_x_keysym, Completion/X/_x_window,
+ Completion/X/_xmodmap, Completion/X/_xutils, Completion/X/_xwit,
+ Doc/Zsh/compsys.yo, Etc/completion-style-guide,
+ Functions/Zftp/zfcd_match, Functions/Zftp/zfget_match:
+ rename _try by _next_label and _loop by _all_labels; files
+ themselves also renamed.
+
+ * Clint: 10303: Doc/Zsh/params.yo, Src/params.c: restore
+ $MACHTYPE, run-time determination of $CPUTYPE.
+
+2000-03-27 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Sven: 10297: Doc/Zsh/builtins.yo, Functions/Misc/zrecompile,
+ Src/parse.c: restrict -c option not to work with -k, swap -r -m
+ and -R -M options.
+
+ * Sven: 10294: Doc/Zsh/builtins.yo, Src/Modules/parameter.c,
+ Src/builtin.c, Src/cond.c, Src/exec.c, Src/hashtable.c,
+ Src/loop.c, Src/parse.c, Src/zsh.h: natural behaviour of autoload
+ +X for ksh-style autoloading.
+
+ * Sven: 10293: Completion/Base/_default,
+ Completion/Commands/_complete_help,
+ Completion/Core/_main_complete, Doc/Zsh/compsys.yo: improve help
+ formatting and information content.
+
+ * Sven: 10292: Completion/Core/_approximate,
+ Completion/Core/_complete, Completion/Core/_correct,
+ Completion/Core/_expand, Completion/Core/_ignored,
+ Completion/Core/_list, Completion/Core/_main_complete,
+ Completion/Core/_match, Completion/Core/_menu,
+ Completion/Core/_oldlist, Completion/Core/_path_files,
+ Completion/Core/_prefix, Doc/Zsh/compsys.yo: aliases for
+ completers; allow more flexibility with contexts at upper
+ levels.
+
+2000-03-26 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 10284: Src/pattern.c: exclusions with absolute path
+ didn't work; closures after exclusions in subdirectories crashed
+ the shell.
+
+ * Sven: 10272, 10275: Doc/Zsh/builtins.yo, Src/builtin.c, Src/exec.c:
+ autoload can force zsh/ksh styles with -z, -k; integrate
+ execautofn() and loadautofn(). Side effect that -kX must run the
+ code to get at the function defintion.
+
+ * Sven: 10273: Src/Zle/complete.c: problem with test for empty
+ prefix.
+
+ * Sven: 10271: Completion/Core/_expand: _requested problem.
+
+ * Sven: 10267: Completion/Builtins/_zstyle,
+ Completion/Commands/_next_tags, Completion/Core/_files,
+ Completion/Core/_tags, Doc/Zsh/compsys.yo, Src/Zle/computil.c:
+ better consistency between _file tags and other tags using
+ improved file-patterns style; remove tag-aliases style, better
+ done in other way.s
+
+ * Bart: 10266: Doc/Zsh/compsys.yo: update for 10263.
+
+ * Sven: 10265: Completion/Builtins/_zstyle,
+ Completion/Core/_approximate, Doc/Zsh/compsys.yo: tag-order and
+ file-patterns completions; subst-glob-only and _approximate
+ improvements.
+
+ * Sven: 10264: Completion/Core/_call, Completion/Core/compdump,
+ Completion/Core/compinit, Doc/Zsh/compsys.yo,
+ Functions/Zle/incremental-complete-word, Functions/Zle/predict-on:
+ Allow options to #autoload tag; fix uses of force-list.
+
+ * Bart: 10263: Doc/Zsh/compsys.yo, Doc/Zsh/index.yo,
+ Doc/Zsh/manual.yo, Doc/Zsh/zftpsys.yo: style and tags index,
+ removed unused key index.
+
+ * Sven: 10262: Src/Zle/compcore.c: compadd -D problem.
+
+ * Sven: 10260: Doc/Zsh/compwid.yo: resolve incompatibilities
+ between 10258 and 10230.
+
+ * Sven: 10179: Src/text.c: a bit more safety in printing wordcode
+ structures.
+
+ * Sven: 10233: Completion/X/_x_colormapid, Completion/X/_xwit:
+ some uses of tag aliases.
+
+ * Sven: 10231: Completion/Builtins/_zstyle,
+ Completion/Commands/_next_tags, Completion/Core/_tags,
+ Doc/Zsh/compsys.yo, Src/Zle/computil.c: tag-order can take
+ patterns, new tag-aliases style, aliases starting with a hyphen
+ are appended to existing tag.
+
+ * Sven: 10230: Completion/Builtins/_zstyle,
+ Completion/Core/_description, Completion/Core/_ignored,
+ Completion/Core/_main_complete, Completion/Core/_path_files,
+ Completion/Core/_prefix, Completion/Core/_setup,
+ Doc/Zsh/compsys.yo, Doc/Zsh/compwid.yo,
+ Functions/Zle/incremental-complete-word, Src/Zle/comp.h,
+ Src/Zle/compcore.c, Src/Zle/complete.c, Src/Zle/compresult.c:
+ Remove builtin alternate matching and implement as _ignored
+ completer.
+
+ * Bart: 10258: Doc/ztexi.yo, Doc/Zsh/builtins.yo,
+ Doc/Zsh/compctl.yo, Doc/Zsh/compwid.yo, Doc/Zsh/expn.yo,
+ Doc/Zsh/filelist.yo, Doc/Zsh/files.yo, Doc/Zsh/redirect.yo,
+ Doc/Zsh/zle.yo: more enhanced documentation.
+
+ * Bart: 10250: Doc/Zsh/builtins.yo, Doc/Zsh/files.yo,
+ Doc/Zsh/func.yo: improved documentation for new wordcode dumping
+ and loading.
+
+2000-03-24 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Bart: 10243: Completion/User/_groups, Src/Modules/zpty.c:
+ 9897 and 10089 weren't merged properly; bit which got missed
+ out of 9981 because it was applied by hand.
+
+ * Clint: 10242: configure.in, Src/params.c: determine $MACHTYPE at
+ run time.
+
+2000-03-23 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: Config/version.mk: 3.1.6-dev-20
+
+ * Tanaka Akira: 10234, 10236: Completion/X/_xwit: _message passing.
+
+ * Tanaka Akira; 10232: Test/comptest, Test/ztst.zsh, ChangeLog(!):
+ minor test fixes and typo.
+
+ * Sven: 10226: Completion/Core/_path_files: quoting problem.
+
+ * Sven: 10225: Completion/Core/_path_files: dot problems with
+ files.
+
+ * Tanaka Akira: 10223: Completion/Base/_regex_arguments,
+ Completion/X/_x_colormapid, Completion/X/_xwit:
+ new X completions.
+
+ * Bart: 10218: Src/prompt.c: possible realloc() in
+ putpromptchar().
+
+2000-03-22 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Sven: 10215: Completion/User/_nedit: and this one.
+
+ * Sven: 10214: Completion/Builtins/_cd,
+ Completion/Builtins/_zstyle, Completion/User/_pbm,
+ Completion/User/_pspdf, Completion/User/_tiff,
+ Completion/User/_zdump: some _path_files calls now need loop for
+ tags.
+
+ * Sven: 10210: Completion/Commands/_next_tags,
+ Completion/Core/_main_complete, Completion/Core/compinit,
+ Doc/Zsh/compsys.yo: _next_tags doesn't need to be in completer
+ list any more; $compprefuncs array does pre-completion functions.
+
+ * Sven: 10209: Completion/Core/_loop, Completion/Core/_try:
+ missing functions form 10195.
+
+ * 10204: Completion/Base/_arguments, Completion/Base/_values,
+ Completion/Core/_alternative, Completion/Core/_tags,
+ Completion/Core/_wanted, Src/Zle/computil.c: additions to 10195.
+
+ * Sven: 10195: Completion/Base/_arguments,
+ Completion/Base/_brace_parameter, Completion/Base/_condition,
+ Completion/Base/_default, Completion/Base/_describe,
+ Completion/Base/_first, Completion/Base/_jobs,
+ Completion/Base/_math, Completion/Base/_parameter,
+ Completion/Base/_subscript, Completion/Base/_tilde,
+ Completion/Base/_values, Completion/Builtins/_arrays,
+ Completion/Builtins/_autoload, Completion/Builtins/_bindkey,
+ Completion/Builtins/_builtin, Completion/Builtins/_cd,
+ Completion/Builtins/_command, Completion/Builtins/_compdef,
+ Completion/Builtins/_echotc, Completion/Builtins/_functions,
+ Completion/Builtins/_hash, Completion/Builtins/_limits,
+ Completion/Builtins/_pids, Completion/Builtins/_popd,
+ Completion/Builtins/_sched, Completion/Builtins/_signals,
+ Completion/Builtins/_stat, Completion/Builtins/_vars,
+ Completion/Builtins/_zftp, Completion/Builtins/_zle,
+ Completion/Builtins/_zmodload, Completion/Builtins/_zpty,
+ Completion/Builtins/_zstyle, Completion/Commands/_next_tags,
+ Completion/Core/_alternative, Completion/Core/_files,
+ Completion/Core/_main_complete, Completion/Core/_multi_parts,
+ Completion/Core/_options, Completion/Core/_parameters,
+ Completion/Core/_path_files, Completion/Core/_requested,
+ Completion/Core/_sep_parts, Completion/Core/_set_options,
+ Completion/Core/_setup, Completion/Core/_tags,
+ Completion/Core/_unset_options, Completion/Core/_wanted,
+ Completion/Debian/_apt, Completion/Debian/_deb_packages,
+ Completion/Linux/_rpm, Completion/User/_archie,
+ Completion/User/_cvs, Completion/User/_dd,
+ Completion/User/_domains, Completion/User/_gcc,
+ Completion/User/_gdb, Completion/User/_getconf,
+ Completion/User/_gprof, Completion/User/_groups,
+ Completion/User/_gs, Completion/User/_hosts, Completion/User/_lp,
+ Completion/User/_mailboxes, Completion/User/_make,
+ Completion/User/_man, Completion/User/_mh, Completion/User/_mount,
+ Completion/User/_mutt, Completion/User/_mysql_utils,
+ Completion/User/_netscape, Completion/User/_nslookup,
+ Completion/User/_pbm, Completion/User/_perl_basepods,
+ Completion/User/_perl_builtin_funcs,
+ Completion/User/_perl_modules, Completion/User/_ports,
+ Completion/User/_rcs, Completion/User/_rlogin,
+ Completion/User/_socket, Completion/User/_ssh,
+ Completion/User/_stty, Completion/User/_tar,
+ Completion/User/_telnet, Completion/User/_tiff,
+ Completion/User/_urls, Completion/User/_user_at_host,
+ Completion/User/_users, Completion/User/_users_on,
+ Completion/User/_whois, Completion/User/_yp,
+ Completion/X/_x_color, Completion/X/_x_cursor,
+ Completion/X/_x_display, Completion/X/_x_extension,
+ Completion/X/_x_font, Completion/X/_x_keysym,
+ Completion/X/_x_modifier, Completion/X/_x_window,
+ Completion/X/_xmodmap, Completion/X/_xutils, Doc/Zsh/compsys.yo,
+ Doc/Zsh/mod_zutil.yo, Etc/completion-style-guide,
+ Functions/Zftp/zfcd_match, Functions/Zftp/zfget_match,
+ Src/Modules/zutil.c, Src/Zle/computil.c: implement tag aliases,
+ which allows neat tricks with styles.
+
+ * Sven: 10197: Src/exec.c, Src/init.c: %_ sometimes got cmdstack
+ wrong in source(); $(...) didn't show up at all.
+
+ * Bart: 10193: Src/prompt.c: prompttrunc() didn't track realloc()'s.
+
+ * Bart: 10181: Functions/Prompts/prompt_bart_setup: Bart's Theme
+ and Variations.
+
+ * Sven: 10178: Completion/Commands/_next_tags, Doc/Zsh/compsys.yo:
+ don't bind _next_tags by default and add some more docs.
+
+ * Sven: 10176: Src/Zle/compresult.c, Src/init.c, Src/parse.c:
+ optimize list-packed.
+
+ * Sven: 10174: Doc/Zsh/compsys.yo, Doc/Zsh/compwid.yo: tweaks on
+ completer and -V.
+
+ * Bart: 10173: Functions/Prompts/prompt_bart_setup,
+ Functions/Prompts/promptinit: Bart's Theme.
+
+ * Sven: 10172: Completion/Core/_main_complete: typo.
+
+ * Bart: 10168: Src/init.c: move hbegin() to get it right in
+ precmd.
+
+ * Oliver: 10166: Completion/X/_xt_arguments,
+ Completion/User/_nedit: new and improved.
+
+ * Bart: 10165: Doc/Zsh/builtins.yo, Doc/Zsh/compsys.yo: move doc
+ for using a completer twice; zcompile doc tweak.
+
+ * Oliver: 10162: Completion/Core/_expand: use nullglob option
+ instead of (N) so that user's qualifiers work.
+
+ * Sven: 10159: Src/Zle/compresult.c: wrong calculation of display
+ length when not using zsh/complist.
+
+ * Sven: 10156: Src/exec.c: possible invalid field in function
+ definition when loading.
+
+ * Zefram: 10152: Src/mem.c: fix ordering ambiguity ANSI wouldn't
+ have liked.
+
+ * Bart: 10150: Src/exec.c, Test/51xtrace.ztst: `one last' xtrace
+ redirection fix.
+
+ * Sven: 10149: Doc/Zsh/builtins.yo, Src/builtin.c, Src/exec.c,
+ Src/parse.c: allows native and ksh-like wordcode function styles.
+
+ * Sven: 10148: Src/Zle/comp.h, Src/Zle/compcore.c, Src/mem.c:
+ optimization for added matches where things didn't change.
+
+ * Sven: 10146: Completion/Core/_sort_tags, Completion/Core/_tags,
+ Doc/Zsh/compsys.yo: return value of function called by _tags used
+ to decide dispositions.
+
+ * Sven: 10145: Doc/Zsh/mod_zle.yo: confess to users that zle input
+ is on a stack.
+
+ * Sven: 10144: Doc/Zsh/builtins.yo, Src/Modules/parameter.c,
+ Src/builtin.c, Src/exec.c, Src/linklist.c, Src/parse.c: dump
+ functions from current shell.
+
+ * Sven: 10143: Src/init.c, Src/math.c: better ignoring of bits
+ that shouldn't get evaluated in math expressions.
+
+ * Sven: 10135: Doc/Zsh/compsys.yo, Src/Zle/computil.c: complex
+ argument handling expressions.
+
+ * Sven: 10131: Src/Modules/stat.c, Src/Modules/zpty.c,
+ Src/Modules/zutil.c, Src/Zle/compctl.c, Src/Zle/complete.c,
+ Src/Zle/computil.c, Src/Zle/zle_main.c, Src/Zle/zle_thingy.c,
+ Src/parse.c: more consistent zerrnam/zwarnnam usage.
+
+ * Sven: 10129: Doc/Zsh/builtins.yo, Src/builtin.c, Src/parse.c:
+ autoload -w can mark all functions in .zwc files for autoloading.
+
+ * Sven: 10128: Doc/Zsh/zle.yo, Src/Zle/zle_main.c, Src/init.c,
+ Src/signals.c, Src/zsh.h: zle parameters available readonly in
+ traps.
+
+ * Sven: 10127: Doc/Zsh/zle.yo, Src/Zle/compresult.c,
+ Src/Zle/iwidgets.list, Src/Zle/zle_main.c, Src/Zle/zle_misc.c,
+ Src/Zle/zle_refresh.c, Src/Zle/zle_thingy.c, Src/Zle/zle_tricky.c:
+ end-of-list widget to display prompt under command line, plus
+ $MARK documentation.
+
+ * Sven: 10126: Src/Zle/compcore.c: quotes in $PREFIX and $SUFFIX.
+
+ * Sven: 10125: Src/math.c, Src/params.c: restore old cruddy
+ behaviour removed in 10104, but using recursion counter.
+
+ * Sven: 10120: Src/exec.c, Src/loop.c, Src/parse.c: state not
+ tested properly in some constructs.
+
+ * Sven: 10117: Doc/Zsh/mod_zle.yo, Src/Zle/zle_params.c,
+ Src/Zle/zle_thingy.c: zle on its own returns zle status;
+ MARK parameter; disallow widgets in traps.
+
+ * Oliver: 10116: Completion/Builtins/_source: wasn't looking
+ through the path.
+
+ * Sven: 10112: Completion/Base/_condition, Src/Zle/zle_tricky.c:
+ fix up altmodische _condition; `[[ ... && ' thought it was in
+ command position for completion.
+
+ * Sven: 10108: Completion/Commands/.distfiles,
+ Completion/Commands/_next_tags, Completion/Core/_files,
+ Completion/Core/_main_complete, Completion/Core/_requested,
+ Completion/Core/_wanted, Doc/Zsh/compsys.yo,
+ Functions/Misc/.distfiles: _next_tags allows you to cycle through
+ sets of completions according to the tags.
+
+ * Sven: 10107: Doc/Zsh/compwid.yo, Src/Zle/complete.c,
+ Src/Zle/compmatch.c: ** in match spec allows matching including
+ the anchor as well.
+
+ * Sven: 10106: Functions/Misc/zrecompile, Src/exec.c, Src/parse.c,
+ Src/zsh.h: recompilation of wordcode files and related bugs.
+
+ * Sven: 10105: Src/lex.c: single exclamation marks in conditions.
+
+ * Sven: 10104: Src/math.c, Src/params.c: retrieve parameters in
+ math evaluations more directly rather than recursively calling
+ matheval(), which was kind of stupid, so stupid I could quite
+ possible have put it in myself, but I don't think I did this time.
+
+ * Sven: 10103: Src/glob.c: bad handling of ./ and ../ in
+ closures.
+
+ * Bart: 10098: configure.in, Src/cond.c: check for AIX's
+ faccessx() and neaten configure library function tests.
+
+ * Oliver: 10088: Completion/User/_groups,
+ Completion/Base/_condition: better handling of files after
+ conditions, checking of use of NIS.
+
+ * Adam: 10087: Completion/User/_perl_modules,
+ Completion/User/_perl: new and enhanced perl completions.
+
+ * Oliver: 10073: Src/cond.c: /dev/fd emulation for access tests.
+
+ * Adam: 10072: Completion/User/_mysql_utils: new completion
+ function for something with suspcicious `SQL' bit in its name.
+
+ * Bart: 10071: Src/exec.c: xtrace output redirection problem.
+
+ * Sven: 10059: Src/builtin.c, Src/lex.c, Src/parse.c, Src/text.c,
+ Src/zsh.h: bugs found by ksh tests: typeset -Ai didn't create
+ assocs (still doesn't create ints), some heredoc difficulties, |&
+ difficulties.
+
+ * Alexandre: 10058: Completion/User/_prcs, Completion/User/_diff,
+ Completion/User/_diff_options: another solution for the GNU diff
+ completion problem.
+
+ * Bart: 10056: Etc/MACHINES: RLIM_INFINITY incompatibility with
+ some Linux/GNU libraries.
+
+ * Sven: 10044: Completion/User/_diff, Completion/User/_use_lo:
+ gdiff should use diff completion, pretty obviously.
+
+ * Sven: 10041: Doc/Zsh/builtins.yo, Doc/Zsh/files.yo,
+ Doc/Zsh/func.yo, Src/init.c, Src/parse.c: enhancements for digest
+ files including digests of sourced files. Or maybe digestion of
+ sauce.
+
+ * Sven: 10040: Completion/User/_diff_options: can test for GNU
+ diff.
+
+ * Oliver: 10029: Src/utils.c: bad handling of '^^' in keystring
+ parsing.
+
+ * Andrej: 10028: Completion/Builtins/_cd: remove local directory
+ from cdpath.
+
+ * Sven: 10025: Functions/Misc/nslookup, Src/Modules/zpty.c:
+ optimizations for pty reads.
+
+ * Sven: 10017: Doc/Zsh/builtins.yo, Src/lex.c, Src/parse.c:
+ fix buffer problem for autoloading and unportable macro.
+
+ * Oliver: 10013: Completion/Builtins/_compdef,
+ Completion/Builtins/_zpty, Completion/User/_getconf: two new
+ functions and one updated.
+
+ * Andrej: 10011: Completion/User/_sudo: options for recent sudo.
+
+ * Bart: 10009: Completion/Base/_subscript: didn't get arrays the
+ right length.
+
+ * Bart: 10006: configure.in, Src/utils.c: use mktemp() if
+ available.
+
+ * Bart: 9992: Functions/Zle/predict-on: tweaks.
+
+ * Bart: 9990: Test/07cond.ztst: compatibility fix for chmod g+s.
+
+ * Bart: 9982: Test/53completion.ztst, Test/Makefile.in,
+ Test/comptest, Test/ztst.zsh: better handling of uninstalled
+ modules.
+
+ * Andrej: 9981: Src/Modules/zpty.c: SYSV-related pty stuff.
+
+ * Bart: 9980: Src/Makefile.in: separate mymods.conf and xmods.conf
+ dependencies.
+
+ * Sven: 9966: Doc/Zsh/builtins.yo, Doc/Zsh/func.yo, Src/parse.c:
+ require .zwc ending for digest files.
+
+ * Bart: 9963: Test/11glob.ztst: existing globbing tests run under
+ new test harness.
+
+ * Bart: 9961: INSTALL, Src/Makefile.in, Test/53completion.ztst,
+ Test/comptest: errors trying to load zpty for static shell in
+ tests; INSTALL didn't describe mymods.conf properly.
+
+ * Tanaka Akira: 9960: Test/comptest, Test/53completion.ztst: avoid
+ zpty timing problem.
+
+ * Sven: 9958: Src/parse.c: sharing strings made test fail with
+ new wordcode.
+
+ * Tanaka Akira: 9957: Test/comptest: clear to end.
+
+ * Sven: 9953: Src/Zle/complist.c: was incorrectly omitting some
+ display sequences.
+
+ * Tanaka Akira: 9952: Test/comptest: compatibility, quoting and
+ debugging fixes.
+
+ * Sven: 9951: Completion/Core/_multi_parts: was producing
+ mysterious blank entries.
+
+ * Sven: 9948: Src/exec.c, Src/parse.c: stripkshdef() was broken.
+
+ * Sven: 9947: Completion/Core/compdump, Completion/Core/compinit,
+ Doc/Zsh/builtins.yo, Doc/Zsh/func.yo, Src/builtin.c, Src/cond.c,
+ Src/exec.c, Src/glob.c, Src/lex.c, Src/loop.c, Src/math.c,
+ Src/mem.c, Src/parse.c, Src/text.c, Src/utils.c, Src/zsh.h:
+ Wordcode compilation for functions using .zwc or `digest
+ functions' in $fpath.
+
+ * Bart: 9946: Src/subst.c: return type in 9937.
+
+ * Bart: 9945: Src/prompt.c: truncation messed up non-literal
+ parts of the prompt.
+
+ * Bart: 9942: Src/prompt.c: truncation in true part of ternary
+ expression incorrectly showed false part and closing parenthesis.
+
+ * Sven: 9937: Src/subst.c: parsing problem with parameter
+ substitution which showed up in file completion.
+
+ * Sven: 9938: Src/Modules/parameter.c: problem assigning to
+ dirstack.
+
+ * Tanaka Akira: 9936: Src/Zle/complist.c, Test/comptest,
+ Test/53completion.ztst: tests for completion using zpty.
+
+ * Tanaka Akira: 9935: Test/52zregexparse.ztst: tests for
+ zregexparse.
+
+2000-03-21 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Sven: 9920: Completion/Core/.distfiles, Completion/Core/_call:
+ the function needed for 9897.
+
+ * Bart: 9912: Completion/User/_mailboxes: further improvements.
+
+ * Sven: 9904: Src/utils.c: getquery() and rmstarsilent.
+
+ * Sven: 9902: Completion/Core/_path_files: _files -g problem.
+
+ * Sven: 9900, 9903: Src/exec.c: parsing oddity in here documents.
+
+ * 9897: Completion/Base/_arguments, Completion/Builtins/_pids,
+ Completion/Linux/_rpm, Completion/User/_a2ps,
+ Completion/User/_archie, Completion/User/_diff_options,
+ Completion/User/_finger, Completion/User/_groups,
+ Completion/User/_gs, Completion/User/_killall,
+ Completion/User/_lp, Completion/User/_telnet,
+ Completion/User/_users_on, Completion/User/_yp,
+ Completion/X/_x_font, Completion/X/_x_window, Doc/Zsh/compsys.yo:
+ use _call function and `command' style to override command
+ used in various completions.
+
+ * Sven: 9895: Completion/Base/_combination,
+ Completion/Builtins/_zstyle, Completion/User/_telnet,
+ Doc/Zsh/compsys.yo: usage of combination styles.
+
+ * Sven: 9893: Completion/Core/_multi_parts: return values.
+
+ * Sven: 9892: Completion/Core/_main_complete,
+ Completion/Core/_path_files, Completion/Core/compdump,
+ Completion/Core/compinit: improved fix for 9886; typo in
+ _main_complete; compdump uses (q) flag; remove compstyle; update
+ compconf.
+
+ * Bart: 9891: Completion/User/_cvs: kshautoload problem.
+
+ * Bart: 9889: acconfig.h, configure.in, Src/exec.c,
+ Src/prototypes.h: from 3.0.8: detect mknod(), minor redirection
+ tweaks.
+
+ * Bart: 9886: Completion/Core/_path_files: matcher problem.
+
+ * Tanaka Akira: 9885: Completion/User/_dvi, Completion/User/_lynx,
+ Completion/X/_xutils: extra arguments for completion functions.
+
+ * Alexandre: 9882: Completion/User/_prcs: error messages.
+
+ * Sven: 9880: Completion/Core/_path_files: error message with
+ ~unknown.
+
+ * Sven: 9879: Completion/User/_tilde_files: use of magicequalsubst
+ with completion.
+
+ * Sven: 9877: Src/parse.c: wordcode bug in functions with failed
+ builtins.
+
+ * Sven: 9876: Completion/Base/_combination,
+ Completion/User/_rlogin, Completion/User/_ssh,
+ Completion/User/_user_at_host, Doc/Zsh/compsys.yo: more flexible
+ handling of separators in combinations.
+
+ * Sven: 9870: Completion/Core/_path_files,
+ Completion/User/.distfiles, Completion/User/_dd,
+ Completion/User/_tilde_files, Src/Zle/compresult.c: better
+ handling of paths beginning ~ in various places.
+
+ * Sven: 9865: Completion/Builtins/_zstyle,
+ Completion/Core/_main_complete, Completion/Core/_setup,
+ Doc/Zsh/compsys.yo, Src/Zle/compcore.c, Src/Zle/compresult.c:
+ implement prefer-ignored style to prefer alternative matches
+ to going on to another completer.
+
+ * Sven: 9863: Src/parse.c, Src/text.c: wordcode problems, using
+ old code.
+
+ * Sven: 9861: Completion/Core/_main_complete: interaction of
+ _main_complete and _oldlist.
+
+ * Sven: 9860: Src/Zle/compctl.c: storing of match and display list.
+
+ * Sven: 9855: Completion/Core/_multi_parts, Doc/Zsh/compsys.yo:
+ _multi_parts accepts -f.
+
+2000-02-23 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Sven: 9845: Functions/Zle/incremental-complete-word: another
+ context change.
+
+ * Sven: 9844: Functions/Zle/predict-on: rationalize 9837.
+
+ * Sven: 9840: config.sub: test for alphaev6 systems.
+
+ * Sven: 9839: Src/Builtins/sched.c, Src/Modules/example.c,
+ Src/Modules/mapfile.c, Src/Modules/parameter.c,
+ Src/Modules/zftp.c, Src/Modules/zprof.c, Src/Modules/zpty.c,
+ Src/Modules/zutil.c, Src/Zle/compcore.c, Src/Zle/compctl.c,
+ Src/Zle/complete.c, Src/Zle/complist.c, Src/Zle/compresult.c,
+ Src/Zle/computil.c, Src/Zle/zle_hist.c, Src/Zle/zle_main.c,
+ Src/Zle/zle_misc.c, Src/Zle/zle_thingy.c, Src/Zle/zle_tricky.c,
+ Src/Zle/zleparameter.c, Src/builtin.c, Src/cond.c, Src/exec.c,
+ Src/glob.c, Src/hist.c, Src/init.c, Src/jobs.c, Src/lex.c,
+ Src/linklist.c, Src/loop.c, Src/main.c, Src/math.c, Src/mem.c,
+ Src/module.c, Src/params.c, Src/parse.c, Src/pattern.c,
+ Src/prompt.c, Src/signals.c, Src/subst.c, Src/utils.c, Src/zsh.h:
+ Eliminate `useheap' variable and consequent HEAPALLOC/PERMALLOC
+ usage throughout the shell (hooray!) All memory allocation is
+ either explicitly on the heap or permanent.
+
+ * Sven: 9838: Src/Modules/parameter.c, Src/Zle/computil.c,
+ Src/Zle/zle_main.c, Src/builtin.c, Src/cond.c, Src/exec.c,
+ Src/glob.c, Src/hashtable.c, Src/init.c, Src/jobs.c, Src/lex.c,
+ Src/linklist.c, Src/loop.c, Src/params.c, Src/parse.c,
+ Src/signals.c, Src/signals.h, Src/subst.c, Src/text.c,
+ Src/version.h, Src/zsh.h: parser now emits wordcode directly; a
+ whole heap of optimisations of the execution tree.
+
+ * Sven: 9837: Completion/User/_gunzip, Functions/Zle/predict-on:
+ no. of colons in predict-on, typo in _gunzip.
+
+ * Sven: 9835: Completion/Builtins/_zstyle,
+ Completion/Core/_main_complete, Doc/Zsh/compsys.yo: document
+ single-ignored style, better handling of descriptions with
+ warnings about no matches.
+
+ * Bart: 2930: Completion/User/_ssh: basic completion for remote
+ files.
+
+2000-02-22 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Sven: 9831: Completion/Core/_multi_parts: better separator
+ removal.
+
+ * Sven: 9830: Completion/X/_x_arguments: reverse 9824, but use
+ _default instead of _files if no special arguments.
+
+ * Bart: 9828: Completion/User/_mailboxes: $i -> "$i" missed out.
+
+2000-02-21 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Clint: 9824: Completion/X/_x_arguments: `*/X11/*' was too broad
+ a definition for X commands taking standard arguments to be
+ useful.
+
+ * Clint: 9823: configure.in: open fifo read/write in test to avoid
+ possible (unconfirmed) hang.
+
+ * Bart: 9822: Completion/User/_mailboxes: add completions for mush
+ and tkrat; allow pine to complete mh folders.
+
+ * Sven: 9816: Completion/Core/_multi_parts,
+ Completion/User/_mailboxes: improved version of 9812/9815.
+
+ * Bart: 9812, 9815: Completion/User/_mailboxes,
+ Completion/User/_mutt: improved mailbox completion for all sorts
+ of types, currently only used for mutt.
+
+ * Sven: 9810: Completion/Core/_multi_parts: difficulties with
+ separator as initial character.
+
+ * Sven: 9809: Completion/Builtins/_popd,
+ Completion/Core/_approximate, Doc/Zsh/compsys.yo: documentation
+ improvements and typo fixes.
+
+ * Tanaka Akira/Sven: 9807: Completion/Core/_main_complete:
+ single-ignored style, as yet undocumented, for handling of
+ alternate match set.
+
+ * Sven: 9806: Completion/Core/_multi_parts: problems with literal
+ (parenthesised) arrays.
+
+ * Sven: 9805: Completion/Core/_path_files: difficulties with
+ suffixes when expanding paths.
+
+ * Sven: 9802: Src/utils.c: no need to quote !'s in ${(qq)...}
+ because they're not active in single quotes.
+
+ * Bart: 9799: Src/utils.c: better interpretation of typeahead when
+ querying user e.g. for spell checking.
+
+ * Adam: 9798: Doc/Makefile.in: use `texi' and `html' for targets
+ to avoid duplicated name complaint by gmake.
+
+2000-02-20 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: Config/version.mk: 3.1.6-dev-19.
+
+ * Bart: 9794: Src/exec.c, Test/.distfiles, Test/51xtrace.ztst:
+ pick up some problems with 9792.
+
+2000-02-19 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Bart: 9792: Src/builtin.c, Src/cond.c, Src/exec.c, Src/init.c,
+ Src/loop.c, Src/utils.c: `xtrerr' replaces stderr for output from
+ xtrace, to avoid problems with redirection.
+
+ * Sven: 9791: Completion/X/_x_arguments: complete filenames by
+ default.
+
+ * Sven: 9790: Completion/Builtins/_zstyle,
+ Completion/Core/.distfiles, Completion/Core/_message,
+ Completion/X/_x_borderwidth, Completion/X/_x_geometry,
+ Completion/X/_x_locale, Completion/X/_x_name,
+ Completion/X/_x_resource, Completion/X/_x_selection_timeout,
+ Completion/X/_x_title, Doc/Zsh/compsys.yo: arguments problem with
+ _x_geometry; matcher-list completed in zstyle.
+
+ * Sven: 9787: Completion/Core/_expand, Src/utils.c: parameter
+ expansion problems expanding; problem quoting in backquoted
+ expressions.
+
+ * Chmouel: 9784: Completion/User/_tar,
+ Completion/User/_tar_archive: obsolete -y option for bzip2 filter.
+
+ * Chmouel: 9781: Completion/Linux/_rpm: add --freshen.
+
+2000-02-17 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Sven: 9777: Src/Zle/compctl.c, Src/Zle/zle_tricky.c, Src/exec.c,
+ Src/glob.c, Src/subst.c: yet more difficulties with completing
+ brace-expanded expressions.
+
+ * Sven: 9776: Completion/Core/_main_complete, Src/glob.c,
+ Src/params.c: substitution bugs: ${foo[1,1]...} was treated
+ incorrectly as a scalar rather than an array slice; extra
+ duplication required when performing replacement on parameter.
+
+ * Sven: 9775: Completion/Core/_path_files: extra array copy
+ required.
+
+ * Sven: 9774: Src/Zle/compresult.c: completion inserted some
+ incorrect strings.
+
+ * Sven: 9773: Completion/Core/_multi_parts,
+ Completion/User/_groups, Completion/User/_ports,
+ Completion/User/_users, Doc/Zsh/compsys.yo: remove some
+ unnecessary tags which are more logically expressed by an empty
+ tag field in the context.
+
+ * Sven: 9772: Completion/Core/_approximate,
+ Completion/Core/_description, Completion/Core/_expand,
+ Completion/Core/_list, Completion/Core/_main_complete,
+ Completion/Core/_match, Completion/Core/_menu,
+ Completion/Core/_oldlist, Completion/Core/_prefix,
+ Doc/Zsh/compsys.yo: matcher-list style replaces matcher;
+ _matcher completer is now defunct.
+
+ * Sven: 9770: Src/Zle/computil.c: bogus empty descriptions.
+
+ * Sven: 9768: Completion/Core/_path_files: completing empty
+ directories.
+
+2000-02-16 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Oliver: 9761: Completion/Core/_expand: auto-removable suffixes.
+
+ * Oliver: 9752: Completion/Core/_expand: subst-globs-only style
+ bails out if no globs expanded.
+
+ * Sven: 9765: Completion/Core/_sep_parts: problems with separators
+ with metacharacters.
+
+ * Sven: 9764: Completion/Core/_multi_parts,
+ Completion/Core/_path_files, Doc/Zsh/compsys.yo: problems with
+ _oldlist in _multi_parts; new -i option to complete _multi_parts
+ bits in one go if possible.
+
+ * Sven: 9763: Src/subst.c: addition to 9757.
+
+ * Sven: 9759: Completion/Base/_default, Doc/Zsh/compsys.yo,
+ Src/Zle/comp.h, Src/Zle/compcore.c, Src/Zle/compctl.c,
+ Src/Zle/complete.c: use-compctl style to use existing compctls;
+ on by default if zsh/compctl is loaded; extra hook needed to allow
+ compctl to clear up if invoked via new completion.
+
+ * Sven: 9757: Src/subst.c: quoting with ${(e)...}.
+
+2000-02-15 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 9755: Completion/Core/_sep_parts: typo.
+
+ * Bart: 9750: Src/jobs.c, Src/signames2.awk,
+ Src/Modules/parameter.c: better handling for signals received by
+ shell which were not in the range found when configuring (e.g. if
+ OS was upgraded).
+
+ * Sven: 9749: Src/Zle/zle_tricky.c: completion in braces.
+
+ * Sven: 9746: Src/Zle/compctl.c: broken old-style completion.
+
+ * Sven: 9734: Doc/Zsh/compwid.yo: descriptions for matching.
+
+ * Sven: 9733: Completion/Core/_main_complete,
+ Completion/Core/_setup: can't set defaults ZLS_COLORS and
+ SELECTMIN inside completion functions, because they may already
+ have been set.
+
+ * Sven: 9732: Src/Zle/complist.c: bad test without
+ alwayslastprompt.
+
+ * Sven: 9731: Completion/Base/_arguments,
+ Completion/Base/_describe, Completion/Base/_jobs,
+ Completion/Base/_subscript, Completion/Base/_tilde,
+ Completion/Builtins/_pids, Completion/Builtins/_popd,
+ Completion/Builtins/_sched, Completion/Builtins/_signals,
+ Completion/Builtins/_stat, Completion/Core/_approximate,
+ Completion/Core/_files, Completion/Core/_main_complete,
+ Completion/Core/_normal, Completion/Core/_path_files,
+ Completion/Core/_setup, Completion/Core/_tags,
+ Completion/Core/compinit, Completion/Debian/_apt,
+ Completion/User/_lp, Completion/User/_socket, Doc/Zsh/compsys.yo,
+ Doc/Zsh/mod_zutil.yo, Src/Modules/zutil.c: Style defaults are now
+ hard-wired in, so all user styles take precedence without having
+ to delete existing patterns; _complete is now the default
+ completer in every context, including non-completion widgets.
+
+2000-02-14 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Sven: 9722: Completion/Commands/_expand_word,
+ Src/Zle/compcore.c, Src/Zle/complist.c: last_prompt, expansion
+ problems.
+
+ * Sven: 9713: Completion/Base/_arguments, Src/Zle/computil.c: two
+ more arguments problems.
+
+ * Sven: 9711: Completion/Commands/_complete_help: number of colons
+ in context brought up to date.
+
+ * Sven: 9710: Completion/Core/_files, Completion/Core/_path_files,
+ Src/Modules/zutil.c: a few random bugs: sorting of styles, bad
+ directory completion, globbing problems.
+
+ * Zefram: 9709: Src/mkmodindex.sh: should be global subst in 9701.
+
+ * Sven: 9705: Src/exec.c: comment esprefork, esglob.
+
+ * Sven: 9704: Completion/Core/_path_files: incorrect parameter
+ name.
+
+2000-02-13 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 9701: INSTALL, configure.in, Config/defs.mk.in,
+ Src/Makefile.in, Src/mkmodindex.sh: allow --enable-omit-modules=foo,...
+ to omit a list of modules from compilation and installation.
+
+ * Tanaka Akira: 9697: Completion/User/.distfiles,
+ Completion/User/_ps, Completion/User/_psutils: completion for all
+ psutils commands.
+
+ * Bart: 9694: Src/init.c: more portable attempt to force shell to
+ suspend if running interactively in background.
+
+ * Oliver: 9693: Src/params.c, Src/Zle/compcore.c,
+ Src/Zle/complete.c: AIX module exports.
+
+2000-02-11 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Bart: 9684: Completion/User/_mailboxes: sort of help find
+ mailboxes with + prefix.
+
+ * Bart: 2913: Completion/User/_mutt: don't set muttrc.
+
+ * pws: Config/version.mk: 3.1.6-dev-18
+
+ * Tanaka Akira: 9683: Completion/User/_diff_options: shut up error
+ messages (after other attempts from Oliver and Bart).
+
+ * Alexandre: 9681: Completion/User/_prcs: argument handling.
+
+ * Sven: 9680: Completion/Core/_files,
+ Completion/Core/_multi_parts, Completion/Core/_path_files,
+ Completion/Core/_sep_parts: use of -M option.
+
+ * Sven: 9677, 9679: Completion/Commands/_read_comp,
+ Completion/Core/_approximate, Completion/Core/_expand,
+ Completion/Core/_main_complete, Completion/Core/_match,
+ Doc/Zsh/compctl.yo, Doc/Zsh/compsys.yo, Doc/Zsh/compwid.yo,
+ Src/Zle/comp.h, Src/Zle/compcore.c, Src/Zle/compctl.c,
+ Src/Zle/complete.c: $compmatchers bites the dust, use new matcher
+ style.
+
+ * Sven: 9676: Src/Zle/computil.c: yet more argument subtleties.
+
+ * Tanaka Akira: 9674: Test/10prompt.ztst: some nameless idiot got
+ the bits of the date wrong.
+
+ * Sven: 9664: Completion/Core/_path_files: optimisation with
+ arrays.
+
+ * Sven: 9659: Doc/Zsh/compsys.yo: mention complete-in-words
+ behaviour.
+
+ * Sven: 9657: Completion/Core/_approximate,
+ Completion/Core/_description, Completion/Core/_main_complete,
+ Completion/Core/_matcher, Completion/Core/_path_files,
+ Completion/Core/_prefix, Doc/Zsh/compsys.yo, Src/Zle/complete.c
+ (plus Completion/Core/.distfiles change by hand): new _matcher
+ completer allows more control along the lines of $compmatchers.
+
+ * Johan: 9653: Functions/Misc/is-at-least,
+ Functions/Misc/.distfiles (added by hand): function to check
+ version numbers.
+
+ * Johan: 9651: Completion/User/_cvs: handle no CVS tags case better.
+
+ * Sven: 9650: Completion/User/_gunzip, Completion/User/_gzip:
+ handle .tgz files.
+
+ * Sven: 9648: Completion/Core/_files,
+ Completion/Core/_multi_parts, Completion/Core/_path_files,
+ Completion/Core/_sep_parts, Doc/Zsh/mod_zutil.yo,
+ Src/Modules/zutil.c: Bartised version of zparseopts;
+ fix _path_files -S ''.
+
+ * Bart: 9639: Doc/Zsh/options.yo, Doc/Zsh/redirect.yo: typos in
+ 9625.
+
+ * Tanaka Akira: 9638: Completion/User/_cvs: _cvs_rtag had no
+ default implementation.
+
+ * Sven: 9635: Completion/Core/_description,
+ Completion/Core/_files, Completion/Core/_multi_parts,
+ Completion/Core/_path_files, Completion/Core/_sep_parts,
+ Doc/Zsh/mod_zutil.yo, Src/Modules/zutil.c, Src/Modules/zutil.mdd:
+ improved performance for completion functions; option-parsing
+ builtin.
+
+ * Akim Demaille <akim@epita.fr>: 9634: Src/builtin.c: trap '' 1
+ segfaulted.
+
+ * Sven: 9633: Src/init.c: change logic in 9591.
+
+ * Sven: 9632: Test/05command.ztst: error spotted by improved
+ autoload error checking.
+
+ * Alexandre: 9625: Src/zsh.h, Src/options.c, Src/init.c,
+ Src/exec.c, Doc/Zsh/redirect.yo, Doc/Zsh/options.yo: SHNULLCMD and
+ CSHNULLCMD options to allow better sh/csh emulation without
+ fiddling with parameters.
+
+ * Sven: 9623: Completion/Core/_path_files: another version of
+ 9616.
+
+ * Sven: 9621: Src/Zle/computil.c: completion incorrectly adding
+ space.
+
+ * Sven: 9619: Completion/User/_texi: completion for texinfo;
+ added Completion/User/.distfiles by hand.
+
+ * Sven: 9618: Src/Zle/computil.c: memory leak in caching.
+
+ * Sven: 9616: Completion/Core/_path_files: bad test with a
+ pattern.
+
+ * Sven: 9615: Completion/Builtins/_zstyle, Doc/Zsh/compsys.yo:
+ rename and document some styles.
+
+ * Sven: 9614: Src/exec.c: esglob wasn't initialised properly.
+
+ * Alexandre: 9606: Completion/Builtins/_zstyle: two missing
+ styles.
+
+ * Sven: 9600: Src/exec.c: wordcode problem in execpline().
+
+ * Bart: 9591: Src/init.c: zsh/compctl didn't get loaded
+ automatically any more.
+
+ * Geoff: 9589: Doc/Makefile.in: put back ^A's from 9584.
+
+ * Tanaka Akira: 9585: Doc/Makefile.in: possible logic problems
+ with 9584.
+
+ * Geoff: 9584: Doc/Makefile.in: sh problems with creating
+ modlist.yo.
+
+ * Alexandre: 9583: Functions/Misc/nslookup: fix context name for
+ new scheme.
+
+ * Sven: 9390, 9394, hunk from 9396: ./Doc/Makefile.in,
+ Doc/Zsh/mod_zpty.yo, Doc/Zsh/.distfiles, Functions/Misc/nslookup,
+ Src/Modules/.distfiles, Src/Modules/zpty.c, Src/Modules/zpty.mdd,
+ Src/builtin.c, Src/init.c, Src/zsh.h: zpty module.
+
+2000-02-05 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Tanaka Akira: 9579: Completion/Debian/_deb_packages: was using
+ bad cache variable.
+
+2000-02-04 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Sven: 9569: Completion/Core/_main_complete,
+ Completion/Core/_prefix, Doc/Zsh/compsys.yo, Src/Zle/compcore.c:
+ new complete-prefix completer _prefix; fix suffix matching
+ problems.
+
+ * Sven: 9568: Src/Zle/computil.c: fix difficulties with remaining
+ arguments.
+
+ * Sven: 9562: Completion/Base/_arg_compile,
+ Completion/Base/_arguments, Completion/Base/_command_names,
+ Completion/Builtins/_hash, Completion/User/_gdb,
+ Completion/User/_ssh, Completion/User/_strip, Completion/X/_xrdb,
+ Completion/X/_xutils, Src/Zle/computil.c: failure to follow links
+ completing commands; bad long option handling in some cases
+
+ * Sven: 9560 (second hunk only): Src/Zle/computil.c: more
+ argument fixes.
+
+ * Sven: 9559: Doc/Zsh/compsys.yo: better documentation for `+'
+ argument handling.
+
+ * Sven: 9558: Src/exec.c, Src/parse.c: trapping of autoloading
+ errors wasn't up to scratch.
+
+ * Alexandre: 9557: Completion/User/_flex: problem handling
+ `+' argument.
+
+2000-02-03 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Oliver: 9547: Src/parse.c, Src/hist.c: more fixups for exporting
+ on AIX.
+
+ * Sven: 9546: Completion/Base/_arguments,
+ Completion/Base/_combination, Completion/Base/_describe,
+ Completion/Base/_first, Completion/Base/_jobs,
+ Completion/Base/_subscript, Completion/Base/_tilde,
+ Completion/Base/_values, Completion/Builtins/_pids,
+ Completion/Builtins/_popd, Completion/Builtins/_sched,
+ Completion/Builtins/_signals, Completion/Builtins/_stat,
+ Completion/Builtins/_zftp, Completion/Builtins/_zstyle,
+ Completion/Commands/_complete_help,
+ Completion/Commands/_correct_word,
+ Completion/Commands/_expand_word,
+ Completion/Commands/_history_complete_word,
+ Completion/Core/_alternative, Completion/Core/_approximate,
+ Completion/Core/_complete, Completion/Core/_correct,
+ Completion/Core/_description, Completion/Core/_expand,
+ Completion/Core/_files, Completion/Core/_list,
+ Completion/Core/_main_complete, Completion/Core/_match,
+ Completion/Core/_menu, Completion/Core/_message,
+ Completion/Core/_normal, Completion/Core/_oldlist,
+ Completion/Core/_path_files, Completion/Core/_setup,
+ Completion/Core/_sort_tags, Completion/Core/_tags,
+ Completion/Core/compinit, Completion/Debian/_apt,
+ Completion/Debian/_deb_packages, Completion/User/_cvs,
+ Completion/User/_domains, Completion/User/_groups,
+ Completion/User/_hosts, Completion/User/_ports,
+ Completion/User/_socket, Completion/User/_urls,
+ Completion/User/_users, Completion/X/_x_color, Doc/Zsh/compsys.yo,
+ Etc/completion-style-guide,
+ Functions/Zle/incremental-complete-word, Functions/Zle/predict-on:
+ more consistent form for style contexts in completion system,
+ :completion:<func>:<completer>:<command>:<argument>:<tag>.
+
+ * Sven: 9545: Src/Modules/zutil.c: don't use freed structs.
+
+ * Tanaka Akira: 9544: Src/Modules/zutil.c: handle case for
+ undefined match data in zregexparse.
+
+ * Sven: 9542: Src/Zle/complete.c: use permanently allocated memory
+ for copied special parameters.
+
+ * Sven: 9541: Src/Modules/zutil.c: zstyle looks up style names
+ first.
+
+2000-02-02 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: Config/version.mk: version 3.1.6-dev-17
+
+ * Bart: 9533: Src/signals.c: make sure shell doesn't send itself
+ SIGHUP when exiting.
+
+ * Sven: 9528: Completion/Core/_files: missing variable
+ initialization.
+
+ * Sven: 9527: Doc/Zsh/compsys.yo: extra description for styles.
+
+ * Sven: 9526: Src/Zle/computil.c: missing tokenization in
+ completion listing.
+
+ * Sven: 9524: Src/text.c: wordcode bug outputting function
+ definitions.
+
+ * Sven: 9522: Src/utils.c: return on various conditions when
+ reading a character from the terminal.
+
+ * Sven: 9521: Src/exec.c: another job-waiting fix.
+
+2000-02-01 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 9518: Test/.distfiles, Test/10prompt.ztst: test for prompt
+ escapes.
+
+ * Clint/Sven: 9500 rewritten as 9505: Src/mem.c: more graceful exit
+ after mmap() failure when used for heap allocation.
+
+ * Alexandre: 9504: Completion/Builtins/_zstyle: complete name of
+ packageset style.
+
+ * Sven: 9503: Src/exec.c: problem updating job entry without any
+ processes.
+
+ * Alexandre: 9502: Completion/User/_urls,
+ Completion/Core/compinit, Completion/Core/_menu,
+ Completion/Core/_match, Completion/Base/_combination: fix 9463
+ to use ':completion:...' prefix with zstyle.
+
+2000-01-31 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Sven: 9496: Src/loop.c: failure to check for return status in
+ for loop.
+
+ * Bart: 9495: Src/exec.c: re-block after waiting for jobs.
+
+ * Sven: 9494: Src/Zle/computil.c: extraneous space with option
+ description.
+
+ * Bart: 9493: Test/09funcdef.ztst: regression test for function
+ definition.
+
+ * Sven: 9489: Src/Zle/complist.c, Src/Zle/compresult.c: avoid menu
+ selection with no list and asking whether to list twice.
+
+ * Sven: 9488: Src/exec.c: remove unnecessary child_block().
+
+ * Sven: 9487: Src/exec.c: wordcode fix: expand names in function
+ definitions.
+
+ * Sven: 9486: Doc/Zsh/compwid.yo: fix docs for compadd -1 with -J
+
+2000-01-30 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Tanaka Akira: 9476: Completion/User/_cvs,
+ Completion/User/_patch: prefer LC_ALL to LANG as the former
+ overrides the latter.
+
+ * Tanaka Akira: 9475: Completion/User/_telnet: simplify by using
+ (K) parameter flag.
+
+ * Tanaka Akira: 9473: Completion/User/_patch: improved support for
+ different versions of `patch'.
+
+ * Bart: 9472: Doc/Makefile.in: dependencies on texinfo files when
+ building out of source tree.
+
+ * Tanaka Akira: 9470: Completion/Debian/_deb_packages: updage
+ should be update throughout.
+
+ * Clint: 9469: Completion/Debian/_deb_packages,
+ Completion/Debian/_dpkg, Doc/Zsh/compsys.yo: new packageset style
+ to select Debian package.
+
+2000-01-29 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Alexandre: 1684: Completion/User/.distfiles: add _diff and
+ _diff_options.
+
+ * Alexandre: 9463: Completion/User/_urls,
+ Completion/Core/compinit, Completion/Core/_menu,
+ Completion/Core/_match, Completion/Base/_combination: switch to
+ using zstyle instead of compstyle in various functions.
+
+ * Sven: 9458: Src/Zle/complete.c, Src/Zle/compresult.c: used freed
+ memory in completion; should have been using heaps all along.
+
+ * Sven: 9457: Src/params.c: tokenisation problem with patterns
+ using parameter flag (K).
+
+ * Sven: 9454: Completion/Core/_path_files: handling path prefixes
+ with patterns more cleverly.
+
+ * Sven: 9452: Completion/Base/_arguments: `--exclude=' shouldn't
+ show both argument list and completions of --exclude....
+
+ * Bart: 9448: Makefile.in: treat Test subdirectory along with
+ others in make procedures (notably distclean).
+
+ * Sven: 9442: Src/Zle/compresult.c: problems with suffixes when
+ cursor style set.
+
+ * Sven: 9441: Completion/Core/_files,
+ Completion/User/_diff_options: _files sometimes didn't use
+ ignored-patterns; use $(command diff) just in case, plus more
+ verbose descriptions.
+
+ * Alexandre: 9436: Completion/User/_prcs,
+ Completion/User/_diff_options, Completion/User/_diff: prcs
+ enhancements with builtin diff support, plus diff options for use
+ directly with GNU diff.
+
+2000-01-25 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: Etc/FAQ.yo: updated from latest posted version.
+
+ * Sven: 9424: Src/Modules/parameter.c: problems with 9421 with
+ aliases and dir parameters.
+
+2000-01-24 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 9421: Src/params.c: PM_REMOVABLE parameters are freeable
+ since they were created by an ordinary createparam() (fixes
+ memory leak).
+
+ * Alexandre: 9419: Src/Zle/complist.c: more problems with
+ backreferences in list-colors: aborts after failed backref,
+ nested backrefs not handled.
+
+ * Sven: 9417: Src/Zle/compcore.c: prefix code confused by matcher
+ specifications.
+
+ * Sven: 9416: Completion/Core/_setup, Src/Zle/complist.c: problems
+ using backreferences in list-colors, check zsh/complist is loaded
+ if needed.
+
+ * Sven: 9415: Doc/Zsh/mod_complist.yo: typo in pattern example.
+
+ * Sven: 9414: Completion/Core/_path_files: use _comp_ignore.
+
+ * Sven: 9413: Functions/Zftp/zfinit, Src/Modules/zutil.c,
+ Src/loop.c: cleanups for module name, new completion test,
+ compilation warnings.
+
+ * Sven: 9361: Src/exec.c: simplifty getoutput() test.
+
+2000-01-23 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: Config/version.mk, Src/Modules/.distfiles: 3.1.6-dev-16;
+ zprof.mdd, zfprof.c finally added to distribution.
+
+2000-01-22 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 9408: Src/pattern.c, Doc/Zsh/expn.yo: failed
+ backreferences, such as (...)# matching zero times or (|(...))
+ matching first part of branch now set match to null string and
+ indices to -1 instead of crashing the shell.
+
+ * Clint: 9405: Makefile.in: $(DESTDIR) missing in front of
+ $(sitefndir).
+
+ * Tanaka Akira: 9404: Completion/Core/_path_files: `%' missing in
+ parameter expansion.
+
+2000-01-21 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Sven: 9403: Completion/Core/_path_files, Doc/Zsh/compsys.yo:
+ brace problems with squeeze-slashes.
+
+ * Sven: 9402: Completion/Builtins/_zstyle,
+ Completion/Core/_path_files, Doc/Zsh/compsys.yo: ignore-parents
+ style for more tunable path completion.
+
+ * Sven: 9401: Src/Modules/parameter.c, Src/exec.c, Src/zsh.h: use
+ list-based instead of function-based system for shell function
+ wrappers.
+
+ * Tanaka Akira: 9400: Completion/User/.distfiles: add _finger
+
+ * Sven: 9399: Functions/Zftp/zfinit: bad reverse index.
+
+ * Sven: 9398: Functions/Zftp/zfcd_match,
+ Functions/Zftp/zfget_match: fix _description calls
+
+ * Sven: 9397: Functions/Zftp/zfinit: incorrect zmodload for
+ autoloaded builtin
+
+ * Sven: 9396: Doc/Zsh/mod_zle.yo, Src/Zle/zle_main.c: better
+ retrieval of history in vared.
+
+ * Sven: 9395: Src/exec.c, Src/parse.c, Src/text.c: problems with
+ ksh-format autoload and core dump due to bad termination in
+ function execution.
+
+ * Sven: 9388, 9389: Completion/User/_domains: try to completion
+ host domains better.
+
+2000-01-20 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Alexandre: 9387: Doc/Zsh/compsys.yo: document brace problems
+ with 9383.
+
+ * Sven: 9386: Completion/Core/_multi_parts,
+ Completion/Core/_sep_parts: both functions support -F option.
+
+ * Alexandre: 9385: Completion/User/_prcs: tilde expansion in prcs
+ repository path.
+
+ * Alexandre: 9383: Doc/Zsh/compsys.yo, Completion/Core/_path_files,
+ Completion/Builtins/_zstyle: add squeeze-slashes style not to take
+ multiple slashes as multiple completable directories; add
+ file-patterns to zstyle completion.
+
+ * Sven: 9382: Src/Modules/parameter.c, Src/exec.c, Src/mem.c,
+ Src/parse.c, Src/text.c: fix problems with empty lists in wordcode
+ programmes and some comments.
+
+ * Sven: 9381: Src/Zle/compresult.c: don't expand parameters quite
+ so often for tests.
+
+2000-01-19 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Sven: 9373: Src/Modules/parameter.c: missing keys with special
+ parameters.
+
+ * Sven: 9371: Completion/Core/_files, Completion/Core/_path_files,
+ Doc/Zsh/compsys.yo: file-patterns style for overriding choices for
+ file completion built into completion functions.
+
+ * Sven: 9370: Src/text.c: missing tstack initialisation.
+
+ * pws: 9367: Src/cond.c, Src/parse.c, Test/04redirect.ztst,
+ Test/07cond.ztst: fixes for 9332: `[' tests didn't work, skipping
+ conditions with `&&' and `||' didn't work, always use WC_END
+ marker to terminate code.
+
+ * Tanaka Akira: 9360: Completion/User/_cvs: new -C option to cvs
+ update, better descriptions.
+
+ * Tanaka Akira: 9359: Completion/Debian/_apt,
+ Completion/Base/_regex_arguments: argument handling for apt-cache.
+
+2000-01-18 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 9354: Etc/MACHINES: problems reported on SPARC.
+
+ * Sven: 9336: Src/signals.c: addition to 9332.
+
+ * Sven: 9332: Src/Modules/example.c, Src/Modules/parameter.c,
+ Src/Modules/zftp.c, Src/Modules/zprof.c, Src/Zle/compcore.c,
+ Src/Zle/compctl.c, Src/Zle/complete.c, Src/Zle/zle_main.c,
+ Src/Zle/zle_misc.c, Src/builtin.c, Src/cond.c, Src/exec.c,
+ Src/glob.c, Src/hashtable.c, Src/init.c, Src/loop.c, Src/parse.c,
+ Src/signals.c, Src/text.c, Src/utils.c, Src/zsh.h: Use word code
+ instead of structs for passing executable chunks around.
+
+ * Sven: 9353: Completion/Base/_jobs: bad prefix test
+
+ * Sven: 9348: Src/Modules/zutil.c: various minor regex fixes
+
+ * Sven: 9345: Src/exec.c, Src/jobs.c, Src/zsh.h:
+ bug with job control when group leader exits; other problems
+ with subshells.
+
+ * Alexandre: 9340: Src/Zle/computil.c: bug with adding `=' after
+ options.
+
+ * Sven: 9335: Completion/Core/_path_files: fix special-dirs style.
+
+2000-01-17 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Clint: 9333: Completion/User/_a2ps: a2ps can take PostScript
+ input files.
+
+ * Johan Sundström: 9331: Doc/Zsh/compwid.yo: typo.
+
+ * Sven: 9330: Src/mem.c: debugging message not needed when using
+ mmap().
+
+ * Sven: 9329: Src/Modules/parameter.c, Src/Zle/complete.c,
+ Src/Zle/zleparameter.c, Src/glob.c, Src/mem.c: memory management
+ fixes for hashtables and heaps.
+
+2000-01-16 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Tanaka Akira: 9328: Completion/User/_finger,
+ Completion/User/_other_accounts: new finger completion.
+ .distfiles also updated.
+
+2000-01-15 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Tanaka Akira: 9325: Src/init.c: misspelled SITEFPATH_DIR
+
+ * Alexandre: 9324: Completion/User/_tar_archive: .tgz completion
+ didn't work.
+
+2000-01-14 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 9322: INSTALL, Makefile.in, configure.in,
+ Config/defs.mk.in, Config/funcinst.mk, Config/installfns.sh,
+ Config/uninstallfns.sh, Src/init.c, Src/zsh.mdd: install.fns
+ creates site-functions, parallel to /usr/share/zsh/3.1.6-dev-15
+ or wherever; no functions.old directory saved or used; functions
+ directory is version-specific anyway, so just delete old one.
+
+ * Sven: 9318: Src/exec.c, Src/init.c, Src/zsh.h: cases where we
+ don't need to make up the job text.
+
+ * Tanaka Akira: 9317: Completion/User/_urls: don't quote bookmarks
+ when inserted.
+
+ * Tanaka Akira: 9316: Completion/User/_cvs: detects zsh/stat
+ module more carefully.
+
+ * Sven: 9315: Src/module.c: bad error status when using zmodload
+ in static shell.
+
+ * Tanaka Akira: 9311: Completion/Builtins/_zmodload,
+ Doc/Makefile.in, Test/.distfiles: missing stuff in 3.1.6-dev-15:
+ unused parameter in _zmodload, deleting too many files with clean
+ in Doc, 08traps.ztst wasn't in distribution list.
+
+2000-01-13 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 9309: Completion/Core/_path_files,
+ Completion/Builtins/_zstyle: fixes for 9298: test for non-zero
+ $FIGNORE, zstyle completion for ignored-patterns.
+
+ * Sven: 9306: Doc/Zsh/mod_zle.yo, Src/Zle/zle_thingy.c: allow
+ permanent (until next return) message with zle -M.
+
+ * Sven: 9305: Src/Zle/compcore.c: sometimes failed to switch to
+ alternate match set.
+
+2000-01-12 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: Config/version.mk: 3.1.6-dev-15.
+
+ * pws: 9301: configure.in: use quoted '${VERSION}' in function
+ directory to be determined at compile time, avoids having to
+ re-make config.status.
+
+ * Sven: 9298: Completion/Core/_description,
+ Completion/Core/_main_complete, Completion/Core/_path_files,
+ Doc/Zsh/compsys.yo, Doc/Zsh/compwid.yo, Src/Zle/compcore.c:
+ ignored-suffixes becomes ignored-patterns for more general
+ ignorance.
+
+ * Sven: 9297: Completion/Core/_alternative: typo.
+
+ * Sven: 9296: Src/Zle/compmatch.c: matcher ignores backslashes by
+ default.
+
+2000-01-11 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 9295: Doc/Zsh/grammar.yo, Src/loop.c,
+ Src/Modules/parameter.c: problem with aliased options with
+ negative number when retrieving $options; bad test for use of
+ terminal with `select'; defective description of tests for
+ alternative forms using if ... { ... } etc.
+
+ * Sven: 9291: Completion/Core/_main_complete: insufficient care
+ with ksharrays affected _cd completion.
+
+ * Sven: 9287: Src/exec.c: unbalanced use of heaps.
+
+2000-01-10 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Sven: 9283: Src/mem.c: hrealloc() problem with mmap().
+
+ * Tanaka Akira: 9281, 9282: Completion/Builtins/_popd: too eager
+ to insert slash suffix.
+
+2000-01-09 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 9280: Src/subst.c: failed to copy parameter properly using
+ ${(P)...} flag.
+
+ * pws: 9279: Src/mem.c: use munmap() instead of zfree() for
+ one more heap reference.
+
+ * pws: 9278: Completion/Core/_path_files: overenthusiastic use of
+ $fignore on explicitly globbed files.
+
+ * Tanaka Akira: 9274: Completion/X/_xutils: completing options of
+ X commands didn't work.
+
+ * Tanaka Akira: 9273: Completion/User/_cvs: various tweaks.
+
+ * Bart: 9272: Src/Aliases/alias.mdd.in: file missed in 9253.
+
+ * Bart: 9270: Doc/Zsh/.cvsignore, Doc/Zsh/.distfiles,
+ Doc/Makefile.in: Doc/Zsh/manmodmenu.yo is a generated file.
+
+2000-01-08 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Tanaka Akira: 9269: Completion/User/_pack: bogus space in _pack.
+
+2000-01-07 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 9267: Src/signals.c, Test/08traps.ztst, Test/50cd.ztst,
+ Test/ztst.zsh: fix remaining(?) trap issues by simplifying
+ save/restore code; add tests for traps (with unpleasantness
+ testing trap triggering).
+
+ * pws: 9266: configure.in, INSTALL: move $ZSH_VERSION to before
+ functions, to allow other zsh versioned stuff to be collected.
+
+ * Sven: 9264 (minus `make clean' hunk): ./Doc/Makefile.in,
+ Doc/Zsh/manual.yo: remove yodl comments to avoid makeinfo
+ problems.
+
+ * Sven: 9263: Completion/Builtins/_zmodload,
+ Completion/Core/_files, Completion/Core/_path_files: _path_files
+ handles (:r) modifier; _files handles -/g; _zmodload handles
+ hierarchical modules.
+
+ * Sven: 9262: Completion/Builtins/_hash, Completion/Linux/_rpm,
+ Completion/User/_dd, Completion/User/_gs, Completion/User/_make:
+ 9260 add-on for various uses of compset.
+
+ * Sven: 9261: Completion/User/_a2ps: missing backslash.
+
+ * Sven: 9260: Completion/Core/_main_complete: completion after `='.
+
+2000-01-06 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 9256: configure.in, INSTALL: add $ZSH_VERSION to default
+ function install path.
+
+ * Oliver: 9253: Src/Aliases/cap.mdd, Src/Aliases/clone.mdd,
+ Src/Aliases/compctl.mdd, Src/Aliases/complete.mdd,
+ Src/Aliases/complist.mdd, Src/Aliases/computil.mdd,
+ Src/Aliases/deltochar.mdd, Src/Aliases/example.mdd,
+ Src/Aliases/files.mdd, Src/Aliases/mapfile.mdd,
+ Src/Aliases/mathfunc.mdd, Src/Aliases/parameter.mdd,
+ Src/Aliases/rlimits.mdd, Src/Aliases/sched.mdd,
+ Src/Aliases/stat.mdd, Src/Aliases/zftp.mdd, Src/Aliases/zle.mdd,
+ Src/Aliases/zleparameter.mdd, Src/Aliases/zutil.mdd,
+ Src/linklist.c, Src/mkmakemod.sh, Src/params.c, Src/utils.c: more
+ fixes for dynamical linking on AIX.
+
+ * Tanaka Akira: 9252: Completion/User/_lp: typo in 9242.
+
+ * Sven: 9250: Src/Zle/complete.c: extend 9237 for compset.
+
+ * Sven: 9248: Completion/Core/_tags, Doc/Zsh/compsys.yo: simplify
+ undoability of 9245 and suchlike by making `!tag' valid in
+ tag-order style.
+
+ * Sven: 9245: Completion/Base/_command_names,
+ Completion/Base/_parameter: complete parameters in command
+ position (now undoable using styles).
+
+ * Sven: 9244: Completion/Builtins/_zstyle: partial word completion
+ for style names.
+
+ * Sven: 9242: Completion/User/_lp: better completion of printer
+ names.
+
+ * Alexandre: 9240: Completion/User/_urls: handle URLs from
+ bookmarks with spaces by quoting.
+
+ * Sven: 9237: Doc/Zsh/compwid.yo, Src/Zle/compcore.c: fix literal
+ handling of completion prefix/suffix.
+
+ * Sven: 9236: Src/Zle/compresult.c, Src/Zle/zle_misc.c:
+ listmatches called with bogus list, plus extra paranoia.
+
+ * Tanaka Akira: 9235: Test/07cond.ztst: chgrp to workaround
+ inherited groups.
+
+ * Tanaka Akira: 9228: Completion/Builtins/_popd: probllem listing
+ directories.
+
+ * Tanaka Akira: 9227: Test/04redirect.ztst: problem with .nfs*
+ files remaining when deleting directory.
+
+ * Tanaka Akira: 9226: Completion/User/_lp: explanation typo.
+
+ * Tanaka Akira: 9225: Completion/Core/_path_files,
+ Doc/Zsh/compsys.yo: file completion in root directory.
+
+2000-01-05 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: Config/version.mk: zsh-3.1.6-dev-14 (note change of
+ string).
+
+ * Sven: 9219: Functions/Zle/predict-on: zstyle typo.
+
+ * Sven: 9217: Completion/User/_lp, Doc/Zsh/compsys.yo: additions
+ to foregoing.
+
+ * Sven: zsh-users/2830: Completion/User/.distfiles,
+ Completion/User/_lp, Completion/User/_ps: completion for printer
+ commands.
+
+ * Alexandre: 9216: Src/Zle/computil.c, Completion/User/.distfiles,
+ Completion/User/_prcs: Don't skip too many characters at start of
+ option; completion for prcs revision control.
+
+2000-01-04 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 9212: Src/zsh.h, Src/Zle/zle_main.c, Src/Zle/zle_hist.c:
+ make cleaner use of flags to zleread().
+
+ * pws: 9209: Src/Makefile.in, Src/Makemod.in.in, Doc/Makefile.in:
+ rearrange 9181 to better order.
+
+ * Tanaka Akira: 9206 (+ tweaks): Src/zsh.h: use __attribute__
+ to get alignment for struct heap for gcc.
+
+ * Gene Cohler: 9200: Src/module.c: fix for dynamic linking on
+ latest HP-UX 11 systems.
+
+ * Sven: 9199: Completion/Core/_path_files, Doc/Zsh/compsys.yo:
+ allow sorting with sort style for files.
+
+ * Sven: 9198: Completion/Base/_arguments, Completion/Base/_values,
+ Completion/Core/_alternative: avoid mangling spaces with evals.
+
+ * Sven: 9197: Completion/Core/_multi_parts,
+ Completion/Core/_path_files, Completion/Core/_sep_parts:
+ tweak approximation for file completion etc.
+
+ * Sven: 9195: Src/Zle/compcore.c: PS to 9189.
+
+ * Sven: 9193: Completion/Builtins/_zstyle: fix typos etc.
+
+ * Sven: 9191: Completion/Base/_default,
+ Completion/Core/_description, Completion/Core/_path_files,
+ Doc/Zsh/compsys.yo, Doc/Zsh/compwid.yo, Src/Zle/complete.c:
+ style control of matcher specification.
+
+ * Sven: 9190: Completion/Core/compinit: tweak default completion
+ styles.
+
+ * Sven: 2826: Completion/Commands/_complete_help: help is more
+ helpful about what functions completion is in.
+
+ * Sven: 9189: Src/Zle/compcore.c: problem with not recognizing
+ prefix lengths when adding matches from patterns.
+
+ * Sven: 9188: Src/loop.c: repeat with a negative count.
+
+ * Sven: 9187: Src/Zle/computil.c: bug with :*pat: patterns
+ in styles.
+
+ * Helmut: 9186: Src/zsh.h: heaps struct was no longer properly
+ aligned.
+
+2000-01-02 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 9181: Src/Makefile.in, Src/Makemod.in.in, Doc/Makefile.in:
+ add .PHONY targets to prevent GNU make creating them sometimes.
+
+2000-01-01 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Tanaka Akira: 9174: Test/ztst.zsh: missing `$'.
+
+ * Geoff: 9173: Completion/User/_tar: bogus `}'.
+
+ * Tanaka Akira: 9170: Completion/Builtins/_unhash,
+ Completion/User/_mutt: typos.
+
+ * Geoff: 9169: Completion/Builtins/_stat: bogus `fi'.
+
+1999-12-29 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Tanaka Akira: 9166: Completion/Builtins/_zstyle,
+ Doc/Zsh/compsys.yo, Doc/Zsh/mod_zutil.yo: remove unnecessary
+ cache-path tag.
+
+ * Clint: 9165: Completion/Debian/_dpkg: dpkg improvement.
+
+ * Tanaka Akira: 9164: Test/01grammar.ztst: use zsh instead of sh
+ to check - modifier.
+
+ * Tanaka Akira: 9163: Test/ztst.zsh: use absolute path for test
+ directory.
+
+1999-12-28 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 9162: Completion/Base/_regex_arguments,
+ Src/Modules/zutil.c: rename regexparse to zregexparse.
+
+ * Tanaka Akira: 9161: Completion/Debian/_apt,
+ Completion/Debian/_deb_packages: improved 9160.
+
+ * Clint: 9160: Completion/Debian/_deb_packages: handle -J option.
+
+ * Vin Shelton: 9159: Test/Makefile.in, Test/ztst.zsh,
+ Test/07cond.ztst: fix testing when source and build tree are
+ separate.
+
+ * Tanaka Akira: 9158: Src/Modules/zutil.mdd: fix module
+ dependencies (showed up only in static linking).
+
+ * Tanaka Akira: 9154, 9156: Completion/Base/_regex_arguments,
+ Src/Modules/zutil.c: re-implement parsing for _regex_arguments in
+ C.
+
+1999-12-23 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: Config/version.mk: zsh-3.1.6-pws-13.
+
+ * Zefram: 9143: Util/mkdisttree.sh: same find change here.
+
+ * Andrej: 9142: Util/preconfig: work around probably find bug
+
+ * Alexandre: 9139: Functions/Zftp/zftp_chpwd, Etc/FAQ.yo:
+ kterm understands xterm sequences.
+
+ * pws: 9150: Completion/Builtins/.distfiles,
+ Completion/Builtins/_zstyle, Test/.distfiles: added _zstyle
+ for zstyle completion, also some missed .distfiles entries
+ for 9129.
+
+ * pws: 9149: Completion/Builtins/_cd, Completion/Core/_path_files:
+ _cd wouldn't complete in $cdpath and _path_files messed up
+ array entries with spaces.
+
+1999-12-22 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Tanaka Akira: 9138: Util/preconfig: problem with pattern
+ matching `.' in find.
+
+ * Tanaka Akira: 9137: Test/07cond.ztst: compatibility fixes for
+ tests in 9129.
+
+ * Clint: 9136: Completion/Debian/_dpkg: handle dpkg-deb options.
+
+ * Zefram: 9134: Src/Makefile.in, Src/mkbltnmlst.sh,
+ Src/xmods.conf, Src/zsh.mdd: aliased libraries with static
+ linking.
+
+1999-12-21 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 9129: Src/math.c, Test/04redirect.ztst,
+ Test/05command.ztst, Test/06arith.ztst, Test/07cond.ztst,
+ Test/ztst.zsh: fix bug with `(( 4 : 3 ))'; some more tests
+ for shell basics.
+
+1999-12-20 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Clint: 9121: Functions/Zftp/zfdir: some idiot messed up
+ selection of pager.
+
+ * Zefram: 9120: .distfiles, .preconfig, INSTALL, Util/.distfiles,
+ Util/preconfig: better pre-configuration support.
+
+ * Zefram: 9119: Doc/Zsh/intro.yo: zshzftpsys manual omitted.
+
+ * Zefram: 9118: Doc/Makefile.in, Doc/Zsh/builtins.yo,
+ Doc/Zsh/compsys.yo, Doc/Zsh/compwid.yo, Doc/Zsh/mod_cap.yo,
+ Doc/Zsh/mod_clone.yo, Doc/Zsh/mod_compctl.yo,
+ Doc/Zsh/mod_complete.yo, Doc/Zsh/mod_complist.yo,
+ Doc/Zsh/mod_computil.yo, Doc/Zsh/mod_deltochar.yo,
+ Doc/Zsh/mod_example.yo, Doc/Zsh/mod_files.yo,
+ Doc/Zsh/mod_mapfile.yo, Doc/Zsh/mod_mathfunc.yo,
+ Doc/Zsh/mod_parameter.yo, Doc/Zsh/mod_sched.yo,
+ Doc/Zsh/mod_stat.yo, Doc/Zsh/mod_zftp.yo, Doc/Zsh/mod_zle.yo,
+ Doc/Zsh/mod_zleparameter.yo, Doc/Zsh/mod_zprof.yo,
+ Doc/Zsh/mod_zutil.yo, Doc/Zsh/params.yo, Doc/Zsh/zftpsys.yo,
+ Doc/Zsh/zle.yo: proper names for info files.
+
+ * Zefram: 9117: Src/mkmakemod.sh: remove unnecessary blanks.
+
+ * Adam: 9109: Completion/User/_hosts: globsubst problem.
+
+ * Sven: 9107: Completion/Core/compinit: fix SELECTMIN.
+
+ * Zefram: 9105: Src/mkbltnmlst.sh: non-existent module problems.
+
+ * Sven: 9099: Src/mem.c, Src/zsh.h: heap memory uses mmap()
+ as long as MAP_ANONYMOUS is available.
+
+ * Sven: 9098: Src/lex.c: double input buffer with inbufct as
+ maximum when more memory required.
+
+ * pws: 9123: Src/Modules/mathfunc.c, Doc/Zsh/mod_mathfunc.yo:
+ removed drem() as not present on Solaris.
+
+ * Clint: 9094: Completion/User/_tar: handle -Cf.
+
+ * Clint: 9093: Completion/User/_tar_archive: bzip2 support
+
+ * Oliver: 9088: Completion/Core/_description: failed to sort
+ listings numerically.
+
+ * Oliver: 9087: Src/module.c, Src/Modules/zutil.mdd: more
+ dependency problems with .export files.
+
+ * Sven: 9086: ./Doc/Makefile.in, Doc/Zsh/.distfiles,
+ Doc/Zsh/mod_zprof.yo: zprof doc.
+
+ * Sven: 9085: Doc/Zsh/compsys.yo: :completion missing, default tag
+ doc.
+
+ * Zefram: 9084: Src/Aliases/.cvsignore, Src/Aliases/.distfiles,
+ Src/Aliases/.exrc, Src/Aliases/.preconfig, Src/Aliases/alias.c.in,
+ Src/Aliases/alias.mdd.in, Src/xmods.conf: alias old modules to new
+ hierarchical names, zle -> zsh/zle etc.
+
+ * Zefram: 9083: Completion/User/_cvs, Doc/Makefile.in,
+ Doc/Zsh/builtins.yo, Doc/Zsh/mod_cap.yo, Doc/Zsh/mod_clone.yo,
+ Doc/Zsh/mod_compctl.yo, Doc/Zsh/mod_complete.yo,
+ Doc/Zsh/mod_complist.yo, , Doc/Zsh/mod_computil.yo,
+ Doc/Zsh/mod_deltochar.yo, Doc/Zsh/mod_example.yo,
+ Doc/Zsh/mod_files.yo, Doc/Zsh/mod_mapfile.yo,
+ Doc/Zsh/mod_mathfunc.yo, Doc/Zsh/mod_parameter.yo,
+ Doc/Zsh/mod_sched.yo, Doc/Zsh/mod_stat.yo, Doc/Zsh/mod_zftp.yo,
+ Doc/Zsh/mod_zle.yo, Doc/Zsh/mod_zleparameter.yo,
+ Doc/Zsh/mod_zutil.yo, Doc/Zsh/modules.yo, Doc/Zsh/options.yo,
+ Doc/Zsh/restricted.yo, Doc/Zsh/zftpsys.yo,
+ Etc/zsh-development-guide, Functions/Misc/zls,
+ Functions/Zftp/zfinit, Src/Builtins/rlimits.c,
+ Src/Builtins/rlimits.mdd, Src/Builtins/sched.c,
+ Src/Builtins/sched.mdd, Src/Makemod.in.in, Src/Modules/cap.c,
+ Src/Modules/cap.mdd, Src/Modules/clone.c, Src/Modules/clone.mdd,
+ Src/Modules/example.c, Src/Modules/example.mdd,
+ Src/Modules/files.c, Src/Modules/files.mdd, Src/Modules/mapfile.c,
+ Src/Modules/mapfile.mdd, Src/Modules/mathfunc.c,
+ Src/Modules/mathfunc.mdd, Src/Modules/parameter.c,
+ Src/Modules/parameter.mdd, Src/Modules/stat.c,
+ Src/Modules/stat.mdd, Src/Modules/zftp.c, Src/Modules/zftp.mdd,
+ Src/Modules/zutil.c, Src/Modules/zutil.mdd, Src/Zle/compctl.c,
+ Src/Zle/compctl.mdd, Src/Zle/complete.c, Src/Zle/complete.mdd,
+ Src/Zle/complist.c, Src/Zle/complist.mdd, Src/Zle/computil.c,
+ Src/Zle/computil.mdd, Src/Zle/deltochar.c, Src/Zle/deltochar.mdd,
+ Src/Zle/zle.mdd, Src/Zle/zle_main.c, Src/Zle/zle_thingy.c,
+ Src/Zle/zleparameter.c, Src/Zle/zleparameter.mdd, Src/init.c,
+ Src/makepro.awk, Src/mkbltnmlst.sh, Src/mkmakemod.sh,
+ Src/mkmodindex.sh, Src/module.c, Src/xmods.conf, Src/zsh.mdd,
+ Test/ztst.zsh, configure.in, Src/Modules/zprof.c,
+ Src/Modules/zprof.mdd: Improved hierarchical naming scheme for
+ modules.
+
+ * Sven: 9019: Src/Modules/zprof.c, Src/Modules/zprof.mdd:
+ profiling module, documentation to follow.
+
+ * Zefram: 9081: Src/Modules/parameter.mdd: make sure parameter
+ jobdirs autoloads parameter module.
+
+ * Sven: 9079: Src/exec.c, Src/lex.c: memory allocation for token
+ strings and input lines changed; autoloading didn't free source
+ code; more pushing and popping of heaps; saves ca. 800KB with
+ completion loaded.
+
+ * Sven: 9078: Completion/Commands/.distfile,
+ Completion/Commands/_verbose_list: _verbose_list is not needed any
+ more.
+
+ * Sven: 9077: Src/Zle/compresult.c, Src/Zle/computil.c,
+ Src/Zle/zle_main.c, Src/Zle/zle_tricky.c, Src/pattern.c:
+ `unitialised' warnings and unnecessary function.
+
+ * Sven: 9076: Src/Zle/compcore.c: better handling of globbing and
+ approximation together.
+
+ * Sven: 9075: Completion/Core/compinit: use ZLS_COLORS for style
+ defaults.
+
+ * Sven: 9074: Functions/Zle/predict-on: tidier 9064
+
+1999-12-15 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: Config/version.mk: version 3.1.6-pws-12.
+
+ * pws: 9067: Doc/Zsh/zftpsys.yo, Functions/Zftp/zfanon,
+ Functions/Zftp/zfcd, Functions/Zftp/zfcget,
+ Functions/Zftp/zfclose, Functions/Zftp/zfcput,
+ Functions/Zftp/zfdir, Functions/Zftp/zfgcp, Functions/Zftp/zfget,
+ Functions/Zftp/zfgoto, Functions/Zftp/zfhere,
+ Functions/Zftp/zfinit, Functions/Zftp/zfls, Functions/Zftp/zfmark,
+ Functions/Zftp/zfopen, Functions/Zftp/zfparams,
+ Functions/Zftp/zfpcp, Functions/Zftp/zfput,
+ Functions/Zftp/zfsession, Functions/Zftp/zfstat,
+ Functions/Zftp/zftp_chpwd, Functions/Zftp/zftp_progress,
+ Functions/Zftp/zftransfer, Functions/Zftp/zftype,
+ Functions/Zftp/zfuget, Functions/Zftp/zfuput: use _patcomps in
+ zfinit differently due to 9035; zfput -r does recursive put;
+ use styles instead of zfconfig entries; new styles titlebar
+ and chpwd.
+
+ * Clint: 9065: Src/builtin.c: change order of tests in 9028.
+
+ * Bart: 9064: Functions/Zle/predict-on: shouldn't use _style any
+ more.
+
+ * Sven: 9058: Completion/Base/_arguments,
+ Completion/Base/_combination, Completion/Base/_command_names,
+ Completion/Base/_jobs, Completion/Base/_tilde,
+ Completion/Builtins/_cd, Completion/Builtins/_kill,
+ Completion/Builtins/_stat, Completion/Builtins/_wait,
+ Completion/Core/_path_files, Completion/Core/_sort_tags,
+ Completion/Core/_tags, Completion/Core/compinit,
+ Doc/Zsh/compsys.yo, Src/Makemod.in: Many small cleanups, plus
+ change sort-tags to tag-order and add to syntax a bit.
+
+ * Tanaka Akira: 9054: Test/50cd.ztst: get PWD without symlinks, to
+ avoid messing up cd tests.
+
+1999-12-14 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Oliver: 9047: Src/Zle/compcore.c, Src/Zle/compresult.c,
+ Src/Zle/zle_thingy.c, Src/Zle/zle_tricky.c, Src/mkmakemod.sh:
+ hack .export files to be made in time for use.
+
+ * Sven: 9039: Doc/Zsh/mod_compctl.yo: description change.
+
+ * Sven: 9035: Completion/Core/_main_complete,
+ Completion/Core/_normal, Completion/Core/compdump,
+ Completion/Core/compinit: more small optimisations: _patcomps,
+ postpatcomps are assocs; avoid post-processing in _main_complete;
+ fix command name in _normal.
+
+ * Sven: 9031: Completion/Core/_path_files, Doc/Zsh/compsys.yo:
+ complete .. only for special-dirs.
+
+ * Clint: 9028: Src/builtin.c: hack to be able to change to
+ subdirectories even when the current directory is renamed.
+ Hopefully to be replaced by something more elegant eventually.
+
+ * pws: 9048: Completion/Core/_sort_tags, Completion/Core/compinit,
+ Completion/User/_mh, Doc/Zsh/compsys.yo,
+ Functions/Zle/incremental-complete-word: assorted completion
+ fixes, documentation improvement, plus sort-tags style.
+
+1999-12-13 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Zefram: 9023: Doc/Makefile.in, Doc/Zsh/.cvsignore,
+ Doc/Zsh/.distfiles, Doc/Zsh/manual.yo, Doc/Zsh/mod_cap.yo,
+ Doc/Zsh/mod_clone.yo, Doc/Zsh/mod_compctl.yo,
+ Doc/Zsh/mod_complete.yo, Doc/Zsh/mod_complist.yo,
+ Doc/Zsh/mod_computil.yo, Doc/Zsh/mod_deltochar.yo,
+ Doc/Zsh/mod_example.yo, Doc/Zsh/mod_files.yo,
+ Doc/Zsh/mod_mapfile.yo, Doc/Zsh/mod_mathfunc.yo,
+ Doc/Zsh/mod_parameter.yo, Doc/Zsh/mod_sched.yo,
+ Doc/Zsh/mod_stat.yo, Doc/Zsh/mod_zftp.yo, Doc/Zsh/mod_zle.yo,
+ Doc/Zsh/mod_zleparameter.yo, Doc/Zsh/mod_zutil.yo,
+ Doc/Zsh/modules.yo: generate module documentation automatically
+ from a single list in the makefile.
+
+ * Sven: 9020: Completion/Core/_path_files, Doc/Zsh/compsys.yo:
+ special-dirs style allows completion of . and ..
+
+ * Sven: 9018: Completion/Builtins/_pids,
+ Completion/Core/_path_files, Completion/User/_cvs,
+ Completion/User/_pbm: completion optimisations.
+
+ * Zefram: 9013: patching file Doc/Zsh/mod_files.yo,
+ Src/Modules/files.c: use . as alternative to : for user and group
+ separator.
+
+ * Sven: 2776: Completion/Core/_path_files: handling of . and .. in
+ path.
+
+ * Felix: 1 chunk of 9008: Doc/Zsh/mod_parameter.yo: docs for $jobdirs.
+
+ * Felix: (most of) 9007: Src/Modules/parameter.c,
+ Src/modules/parameter.mdd, mod_parameter.yo: jobdirs special assoc
+ array.
+
+ * Bart: 9005: Src/exec.c: problem backgrounding shell script.
+
+ * Tanaka Akira: 9004: Test/Makefile.in: run tests with zsh -f.
+
+ * pws: 9024: Etc/zsh-development-guide, Test/.distfiles,
+ Test/01grammar.ztst, Test/02alias.ztst, Test/03quoting.ztst,
+ Test/50cd.ztst, Test/cd.ztst, Test/ztst.zsh: new tests for basic
+ shell stuff.
+
+1999-12-10 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: 8997: Src/builtin.c, Src/exec.c, Src/params.c: exported
+ values respect upper-/lowercase flags at the point at which they
+ are set.
+
+ * Alexandre: 8994: Functions/Zftp/zftp_chpwd, Etc/FAQ.yo,
+ Doc/Zsh/zftpsys.yo: extend 8993.
+
+ * Clint: 8993: Functions/Zftp/zftp_chpwd: titlebar support in more
+ general xterm-like emulators.
+
+ * Sven: 8992: Completion/Base/_arguments,
+ Completion/Base/_combination, Completion/Base/_describe,
+ Completion/Base/_first, Completion/Base/_jobs,
+ Completion/Base/_regex_arguments, Completion/Base/_subscript,
+ Completion/Base/_tilde, Completion/Builtins/_pids,
+ Completion/Builtins/_popd, Completion/Builtins/_sched,
+ Completion/Builtins/_signals, Completion/Builtins/_stat,
+ Completion/Commands/_history_complete_word,
+ Completion/Core/_approximate, Completion/Core/_description,
+ Completion/Core/_expand, Completion/Core/_list,
+ Completion/Core/_main_complete, Completion/Core/_match,
+ Completion/Core/_message, Completion/Core/_oldlist,
+ Completion/Core/_path_files, Completion/Core/_requested,
+ Completion/Core/_setup, Completion/Core/_tags,
+ Completion/Core/compinit, Completion/Debian/_apt,
+ Completion/User/_cvs, Completion/User/_groups,
+ Completion/User/_hosts, Completion/User/_ports,
+ Completion/User/_socket, Completion/User/_urls,
+ Completion/User/_users, Completion/X/_x_color, Doc/Zsh/compsys.yo,
+ Doc/Zsh/mod_clone.yo, Doc/Zsh/mod_complete.yo,
+ Doc/Zsh/mod_computil.yo, Doc/Zsh/mod_zutil.yo, Doc/Zsh/modules.yo,
+ Etc/completion-style-guide,
+ Functions/Zle/incremental-complete-word, Src/Modules/zutil.c,
+ Src/Modules/zutil.mdd, Src/Zle/complist.c, Src/Zle/computil.c,
+ Src/Zle/computil.mdd, Src/xmods.conf: compstyle is now
+ implemented in terms of the new zstyle and zformat commands in
+ the new zutil module.
+
+ * Tanaka Akira: 8990: Completion/User/_ports,
+ Completion/User/_socket: completion after `socket hosts'.
+
+1999-12-09 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Zefram: 8982: Doc/Zsh/mod_files.yo, Src/Modules/files.c,
+ Src/Modules/files.mdd, Src/system.h, configure.in: chown and
+ chgrp are implemented as builtins in the files module.
+
+ * Sven: 8981: Src/Zle/complist.c: don't use old list with
+ accept-and-infer-next-history's completion form.
+
+ * Andrej: 8973: Completion/User/_sudo: revised version.
+
+ * Zefram: 8968: Config/config.mk: dependencies for rebuilding
+ defs.mk from defs.mk.in.
+
+ * Zefram: 8966: Config/defs.mk.in, Doc/Makefile.in, Makefile.in:
+ proper install.html.
+
+ * Sven: 8965: Completion/Core/_description,
+ Completion/Core/_files, Completion/Core/_main_complete,
+ Completion/Core/_multi_parts, Completion/Core/_path_files,
+ Completion/Core/_sep_parts, Doc/Zsh/compsys.yo,
+ Etc/completion-style-guide: doc cleanup and tweak some option
+ passing.
+
+ * Tanaka Akira: 8962: cd to test directory before removing
+ temporaries.
+
+ * Tanaka Akira: 8957: Completion/User/.distfiles, Src/Makefile.in:
+ _sudo missed out of 3.1.6-pws-11, and Src/Makefile.in didn't
+ get patched properly.
+
+1999-12-08 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: Config/version.mk: version 3.1.6-pws-11.
+
+ * pws: 8955: Src/Modules/zftp.c: command name buffer wasn't large
+ enough for "zftp session".
+
+ * pws: 8954: Makefile.in, Etc/zsh-development-guide, Test/Makefile.in:
+ targets for testing should be `check' and `test', which are there
+ already.
+
+ * Zefram: 8952: Util/mkdisttree.sh: portability and error handling
+ improvements.
+
+ * Zefram: 8950: Config/defs.mk.in, Doc/.cvsignore, Doc/.distfiles,
+ Doc/Makefile.in, Makefile.in, Src/Makefile.in: revised name
+ transformation: nothing in the build tree and everything out of
+ it is transformed; also fix make portability problems.
+
+ * Zefram: 8946: Makefile.in: distclean in Test; old stamp-h.in
+ creation bug.
+
+ * Sven: 8945: Doc/Zsh/mod_complist.yo, Src/Zle/compcore.c,
+ Src/Zle/complist.c: `mu'ltiple is now `du'plicate.
+
+ * Sven: 8944: Completion/Core/_main_complete,
+ Completion/Core/_setup, Doc/Zsh/compsys.yo,
+ Doc/Zsh/mod_complist.yo: more detailed choices for when to use
+ menu completion via menu style. One mod_complist.yo hunk
+ omitted due to clash with 8942.
+
+ * Bart: 8942: Doc/Zsh/mod_complist.yo: completion doc fixes.
+
+ * Sven: 8939: Doc/Zsh/mod_complist.yo, Src/Zle/comp.h,
+ Src/Zle/compcore.c, Src/Zle/complist.c, Src/Zle/compresult.c:
+ menu selection with hidden entries.
+
+1999-12-07 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Clint: 8933: Doc/Makefile.in: make man pages refer to one
+ another when transforming file name.
+
+ * Sven: 8932: Src/Zle/computil.c, Src/Zle/zle_tricky.c,
+ Functions/Zle/incremental-complete-word, Doc/Zsh/compsys.yo,
+ Doc/Zsh/mod_computil.yo, Completion/Core/_approximate,
+ Completion/Core/_description, Completion/Core/_expand,
+ Completion/Core/_message, Completion/Core/_tags:
+ More standard styles used in _expand and _approximate;
+ hidden style can apply to any tag; _description does
+ more printf-type formatting and tests a `format' tag.
+
+ * Clint: 8931: Doc/Makefile.in: sed portability.
+
+ * pws: 8936: configure.in, Etc/zsh-development-guide,
+ Test/Makefile.in, Test/cd.ztst, Test/ztst.zsh (plus
+ unposted Test/.cvsignore and Test/.distfiles): basis for
+ new testing system.
+
+ * Sven: 8930: Completion/Core/_setup, Doc/Zsh/compsys.yo:
+ _setup gets one argument and has doc.
+
+1999-12-06 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Bart: 8923: aczsh.m4, configure.in: configuration for
+ program_transform_name.
+
+ * Bart: 8917: Doc/Makefile.in: better transforming for installed
+ filenames.
+
+ * Clint: 8915: Doc/Makefile.in: more name transformation stuff
+ for manual names.
+
+ * Sven: 8911: Src/Zle/comp.h, Src/Zle/compcore.c,
+ Src/Zle/complete.c, Src/Zle/compresult.c, Doc/Zsh/compsys.yo,
+ Doc/Zsh/compwid.yo, Doc/Zsh/params.yo,
+ Completion/Commands/_complete_help,
+ Completion/Core/_approximate, Completion/Core/_expand,
+ Completion/Core/_list, Completion/Core/_main_complete,
+ Completion/Core/_message, Completion/Core/_setup,
+ Completion/Core/_style: added some completion styles and
+ some compstate keys.
+
+ * Sven: 8910: Src/Modules/parameter.c, Src/builtin.c, Src/exec.c,
+ Src/module.c: don't try to unload modules when shell exits
+ normally; fix bug with parameter module that old parameters
+ didn't get removed properly.
+
+ * Sven: 8906: Completion/Core/_path_files: trailing / in vars with
+ _path_files -W varname now optional.
+
+ * Bart: 8903, 8904, 8905: Makefile.in, configure.in, Doc/.cvsignore,
+ Doc/.distfiles, Doc/Makefile.in, Src/Makefile.in: More
+ consistent renaming when altering programme name.
+
+ * Adam: 8902: Completion/Commands/_history_complete_word:
+ directions broken.
+
+1999-12-05 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Andrej/Sven/Clint: 8892: Completion/User/_sudo: completion
+ for sudo.
+
+1999-12-03 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: unposted: Completion/User/.distfiles,
+ Completion/Core/.distfiles: add _zdump and _setup.
+
+ * Clint: 8889: Completion/User/_zdump: completion for zdump.
+
+ * Clint: 8879: configure.in: fix some sub-makes in configure.in.
+
+ * Sven: 8876, 8883: Completion/Core/_approximate,
+ Completion/Core/_expand, Completion/Core/_setup,
+ Doc/Zsh/compsys.yo: better grouping support in _expand and
+ _approximate using _setup.
+
+ * Sven: 8874: Completion/Base/_arguments, Completion/User/_use_lo:
+ fix with _arguments --.
+
+ * Sven: 8869: Completion/Builtins/_cd, Doc/Zsh/compsys.yo:
+ local-directories and path-directories tags for cd completion.
+
+ * Sven: 8868: Src/Zle/complist.c: better memory of which colour
+ was just used.
+
+ * Sven: 8864: Completion/Core/_description,
+ Completion/Core/_files, Completion/Core/_main_complete,
+ Completion/Core/compinit, Doc/Zsh/compsys.yo,
+ Doc/Zsh/compwid.yo, Doc/Zsh/mod_complist.yo, Src/Zle/computil.c:
+ list-colors style sets up ZLS_COLO[U]RS appropriately.
+
+ * Clint: 8863: Makefile.in, configure.in, Doc/Makefile.in,
+ Src/Makefile.in: only calculate basename of renamed zsh once.
+
+ * Clint: 8862: Src/builtin.c: fix problem failing to unload zle
+ with abrupt shell termination.
+
+ * Bart: 8860: Doc/Makefile.in: fix zsh.info build with 8857.
+
+ * Bart: 8857: Doc/Makefile.in: fix zsh.yo.in reference when
+ source and build trees are separate.
+
+ * Sven: 8852: Src/Zle/complist.c, Src/pattern.c,
+ Doc/Zsh/mod_complist.yo: whacky colouring of different parts
+ of listing strings.
+
+ * Sven: 8851: Src/Zle/compcore.c, Src/Zle/complist.c,
+ Doc/Zsh/mod_complist.yo: grouping possible in ZLS_COLO[U]RS
+
+ * Zefram: 8843: Etc/zsh-development-guide, Src/.cvsignore,
+ Src/.distfiles, Src/Builtins/.cvsignore, Src/Makefile.in,
+ Src/Makemod.in.in, Src/Modules/.cvsignore,
+ Src/Zle/.cvsignore, Src/Zle/.distfiles,
+ Src/Zle/compcore.c, Src/Zle/complete.c,
+ Src/Zle/complete.mdd, Src/Zle/compmatch.c,
+ Src/Zle/compresult.c, Src/Zle/zle.mdd,
+ Src/Zle/zle_bindings.c, Src/Zle/zle_keymap.c,
+ Src/Zle/zle_main.c, Src/Zle/zle_misc.c,
+ Src/Zle/zle_params.c, Src/Zle/zle_refresh.c,
+ Src/Zle/zle_thingy.c, Src/Zle/zle_tricky.c,
+ Src/Zle/zle_utils.c, Src/builtin.c, Src/compat.c,
+ Src/cond.c, Src/exec.c, Src/glob.c, Src/hashtable.c,
+ Src/hist.c, Src/init.c, Src/input.c, Src/jobs.c,
+ Src/lex.c, Src/linklist.c, Src/loop.c, Src/makepro.awk,
+ Src/math.c, Src/mem.c, Src/mkmakemod.sh, Src/module.c,
+ Src/options.c, Src/params.c, Src/parse.c, Src/pattern.c,
+ Src/prompt.c, Src/signals.c, Src/signames2.awk,
+ Src/subst.c, Src/text.c, Src/utils.c, Src/zsh.h:
+ use mod_export keyword to generate symbols in .export
+ files automatically.
+
+ * Clint: 8842: Completion/Debian/_dupload,
+ Completion/Debian/.distfiles: completion for dupload.
+
+ * Clint: 8841: Doc/zsh.yo.in: patch to 8827.
+
+ * Sven: 8840: Src/Zle/compcore.c, Doc/Zsh/compsys.yo,
+ Etc/completion-style-guide, Completion/Base/_arguments,
+ Completion/Base/_brace_parameter, Completion/Base/_describe,
+ Completion/Base/_first, Completion/Base/_jobs,
+ Completion/Base/_subscript, Completion/Base/_tilde,
+ Completion/Base/_values, Completion/Builtins/_popd,
+ Completion/Commands/_history_complete_word,
+ Completion/Core/_alternative, Completion/Core/_description,
+ Completion/Core/_files, Completion/Core/_parameters,
+ Completion/Core/_path_files, Completion/Core/_requested,
+ Completion/Core/_tags, Completion/Core/_wanted,
+ Completion/Core/compinit, Completion/Debian/_apt,
+ Completion/Linux/_rpm, Completion/User/_bunzip2,
+ Completion/User/_bzip2, Completion/User/_compress,
+ Completion/User/_dd, Completion/User/_dvi, Completion/User/_gdb,
+ Completion/User/_gprof, Completion/User/_gs,
+ Completion/User/_gunzip, Completion/User/_gzip,
+ Completion/User/_mh, Completion/User/_mutt,
+ Completion/User/_netscape, Completion/User/_nslookup,
+ Completion/User/_pack, Completion/User/_pbm,
+ Completion/User/_pdf, Completion/User/_ps,
+ Completion/User/_pspdf, Completion/User/_ssh,
+ Completion/User/_strip, Completion/User/_tar_archive,
+ Completion/User/_tex, Completion/User/_tiff,
+ Completion/User/_uncompress, Completion/User/_unpack,
+ Completion/User/_users_on, Completion/X/_x_window,
+ Completion/X/_xmodmap: tags can now be used to define groups for
+ display.
+
+ * Zefram: 8839: Src/.cvsignore, Src/Builtins/.cvsignore,
+ Src/Makemod.in.in, Src/Modules/.cvsignore, Src/Zle/.cvsignore,
+ Src/Zle/compcore.c, Src/Zle/compctl.c, Src/Zle/complete.c,
+ Src/Zle/compmatch.c, Src/Zle/compresult.c, Src/makepro.awk,
+ Src/mkmakemod.sh, Src/zsh.mdd: separate local and global
+ prototype files.
+
+ * Sven: 8838: Doc/Zsh/compsys.yo: colons in argument specifiers.
+
+ * Alexandre: 8836: Completion/User/_prompt: fix for _arguments
+ use.
+
+ * Sven: 8834: Src/Zle/compcore.c, Src/Zle/complete.c: make sure
+ grouping commands create groups.
+
+ * Zefram: 8833: Src/Modules/zftp.c: forward declaration of
+ struct in_addr.
+
+1999-11-30 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * Clint: 8827: Makefile.in, Doc/.cvsignore, Doc/.distfiles,
+ Doc/Makefile.in, Src/Makefile.in: partial program transform
+ support in texinfo docs.
+
+ * Zefram: 8826: configure.in, Src/Modules/zftp.c: workaround
+ for systems without inet_aton().
+
+ * Clint: 8824: Src/Makefile.in: use AC_ARG_PROGRAM, already set
+ by configure.
+
+1999-11-29 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
+
+ * pws: Convig/version.mk: version 3.1.6-pws-10
+
+ * Sven: 8796: Src/Zle/computil.c, Src/utils.c: make freearray()
+ safer w.r.t. null pointers.
+
+ * pws: 8794: Completion/User/_man: handle .bz2 files.
+
+ * pws: 8793: Src/jobs.c: matheval called incorrectly with
+ heap allocation.
+
+1999-11-26 Peter Stephenson <pws@supanet.com>
+
+ * Sven: 8787: Completion/Core/_approximate,
+ Completion/Core/_correct, Completion/Core/_expand,
+ Completion/Core/_main_complete: don't prepend completer name if
+ there; save/restore $curcontext; typo.
+
+ * Tanaka Akira: 8786: Completion/User/_gs: ghostscript can handle
+ PDF.
+
+ * Tanaka Akira: 8785: Completion/Debian/_apt: quoting typo.
+
+ * Bart: 8782, 8783: Src/lex.c: fix line numbers for `unmatched
+ ...' errors.
+
+ * Clint: 8779: Src/utils.c: more compiler like error messages.
+
+ * Sven: 8777: Completion/Core/_normal, Completion/Core/_sort_tags,
+ Doc/Zsh/compsys.yo: extra colon in ordinary argument contexts
+ for consistency.
+
+ * Sven: 8776: Src/mkbltnmlst.sh, Src/module.c: error in static
+ shell loading unknown module; don't use autoload stuff in
+ static shells.
+
+1999-11-24 Peter Stephenson <pws@supanet.com>
+
+ * Sven: 8770: Src/Builtins/rlimits.c, Src/Builtins/sched.c,
+ Src/Modules/cap.c, Src/Modules/clone.c, Src/Modules/example.c,
+ Src/Modules/files.c, Src/Modules/mapfile.c,
+ Src/Modules/mathfunc.c, Src/Modules/parameter.c,
+ Src/Modules/stat.c, Src/Modules/zftp.c, Src/Zle/compctl.c,
+ Src/Zle/complete.c, Src/Zle/complist.c, Src/Zle/computil.c,
+ Src/Zle/deltochar.c, Src/Zle/zle_hist.c, Src/Zle/zle_keymap.c,
+ Src/Zle/zle_main.c, Src/Zle/zle_thingy.c,
+ Src/Zle/zleparameter.c, Src/builtin.c, Src/exec.c, Src/init.c,
+ Src/mkbltnmlst.sh, Src/module.c, Src/params.c, Src/zsh.h,
+ Doc/Zsh/builtins.yo, Etc/zsh-development-guide: zmodload now
+ behaves same for builtin as for dynamically loaded modules
+ (need to call `zmodload' or autoload explicitly even in statically
+ linked shells).
+
+ * Sven: 8768: Completion/Core/_complete: change the current
+ context only if called from _main_complete.
+
+ * Sven: 8766: Src/module.c: don't try to load linked-in module.
+
+ * Zefram: 8764: Src/Modules/zftp.c, acconfig.h, configure.in:
+ Support for IPv6 in zftp.
+
+1999-11-23 Peter Stephenson <pws@supanet.com>
+
+ * Adam: 8756: Doc/Zsh/compsys.yo: typo.
+
+ * Sven: 8754: INSTALL: this really does remove comp1, and rewrites
+ the instructions for systems where module symbols are not
+ intervisible.
+
+ * Tanaka Akira: more funky telnet options.
+
+ * Sven: 8750: Completion/User/_perldoc: update.
+
+ * Sven: 8749: Src/Zle/computil.c, Completion/Base/_arguments:
+ mixing single-letter and long options.
+
+ * Sven: 8747: INSTALL: remove comp1 references.
+
+ * Sven: 8746: Src/Zle/computil.c, Completion/Base/_arguments:
+ (not compsys.yo hunk): escape :'s in computils; fix nesting of
+ loops in arguments.
+
+ * Oliver: 8745: Completion/User/_mount: handles IRIX 5.3 and AIX,
+ improves Linux.
+
+ * Sven: 8744: Src/init.c: make compctlreadptr visible after 8741.
+
+ * Sven/Alexandre: 8742: Completion/Builtins/_pids: added more
+ matches than descriptions; also use command ps.
+
+ * Adam: 8741: Src/init.c: remove references to deleted comp1
+ module.
+
+ * pws: 8738: Completion/Builtins/_vars, Completion/User/_make,
+ Doc/Zsh/compsys.yo, Src/math.c, configure.in: parts missing
+ in 3.1.6-pws-9.
+
+1999-11-22 Peter Stephenson <pws@supanet.com>
+
+ * Alexandre: 8728: Completion/Base/_arguments: extra local.
+
+ * Oliver: 8726: Completion/User/_netscape: was broken.
+
+ * Oliver: 8725: Src/zsh.export, Src/Zle/compctl.mdd,
+ Src/Zle/complete.export, Src/Zle/computil.mdd,
+ Src/Zle/zle.export, Src/Zle/.distfiles: lastest changes
+ necessary for dynamical AIX support.
+
+ * Sven: 8722: Completion/Base/_arguments,
+ Completion/Core/_path_files, Completion/User/_telnet,
+ Doc/Zsh/compsys.yo: ignored-suffixes style.
+
+ * Sven: 8721: Src/signals.c: null sigfuncs when being saved.
+
+ * Sven: 8720: Doc/Zsh/compsys.yo,
+ Functions/Zle/incremental-complete-word,
+ Functions/Zle/predict-on, Completion/Base/_combination,
+ Completion/Base/_describe, Completion/Base/_jobs,
+ Completion/Base/_subscript, Completion/Base/_tilde,
+ Completion/Builtins/_pids, Completion/Builtins/_popd,
+ Completion/Builtins/_sched, Completion/Core/_approximate,
+ Completion/Core/_complete, Completion/Core/_correct,
+ Completion/Core/_expand, Completion/Core/_list,
+ Completion/Core/_main_complete, Completion/Core/_match,
+ Completion/Core/_menu, Completion/Core/_oldlist,
+ Completion/Core/compinit, Completion/User/_groups,
+ Completion/User/_hosts, Completion/User/_my_accounts,
+ Completion/User/_other_accounts, Completion/User/_ports,
+ Completion/User/_rlogin, Completion/User/_socket,
+ Completion/User/_ssh, Completion/User/_telnet,
+ Completion/User/_user_at_host, Completion/User/_users: various
+ parameters have become styles.
+
+ * Sven: 8718: Src/Zle/compcore.c: addmatches() with fignore.
+
+ * Sven: 8715: Src/Zle/complist.mdd: module depends on zle.
+
+ * Sven: 8716: Completion/Base/_arguments, Src/Zle/computil.c:
+ option completion fixes; careful with multiple use of tags.
+
+ * Bart: 8501: configure.in: don't try testing for job control
+ if stdin is not a terminal.
+
+1999-11-21 Peter Stephenson <pws@supanet.com>
+
+ * pws: Configure/version.mk: 3.1.6-pws-9 made available.
+
+ * Clint: 8702: Completion/Debian/_dpkg: typo.
+
+ * Bart: 8696: Completion/User/_cvs: `cvs watch add' failed.
+
+ * Clint: 8695: Doc/Zsh/params.yo, Src/params.c: LC_NUMERIC support.
+
+ * Clint: 8609, 8693: Src/math.c: make decimal point use
+ independent of locale.
+
+ * Bart: 8692: Src/Zle/computil.c: core dump in completion.
+
+ * Alexandre: 8691: Completion/User/_mount: upgrade for
+ Solaris (tested), OSF and Linux (not).
+
+ * Oliver: 8690: Src/makepro.awk: printf locals -> print locals
+ avoiding buffer size limit on some systems.
+
+ * Sven: 8679: Completion/Base/_jobs, Doc/Zsh/compsys.yo: use
+ strings style in _jobs.
+
+ * Tanaka Akira: 8678: Completion/User/_cvs: tag name after `cvs
+ tag'.
+
+ * Sven: 8677: Completion/User/_killall: careful with incompatible
+ versions.
+
+ * Sven: zsh-users/2742: Src/Makefile.in: remove comp1 from Makefile.in
+ for building into statically linked shells.
+
+ * Sven: 8675: Completion/Builtins/_kill,
+ Completion/Builtins/_signals, Completion/Builtins/_trap,
+ Completion/User/_killall: better use of tags with signal
+ handling completion.
+
+ * Bart: 8674: Src/builtin.c: make `typeset -x' equivalent to export
+ by forcing -g.
+
+ * Adam: 8672: Functions/Prompts/.distfiles,
+ Functions/Prompts/prompt_adam2_setup,
+ Functions/Prompts/prompt_fire_setup,
+ Fuanctions/Prompts/promptinit: fix $prompt_theme use; restore after
+ preview; add distfiles.
+
+ * Sven: 8681: Completion/Builtins/.distfiles: and _signals.
+
+ * Sven: 8683: Completion/Core/.distfiles: add _funcall.
+
+ * Oliver: 8684: Prompts/prompt_off_setup,
+ Prompts/prompt_oliver_setup, Prompts/prompt_redhat_setup,
+ Prompts/prompt_suse_setup, Prompts/prompt_zefram_setup,
+ Prompts/promptinit: tweaks for 8667.
+
+ * Adam: 8669: Misc/bash2zshprompt: and this one, too.
+
+ * Adam: 8667: Functions/Misc/colors,
+ Functions/Prompts/prompt_adam1_setup,
+ Functions/Prompts/prompt_adam2_setup,
+ Functions/Prompts/prompt_bigfade_setup,
+ Functions/Prompts/prompt_blue_setup,
+ Functions/Prompts/prompt_combo_setup,
+ Functions/Prompts/prompt_cyan_setup,
+ Functions/Prompts/prompt_elite2_setup,
+ Functions/Prompts/prompt_elite_setup,
+ Functions/Prompts/prompt_fade_setup,
+ Functions/Prompts/prompt_fire_setup,
+ Functions/Prompts/prompt_green_setup,
+ Functions/Prompts/prompt_magenta_setup,
+ Functions/Prompts/prompt_off_setup,
+ Functions/Prompts/prompt_oliver_setup,
+ Functions/Prompts/prompt_red_setup,
+ Functions/Prompts/prompt_suse_setup,
+ Functions/Prompts/prompt_white_setup,
+ Functions/Prompts/prompt_yellow_setup,
+ Functions/Prompts/prompt_zefram_setup,
+ Functions/Prompts/promptinit: new prompt themes with better
+ handling of colours.
+
+ * Sven: 8665, 8664: Doc/Zsh/compsys.yo, Completion/Core/_funcall,
+ Completion/Core/compinit, Completion/Linux/_rpm,
+ Completion/User/_nslookup: manual clean-ups.
+
+ * Adam: 8658: Completion/Core/compinit, Doc/Zsh/compsys.yo:
+ fix some typos.
+
+ * Tanaka Akira: 8657: Completion/Base/.distfiles,
+ Completion/Builtins/.distfiles, Completion/Commands/.distfiles,
+ Completion/Core/.distfiles, Completion/Debian/.distfiles,
+ Misc/.distfiles, Src/Zle/.distfiles: new and moved files.
+
+ * Sven: 8655: Completion/Base/_arguments: for 8654.
+
+ * Sven: 8654: Doc/Zsh/compsys.yo,
+ Functions/Zle/incremental-complete-word,
+ Functions/Zle/predict-on, Completion/Base/_describe,
+ Completion/Base/_first, Completion/Base/_regex_arguments,
+ Completion/Builtins/_echotc,
+ Completion/Commands/_history_complete_word,
+ Completion/Core/compinit: documentation for new tags code.
+
+ * Sven: 8648: Completion/Base/_brace_parameter,
+ Completion/Base/_subscript, Completion/Builtins/_sched,
+ Completion/Builtins/_stat, Completion/User/_tar: get rid of some
+ _requested and rationalise tag names.
+
+ * Sven: 8647: Completion/Builtins/_hash,
+ Completion/Builtins/_sched, Completion/Builtins/_stat,
+ Completion/Core/compinit, Completion/User/_cvs,
+ Completion/User/_urls, Completion/User/_user_at_host,
+ Completion/User/_whois, Completion/X/_xutils: additional fixes
+ for latest tags code.
+
+ * Sven: 8646: Src/Zle/computil.c: add comments
+
+ * Tanaka Akira: 8645: Completion/User/_make, Doc/Zsh/compsys.yo:
+ fixes for 8639.
+
+ * Sven: 8644: Completion/Base/_arguments, Completion/Base/_values:
+ loop for only a few options, so don't use getopts.
+
+ * Sven: 8642: Completion/Base/_arguments, Completion/Base/_values:
+ don't shift OPTINDS-1.
+
+ * Sven: 8640: Completion/Commands/.distfiles: remove _verbose_list.
+
+ * Sven: 8639: Src/Zle/computil.c, Src/Zle/computil.mdd,
+ Completion/Base/_arg_compile, Completion/Base/_arguments,
+ Completion/Base/_brace_parameter,
+ Completion/Base/_command_names, Completion/Base/_condition,
+ Completion/Base/_default, Completion/Base/_describe,
+ Completion/Base/_equal, Completion/Base/_first,
+ Completion/Base/_jobs, Completion/Base/_math,
+ Completion/Base/_parameter, Completion/Base/_regex_arguments,
+ Completion/Base/_subscript, Completion/Base/_tilde,
+ Completion/Base/_values, Completion/Builtins/_aliases,
+ Completion/Builtins/_arrays, Completion/Builtins/_autoload,
+ Completion/Builtins/_bindkey, Completion/Builtins/_builtin,
+ Completion/Builtins/_cd, Completion/Builtins/_command,
+ Completion/Builtins/_compdef, Completion/Builtins/_disable,
+ Completion/Builtins/_echotc, Completion/Builtins/_enable,
+ Completion/Builtins/_functions, Completion/Builtins/_hash,
+ Completion/Builtins/_kill, Completion/Builtins/_limits,
+ Completion/Builtins/_pids, Completion/Builtins/_popd,
+ Completion/Builtins/_sched, Completion/Builtins/_stat,
+ Completion/Builtins/_trap, Completion/Builtins/_unhash,
+ Completion/Builtins/_vars, Completion/Builtins/_wait,
+ Completion/Builtins/_which, Completion/Builtins/_zftp,
+ Completion/Builtins/_zle, Completion/Builtins/_zmodload,
+ Completion/Commands/_complete_help,
+ Completion/Commands/_correct_word,
+ Completion/Commands/_expand_word,
+ Completion/Commands/_history_complete_word,
+ Completion/Commands/_read_comp, Completion/Core/.distfiles,
+ Completion/Core/_alternative, Completion/Core/_approximate,
+ Completion/Core/_complete, Completion/Core/_correct,
+ Completion/Core/_description, Completion/Core/_expand,
+ Completion/Core/_files, Completion/Core/_list,
+ Completion/Core/_main_complete, Completion/Core/_match,
+ Completion/Core/_menu, Completion/Core/_message,
+ Completion/Core/_normal, Completion/Core/_oldlist,
+ Completion/Core/_options, Completion/Core/_parameters,
+ Completion/Core/_path_files, Completion/Core/_requested,
+ Completion/Core/_set_options, Completion/Core/_sort_tags,
+ Completion/Core/_style, Completion/Core/_tags,
+ Completion/Core/_unset_options, Completion/Core/_wanted,
+ Completion/Core/compdump, Completion/Core/compinit,
+ Completion/Core/compinstall, Completion/Debian/_apt,
+ Completion/Debian/_deb_packages, Completion/Linux/_rpm,
+ Completion/User/_archie, Completion/User/_cvs,
+ Completion/User/_dd, Completion/User/_flex,
+ Completion/User/_gcc, Completion/User/_gdb,
+ Completion/User/_gprof, Completion/User/_groups,
+ Completion/User/_gs, Completion/User/_hosts,
+ Completion/User/_killall, Completion/User/_lynx,
+ Completion/User/_mailboxes, Completion/User/_make,
+ Completion/User/_man, Completion/User/_mh,
+ Completion/User/_mount, Completion/User/_mutt,
+ Completion/User/_netscape, Completion/User/_nslookup,
+ Completion/User/_pbm, Completion/User/_perl_basepods,
+ Completion/User/_perl_builtin_funcs,
+ Completion/User/_perl_modules, Completion/User/_ports,
+ Completion/User/_rcs, Completion/User/_rlogin,
+ Completion/User/_socket, Completion/User/_ssh,
+ Completion/User/_stty, Completion/User/_tar,
+ Completion/User/_telnet, Completion/User/_tiff,
+ Completion/User/_urls, Completion/User/_use_lo,
+ Completion/User/_user_at_host, Completion/User/_users,
+ Completion/User/_users_on, Completion/User/_wget,
+ Completion/User/_whois, Completion/User/_yp,
+ Completion/X/_x_arguments, Completion/X/_x_color,
+ Completion/X/_x_cursor, Completion/X/_x_display,
+ Completion/X/_x_extension, Completion/X/_x_font,
+ Completion/X/_x_keysym, Completion/X/_x_modifier,
+ Completion/X/_x_window, Completion/X/_xmodmap,
+ Completion/X/_xt_arguments, Completion/X/_xutils,
+ Doc/Zsh/compsys.yo, Doc/Zsh/mod_computil.yo,
+ Etc/completion-style-guide: contexts extended to multiple levels;
+ tags and styles replace configuration keys; _complete_help (C-xh)
+ shows context and accepted tags.
+
+ * Bart: 8638: Completion/Base/.distfiles,
+ Completion/Builtins/.distfiles: mv _vars from Base to _Builtins.
+
+ * Sven: 8633: Doc/Zsh/compsys.yo: documentation for -O options
+ to _arguments and _values.o
+
+ * Sven: 8632: Completion/User/_telnet: remove set -x
+
+ * Sven: 8630: Src/Zle/computil.c, Doc/Zsh/compsys.yo,
+ Completion/Base/_arguments, Completion/Base/_brace_parameter,
+ Completion/Base/_command_names, Completion/Base/_condition,
+ Completion/Base/_default, Completion/Base/_describe,
+ Completion/Base/_equal, Completion/Base/_jobs,
+ Completion/Base/_math, Completion/Base/_parameter,
+ Completion/Base/_subscript, Completion/Base/_tilde,
+ Completion/Base/_values, Completion/Base/_vars,
+ Completion/Builtins/_aliases, Completion/Builtins/_arrays,
+ Completion/Builtins/_autoload, Completion/Builtins/_bindkey,
+ Completion/Builtins/_builtin, Completion/Builtins/_cd,
+ Completion/Builtins/_command, Completion/Builtins/_compdef,
+ Completion/Builtins/_disable, Completion/Builtins/_echotc,
+ Completion/Builtins/_enable, Completion/Builtins/_functions,
+ Completion/Builtins/_hash, Completion/Builtins/_kill,
+ Completion/Builtins/_limits, Completion/Builtins/_pids,
+ Completion/Builtins/_popd, Completion/Builtins/_sched,
+ Completion/Builtins/_stat, Completion/Builtins/_trap,
+ Completion/Builtins/_unhash, Completion/Builtins/_wait,
+ Completion/Builtins/_which, Completion/Builtins/_zftp,
+ Completion/Builtins/_zle, Completion/Builtins/_zmodload,
+ Completion/Core/_alternative, Completion/Core/_complete,
+ Completion/Core/_files, Completion/Core/_main_complete,
+ Completion/Core/_message, Completion/Core/_normal,
+ Completion/Core/_options, Completion/Core/_parameters,
+ Completion/Core/_requested, Completion/Core/_set_options,
+ Completion/Core/_sort_tags, Completion/Core/_style,
+ Completion/Core/_tags, Completion/Core/_unset_options,
+ Completion/Core/compinit, Completion/Debian/_apt,
+ Completion/Linux/_rpm, Completion/User/_archie,
+ Completion/User/_flex, Completion/User/_gcc,
+ Completion/User/_gprof, Completion/User/_groups,
+ Completion/User/_gs, Completion/User/_hosts,
+ Completion/User/_lynx, Completion/User/_mount,
+ Completion/User/_mutt, Completion/User/_netscape,
+ Completion/User/_nslookup, Completion/User/_pbm,
+ Completion/User/_ports, Completion/User/_rlogin,
+ Completion/User/_socket, Completion/User/_ssh,
+ Completion/User/_telnet, Completion/User/_tiff,
+ Completion/User/_urls, Completion/User/_user_at_host,
+ Completion/User/_users, Completion/User/_users_on,
+ Completion/User/_wget, Completion/User/_whois,
+ Completion/User/_yp, Completion/X/_x_color,
+ Completion/X/_x_cursor, Completion/X/_x_display,
+ Completion/X/_x_extension, Completion/X/_x_font,
+ Completion/X/_x_keysym, Completion/X/_x_modifier,
+ Completion/X/_x_window, Completion/X/_xmodmap: tags rewrite.
+
+ * Bart: 8617: Src/signals.c: warning, not error, if jobs running
+ at exit.
+
+ * Akim Demaille <akim@epita.fr>, Tanaka Akira: 8612, 8615:
+ Completion/User/_make: avoid empty branch in awk pattern by
+ using `?'.
+
+ * Clint: 8611: Completion/Debian/_apt: complete package to show.
+
+ * Sven: 8607: Src/builtin.c, Src/math.c: initialize mathevall()
+ return value, but not hunk reset errflag in zexit() (except
+ kept braces).
+
+ * Sven: 8604: Src/Builtins/.cvsignore, Src/Modules/.cvsignore,
+ Src/Zle/.cvsignore: ignore so_locations.
+
+ * Sven: 8603: Completion/Base/_arguments, Completion/Base/_describe,
+ Completion/Base/_values, Completion/Builtins/_kill,
+ Completion/Builtins/_wait, Completion/Core/_alternative,
+ Completion/Core/_files, Completion/Core/_main_complete,
+ Completion/Core/_requested, Completion/Core/_style,
+ Completion/Core/_tags, Completion/Core/compinit: simplified tags
+ mechanism and new style mechanism.
+
+ * Bart: 8601: Src/Zle/compcore.c: add DPUTS for 8599.
+
+ * Sven: 8599: Src/Zle/compcore.c: fix problems with quoting
+
+ * Adam: 8598: Misc/make-zsh-urls: perl script for creating URLs to
+ complete.
+
+ * Tanaka Akira: 8597: Completion/User/_whois: handle fwhois.
+
+ * Clint: 8594: Completion/Debian/_bug: improvements.
+
+ * Sven: 8591: Src/Zle/zle_main.c: fix up vared in subshell by
+ re-opening file
+
+ * Sven: 8590: Src/Zle/zle.h, Src/Zle/zle_tricky.c,
+ Src/Zle/zle_utils.c, Completion/Core/_path_files: keeping
+ track of prefixes and suffixes in file completion and tracking
+ cursor position for undo.
+
+ * Sven: 8588, 8589: Src/Zle/comp.h, Src/Zle/compcore.c,
+ Src/Zle/compctl.c, Src/Zle/complete.c, Src/Zle/compmatch.c,
+ Src/Zle/compresult.c, Src/Zle/computil.c, Src/Zle/computil.mdd,
+ Src/Zle/zle_tricky.c, Src/params.c, Doc/Zsh/compwid.yo,
+ Doc/Zsh/mod_computil.yo, Completion/Core/_path_files: mega patch
+ for nested quotes in completion.
+
+ * Clint: 8585: Src/Zle/compresult.c: count mismatch displaying lines
+
+ * Clint: 8576: configure.in: fix up options descriptions
+
+ * Clint: 8575: Completion/Debian.new/_bug: handle reportbug
+
+ * Sven: 8573: Src/utils.c: more careful quoting re-inserted ~, too.
+
+ * Sven: 8569: Src/utils.c: 8565 after colon.
+
+ * Sven: 8566: Completion/Core/_tags: local var is $ttags, not $tags.
+
+ * Sven: 8565: Src/utils.c, Completion/Core/_expand: don't quote =
+ in normal argument except at start.
+
+1999-11-19 Peter Stephenson <pws@supanet.com>
+
+ * Sven: 8562: Completion/Core/_path_files: handle noglobdots but
+ still find explicitly typed dotfiles.
+
+ * Sven: 8560: Src/Zle/complete.export, Src/Zle/compresult.c,
+ Src/Zle/zle.export, Src/Zle/zle_tricky.c, Src/zsh.export: move
+ functions around.
+
+ * Bart: 8558: Completion/Builtins/.distfiles: update
+
+ * Oliver: 8547: zle.export, complete.export, zsh.export
+
+ * Clint: 8545, 7546: Functions/Misc/run-help: .->dot and :->colon;
+ check $HELPDIR and english, don't invoke man if not necessary.
+
+ * Bart: 8541: configure.in, Completion/Base/.distfiles,
+ Completion/Builtins/.distfiles, Completion/Core/.distfiles,
+ Completion/Debian/.distfiles: fix getpwent() test and update
+ .distfiles.
+
+ * Clint: 8540: Completion/Debian/_bug: completion for Debian `bug'.
+
+ * Sven: 8537: Completion/Base/_describe, Completion/Base/_values,
+ Completion/Builtins/_kill, Completion/Builtins/_pids,
+ Completion/Builtins/_wait, Completion/Core/_tags,
+ Completion/User/_gdb: _pids to complete PIDs; -i option to _tags.
+
+ * Sven: 8536: Src/lex.c: don't try to balance parentheses in
+ parameter expressions inside math evals.
+
+ * Sven: 8535: Src/Zle/compcore.c, Src/Zle/complist.c,
+ Src/Zle/zle_tricky.c: drop back to ordinary completion to query
+ user for listing when in menu-select.
+
+ * Sven: 8533: Completion/Base/_arguments, Completion/Base/_describe,
+ Completion/Base/_values, Completion/Builtins/_kill,
+ Completion/Builtins/_wait, Completion/Core/_files,
+ Completion/Core/_main_complete, Completion/Core/_tags: remove
+ prios parameters by using $funcstack.
+
+ * Clint: 8532: Completion/Debian/_dpkg,
+ Completion/Debian/_dpkg-source: new support for Debian package
+ management functions.
+
+ * 8520: Completion/Base/_arguments, Completion/Base/_describe,
+ Completion/Base/_values, Completion/Builtins/_kill,
+ Completion/Builtins/_wait, Completion/Core/_files,
+ Completion/Core/_main_complete, Completion/Core/_tags,
+ Completion/Core/compinit: add _tags functionality
+
+ * Sven: 8519: Src/Zle/complist.c: don't use old list after a menu
+ selction.
+
+ * Sven: 8518: Src/Modules/parameter.c, Src/Modules/parameter.mdd,
+ Completion/Base/_command_names, Completion/Builtins/_aliases,
+ Completion/Builtins/_enable, Completion/Builtins/_unhash,
+ Completion/Builtins/_which, Doc/Zsh/builtins.yo,
+ Doc/Zsh/mod_parameter.yo: dis* parameter keys are now all
+ dis_*.
+
+ * Sven: 8517: Src/Zle/zleparameter.c: when to calculate values
+ for zle parameters (update to 8474).
+
+ * Sven: 8515: Src/Zle/comp.h, Src/Zle/compctl.h, Src/builtin.c,
+ Src/module.c, Doc/Zsh/builtins.yo,
+ Completion/Base/_command_names, Completion/Builtins/_bg_jobs,
+ Completion/Builtins/_fg_jobs, Completion/Builtins/_hash,
+ Completion/Builtins/_jobs, Completion/Builtins/_kill,
+ Completion/Builtins/_wait, Completion/User/_gdb,
+ Completion/User/_perldoc: completion file headers;
+ zmodload in static shells; changes in job control
+ completion.
+
+ * Bart: 8512: Completion/Core/compinit: workaround zmodload -i
+ unavailibity in statically linked shell.
+
+1999-11-03 Bart Schaefer <schaefer@zsh.org>
+
+ * Config/version.mk: Set version string to 3.1.6-bart-8.
+
+ * Doc/Zsh/Makefile.in, Src/Zle/zle.mdd: The comp1 module is obsolete.
+
+1999-11-02 Bart Schaefer <schaefer@zsh.org>
+
+ * Src/Zle/comp1.c, Src/Zle/comp1.export, Src/Zle/comp1.mdd: Sven:
+ 8424: These files are obsolete now.
+
+ * Src/Zle/compcore.c: Sven: 8495: The wrong cline struct was being
+ tested, causing improper auto-suffix-removal behavior.
+
+ * Completion/Core/_path_files: Sven: 8494: Fix up prefix/suffix
+ manipulations.
+
+ * Completion/Base/_value: Tanaka: 8491: Call _value after
+ redefining it.
+
+ * Src/Zle/compcore.c, Src/Zle/compresult.c, Src/Zle/computil.c:
+ Sven: 8490: Fix display bugs and a fencepost error.
+
+ * Src/Modules/parameter.c: Sven: 8490: Use the correct scan for
+ disabled aliases.
+
+ * Completion/User/_urls: Sven: 8490: Don't use "hosts" as a local
+ paramter name, _hosts wants to see the global when it gets called
+ later.
+
+ * Src/exec.c: Sven: 8488: Pass a copy of the function name to
+ module wrappers in case the function undefines/redefines itself.
+
+ * Completion/Base/_value: Tanaka: 8487: Completions after
+ parameter assignments.
+
+ * Completion/User/_make: Tanaka: 8486: Some BSD-variant special cases.
+
+ * Completion/Debian/_apt, Completion/User/_archie: Tanaka: 8485:
+ Fix typos and minor omissions.
+
+ * Completion/User/_cvs, Completion/User/_whois,
+ Completion/Core/compinit, Completion/Base/_combination: Sven:
+ 8484: Use parameter module for testing function existence; fix a
+ couple of small bugs.
+
+ * Src/Modules/parameter.c: Sven: 8482: Make sure special AA param
+ keys are set when needed.
+
+ * Src/Zle/compcore.c, Src/Zle/compmatch.c: Sven: 8481: An empty
+ string in compmatchers means try global match specs.
+
+ * Doc/Zsh/mod_parameter.yo, Src/Modules/parameter.c,
+ Src/Modules/parameter.mdd, Completion/Core/compinit: Sven: 8480:
+ Add funcstack parameter.
+
+ * Completion/Core/_path_files: Sven: 8479: Use globdots throughout.
+
+ * Completion/Base/_first: Sven: 8479: Fix example code (in comment).
+
+ * Doc/Zsh/expn.yo, Src/glob.c: Sven: zsh-users/2713: Qualifier (n)
+ sets numeric-glob-sort for current glob.
+
+ * Src/Zle/zle_thingy.c, Src/Zle/zle_tricky.c, Doc/Zsh/compctl.yo,
+ Doc/Zsh/compsys.yo, Doc/Zsh/compwid.yo, Doc/Zsh/intro.yo,
+ Doc/Zsh/manual.yo, Doc/Zsh/mod_complete.yo, Doc/Zsh/modules.yo,
+ Doc/Zsh/zle.yo, Src/Zle/comp.h, Src/Zle/compcore.c,
+ Src/Zle/complete.c, Src/Zle/complete.mdd, Src/Zle/complist.c,
+ Src/Zle/compmatch.c, Src/Zle/compresult.c, Src/Zle/zle.h,
+ Src/Zle/zle_main.c, Src/Zle/zle_misc.c, Doc/zsh.yo: Sven: 8478 (as
+ described in 8475 and 8476): Continue the re-modularization of the
+ new completion system, moving some doc into new sections and
+ moving most of the completion code from zle_tricky.c into three
+ new files.
+
+ * Completion/Core/compinit: Sven: 8475: Call zmodload on parameter
+ and zleparameter. This may not be necessary, as it wasn't
+ included in the correction in 8478.
+
+ * Src/Modules/parameter.c: Sven: 8474: Fix computation from
+ previous patch for whether values are needed.
+
+ * Src/hashtable.c: Sven: 8474: Fall back on getpwent() if NIS
+ and/or NIS+ don't find anything.
+
+ * Src/signals.c: Sven: 8473: Reset sigtrapped[] during dosavetrap().
+
+ * Src/Modules/parameter.c, Src/Zle/zleparameter.c: Sven: 8472:
+ Don't calculate values for special parameters unless needed.
+
+ * Functions/Zle/predict-on: Use a "repeat 1" instead of "while
+ true" for a dummy loop. (Unposted.)
+
+ * Completion/Builtins/_functions, Completion/Builtins/_unhash,
+ Completion/Builtins/_which, Completion/Builtins/_zle,
+ Completion/Builtins/_zmodload, Doc/Zsh/mod_parameter.yo,
+ Doc/Zsh/mod_zleparameter.yo, Src/Modules/parameter.c,
+ Src/Modules/parameter.mdd, Src/Zle/zleparameter.c,
+ Src/Zle/zleparameter.mdd, Completion/Base/_command_names,
+ Completion/Base/_equal, Completion/Builtins/_aliases,
+ Completion/Builtins/_bindkey, Completion/Builtins/_builtin,
+ Completion/Builtins/_disable, Completion/Builtins/_enable: Sven:
+ 8471: Split some paramters into enabled and disabled variants.
+
+ * Functions/Zle/predict-on: Sven: 8470: Test list_max of 0 as a
+ special case.
+
+ * configure.in: Zefram: 8459: More places to hunt for signals and
+ resources.
+
+ * Completion/Core/compinit, Doc/Zsh/compsys.yo, Src/xmods.conf:
+ Sven: 8440: Auto-autoload the parameter modules, because
+ completion won't work without them.
+
+ * Src/Zle/zle_tricky.c: Sven: 8439: Completion lists respect
+ NUMERIC_GLOB_SORT.
+
+ * Src/Zle/zle_tricky.c: Sven: 8438: Force recompute of completion
+ list in listlist().
+
+ * Src/Zle/complist.c, Src/Zle/zle_tricky.c: Sven: 8437: Fix crash
+ in menu-select and remove old ref to ZLS_SELECT param.
+
+ * Src/Zle/compctl.mdd, Src/Zle/complete.c, Src/Zle/complete.mdd,
+ Src/Zle/complist.c, Src/Zle/complist.mdd, Src/Zle/computil.mdd,
+ Src/Zle/zle.h, Src/Zle/zle_keymap.c, Src/Zle/zle_main.c,
+ Src/Zle/zle_thingy.c, Src/Zle/zle_tricky.c,
+ Src/Zle/zleparameter.c, Src/Zle/zleparameter.mdd,
+ Doc/Zsh/compwid.yo, Doc/Zsh/expn.yo, Doc/Zsh/manual.yo,
+ Doc/Zsh/mod_clone.yo, Doc/Zsh/mod_compctl.yo,
+ Doc/Zsh/mod_complete.yo, Doc/Zsh/mod_computil.yo,
+ Doc/Zsh/mod_parameter.yo, Doc/Zsh/mod_zle.yo,
+ Doc/Zsh/mod_zleparameter.yo, Doc/Zsh/modules.yo,
+ Src/Modules/parameter.c, Src/Modules/parameter.mdd,
+ Src/Zle/comp.h, Src/Zle/compctl.h, Src/hashtable.c, Src/module.c,
+ Src/params.c, Src/subst.c, Src/xmods.conf, Completion/User/_cvs,
+ Completion/User/_gdb, Completion/User/_man, Completion/User/_mh,
+ Completion/User/_nslookup, Completion/User/_tar,
+ Completion/User/_urls, Completion/User/_users,
+ Completion/User/_whereis, Completion/User/_whois,
+ Completion/X/_x_font, Completion/X/_x_window,
+ Completion/X/_xmodmap, Doc/Makefile.in, Doc/Zsh/compctl.yo,
+ Doc/Zsh/compsys.yo, Completion/Debian/_apt,
+ Completion/Core/_approximate, Completion/Core/_main_complete,
+ Completion/Core/_normal, Completion/Core/_options,
+ Completion/Core/_parameters, Completion/Core/_path_files,
+ Completion/Core/compinit, Completion/Commands/_bash_completions,
+ Completion/Commands/_history_complete_word,
+ Completion/Commands/_read_comp, Completion/Builtins/_aliases,
+ Completion/Builtins/_arrays, Completion/Builtins/_bg_jobs,
+ Completion/Builtins/_bindkey, Completion/Builtins/_builtin,
+ Completion/Builtins/_cd, Completion/Builtins/_command,
+ Completion/Builtins/_compdef, Completion/Builtins/_disable,
+ Completion/Builtins/_enable, Completion/Builtins/_fc,
+ Completion/Builtins/_functions, Completion/Builtins/_hash,
+ Completion/Builtins/_jobs, Completion/Builtins/_kill,
+ Completion/Builtins/_set, Completion/Builtins/_stat,
+ Completion/Builtins/_trap, Completion/Builtins/_unhash,
+ Completion/Builtins/_wait, Completion/Builtins/_which,
+ Completion/Builtins/_zle, Completion/Builtins/_zmodload,
+ Completion/Base/_arguments, Completion/Base/_brace_parameter,
+ Completion/Base/_command_names, Completion/Base/_describe,
+ Completion/Base/_equal, Completion/Base/_first,
+ Completion/Base/_job, Completion/Base/_regex_arguments,
+ Completion/Base/_tilde, Completion/Base/_values: Sven: 8424:
+ Rearrange completion code to make the new function-based system
+ the default and begin separating zle_tricky, the old compctl
+ stuff, and the new system into better-segregated modules.
+
+ * Src/Zle/compctl.c: Port from zle_tricky.c my local stubbornness
+ patch to use short job names, not whole job listings, in job
+ completions.
+
+ * Src/Zle/compctl.c: Sven: 8424: Rearrange completion code to make
+ the new function-based system the default and begin separating
+ zle_tricky, the old compctl stuff, and the new system into
+ better-segregated modules.
+
+1999-10-27 Bart Schaefer <schaefer@zsh.org>
+
+ * Functions/Zle/predict-on: Better handling of automenu, and don't
+ generate a listing if nmatches is so big that it would generate a
+ "do you wish ...?" prompt.
+
+ * Functions/Zle/predict-on, Doc/Zsh/compsys.yo: Sven: 8442: "Pour
+ some compconfig over" predict-on.
+
+1999-10-26 Bart Schaefer <schaefer@zsh.org>
+
+ * Functions/Zle/predict-on: As per Sven's suggestion, use a
+ comppostfuncs function to suppress the "do you wish to see all
+ possibilities?" message on long listings.
+
+1999-10-25 Bart Schaefer <schaefer@zsh.org>
+
+ * Src/Zle/complist.c: Alexandre Duret-Lutz: 8413: Tweak 8412 to
+ extend the menu-selection highlight to the full width of the
+ column.
+
+ * Src/Zle/complist.c, Doc/Zsh/mod_complist.yo: Sven: 8412: Add
+ separate colorings for the file-type-marker and for background
+ spaces, to be able to more closely copy GNU color-ls.
+
+ * Src/Modules/parameter.c: Bart: 8404: Implement "autoload -X" and
+ change the value of "$functions" to fit. Also fix a crash-bug
+ when unloading this module.
+
+ * Src/builtin.c, Src/exec.c, Src/hashtable.c, Doc/Zsh/builtins.yo,
+ Doc/Zsh/func.yo: Bart: 8404: Implement "autoload -X" and change the
+ output of "functions" to fit.
+
+ * Doc/Zsh/zle.yo: Sven: 8400: BLINES -> BUFFERLINES
+
+1999-10-24 Bart Schaefer <schaefer@zsh.org>
+
+ * Src/zsh.mdd: Don't forcibly rebuild zshpaths.h; instead make it
+ depend on the usual configuration-related makefile fragments.
+
+ * Src/parse.c: Fix function-body parsing bug introduced by earlier
+ optimizations.
+
+1999-10-22 Bart Schaefer <schaefer@zsh.org>
+
+ * Src/Modules/stat.c: Alexandre Duret-Lutz: 8371: Make "stat -g"
+ correspond to the doc for it.
+
+ * Src/hist.c: Alexandre Duret-Lutz: 8376: !# history expansion now
+ works during completion, as it has in 3.0 since June 1, 1997.
+
+ * Src/main.c, Src/params.c, Src/system.h, INSTALL, acconfig.h,
+ configure.in: Zefram: 8372: Configure option to disable
+ setlocale() support, and also do a linkage test for it rather than
+ simply test for the LC_ALL constant.
+
+ * Functions/Zle/predict-on: Back out Sven's suggested compmatchers
+ for now; turn off prediction when a delete-char-or-list is
+ performed.
+
+1999-10-21 Bart Schaefer <schaefer@zsh.org>
+
+ * Functions/Zle/predict-on: Refine, and improve commentary.
+
+ * Completion/Builtins/_cd, Completion/Builtins/_popd: Oliver:
+ 8361: Factor out handling of +/- dirstack offsets from _cd to make
+ completer for _popd; fix _cd handling of directory names that
+ actually do begin with a + or -.
+
+ * Src/Zle/computil.c: Sven: 8360: Still more parsing fixes.
+
+ * Completion/User/_bison: Sven: 8360: Improved option recognition.
+
+ * Completion/Base/_arguments, Completion/Base/_values: Sven: 8360:
+ More computil-related tweaking.
+
+ * Completion/Builtins/_sched: Oliver: 8359: Complete scheduled
+ jobs for removal.
+
+ * Src/Zle/computil.c: Sven: 8357: More options-parsing tweaks.
+
+ * Functions/Prompts/promptinit,
+ Functions/Prompts/prompt_oliver_setup: Oliver: 8353: Simplified
+ handling of prompt_opts.
+
+ * Src/Zle/computil.c: Sven: 8352: Fix parsing bugs.
+
+ * Completion/User/_bison: Sven: 8352: Complete .y files as well.
+
+ * Completion/Base/_arguments: Sven: 8352: Delay calling _message
+ so it won't confuse compstate[insert].
+
+ * Src/Zle/zle_tricky.c: Sven: 8350: Fixes to cline handling of
+ position of braces and of cursor following completion in nested
+ braces.
+
+ * Functions/Zle/predict-on: If history-beginning-search-backward
+ fails, attempt complete-word.
+
+ * Completion/Core/_path_files: Sven: 8350: Fix prefix/suffix settings.
+
+ * configure.in: Clint Adams: 8346: Fix typos.
+
+ * Src/Zle/computil.c: Sven: 8340: Fix memory management bugs and
+ confusion about word ranges when restricting compwords.
+
+ * Completion/Core/_path_files: Sven: 8340: Fix completion on empty
+ string.
+
+1999-10-20 Bart Schaefer <schaefer@zsh.org>
+
+ * Functions/Prompts/promptinit: Oliver: 8335: Provide the
+ prompt_opts assoc. array to specify what options are needed by a
+ given prompt theme, and arrange to set them by putting the
+ localoptions-affected guts of the prompt function into set_prompt
+ and then calling setopt after it finishes. (Tweaked to avoid
+ reindentation.)
+
+1999-10-19 Bart Schaefer <schaefer@zsh.org>
+
+ * Src/Zle/comp.h, Src/Zle/complist.c, Src/Zle/zle_tricky.c: Sven:
+ 8333: Handle completion in nested brace-expressions.
+
+ * Src/Builtins/rlimits.c: Display the sockbufsize and maxpthreads
+ limits in "ulimit -a" output.
+
+ * Src/Builtins/rlimits.awk, Doc/Zsh/builtins.yo: Add the
+ "maxpthreads" limit as reported by Albert Chin.
+
+ * Src/Zle/comp1.export, Src/Zle/compctl.export,
+ Src/Zle/zle.export: Oliver: 8323: Declarations needed to build
+ shared objects on AIX.
+
+ * Src/Zle/zle_tricky.c: Sven: 8322: Fix overeager slash-addition
+ and suffix-elimination.
+
+ * Completion/Core/_path_files: Sven: 8322: Complete directories up
+ to a trailing slash even if there are no further subdirectories,
+ but continue to make any subdirectories candidates for further
+ completion when a trailing slash is present.
+
+ * Src/Builtins/rlimits.awk, Doc/Zsh/builtins.yo: Rename
+ "sktbuffersize" as "sockbufsize".
+
+ * Src/cond.c: Sven: 8321: Fix bug in new cmpile-once "case" handling.
+
+1999-10-18 Bart Schaefer <schaefer@zsh.org>
+
+ * Src/Builtins/rlimits.awk, Src/Builtins/rlimits.c,
+ Src/Builtins/rlimits.mdd: Zefram: 8320: Sort the resource list for
+ "limit", rename "sbsize" to "sktbuffersize", fix problems handling
+ memory type limits vs pure numeric vs time spans.
+
+ * Doc/Zsh/builtins.yo: Zefram: 8320: Sort the resource list for
+ "limit", rename "sbsize" to "sktbuffersize".
+
+ * Src/cond.c, Src/loop.c, Src/parse.c, Src/pattern.c, Src/utils.c,
+ Src/zsh.h: Sven: 8319: Compile patterns in "case" statements on
+ demand, then keep them in the parse tree so they only have to be
+ compiled once.
+
+ * Src/Zle/zle_tricky.c: Sven: 8317: Reset state so that a leading
+ "~" isn't assumed to be part of an extendedglob pattern.
+
+ * Completion/Base/_tilde: Sven: 8317: Use _users.
+
+ * Src/Zle/computil.c: Sven: 8316: Report when arguments are not
+ allowed at a position.
+
+ * Completion/Base/_arguments: Sven: 8316: Extraneous "break".
+
+ * Src/Zle/computil.c: Sven: 8315: Save and restore parser state
+ around "restricting rest-argument-definitions".
+
+ * Src/Zle/zle_tricky.c: Sven: 8313: Try harder to use match specs
+ correctly, even when `globcomplete'.
+
+ * Doc/Zsh/compsys.yo, Completion/Core/_path_files: Sven: 8313:
+ conconfig[path_expand] now has "prefix" and "suffix" choices.
+
+ * Completion/Core/compinit: Sven: 8313: Minor cleanup of "funcall".
+
+ * Completion/Core/_main_complete: Sven: 8313: A warning message
+ should be printed only when the last global match spec was tried.
+
+ * Completion/Core/_main_complete: Sven: 8312: Missing "local" decl.
+
+ * Doc/Zsh/builtins.yo: Document the `sbsize' limit.
+
+ * Src/Builtins/rlimits.awk: Jos Backus: 8309: FreeBSD has an
+ SBSIZE limit.
+
+1999-10-17 Bart Schaefer <schaefer@zsh.org>
+
+ * Completion/User/_man: Oliver: 8139: Use the "manpath" command if
+ available, splitting at colons.
+
+ * Src/Modules/mathfunc.c: Oliver: 8138: Remove excess comma that
+ causes picky compilers to choke.
+
+ * Src/builtin.c, Src/options.c, Src/zsh.h, Doc/Zsh/options.yo:
+ Bart: 8308: The `CHECK_JOBS' option, based on Clint Adams' 8109,
+ with sense reversed as suggested by Zefram in 8111, and adapted
+ doc from PWS in 8110.
+
+ * Doc/Zsh/compsys.yo, Completion/Commands/_history_complete_word:
+ Adam: 8028,8063,8070; and PWS: 8098: Revised history completion.
+
+ * Src/.cvsignore: Ignore .pro files only if they begin with
+ alphanumerics, to keep .indent.pro.
+
+1999-10-16 Bart Schaefer <schaefer@zsh.org>
+
+ * Config/version.mk: Set version string to 3.1.6-bart-7.
+
+ * Completion/User/_whois: Tanaka: 8296: New completion for "whois".
+
+ * Completion/User/_archie: Tanaka: 8295: New completion for "archie".
+
+1999-10-15 Bart Schaefer <schaefer@zsh.org>
+
+ * Completion/Debian/_apt, Completion/Base/_regex_arguments:
+ Tanaka: 8289: Misc. cleanup.
+
+ * Completion/User/_pbm: Tanaka: 8287: Add missing
+ continuation-line backslashes.
+
+ * Completion/User/_urls: Tanaka: 8286: Misc. cleanup.
+
+ * Misc/bash2zshprompt: Adam: 8278: Emit "setopt promptsubst".
+
+ * Completion/User/_urls: Oliver: 8276: More autoremoval fixes.
+
+ * Src/Zle/zle_tricky.c: Sven: 8283: Fix bug in tracking number of
+ matches added.
+
+ * Doc/Zsh/compctl.yo, Doc/Zsh/compsys.yo, Doc/Zsh/compwid.yo:
+ Sven: 8283: Improve documentation about match-specs.
+
+ * Completion/Core/compinit: Sven: 8273: "compconf -L" sorts its
+ output.
+
+ * Completion/Core/compinit, Src/Zle/computil.c,
+ Src/Zle/computil.mdd, Src/xmods.conf: Sven: 8272: The computil
+ module is now auto-autoloaded; minor bugfix.
+
+ * Doc/Zsh/mod_complist.yo, Doc/Zsh/mod_computil.yo,
+ Doc/Zsh/mod_deltochar.yo, Doc/Zsh/modules.yo: Sven: 8272: Assorted
+ computil documentation.
+
+ * Completion/Base/_describe, Completion/Base/_values: Sven: 8272:
+ Clean-up related to usages of new computil functions.
+
+ * Src/Zle/computil.c, Completion/Base/_arguments: Sven: 8270:
+ Assorted computil debugging.
+
+ * Src/math.c: Sven: 8267: Fix core dump caused by bad error handling.
+
+ * Completion/User/_urls: Tanaka: 8263: Avoid bad autoremove behavior.
+
+ * Completion/User/_killall, Completion/User/_pack,
+ Completion/User/_unpack, Completion/User/_whereis: Oliver: 8262:
+ More new completers.
+
+ * Completion/User/_uncompress, Completion/User/_users,
+ Completion/User/_gzip, Completion/User/_hosts: Oliver: 8262: Fix
+ misc. minor omissions.
+
+ * Completion/Builtins/_nothing: Oliver: 8262: Use this for the
+ "whoami" command.
+
+ * Src/zsh.h, Src/params.c: Sven: 8254: Implement (k) and (K)
+ subscript modifiers.
+
+ * Doc/Zsh/params.yo: Sven: 8254: Document the new (k) and (K)
+ subscript modifiers.
+
+ * Functions/Prompts/prompt_adam2_setup,
+ Functions/Prompts/prompt_fire_setup,
+ Functions/Prompts/prompt_redhat_setup,
+ Functions/Prompts/promptinit: Fix a few bugs, mostly involving
+ `setopt promptsubst'.
+
+ * Functions/Prompts/promptinit: Sven: 8251: Tweak to properly
+ expand the $fpath array.
+
+ * Src/Zle/compctl.c, Src/Zle/compctl.mdd: Sven: 8249: Add the
+ "compmatchers" array.
+
+ * Doc/Zsh/compctl.yo, Doc/Zsh/compsys.yo: Sven: 8249: Clarify
+ documentaion of declarations needed by some completers; document a
+ couple of new features.
+
+ * Completion/Core/_description, Completion/Core/_files,
+ Completion/Core/_main_complete, Completion/Core/_message,
+ Completion/Core/_multi_parts, Completion/Core/_path_files,
+ Completion/Core/_sep_parts: Sven: 8249: Accept standard compadd
+ arguments, fix a few bugs, use the new compconfig[warning_format],
+ etc.
+
+ * Completion/Builtins/_nothing: Sven: 8249: A completer which just
+ prints a warning that the current context does not expect any
+ words at all (e.g., a command that takes no arguments).
+
+1999-10-14 Bart Schaefer <schaefer@zsh.org>
+
+ * Completion/Core/_main_complete, Completion/Core/compinit: Sven:
+ 8256: Missing hunks of 8227.
+
+ * Src/Zle/zle_tricky.c: Sven: 8247: When completing with a match
+ spec, don't insert anchors if there are characters missing to the
+ left of them.
+
+ * Src/Zle/zle_tricky.c: Sven: 8244: Fix failure to list ambiguous
+ matches completing after a quote.
+
+ * configure.in: Tanaka: 8241: Test for a gcc 2.95 bug.
+
+ * Src/Builtins/rlimits.awk, Src/Builtins/rlimits.c,
+ Doc/Zsh/builtins.yo: Zefram: 8229: Support for the AIO_OPS and
+ AIO_MEM resource limits.
+
+1999-10-13 Bart Schaefer <schaefer@zsh.org>
+
+ * Src/Zle/compctl.c, Src/Zle/computil.c, Src/Zle/computil.mdd,
+ Src/Zle/zle_tricky.c, Doc/Zsh/compsys.yo,
+ Completion/Core/compinit, Completion/Base/_arguments,
+ Completion/Base/_describe, Completion/Base/_values: Sven: 8219:
+ Add and make use of the "computil" module, which moves several of
+ the operations previously done by shell functions into C code.
+
+ * Completion/User/_netscape: Oliver: 8230: Better browser and url
+ completion.
+
+ * Completion/User/_tiff: Sven: 8132: Change "options" to "opt_args".
+
+ * Src/Zle/zle_tricky.c: Sven: 8231: Remove unnecessary tokenization.
+
+ * Src/utils.c: Sven: 8231: Don't attempt to use a null name in
+ zwarnnam().
+
+ * Doc/Zsh/compsys.yo, Completion/X/_xmodmap,
+ Completion/User/_flex, Completion/User/_gcc,
+ Completion/User/_gprof, Completion/User/_gs,
+ Completion/User/_lynx, Completion/User/_mount,
+ Completion/User/_nslookup, Completion/User/_rlogin,
+ Completion/User/_socket, Completion/User/_ssh,
+ Completion/User/_telnet, Completion/User/_urls,
+ Completion/User/_wget, Completion/User/_yp, Completion/Linux/_rpm:
+ Sven: 8231,8232: Rename "options" as "opt_args" in a lot of places
+ to avoid conflicts with the parameters module.
+
+ * Completion/User/_urls, Completion/User/_webbrowser,
+ Doc/Zsh/compsys.yo: Oliver: 8230: Better browser and url
+ completion.
+
+ * Functions/Zle/incremental-complete-word, Doc/Zsh/compsys.yo,
+ Doc/Zsh/compwid.yo, Doc/Zsh/zle.yo, Src/Zle/comp.h,
+ Src/Zle/comp1.c, Src/Zle/compctl.c, Src/Zle/complist.c,
+ Src/Zle/zle_main.c, Src/Zle/zle_params.c, Src/Zle/zle_tricky.c:
+ Sven: 8227: Compute the list of matches more frequently and
+ earlier so that compstate[nmatches] is accurate more often;
+ replace compstate[normal_nmatches] with
+ compstate[alternate_nmatches] as a consequence; add
+ compstate[list_lines] and BUFFERLINES for testing how big a screen
+ is needed to edit; add an array comppostfuncs to hold callback
+ shell functions run during completion; fix a display bug.
+
+ * Src/Zle/zle_tricky.c: Sven: 8222: More cursor position
+ heuristics: prefer to place the cursor in the matched portion of
+ an ambiguous word, rather than in a prefix or suffix.
+
+ * Completion/Core/_approximate, Completion/Core/_complete,
+ Completion/Core/_expand, Completion/Core/_list,
+ Completion/Core/_main_complete, Completion/Core/_match,
+ Completion/Core/_path_files, Completion/Base/_default: Sven: 8217:
+ Remove large comments that are now redundant with the compsys
+ manual; misc other cleanup.
+
+ * Src/Zle/zle_tricky.c: Sven: 8216: Improve code readability.
+
+ * Src/Zle/zle_tricky.c: Sven: 8215: Fix problem with
+ accept-and-menu-complete.
+
+ * Functions/Misc/nslookup: A space is required between "read -k"
+ and the number of bytes to read.
+
+ * Doc/Zsh/builtins.yo: Document vagaries of "read -k" argument
+ parsing.
+
+1999-10-12 Bart Schaefer <schaefer@zsh.org>
+
+ * config.sub: Handle newer flavors of hppa2.0 as computed by
+ configure.
+
+1999-10-11 Bart Schaefer <schaefer@zsh.org>
+
+ * Completion/Core/_path_files: Sven: 8206: Fix setting of PREFIX
+ when there's a leading slash.
+
+ * Src/Zle/zle_tricky.c: Sven: 8205: Misc. fixes involving uninit'd
+ variables, ragged alignment of output in calclist(), etc.
+
+ * Completion/User/_yodl: Sven: 8204: Handle .yo file-suffix as
+ well as .yodl.
+
+ * Completion/Builtins/_cd, Completion/Base/_tilde: Oliver: 8181:
+ Clean up directory stack handling.
+
+1999-10-10 Bart Schaefer <schaefer@zsh.org>
+
+ * Src/options.c: Zefram: 8152: A batch of tweaks to emulation
+ behavior (exec change omitted).
+
+ * Doc/Zsh/options.yo, Src/options.c: Zefram: 8154: Change default
+ behavior of shortloops (extendedglob change omitted).
+
+ * Src/exec.c: Add the coproc descriptors to those that can't be
+ copied by redirection.
+
+ * Doc/Zsh/redirect.yo: Zefram: 8186: More accurate redirection doc.
+
+ * Src/exec.c: Tweak 8187 to test the fdtable[] array rather than
+ simply > 9.
+
+ * Src/glob.c, Src/exec.c: Zefram: 8187: Don't permit redirection
+ to grab zsh's internal descriptors.
+
+ * Doc/Zsh/redirect.yo: Document the "&>" redirection and the use
+ of multi-digit numbers on the RHS of "<&" and ">&" redirections.
+
+ * Src/lex.c: Fix parsing of the "&>" redirection.
+
+ * Src/exec.c: Plug lead of a copy of the coproc input descriptor.
+
+1999-10-07 Bart Schaefer <schaefer@zsh.org>
+
+ * Completion/User/_urls: Oliver K: 8155: Handle "file:" urls.
+
+ * Src/Zle/zle_tricky.c: Tweak last patch slightly to avoid the
+ possibility of returning NULL.
+
+ * Src/Zle/zle_tricky.c: Don't prematurely free/recreate the cached
+ value of $compstate[ambiguous].
+
+ * Functions/Prompts/promptinit: This function requires extendedglob.
+
+1999-10-06 Bart Schaefer <schaefer@zsh.org>
+
+ * Functions/Misc/colors:
+ Adam: 8147: Use $'...' rather than $(echo -n '...').
+
+ * Misc/bash2zshprompt: Adam: 8144: Small fix.
+
+ * Misc/bash2zshprompt, Functions/Prompts/prompt_adam1_setup,
+ Functions/Prompts/prompt_adam2_setup,
+ Functions/Prompts/prompt_blue_setup,
+ Functions/Prompts/prompt_combo_setup,
+ Functions/Prompts/prompt_cyan_setup,
+ Functions/Prompts/prompt_elite2_setup,
+ Functions/Prompts/prompt_elite_setup,
+ Functions/Prompts/prompt_fire_setup,
+ Functions/Prompts/prompt_green_setup,
+ Functions/Prompts/prompt_magenta_setup,
+ Functions/Prompts/prompt_off_setup,
+ Functions/Prompts/prompt_red_setup,
+ Functions/Prompts/prompt_redhat_setup,
+ Functions/Prompts/prompt_suse_setup,
+ Functions/Prompts/prompt_white_setup,
+ Functions/Prompts/prompt_yellow_setup,
+ Functions/Prompts/promptinit, Functions/Misc/colors,
+ Completion/User/_prompt: Adam: 8129: "Themed prompts" system
+ copied (and translated) from bash.
+
+ * INSTALL, configure.in: Adam: 8145: Install the themed-prompt stuff.
+
+ * Src/Modules/stat.c, Src/system.h: Zefram: 8137: Support for
+ Solaris "doors".
+
+ * Src/jobs.c: Reattach the tty and resize the terminal after a
+ foreground job is stopped.
+
+1999-10-04 Bart Schaefer <schaefer@zsh.org>
+
+ * Src/Zle/zle_refresh.c: Geoff: 8126: Fix infinite loop in
+ tc_rightcurs().
+
+1999-10-03 Bart Schaefer <schaefer@zsh.org>
+
+ * Src/builtin.c, Doc/Zsh/builtins.yo: PWS: 8093: Back out 8084.
+
+ * Src/prompt.c: Use zcalloc() to allocate the buffer in
+ promptexpand(), so as not to leave garbage beyond the end of the
+ prompt after expansion.
+
+ * Src/builtin.c: When computing the new directory for $PWD, don't
+ duplicate a trailing slash.
+
+ * Etc/FAQ.yo: PWS: zsh-announce/100: Latest FAQ changes.
+
+1999-10-02 Bart Schaefer <schaefer@zsh.org>
+
+ * Src/exec.c: Start the path search over from the beginning, not
+ from where it was last left off, after removing a bad element at
+ attempted-execute-time.
+
+1999-09-30 Bart Schaefer <schaefer@zsh.org>
+
+ * Doc/Zsh/compsys.yo, Completion/Commands/_bash_completions: PWS:
+ 8108: Completions for bash equivalence.
+
+ * Doc/Makefile.in: Adam: 8106: Use $(DESTDIR) when installing
+ info, too.
+
+ * Completion/User/_my_accounts, Completion/User/_other_accounts,
+ Completion/User/_user@host, Completion/User/_user_at_host: Adam:
+ 8101: Change @ to _at_ in file names.
+
+ * Completion/User/_perl_modules, Completion/User/_perldoc: Adam:
+ 8100: Small bugfix, whitespace cleanup.
+
+ * Completion/Core/compinit, Doc/Zsh/compsys.yo: PWS: 8098: Add
+ "compdef -K" to map multiple widgets to the same function.
+
+ * Doc/Zsh/guide.yo: PWS: 8097: Renamed to manual.yo.
+
+ * Doc/Zsh/guide.yo, Doc/Zsh/intro.yo, Doc/Zsh/manual.yo,
+ Doc/Makefile.in, Doc/zsh.yo, Doc/ztexi.yo: PWS: 8097: Rename
+ "guide" to "manual" as PWS is working on another "guide."
+
+ * Completion/User/_a2ps: Alexandre Duret-Lutz: 8094: Update for
+ newer versions of a2ps.
+
+ * Src/params.c: Don't use tokenized strings as associative array keys.
+
+ * Src/exec.c: PWS: 8086: Don't singsub() the LHS of assignments at
+ exec time.
+
+ * Src/Zle/complist.c: PWS: 8072: Fix allocation state bug (massive
+ reindentation but no other real changes).
+
+ * Doc/Zsh/builtins.yo: PWS: 8084: Reset $PWD in the "pwd" builtin
+ if unable to stat(pwd). This leaves the dirstack in an
+ inconsistent state and needs more looking-at.
+
+ * Src/exec.c: Be a little smarter about fixing up the command
+ table when we find a bad element at attempted-execute-time.
+
+1999-09-28 Bart Schaefer <schaefer@zsh.org>
+
+ * Src/builtin.c: PWS: 8084: Reset $PWD in the "pwd" builtin if
+ unable to stat(pwd). This leaves the dirstack in an inconsistent
+ state and needs more looking-at.
+
+ * Completion/User/_man: Tanaka: 8082: Fix PWS's silly thinko.
+
+1999-09-27 Bart Schaefer <schaefer@zsh.org>
+
+ * Completion/User/_user@host: Adam: 8065: Add forgotten file used
+ by _my_accounts and _other_accounts.
+
+ * Doc/Zsh/compsys.yo: Adam: 8064: Documentation for _my_accounts
+ and _other_accounts usages.
+
+ * Completion/User/_my_accounts, Completion/User/_other_accounts:
+ Adam: 8064,8065,8066: Assorted fixes and documentation.
+
+ * Completion/User/_man: Adam: 8062: Fix to handle colon-delimited
+ "manpath" output (as corrected by PWS: 8067.)
+
+1999-09-26 Bart Schaefer <schaefer@zsh.org>
+
+ * Src/signals.c: PWS: 8056: Wrap getiparam() in HEAPALLOC block
+ for math evaluation reasons.
+
+1999-09-26 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: Config/version.mk: 3.1.6-pws-6
+
+ * pws: 8051: Completion/User/_users_on: typos.
+
+ * pws: 8050: Src/utils.c: getkeystring() used in ##<char>
+ (formally #\<char>) should return unsigned char.
+
+ * pws: 8049: Src/math.c: use HEAPALLOC for math evals.
+
+ * Adam: 8048: Completion/User/_my_accounts,
+ Completion/User/_other_accounts, Completion/User/_rlogin,
+ Completion/User/_ssh, Completion/User/_users_on: use
+ my_accounts and other_accounts for ssh and friends;
+ user users for write and potentially elsewhere.
+
+ * Adam: 8047: Completion/User/_users: lasts uses _users.
+
+ * Tanaka Akira: 8044: Completion/Base/_regex_arguments,
+ Completion/Debian/_apt: remove NULs from cache files,
+ fix some typos.
+
+ * Tanaka Akira: 8042: Doc/Zsh/expn.yo, Src/subst.c, Src/utils.c:
+ ${(qqqq)...} now does $'...' quotation; rejigging unprintable
+ characters is now ${(V)...}.
+
+1999-09-24 Peter Stephenson <pws@ibmth.df.unipi.it>
+ * Tanaka Akira: 8039: Src/utils.c: quoting of backslashes inside
+ ${(qqq)...}.
+
+ * pws: 8038: Completion/User/_tar: wouldn't use tar archives
+ beginning with a ~.
+
+1999-09-23 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 8033: Src/math.c: use '##' to get code for literal
+ character as less error-prone than `#\'.
+
+ * Sven: 8030: Src/utils.c: 8019 needed to expand the buffer
+ even more.
+
+ * pws: 8026: Src/math.c: idiotically made buffer too short
+ for error message.
+
+ * Sven: 8023: Src/subst.c, Src/utils.c, Doc/Zsh/expn.yo:
+ ${(qqqq)...} quotes unprintables in bindkey fashion.
+
+ * pws: 8022: Src/Zle/zle_misc.c: digit argument with metafied
+ digits didn't work.
+
+ * Sven: 8021: Src/Zle/complist.c: keep better track of cursor
+ position when moving in a menu selection.
+
+ * Vin Shelton and pws: 8020: Src/Zle/deltochar.c,
+ Doc/Zsh/mod_deltochar.yo: new zap-to-char, uses deltochar()
+ function but doesn't delete last occurrence (replaces 8010).
+
+ * Sven: 8019: Src/utils.c: buffer overflow quoting newlines.
+
+ * Sven: 8015: Completion/Commands/_history_complete_word,
+ Src/Zle/zle_tricky.c: bug without history_stop in
+ _history_complete_word; go backwards on line when scanning
+ history words.
+
+ * pws: 8014: Src/math.c: arguments after the first in math
+ function skipped first character.
+
+ * Sven: 8013: Completion/X/_x_keysym, Completion/X/_x_modifier,
+ Completion/X/_xmodmap: completion for keys and modifiers
+ in xmodmap.
+
+ * Sven: 8012: Doc/Zsh/compsys.yo: document
+ incremental-complete-word configuration keys.
+
+ * Sven: 8011: Src/Zle/comp.h, Src/Zle/complist.c,
+ Src/Zle/zle_tricky.c: better menu insertion with braces.
+
+1999-09-22 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Sven: 8004: Src/Zle/complist.c, Src/Zle/zle_tricky.c,
+ Doc/Zsh/compctl.yo, Doc/Zsh/compwid.yo: crash in selecting;
+ documentation for 8001.
+
+ * Sven: 8001: Src/Zle/comp.h, Src/Zle/compctl.c,
+ Src/Zle/zle_tricky.c, Doc/Zsh/compctl.yo, Doc/Zsh/compsys.yo,
+ Doc/Zsh/compwid.yo, Completion/Core/_description: -1 and -2
+ flags to completion commands allow removal of consecutive and
+ non-consecutive duplicates.
+
+ * pws: 7999, 8000: Doc/Makefile.in, Doc/Zsh/guide.yo,
+ Doc/Zsh/mod_mapfile.yo, Doc/Zsh/mod_mathfunc.yo,
+ Doc/Zsh/modules.yo, Doc/Zsh/mod_parameter.yo,
+ Src/Modules/mathfunc.c, Src/Modules/mathfunc.mdd, Src/math.c:
+ mathfunc module, contains 46 functions for use in math
+ evaluations; make function arguments behave like normal mathevals.
+
+ * Sven: 7998: Src/Zle/comp.h, Src/Zle/complist.c,
+ Src/Zle/zle_tricky.c, Src/options.c, Src/zsh.h,
+ Doc/Zsh/options.yo: Display column sizes can be different
+ for different completion groups; LIST_PACKED and LIST_ROWS_FIRST
+ options change listing display behaviour; clean functions up.
+
+ * pws: 7995: Completion/Builtin/_zmodload: when looking for module,
+ restrict to *.s[ol].
+
+ * Tanaka Akira: 7989: Completion/Base/_combination,
+ Completion/Debian/_apt, Completion/Base/_regex_arguments,
+ Doc/Zsh/compsys.yo: document _combination and _regex_arguments,
+ clean up relevant completion functions.
+
+1999-09-21 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Sven: 7985: Src/Zle/zle_tricky.c: crash in old completion
+ with non-existent file.
+
+ * pws: 7983: Src/hist.c: bug that hungetc() blindly went
+ ahead after keyboard interrupt fixed by testing for errflag
+ in hungetc().
+
+ * pws: 7981, 7982: Src/math.c, Src/zsh.h: use dupstring()
+ instead of lvalue stack; better ternary expression parsing;
+ old `unbalanced stack' messages shouldn't show up so become
+ debugging messages; arithmetical errors in unevaluated
+ portions don't cause shell errors.
+
+ * Sven: 7978: Src/exec.c, Src/init.c, Src/utils.c: grow and shrink
+ underscore parameters properly.
+
+ * Sven: 7976, 7977: Src/builtin.c, Src/math.c, Src/mkbltnmlst.sh,
+ Src/mkmakemod.sh, Src/module.c, Src/zsh.h, Src/Modules/example.c,
+ Src/Modules/example.mdd, Doc/Zsh/arith.yo, Doc/Zsh/builtins.yo,
+ Etc/zsh-development-guide: system for loading math functions
+ for use in math evals.
+
+ * Sven: 7974: Src/Zle/zle_tricky.c: remove duplicates.
+
+ * Bart: 7968: Completion/User/_mailboxes: mutt fixes.
+
+1999-09-20 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7963: Src/math.c, Src/subst.c: better error checking
+ for math evals; don't pass surrounding parentheses down for
+ $(( ... )).
+
+ * Adam: 7961: Completion/User/_mailboxes: fun with variables and
+ elm.
+
+ * Sven: 7960: Src/Zle/zle_tricky.c: too much deleted in path
+ completion.
+
+ * Sven: 7959: Completion/Core/_path_files, Doc/Zsh/compsys.yo:
+ fixes from previous patches which missed 3.1.6-pws-5.
+
+ * pws: 7957: Src/module.c: `zmodload -e modname' in statically
+ linked shell didn't work.
+
+ * pws: Config/version.mk: version 3.1.6-pws-5
+
+ * Sven: 7953: Completion/Commands/_expand_word,
+ Completion/Core/_expand, Doc/Zsh/compsys.yo: expand_completions
+ configuration key.
+
+ * pws: 7952: Completion/X/_xutils: xrdb should complete file
+ arguments.
+
+ * Sven: 7951: Src/subst.c, Doc/Zsh/expn.yo: parameter expansion flags
+ for quoting with single or double quotes.
+
+ * Sven: 7950: Src/utils.c, Src/Zle/complist.c: more careful
+ with VARARR's.
+
+ * Sven: 7949: Completion/X/_x_color,
+ Completion/X/_x_extension, Completion/X/_x_window,
+ Completion/X/_xutils: completion for standard X utilities.
+
+ * pws: 7948: Src/glob.c, Src/pattern.c: indexes weren't
+ calculate properly in $mbegin, $mend, $MBEGIN, $MEND because
+ of Meta bytes.
+
+ * Sven: 7947: Src/Zle/zle_tricky.c, Doc/Zsh/compwid.yo:
+ compstate[insert] can be all to insert all matches.
+
+ * Sven: 7945: Src/Zle/zle_tricky.c, Completion/Core/_multi_parts,
+ Completion/Core/_path_files: better path completion with braces
+
+ * Sven: 7944: Src/Zle/zle_tricky.c, Completion/Core/_multi_parts,
+ Completion/Core/_path_files, Completion/Core/_sep_parts:
+ new heuristic for deciding whether to add strings under match
+ control or if they are too ambiguous to be useful.
+
+ * Sven: 7943: Doc/Zsh/compsys.yo: docs for long args syntax
+ in _arguments.
+
+ * Bart: zsh-users/2610: Completion/Builtins/_kill,
+ Completion/Builtins/_wait, Completion/User/_gdb: split words
+ for ps arguments (replaces 2609).
+
+ * Bart: 7938: Completion/Base/_arg_compile, Completion/Base/_describe:
+ pre-compiler for _arguments and typo in describe.
+
+ * Tanaka Akira: 7937: Completion/User/_cvs, Completion/User/_lynx,
+ Completion/User/_wget: it's good to have _values.
+
+ * Bart: 7934: Completion/User/_telnet: improvement.
+
+ * Bart: 7932: Completion/User/_mailboxes: more generic.
+
+ * Bart: 7929: Src/hist.c, Src/Zle/zle_tricky.c: handle gaps
+ in history when scanning through it.
+
+ * Bart: 7928: Doc/Zsh/builtins.yo: typo in float stuff.
+
+ * Bart: 7925: Functions/Misc/run-help: various functions and
+ builtins in manual pages other than zshbuiltins.
+
+ * Adam: 7923: Completion/Core/compinit: compconf quoting tweak.
+
+1999-09-17 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7921: Src/glob.c: bad test in rarely used
+ (string/)# globbing construct.
+
+ * Oliver: 7919: Completion/User/_man: try to find a manpath if
+ none (slightly adapted).
+
+ * Sven: 7917: Src/loop.c: hunk missed from 7915.
+
+ * pws: 7915: Doc/Zsh/arith.yo, Doc/Zsh/builtins.yo,
+ Src/Modules/parameter.c, Src/builtin.c, Src/cond.c, Src/exec.c,
+ Src/math.c, Src/mem.c, Src/params.c, Src/subst.c, Src/zsh.h,
+ configure.in: Floating point support via typeset -F and
+ typeset -E for variables and in matheval(). mnumber struct
+ passes around float or integer.
+
+ * Sven: 7903: Completion/Builtins/_cd: more careful with
+ things from cdablevars.
+
+ * Sven: 7902, 7912: Completion/Base/_arguments,
+ Doc/Zsh/compsys.yo: autodescribe_options.
+
+ * Sven: 7900: Completion/Commands/_history_complete_word,
+ Doc/Zsh/compsys.yo: history_stop config opt stops history
+ cycling past end.
+
+ * Sven: 7896: Src/Zle/zle_tricky.c: cursor positioning.
+
+ * Tanaka Akira: 7892: Completion/User/_webbrowser: initial
+ implementation of completion for web browsers.
+
+ * Adam: 7891: Completion/Core/compinit: error message in compdef.
+
+ * Tanaka Akira: 7888: Completion/User/_wget: completion for wget.
+
+ * Tanaka Akira; 7887: Completion/User/_telnet: try to get
+ valid telnet options.
+
+ * Tanaka Akira: 7886: Completion/Base/_describe,
+ Completion/Debian/_apt, Completion/User/_cvs: -d option for
+ descriptions.
+
+ * Adam: 7882: Doc/Zsh/expn.yo: parentheses.
+
+1999-09-16 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Adam: 7871: Completion/User/_perl_basepods,
+ Completion/User/_perl_builtin_funcs,
+ Completion/User/_perl_modules, Completion/User/_perldoc:
+ perl completion.
+
+ * Sven: 7864: Src/Zle/zle_tricky.c: crash when browsing
+ directory hierarchies with select and selecting an entry.
+
+ * Sven: 7863: Doc/Zsh/mod_parameter.yo, Src/Modules/parameter.c,
+ Src/Modules/parameter.mdd: $dirstack and $modules special
+ parameters.
+
+ * Sven: 7866: Doc/Zsh/compsys.yo, Completion/User/_mutt:
+ action necessary.
+
+ * Sven: 7862: Completion/Base/_arguments, Completion/User/_gcc,
+ Doc/Zsh/compsys.yo, Src/Zle/zle_tricky.c: completion for gcc,
+ -M match spec for _arguments, remove duplicate matches.
+
+ * Clint: 7860: Completion/User/_mailboxes, Completion/User/_mutt:
+ mutt support.
+
+1999-09-15 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7855: Doc/Zsh/zftpsys.yo, Functions/Zftp/zfopen:
+ failed zfopen with arguments deletes the stored open parameters.
+
+ * Oliver: 7852: Completion/Builtins/_compdef,
+ Completion/User/_man: new compdef support, _man works for whatis
+ and apropos.
+
+ * Sven: 7850: Completion/Base/_arguments: minor cleanup.
+
+ * Sven: 7844: Src/Zle/complist.c, Src/Zle/zle_tricky.c,
+ Doc/Zsh/compsys.yo, Etc/completion-style-guide,
+ Completion/Base/_arguments, Completion/Base/_describe,
+ Completion/Base/_subscript, Completion/Base/_tilde,
+ Completion/Base/_values, Completion/Builtins/_cd,
+ Completion/Builtins/_kill, Completion/Builtins/_wait,
+ Completion/Core/_approximate, Completion/Core/_expand,
+ Completion/User/_gdb: various matching display bugs
+ (with compadd -d) and enhancements to correction and
+ approximation keys.
+
+ * Tanaka Akira: 7840: Completion/Base/_tilde,
+ Completion/Builtins/_cd: use compadd -d.
+
+ * pws: 7836: Src/Modules/zftp.c: bug from 7767: zftp rmsession
+ incremented node pointer wrongly and assigned new session
+ wrongly.
+
+ * pws: 7834: Src/pattern.c: bug from 7825, pure string path
+ segments wouldn't approximate.
+
+1999-09-14 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Sven: 7827: Src/Zle/comp.h, Src/Zle/compctl.c,
+ Src/Zle/complist.c, Src/Zle/zle_tricky.c, Doc/Zsh/compsys.yo,
+ Doc/Zsh/compwid.yo, Completion/Base/_arguments,
+ Completion/Base/_values, Completion/Core/_display,
+ Completion/User/_mount: compadd -d for list of elements
+ to display instead of matches, -l to show one per line,
+ plus changes in _display and uses thereof; typos in _mount.
+
+ * pws: 7825, 7848: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c,
+ Src/subst.c, Src/zsh.h: (#b) and (#m) globbing flags and
+ inverses; speed up compilation of pure string patterns.
+
+ * Sven: 7823: Src/Zle/zle_tricky.c: improve joining of completion
+ strings with different match control behaviour.
+
+ * Sven: 7824: Completion/Base/_arguments, Completion/Core/_message:
+ improve `no more arguments' message.
+
+ * Sven: 7819: Completion/Base/_arguments, Doc/Zsh/compsys.yo:
+ use of $options for single character options.
+
+ * Tanaka Akira: 7817: Completion/Debian/_apt,
+ Completion/User/_socket, Completion/User/_perl_builtin_funcs:
+ several improvements.
+
+ * Tanaka Akira: 7815: Completion/User/_combination,
+ Completion/User/_ports, Completion/User/_socket,
+ Completion/User/_telnet: more sophisticated port/user
+ combinations via general combination mechanism.
+
+ * Bart: 7813: Src/subst.c: correct incorrect application of
+ correction in 7697.
+
+ * Tanaka Akira: 7740: Completion/User/_man: handle gzipped and
+ SGML manual pages.
+
+1999-09-13 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: zsh-users/2598: Functions/Zle/incarg: zle function to
+ increment number under cursor.
+
+ * pws: 7812: Completion/X/_xrdb: now exists.
+
+ * Tanaka Akira: 7809: Completion/Debian/_apt, Completion/User/_patch:
+ new apt options and typo in _patch.
+
+ * Sven: 7808: Completion/Base/_arguments: don't add long options
+ sometimes.
+
+ * pws: Config/version.mk: 3.1.6-pws-4.
+
+ * Tanaka Akira: 7806: Completion/Users/_pbm: missing backslash.
+
+ * Sven: 7804: Completion/Base/_arguments: `no more arguments'
+ message.
+
+ * Sven: 7801: Completion/Base/_arguments: listing problem with
+ arguments.
+
+ * Sven: 7800: Completion/Core/_normal: terminate whence options to
+ avoid error message.
+
+ * Sven: 7798: Doc/Zsh/compwid.yo, Src/Zle/comp.h,
+ Src/Zle/compctl.c, Src/Zle/zle_tricky.c,
+ Completion/Base/_brace_parameter, Completion/Base/_parameter,
+ Completion/Core/_parameters: compadd -e treats arguments as
+ parameters for AUTO_PARAM_SLASH and AUTO_PARAM_KEYS.
+
+ * Sven: 7797: Doc/Zsh/compsys.yo,
+ Completion/Commands/_verbose_list, Completion/Core/_oldlist:
+ _verbose_list widget makes completion function lists
+ progressively more verbose.
+
+ * Sven: 7796: _arguments uses describe_values config key; other
+ misc. fixes.
+
+ * Sven: 7795: Completion/User/_mount: mounting excitement.
+
+ * Sven: 7793: Completion/User/_ispell: ispell completions.
+
+ * Sven: 7792: Completion/User/_bison, Completion/User/_flex:
+ not particularly hairy bison and flex completions.
+
+ * Sven: 7791: Src/Zle/zle_tricky.c: completion code numbers.
+
+ * Sven: 7790: Completion/User/_pbm, Completion/User/_ssh,
+ Completion/Linux/_rpm: miscellaneous tidying.
+
+ * Sven: 7789: Completion/User/_tiff: completions for conversions
+ to/from tiff format.
+
+ * Bart: 7784, 7787: Src/utils.c: memory use in bslashquote
+ (cf. 7713).
+
+ * Tanaka Akira: 7779, 7781: Completion/User/_hosts,
+ Completion/User/_telnet, Completion/User/_socket: telnet and
+ socket completions with ports.
+
+ * Bart and pws: 2592: Functions/Zle/history-search-end,
+ Functions/Zle/predict-on: new Zle functions for fancy history
+ searching.
+
+ * Tanaka Akira: 7778: Completion/Base/_regex_arguments: implement
+ cache.
+
+ * Tanaka Akira: 7777: Completion/Base/_regex_arguments,
+ Completion/Debian/_apt: more apt utilities handled, condensed to
+ single file; _apt-cache, _apt-get and _apt_arguments deleted.
+
+1999-09-10 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7767: Completion/Builtins/_zftp, Doc/Zsh/mod_zftp.yo,
+ Doc/Zsh/zftpsys.yo, Functions/Zftp/zfanon,
+ Functions/Zftp/zfautocheck, Functions/Zftp/zfcd,
+ Functions/Zftp/zfcd_match, Functions/Zftp/zfcget,
+ Functions/Zftp/zfdir, Functions/Zftp/zffcache,
+ Functions/Zftp/zfgcp, Functions/Zftp/zfget,
+ Functions/Zftp/zfget_match, Functions/Zftp/zfgoto,
+ Functions/Zftp/zfinit, Functions/Zftp/zfmark,
+ Functions/Zftp/zfopen, Functions/Zftp/zfparams,
+ Functions/Zftp/zfpcp, Functions/Zftp/zfrglob,
+ Functions/Zftp/zfsession, Functions/Zftp/zfstat,
+ Functions/Zftp/zftp_chpwd, Functions/Zftp/zftp_progress,
+ Functions/Zftp/zftransfer, Functions/Zftp/zfuget,
+ Functions/Zftp/zfuput, Src/Modules/zftp.c:
+ new session management for zftp (session, rmsession); new
+ functions zfsession, zftransfer, zffcache; various completion
+ and argument-handling improvements.
+
+ * pws: 7765: Src/builtin.c, Src/exec.c: getopts didn't reset
+ counter for index into option list properly; didn't set option
+ variable to "?" when printing its own error message.
+
+ * Tanaka Akira: 7763: Completion/Base/_arguments: bad argument
+ indexing.
+
+1999-09-09 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Sven: 7750: Completion/Base/_arguments: fix option aliasing.
+
+ * Tanaka Akira: 7748: Completion/User/_urls,
+ Completion/Core/_display: missing "$@" and X.
+
+ * Sven: 7747: Doc/Zsh/compsys.yo, Completion/Base/_first,
+ Completion/Commands/_history_complete_word,
+ Completion/User/_cvs, Completion/User/_groups,
+ Etc/completion-style-guide: Mainly documentation changes: group
+ configuration keys into a single section.
+
+ * Tanaka Akira: 7744: Completion/User/_patch: argument changes.
+
+ * Sven: 7739: Completion/User/_rlogin: improvements.
+
+ * pws: 7738: Completion/User/_man: didn't work with correction
+ and approximation.
+
+ * Sven: 7737: Completion/User/_ssh, Completion/User/_users:
+ slogin, scp, and user@host; use array $users if defined.
+
+ * Sven: 7736: Src/Zle/zle_tricky.c, Completion/Core/_display:
+
+ * Sven: 7734: Src/Zle/complist.c, Src/Zle/zle_tricky.c:
+ displays of lists with disparate lengths and different groups of
+ matches with the same name.
+
+ * Tanaka Akira: 7729, 7735: Completion/Debian/_apt-get,
+ Completion/Debian/_apt_arguments, Completion/Debian/_apt-cache:
+ apt-get and apt-cache completion improvments.
+
+1999-09-08 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Tanaka Akira: 7723: Completion/User/_cvs: typo.
+
+ * Sven: 7722: Completion/User/_dvi, Completion/User/_rlogin,
+ Completion/User/_ssh, Completion/User/_yodl,
+ Completion/User/_yp: new _yodl and all-round improvements.
+
+ * Tanaka Akira: 7720: Completion/Base/_regex_arguments,
+ Completion/Debian/_apt_arguments, _apt-get: regular expression
+ argument parsing, used for apt-get.
+
+ * Sven: 7718, 7719: Completion/Base/_arguments,
+ Completion/Linux/_rpm, Doc/Zsh/compsys.yo: better handling for
+ combined single-letter options.
+
+ * Sven: 7716: Completion/Core/_complete, Completion/Core/_normal,
+ Completion/Base/_precommand: modify 7693 so that _normal always
+ resets _compskip unless called from _complete (via -s option).
+
+ * Sven: 7714: Src/Zle/zle_tricky.c: problem displaying multiople
+ completion messages.
+
+ * Sven: 7713: Src/utils.c: buffer for backslash quoting was too
+ short.
+
+ * Sven: 7712: Src/text.c: fix core dump in case.
+
+ * Bart: 7707: Config/installfns.sh, Config/uninstallfns.sh:
+ insert $DESTDIR as internal prefix of $fndir.
+
+ * Bart, Tanaka Akira: 7705, 7706, 7709: Completion/User/_cvs:
+ select cvs function by substitution.
+
+ * Clint: 7704: Makefile.in, Completion/Makefile.in,
+ Doc/Makefile.in, Functions/Makefile.in: betting distclean for
+ Completion/Makefile, Functions/Makefile, Config/defs.mk.
+
+ * Clint: 7703: Config/installfns.sh: $DESTDIR prefixes $fndir.
+
+ * Bart: 7697: Src/subst.c: sroted -> sorted.
+
+1999-09-07 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7693: Completion/Base/_precommand: unset _compskip for
+ redoing _normal after _precommand.
+
+ * Sven: 7690: Completion/Base/_arguments, Completion/User/_gprof,
+ Completion/User/_gs, Completion/User/_gv,
+ Completion/User/_patch, Completion/User/_xargs,
+ Completion/X/_x_arguments, Completion/X/_xt_arguments,
+ Doc/Zsh/compsys.yo: more exclusion lists and states, different
+ return value for using states.
+
+ * Sven: 7687: Completion/Base/_arguments, Completion/User/_yp,
+ Doc/Zsh/compsys.yo: _arguments allows case where an option turns
+ off normal argument handling, new _yp function, space in action
+ means no action.
+
+ * Sven: zsh-users/2576, zsh-users/2578: fix typeset -Z and typeset
+ -R.
+
+ * Tanaka Akira: 7675: Completion/User/_hosts: remove nslookup,
+ since that uses _nslookup.
+
+ * Adam: 7674: Doc/Zsh/compsys.yo, Etc/completion-style-guide:
+ typos.
+
+ * Adam: 7671: Completion/Linux/_rpm: tyeset -> typeset,
+ build_b completes *.spec.
+
+ * Tanaka Akira: 7670, 7686: Completion/User/_cvs, INSTALL,
+ configure.in: _cvs back in one function, remove Completion/Cvs.
+
+ * John Williams: 7669: Src/builtin.c: __CYGWIN should be __CYGWIN__
+
+1999-09-06 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Sven: 7662: Etc/completion-style-guide: subcommands and using
+ funcall to test state functions.
+
+ * pws: 7660: Src/Modules/cap.c: changes as per 7591; initialize
+ variables to silence compiler.
+
+ * Sven: 7656: Doc/Zsh/compsys.yo: display fixes.
+
+ * Sven: 7655: Src/Zle/zle_tricky.c: bug completing on continuation
+ line.
+
+ * Sven: 7654: Src/Zle/zle_thingy.c: error calling zle -R outside
+ widget.
+
+ * pws: Config/version.mk: 3.1.6-pws-3
+
+ * Sven: 7652: Doc/Zsh/compsys.yo, Completion/Base/_values,
+ Completion/User/_hosts, Completion/User/_nslookup,
+ Functions/Misc/nslookup: complete assignment-like arguments,
+ nslookup wrapper with completion.
+
+ * pws: 7651: Doc/Zsh/options.yo: document HIST_FIND_NO_DUPS.
+
+ * Sven: 7650: Doc/Zsh/compsys.yo, Completion/Base/_arguments,
+ Completion/Core/_display, Completion/Core/compinit,
+ Completion/Linux/_rpm, Completion/User/_urls,
+ Completion/X/_x_color, Etc/completion-style-guide:
+ urls_dir -> urls_path, colors_path allow paths for URLs and X
+ colours; funcall; _arguments changes: options assoc, states
+ available using '->name', option descriptions for mutually
+ incompatible options, descriptions of individual options,
+ option_prefix allows ~command; _display for compadd -y;
+ new _rpm; style guide additions.
+
+ * pws: 7649: Src/pattern.c: bug with excluding multiple
+ directories with ~ in 7611, 7626.
+
+ * Adam Spiers: 7647: Completion/User/_perl_basepods,
+ Completion/User/_perl_builtin_funcs,
+ Completion/User/_perl_modules, Completion/User/_perldoc:
+ completion for perldoc.
+
+ * Tanaka Akira: 7641, 7646: Completion/Debian/_apt-get,
+ Completion/Debian/_deb_packages: handle different apt-get
+ keywords.
+
+1999-09-03 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7639: Doc/Zsh/expn.yo, Src/glob.c: remember that
+ (foo/)# is a special case for file globbing; fix bug that
+ that pattern generated a null string.
+
+ * pws: 7637: Doc/Zsh/expn.yo: clarify some glob descriptions
+ including change that / inside parentheses is error (rather than
+ just screwing up pattern) for file globbing.
+
+ * Bart: zsh-users/2567: Doc/Zsh/options.yo: new improved
+ GLOB_COMPLETE description.
+
+ * pws: 7636: Doc/Zsh/builtins.yo, Doc/Zsh/params.yo,
+ Src/builtin.c, Src/zsh.h, Src/Modules/mapfile.c,
+ Src/Modules/parameter.c: typeset -h allows locals to hide
+ specials; turned on automatically for specials in mapfile and
+ parameter modules.
+
+ * Sven: 7635: Completion/User/_urls: change configuration key to
+ urls_dir.
+
+ * Tanaka Akira: 7634: Completion/Debian/_apt-get,
+ Completion/Debian/_deb_packages: completion for apt-get.
+
+ * Tanaka Akira: 7633: Completion/User/_lynx,
+ Completion/User/_urls: completion for lynx and general URL
+ completion.
+
+1999-09-02 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7632: Doc/Zsh/zftpsys.yo, Functions/Zftp/zfautocheck,
+ Functions/Zftp/zfinit, Functions/Zftp/zfrglob,
+ Functions/Zftp/zftp_progress: bar-style progress meter, zfconfig
+ associative array for configuration.
+
+ * Sven: 7631: Completion/User/_pbm: comment about overriding
+ definitions.
+
+ * Sven: 7630: Src/zle_tricky.c: when using a matcher spec
+ generating matches with missing characters, position on last set
+ of missing characters instead of first.
+
+ * Sven: 7628: Src/params.c, Src/Modules/parameter.c,
+ Completion/Core/_parameters, Completion/Core/_path_files:
+ parameters gives `undefined' message; _parameters doesn't
+ load undefined parameters; do partial path expansion after
+ parameters.
+
+ * pws: 7627: Src/params.c: don't autoload parameter just to
+ unset it (replaces 7616).
+
+ * Sven: 7625: Completion/Base/_arguments: expansion fix.
+
+ * Tanaka Akira: 7623: Completion/X/_xv: complete .jpg and .png
+ files.
+
+ * Bart: 7618: Config/installfns.sh, Config/uninstallfns.sh:
+ space required in $sdir substitution.
+
+ * Bart: 7617: Src/signals.c: set err to -1.
+
+1999-09-01 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7613: Completion/User/_gv: typos
+
+ * pws: 7611, 7626: Src/pattern.c, Src/parse.c, Doc/Zsh/expn.yo:
+ strip parentheses from case label with open and close
+ parentheses; use unions for pattern alignment, optimize lowest
+ level character reading routine, optimize ...*string pattern,
+ optimize search for characters terminating processing, document
+ some more existing pattern features.
+
+ * Sven: 7607: Completion/Base/_arguments: behaviour after a
+ non-option when using `*::'.
+
+ * Sven: 7605: Src/exec.c, Src/jobs.c: use killpg instead of
+ altering process group when leader exits, fix fg test to use
+ killpg.
+
+ * Sven: 7598: Src/Zle/zle_tricky.c: REC_EXACT behaviour.
+
+ * Sven: 7596, 7601: Completion/Base/_arguments: interaction of option
+ arguments with default.
+
+ * pws: 7591: Src/utils.c: cap_free should take caps (not pointer
+ to it) as arg.
+
+ * Bart: 7584: Src/jobs.c, Src/signals.c, Src/system.h: handle
+ broken ESRCH by redefining ESRCH to EINVAL.
+
+ * Tanaka Akira: 7580: Completion/Cvs/_cvs,
+ Completion/Cvs/_cvs_diff, Completion/Cvs/_cvs?history_x:
+ arguments for options; cvs diff description.
+
+ * Sven: 7574, 7577, 7597: Src/subst.c, Doc/Zsh/expn.yo: modify
+ 7539 so that the % flag just does % expansion, while %% does
+ full prompt expansion.
+
+ * Sven: 7573: Src/signals.c, Src/exec.c, Src/utils.c: fix return
+ value of killjb(); pipelines which lose their leader get a new
+ one.
+
+1999-08-31 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Will Day: 7362: Src/Makefile.in, Src/hist.c, Src/jobs.c,
+ Src/signals.c, Src/system.h, acconfig.h: support for BeOS: test
+ more capabilities. This was present in 6-pws-1, but without
+ a Changelog entry.
+
+ * Sven: -7540: withdrawn, use ${${${(M)name#pattern}:+then}:-else}.
+
+ * Tanaka Akira: 7436: Src/exec.c: exec last command in sequence
+ properly; don't increment SHLVL when exec'ing.
+
+ * Sven: 7564: Completion/X/_xterm, Completion/Pbmplus/_pgmtoppm,
+ Completion/Pbmplus/_pnmalias, Completion/Pbmplus/_pnmmargin,
+ Completion/Pbmplus/_ppmchange, Completion/Pbmplus/_ppmmake,
+ Completion/Pbmplus/_ppmtoacad, Completion/User/_gs,
+ Completion/X/_xdvi, Completion/X/_xfig, Completion/X/_xsetroot,
+ Completion/X/_xt_arguments, Completion/X/_xterm,
+ Completion/X/_xv: change some names.
+
+ * Bart: 7562: corresponding fix for Config/uninstallfns.sh
+
+ * Tanaka Akira: 7561: Config/installfns.sh: administrative files
+ from Functions and Completion were installed by mistake.
+
+ * Bart: 7414: Doc/ztexi.yo: @'@' breaks texinfo; use '@:'.
+
+ * Bart: 7557: Src/Makefile.in: typo adding $(DESTDIR) patch by
+ hand. (Also from Ollivier Robert, 7558, and Oliver Kiddle).
+
+1999-08-30 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: Config/version.mk: 3.1.6-pws-2 made available.
+
+ * Tanaka Akira: 7551: Doc/Zsh/expn.yo: mismatched parenthesis.
+
+ * Sven: 7549: Src/hist.c: shell wouldn't exit if writing history
+ file failed.
+
+ * Sven: 7548: Completion/User/_xargs: new.
+
+ * Sven: 7541: Completion/Base/_arguments: fix.
+
+ * Sven: 7540: Src/subst.c, Doc/Zsh/expn.yo: ${name^pat^then^else}
+ tests string and substitutes appropriately.
+
+ * Sven: 7539: Src/subst.c, Doc/Zsh/expn.yo: % parameter flag does
+ prompt escapes.
+
+ * Sven: 7538: Completion/Base/_arguments: completion of trailing
+ non-option arguments.
+
+ * Sven: 7535: Src/glob.c: don't restore badcshglob.
+
+ * Sven: 7533: Completion/Rpm/*, Completion/Base/_arguments,
+ Completion/User/_a2ps, Completion/User/_configure,
+ Completion/User/_dvi, Completion/User/_gdb, Completion/User/_gs,
+ Completion/User/_gs_name, Completion/User/_patch,
+ Completion/User/_pspdf, Completion/User/_tar,
+ Completion/User/_use_lo, Completion/User/_xfig,
+ Completion/User/_xsetroot, Completion/User/_xterm,
+ Completion/X/_gv, Completion/X/_xdvi,
+ Completion/X/_xt_arguments, Completion/X/_xv,
+ Doc/Zsh/compsys.yo: argument handling; new rpm functions.
+
+ * Sven: 7532: Src/Zle/zle_tricky.c: completion bug.
+
+ * Bart, Sven: 7529, 7530: process groups not continued properly.
+
+ * Bart: 7527: KSH_ARRAYS messed up assignment to a
+ hash, plus 7521 typo.
+
+ * Bart: 7521: Src/init.c: replace 7472 and 7490 with thing that
+ tests if hashed command is really there.
+
+ * Sven: 7517: Completion/Base/_arguments,
+ Completion/Pbmplus/_pbmtext, Completion/Pbmplus/_pbmtopk,
+ Completion/Pbmplus/_pktopbm, Completion/Pbmplus/_pnmcomp,
+ Completion/Pbmplus/_pnmtoddif, Completion/Pbmplus/_psidtopgm,
+ Completion/Pbmplus/_pstopnm, Completion/User/_gdb,
+ Completion/User/_gprof, Completion/User/_x_options,
+ Completion/User/_xfig, Completion/User/_xsetroot,
+ Completion/X/_x_borderwidth, Completion/X/_x_geometry,
+ Completion/X/_x_locale, Completion/X/_x_name,
+ Completion/X/_x_resource, Completion/X/_x_selection_timeout,
+ Completion/X/_x_title, Completion/X/_xv: use _arguments more.
+
+ * Tanaka Akira: 7516: Completion/Base/_arguments,
+ Completion/Cvs/_cvs, Completion/Cvs/_cvs_command: fixes.
+
+ * Sven: 7515: Doc/Zsh/compsys.yo, Completion/Base/_arguments,
+ Completion/Pbmplus/_pnmtotiff, Completion/Pbmplus/_ppmtomitsu,
+ Completion/User/_find: _arguments allows descriptions in list of
+ possibilities.
+
+ * Sven: 7514: Src/glob.c, Doc/Zsh/expn.yo: use REPLY to set
+ filename.
+
+ * Bart: 7510: Src/init.c: zsh -ce interprets e as option, not
+ command.
+
+ * Sven: 7512: Completion/Base/_arguments: complete function.
+
+ * Sven: 7500: Completion/Base/_arguments,
+ Completion/Cvs/_cvs_command, Completion/User/_find:
+ word-splitting in _arguments.
+
+ * Tanaka Akira: 7495: Completion/Cvs/_cvs*: new cvs functions.
+
+ * Sven: 7496: Src/glob.c, Src/zsh.h, Doc/Zsh/expn.yo: glob
+ qualifier e:string: with $_ set to filename.
+
+ * Sven: 7492: Completion/Base/_arguments, Completion/User/_find,
+ Completion/X/_x_font: speed up _arguments.
+
+ * Sven: 7490: Src/exec.c: change 7472 not to try test on hashed
+ command.
+
+ * Sven: zsh-users/2511: Src/Zle/zle_tricky.c: bad (old) completion
+ after `$(<'.
+
+ * Sven: 7482: Src/exec.c, Src/glob.c, Src/zsh.h, Doc/Zsh/expn.yo:
+ F:func: glob qualifier calls func to determine whether to
+ include file.
+
+ * Sven: 7480: Src/Zle/zle_tricky.c, Completion/Core/_multi_parts,
+ Completion/User/_xterm, Completion/X/_x_font,
+ Completion/X/_xt_arguments: matching bug.
+
+ * Sven: 7478: Doc/Zsh/compsys.yo, Completion/Base/_arguments,
+ Completion/Builtins/_vars_eq: handling of :: in _arguments.
+
+ * Tanaka Akira: 7477: Completion/User/_xterm,
+ Completion/X/_x_borderwidth, Completion/X/_x_font,
+ Completion/X/_x_geometry, Completion/X/_x_locale,
+ Completion/X/_x_name, Completion/X/_x_resource,
+ Completion/X/_x_selection_timeout, Completion/X/_x_title,
+ Completion/X/_xt_arguments, Completion/X/_xt_session_id:
+ use standard XToolkit arguments.
+
+ * Sven: 7472: Src/exec.c: crash in isreallycom().
+
+ * Sven: 7469: Completion/Base/_arguments,
+ Completion/Base/_command_names, Completion/Builtins/_zftp,
+ Completion/Core/_complete, Completion/Core/_main_complete,
+ Completion/Core/_normal, Completion/User/_x_display,
+ Completion/User/_x_options, Completion/User/_xterm: fix
+ word-splitting for _arguments.
+
+ * Sven: zsh-users/2505: parameter with non-empty prefix.
+
+ * Tanaka Akira: 7468: Completion/User/_xterm: xterm argument
+ completion.
+
+ * Sven: zsh-users/2502: completing '=$' erased word.
+
+ * Sven: 7467: Doc/Zsh/compsys.yo, Completion/Base/_arguments,
+ Completion/Base/_long_options: allow an _arguments option to
+ swallow everything to end of line.
+
+ * Sven: 7465: Src/params.c: reverse indexing of associative
+ arrays.
+
+ * Sven: 7463: Src/Zle/compctl.c, Doc/Zsh/compsys.yo,
+ Completion/Base/_arguments, Completion/Base/_brace_parameter,
+ Completion/Base/_condition, Completion/Base/_long_options,
+ Completion/Base/_math, Completion/Base/_parameter,
+ Completion/Base/_tilde, Completion/Base/_vars,
+ Completion/Builtins/_vars_eq, Completion/Builtins/_zftp,
+ Completion/Commands/_correct_filename,
+ Completion/Commands/_correct_word,
+ Completion/Commands/_expand_word,
+ Completion/Commands/_history_complete_word,
+ Completion/Commands/_most_recent_file,
+ Completion/Commands/_read_comp, Completion/Core/_parameters,
+ Completion/Core/compinit, Completion/User/_chown,
+ Completion/User/_dir_list, Completion/User/_exec_funcs,
+ Completion/User/_find, Completion/User/_gprof,
+ Completion/User/_rlogin, Completion/User/_su,
+ Completion/User/_tar, Completion/User/_users,
+ Util/completion-style-guide: miscellaneous completion fixes.
+
+ * Tanaka Akira: 7460. 7461: Completion/Base/_arguments,
+ Completion/User/_patch: _arguments -s handling with --.
+
+ * Clint Adams: 7459: Config/funcinst.mk, Config/installfns.sh,
+ Doc/Makefile.in, Src/Makefile.in, Src/Makemod.in.in: can set
+ DESTDIR to specify install prefix.
+
+ * Tanaka Akira: 7458: Completion/Base/_arguments,
+ Completion/Base/_long_options, Completion/User/_patch:
+ _patch function and required fixes.
+
+ * Sven: 7457: Doc/Zsh/compsys.yo, Completion/Base/_arguments:
+ handle short options.
+
+ * Sven: 7455: Src/Zle/complist.c: handle lengths of capabilities.
+
+ * Sven: 7454: Doc/Zsh/compsys.yo, Completion/Base/_arguments,
+ Completion/Core/_message: option prefix configuration.
+
+ * Sven: 7429: _pbm: more stuff
+
+ * Tanaka Akira: 7451: Completion/Core/_message,
+ Completion/Pbmplus/_pbmtoepsi, Completion/Pbmplus/_pktopbm,
+ Completion/Pbmplus/_yuvtoppm, Doc/Zsh/compsys.yo: some small
+ mistakes.
+
+ * Sven: 7441: Src/Zle/zle_tricky.c: matching control bug.
+
+ * Sven: 7450: Completion/Base/_arguments,
+ Completion/Base/_long_options, Completion/Base/_subscript,
+ Completion/Builtins/_zmodload, Completion/User/_colors,
+ Completion/User/_cvs, Completion/User/_gdb: explanations and
+ arguments.
+
+ * Tanaka Akira: 7431: Completion/User/_colors: null glob.
+
+ * Tanaka Akira: 7432: Completion/User/_cvs: update.
+
+ * Sven: 7449: Src/module.c, Src/params.c: better errors for failed
+ autoloading;
+
+ * Sven: 7448: too many files under Completion to list, including
+ new Pbmplus directory: revised pbm completion; pattern completion
+ only if no specific completion; descriptions for completions;
+ better handling for command line arguments.
+
+ * Tanaka Akira: 7417: Completion/User/_pdf, Completion/User/_ps,
+ Completion/User/_pspdf: more programs that take ps or pdf files.
+
+ * Sven: 7430: matching control bug: Src/Zle/zle_tricky.c,
+ Completion/User/_colors, Completion/User/_cursors,
+ Completion/User/_x_options, Completion/User/_xsetroot:
+ bug in matching control.
+
+ * Tanaka Akira: 7428: Completion/User/_pbm,
+ Completion/User/_colors: fix some problems.
+
+ * Sven: 7420: Src/Zle/zle_tricky.c, Doc/Zsh/compsys.yo,
+ Completion/Base/_first, Completion/Builtins/_zftp,
+ Completion/Core/_complete, Completion/Core/_main_complete,
+ Completion/Core/_normal, Completion/User/_colors,
+ Completion/User/_pbm, Completion/User/_x_options: _compskip
+ extended to allow choice of what to skip.
+
+ * Sven: 7418: Completion/User/_pbm: new
+
+ * Sven: 7446: print -P %s didn't work.
+
+ * Bart: 7410: parameter flags doc for M.
+
+ * Sven: 7404: Src/glob.c: repeatedly matching empty string
+ (somehow).
+
+1999-08-06 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: Config/version.mk: 3.1.6-pws-1 made available.
+
+ * Sven: 7386: Src/subst.c: Order of q and Q parameter flags matters.
+
+1999-08-05 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Sven: 7380: Src/hist.c, Src/subst.c, Doc/Zsh/expn.yo: flag X for
+ reporting errors de-quoting.
+
+ * Sven: 7374: Src/subst.c, Doc/Zsh/expn.yo: modifier to remove one
+ level of quotation, corresponding flags.
+
+ * Sven: 7373: Src/Zle/comp.h, Src/Zle/zle_tricky.c,
+ Completion/Base/_brace_parameter: support nested parameter
+ expansion type of deal.
+
+1999-08-04 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Sven: 7355: Src/Zle/compctl.c, Src/Zle/zle_tricky.c: make
+ compadd quoting consistent with compgen.
+
+1999-08-02 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Sven: 7349: Src/loop.c, Src/signals.c: restore errflags in
+ select after a zleread; fix problem restoring function-style trap
+ after a function set it to something else.
+
+ * Sven: 7348: Completion/Core/_path_files, Doc/Zsh/compsys.yo:
+ remove path_keepdir configuration key but don't do keepdir
+ trick unless _files had no type arguments.
+
+ * Sven: 7345, 7346, 7347: Src/Zle/zle_tricky.c: match control
+ problems.
+
+ * Sven: 7344, 7353: Src/cond.c, Src/Modules/example.c,
+ Src/Zle/compctl.c, Util/zsh-development-guide: conditions can
+ get the tokenized string; better quoting behaviour in
+ IPREFIX/ISUFFIX.
+
+ * Sven: 7343: Src/Zle/zle_tricky.c: quote path prefix and suffix
+ earlier.
+
+ * pws: 7342: Doc/Makfile.in: use makeinfo ... || exit 0 to
+ ignore result of makeinfo.
+
+ * Irving Wolfe: 7336: utils.c: same fcntl() change.
+
+ * Geoff: 7335: init.c: third argument for fcntl().
+
+1999-08-01 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: Config/version.mk: zsh 3.1.6 released.
+
+1999-07-30 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws, Bart: 7321, 7325: Src/hist.c: NO_BANG_HIST wasn't working
+ at all, but be careful not to disable too much when it's
+ in effect.
+
+ * Tanaka Akira: 7318: Completion/User/_cvs: more improvements
+
+1999-07-29 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7316: Doc/Zsh/compsys.yo: mention that compctl -M control
+ is available and fix some typos.
+
+ * pws: unposted: Doc/Zsh/metafaq.yo: sites in Italy and Poland
+ (the one in Italy is not `official', but is actively mirroring
+ ftp.zsh.org anyway).
+
+ * Felix Rosencrantz: 7311: Src/Zle/zle_tricky.c: matching control
+ left dangling pointers.
+
+ * Tanaka Akira: 7312: Completion/User/_cvs: don't quote ignore
+ patterns.
+
+1999-07-28 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7308, 7309: Src/Zle/zle_tricky.c: glob patterns were
+ limited to PATH_MAX and length wasn't tested.
+
+ * Tanaka Akira: 7307: Completion/User/_cvs: remove parentheses,
+ complete argument options.
+
+ * pws: 7305: Doc/Zsh/zftpsys.yo, Functions/Zftp/zfanon,
+ Functions/Zftp/zfget, Functions/Zftp/zfopen,
+ Functions/Zftp/zftp_chpwd: use URL-style paths in opening;
+ zfget -c sends output to stdout; don't delete current directory
+ information if we haven't really changed directory.
+
+ * Bart: 7301: Completion/User/_cvs: restored .file completion
+
+1999-07-27 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7300: Completion/Core/compdump: wasn't ignoring . in fpath,
+ although compinit was.
+
+ * pws: 7299: configure.in: don't use gcc -pedantic any more, since
+ there are too many messages about `long long' and variable-sized
+ arrays not being available in ISO C.
+
+ * pws: 7298: Src/Zle/zle_tricky.c: missing dupstring() in
+ comp_match.
+
+ * pws: 7297: Completion/Core/_path_files, Doc/Zsh/compsys.yo:
+ path_keepdir config key required for 7141 to come into effect
+ due to significant side effects.
+
+ * Tanaka Akira: 7290, 7292: Completion/User/_cvs: condensed
+ version of all _cvs completion stuff; completes files if not
+ under CVS control; use compgen -p to work around problem with
+ quoted characters.
+
+ * Andrej: 7827: Etc/Machines: Siemens info
+
+ * Bart: 7285, applied by hand: Completion/User/_cvs: parameter
+ fixes, commit bug.
+
+ * Tanaka Akira: 7284: Completion/Core/compdump: careful when
+ two shells start at once.
+
+ * Tanaka Akira: 7282: Completion/User/_cvs,
+ Completion/User/_cvsaddp, Completion/User/_cvsentries_modified,
+ Completion/User/_cvsprefix, Completion/User/_cvsremovep,
+ Completion/User/_cvstargets, Completion/User/_cvstargets_modified:
+ handle modified files using stat module.
+
+1999-07-26 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Tanaka Akira: 7278: Completion/Base/_complete_opts:
+ less verbosity
+
+1999-07-25 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Tanaka Akira: 7276, 7277, 7279: Completion/User/{_cvs, _cvsaddp,
+ _cvsentries, _cvsprefix, _cvsremovep, _cvsrepositories,
+ _cvsrevisions, _cvstargets, _cvstest}, Misc/compctl-examples:
+ more modular cvs new completion support including CVS/Entries;
+ bug fix for old CVS completion.
+
+ * Bart: 7275: Doc/intro.ms: now works with groff.
+
+ * Bart: 7274: Src/Zle/zle_tricky.c: don't go beyond end of line
+
+ * pws: from Bart: Etc/CONTRIBUTORS, Etc/NEWS: updates for 3.0.6
+
+1999-07-24 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: version 3.1.6-test-3
+
+ * pws: lastest FAQ.yo, FAQ
+
+1999-07-23 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7264: Completion/Commands/_correct_filename,
+ Completion/Commands/_correct_word,
+ Completion/Commands/_expand_word,
+ Completion/Commands/_history_complete_word,
+ Completion/Commands/_most_recent_file,
+ Completion/Commands/_read_comp, Completion/Core/compinit,
+ Doc/Zsh/compsys.yo: compdef -k takes -n option not to override
+ existing keybinding; used in completion command widgets to
+ keep user bindings during compinit.
+
+ * Sven: 7260: Completion/Core/_main_complete: commented-out
+ option saving bit can uses parameter module
+
+ * Sven: 7259, 7261: Src/subst.c, Src/Modules/parameter.c,
+ Doc/Zsh/expn.yo, Completion/Core/_normal,
+ Completion/Core/_parameters: parameter module provides
+ local information; used in _parameters; _normal uses
+ $commands when available.
+
+ * pws: 7257: Completion/Core/_parameters: simplify.
+
+ * Tanaka Akira: 7256: Completion/User/_bzip2,
+ Completion/User/_bunzip2: new.
+
+ * Tanaka Akira: 7255: Completion/User/_make: complete after =.
+
+ * Oliver: 7254: Completion/Builtins/_aliases: do unalias.
+
+1999-07-22 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7253: Doc/Zsh/arith.yo, Doc/Zsh/builtins.yo,
+ Doc/Zsh/compctl.yo, Doc/Zsh/compsys.yo, Doc/Zsh/compwid.yo,
+ Doc/Zsh/cond.yo, Doc/Zsh/expn.yo, Doc/Zsh/files.yo,
+ Doc/Zsh/func.yo, Doc/Zsh/grammar.yo, Doc/Zsh/invoke.yo,
+ Doc/Zsh/jobs.yo, Doc/Zsh/mod_stat.yo, Doc/Zsh/mod_zle.yo,
+ Doc/Zsh/options.yo, Doc/Zsh/params.yo, Doc/Zsh/redirect.yo,
+ Doc/Zsh/zle.yo, Doc/ztexi.yo, Util/zsh-development-guide:
+ General documentation fixes and enhancements.
+
+ * Sven: 7251: Src/Zle/zle_tricky.c: completion words wrapper
+ tweak thing.
+
+1999-07-21 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Bart: 7246: Completion/Builtin/_functions: complete for
+ _functions.
+
+ * Tanaka Akira, Sven: 7243, 7250: Completion/Base/_complete_opts,
+ Completion/User_cvs: enhancements for cvs completion.
+
+ * Sven: 7241: Completion/Base/_first: typos
+
+ * pws: 7231: README, Etc/CONTRIBUTORS: notes for latest release
+ including possible incompatibilities.
+
+ * Bart: 7230: Src/exec.c: cancd2 didn't free string properly
+ (or at all, in fact).
+
+ * Tanaka Akira, Bart: 7228: Completion/User/_cvs,
+ Completion/User/_complete_opts: completion for cvs.
+
+1999-07-20 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7226: INSTALL: mention that dependent libraries of zle
+ can't be used if zle is dynamically loaded on systems without
+ working RTLD_GLOBAL.
+
+ * pws: 7223: Doc/Makefile.in, Doc/Zsh/compsys.yo,
+ Doc/Zsh/compwid.yo, Doc/Zsh/mod_complist.yo,
+ Doc/Zsh/mod_zftp.yo, Doc/Zsh/mod_zle.yo, Doc/Zsh/zftpsys.yo:
+ dependences for texinfo manual; extra index entries.
+
+ * Sven: 7220: Src/Zle/complist.c: `*=' works and the last
+ column is set.
+
+ * Sven: 7219: Src/Zle/zle_tricky.c, Doc/Zsh/compwid.yo:
+ compstate[force_list] now works as documented.
+
+ * Sven: 2456: Src/Zle/zle_tricky.c, Doc/Zsh/compwid.yo:
+ clear explanation string; document compstate[insert]=''
+ is same as unsetting.
+
+ * pws: 7218: Doc/Makefile.in, Doc/zman.yo: delete all manual
+ page lines beginning .'; work around yodl .SH ""NAME problem.
+
+ * Sven: 7217: Src/exec.c: duplicate function name for scriptname.
+
+ * Sven: 7216: Src/Zle/zle_tricky.c: insertion with old and
+ new completion.
+
+ * Tanaka Akira: 7213: Doc/Makefile.in: postprocess manual pages
+ to remove yodl cruft.
+
+ * Ollivier: 7209, 7210: configure.in, Etc/MACHINES: Elf and a.out
+ dynamic loading on FreeBSD (MACHINES entry adapted).
+
+1999-07-19 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Tanaka Akira: 7205: Src/Modules/mapfile.c: MS_SYNC was not
+ defined on SunOS 4.
+
+ * pws: 7202: Src/Modules/clone.c: add an extra zero argument
+ to ioctl() to make three.
+
+ * pws: from Ollivier Robert: Etc/MACHINES: FreeBSD 4.0 builds OK.
+
+ * pws: 7196: Src/Zle/zle_tricky.c: try to handle multiple supplied
+ (-P) prefixes better.
+
+ * pws: 2446: Completion/User/_rlogin: handle user@host better.
+
+ * pws: version 3.1.6-test-2
+
+ * pws: 7192: Src/glob.c: bug with null in pattern if at end of
+ test string (matched as if a real character).
+
+1999-07-18 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7185: Src/glob.c: don't use strcoll() for character
+ ranges [...] because it can have side effects.
+
+ * pws: 7184: Src/lex.c: histactive didn't get get zeroed before
+ non-interactive history use, hence interactive lines with
+ remhist() were junked more than once.
+
+ * Wayne: 7181: Doc/Zsh/options.y, Doc/Zsh/params.yo: history docs.
+
+ * Wayne: 7180: Src/Zle/complist.c, Src/utils.c: warnings.
+
+1999-07-16 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7172: Doc/Zsh/options.yo, Src/builtin.c, Src/exec.c,
+ Src/options.c, Src/utils.c, Src/zsh.h: minor bugs with
+ 7164 fixed; CHASE_DOTS resolves ..'s to physical path;
+ CHASE_LINKS doesn't do logical path rationalization;
+ xsymlink() and xsymlinks() simplified and option-dependence
+ removed.
+
+ * Sven: 7171: Src/builtin.c: alternate form of Digital/gcc
+ bug workaround.
+
+1999-07-15 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7164: Src/builtin.c, Src/exec.c: AUTOCD now allows
+ paths with symlinks (as real cd always did); simplify code
+ for testing for existing directory on foo/.. before removing
+ foo/..; as a side effect, relative cd's from directory which
+ has been deleted don't work.
+
+ * Sven: 7161: Src/Zle/comp.h, Src/Zle/complist.c,
+ Src/Zle/zle_tricky.c, Completion/Base/_brace_parameter:
+ be more careful with quote-prefix/suffix and path-prefix/suffix
+ especially with accept-and-menu-complete.
+
+ * pws: 7155: Functions/Zftp/zfgoto, Functions/Zftp/zfinit:
+ zfgoto can cd without needing to re-login; zfinit uses
+ zmodload -e to check for zftp.
+
+ * Sven: 7154: Src/Zle/complist.c, Src/Zle/zle_refresh.c,
+ Src/Zle/zle_tricky.c, Doc/Zsh/mod_complist.yo: don't
+ list too many times on ambiguous completion; don't do
+ menu-selection if no alwayslastprompt behaviour.
+
+1999-07-14 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7148: INSTALL: User subdirectory
+
+ * Thomas Köhler: 7146: Completion/User/_make: didn't work.
+
+ * pws: 7145: Completion/User/_sh: use compset -q for completing
+ after -c option
+
+ * Sven: 7143: Src/Zle/complist.c, Src/Zle/zle_tricky.c:
+ listing got confused with only hidden matches.
+
+ * Sven: 7141: Completion/Core/_path_files: if there are
+ no completions in a valid directory when we have a path ending
+ in /, use the directory as a completion, to avoid
+ correction/approximation of the existing directory.
+
+ * pws: 7139: Src/builtin.c: not particularly pleasant fix
+ to problem that `cd nonexistent/..' silently did nothing, while
+ making `cd ..' work even if current directory has gone.
+
+ * Sven: 7138: Completion/User/_hosts, Completion/User/_x_options:
+ _hosts passes arguments as options to compadd.
+
+ * Oliver: 7136: Completion/User/_rlogin,
+ Completion/User/_x_options: use _hosts.
+
+ * Sven: 7135: Src/Zle/zle_tricky.c, Completion/Core/_path_files:
+ change quoting of files again.
+
+ * Sven: 7133: Doc/Zsh/expn.yo, Doc/Zsh/mod_complist.yo:
+ ZLS_COLOURS not required for complist to work.
+
+ * pws: 7127: configure.in: help now shows --disable-dynamic
+ and --disable-lfs.
+
+ * Sven: 7126: Src/Zle/comp.h, Src/Zle/comp1.c, Src/Zle/compctl.c,
+ Src/Zle/zle_tricky.c, Doc/Zsh/compwid.yo,
+ Functions/Zle/incremental-complete-word: compstate key
+ normal_nmatches; more i-c-w prompt escapes
+
+ * Sven: 7123: Src/Zle/zle_tricky.c: clear list on expansion
+ failure.
+
+1999-07-13 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7119: Src/Zle/zle_tricky.c: status from expansion
+ functions.
+
+ * Sven: 7116: Doc/Zsh/compwid.yo, Doc/Zsh/expn.yo: minor
+ changes.
+
+ * pws: 7114: Src/parse.c, Src/utils.c: line numbers again:
+ flushing line in a script made lineno appear one too large;
+ introduce zwarn() function.
+
+ * Sven/pws: 7112: Src/Zle/zle_params.c, Doc/Zsh/zle.yo: change
+ array keys to scalar KEYS, works more like read -k;
+ documentation.
+
+ * Sven: 7110: Src/Modules/zftp.c, Doc/Zsh/compsys.yo,
+ Etc/MACHINES: signed char warnings in zftp; document
+ _long_options options; Digital UNIX problem.
+
+ * Sven: 2432: Src/builtin.c: workaround Digital UNIX 4.0 +
+ gcc 2.8.1 bug.
+
+ * Sven: zsh-users/2430: Etc/NEWS: mention chmod-like mode glob
+ qualifier.
+
+ * Sven: 7108: Misc/job-control-tests: more tests
+
+ * Bart: 7107: configure.in: too many x's in lfs handling.
+
+ * Sven: 7106: Functions/Zle/incremental-complete-word: prompting
+ changes.
+
+ * pws: unposted: update .distfiles and .cvsignore: _sh, _su
+ zshcompsys.yo, zshcompwid.yo, zshzftp.yo, zshcompsys.1,
+ zshcompwid.1, zshzftp.1 were missing from the distribution.
+
+ * Sven: 7105: Src/Zle/Zle_tricky.c: restore the command line
+ in more places.
+
+1999-07-12 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Sven: 7103: Src/Zle/zle_tricky.c, Doc/Zsh/compwid.yo: update
+ CURRENT with compset -q; modify test for quoted delimiters.
+
+ * pws: version 3.1.6-test-1
+
+ * Sven: 7099: Completion/Core/_main_complete, Doc/Zsh/compsys.yo:
+ config key last_prompt means don't turn off alwayslastprompt on
+ prefix.
+
+ * Sven: 7097: Completion/Core/_oldlist: keeps old command line.
+
+1999-07-09 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7091: configure.in, INSTALL: change defaults for
+ dynamic and large file support to be enabled.
+
+ * Sven: 7083: Src/Zle/compctl.c, Src/Zle/zle_tricky.c,
+ Doc/Zsh/compwid.yo: compset -q unconditionally splits
+ the current word.
+
+ * Sven: 7082: Completion/Base/_parameter: use _parameters
+
+ * pws: 7076: Completion/Base/_command_names,
+ Completion/Base/_first, Completion/User/_su: %resume should be
+ in _command_names; _su should check $SHELL.
+
+ * pws: 7075, 7080, 7092: Completion/Core/compinit,
+ Config/funcinst.mk, Config/installfns.sh,
+ Config/uninstallfns.sh, INSTALL: Yet another attempt to install
+ shell functions in a sensible way; compinit adds to the end of
+ $fpath; fixed typo that it didn't check existing fpath properly.
+
+ * Oliver: 7067: Completion/Base/_first, Completion/User/_su,
+ Completion/User/_sh: check for %resume on command line;
+ new completions for _su and _sh.
+
+ * pws: 7066: configure.in: function install makefile in
+ source, not build, hierarchy.
+
+ * Sven: 7062: Src/Zle/complist.c, Src/Zle/zle_tricky.c,
+ Doc/Zsh/compsys.yo, Doc/Zsh/mod_complist.yo: undo works
+ inside menu-selection for items completed by
+ accept-and-infer-next-history; display is more reliable.
+
+ * Sven: 7058: Src/Zle/zle_params.c: turn off menu completion
+ if the command line gets altered by a zle function.
+
+1999-07-08 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7049: Src/builtin.c: eval didn't save/restore lexical
+ state.
+
+ * pws: 7046: Src/loop.c: xtrace for case and for statements.
+
+ * Sven: 7043: Completion/Core/_oldlist: Extra sophistication
+ when using _oldlist with a particular completer.
+
+ * pws: 7042: Etc/BUGS, Etc/CONTRIBUTORS, Etc/NEWS,
+ Doc/Zsh/builtins.yo, Doc/Zsh/expn.yo, Doc/Zsh/mod_complist.yo,
+ Doc/Zsh/params.yo: Changes to admin files for 3.1.6; some minor
+ documentation changes.
+
+ * Sven: 7039: Completion/Commands/_read_comp: trapping SIGINT
+ no longer necessary after 7038.
+
+ * pws: 7038: Src/Zle/zle_main.c: restore breaks whenever errflag
+ is restored as SIGINT handler sets both.
+
+ * Sven: 7036: Src/Zle/complist.c: make sure old list is thrown
+ away when doing accept-and-infer-next-history in menu-completion.
+
+ * Sven: 7028: Src/Zle/zle_tricky.c,
+ Functions/Zle/incremental-complete-word: problems when BUFFER
+ changes, %u in i-c-w prompt, config key for showing list.
+
+ * Sven: 7026: Completion/Core/_main_complete,
+ Completion/Core/_match, Completion/Core/_oldlist,
+ Completion/Core/compinit: More information stored in assoc array
+ _lastcomp about the previous completion.
+
+ * Sven: 7025: Src/Zle/complist.c: remove list when accepting
+ and retrying completion when unambiguous.
+
+1999-07-07 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 7021: Src/utils.c: error message in findsep() was
+ erroneous.
+
+ * pws: 7020: Src/params.c: error message for whole assoc array
+ assignment.
+
+ * Oliver: 7005: Src/builtin.c, Doc/Zsh/builtins.yo: alias
+ takes +g and + flags.
+
+ * Sven: 7004: Src/Zle/zle_refresh.c: reset showinglist on
+ clearlist.
+
+ * pws: 7002: Completion/Commands/_read_comp: does completion
+ lists; handle errors better.
+
+ * pws: 7001: Src/hist.c: line numbers were wrong in some error
+ messages (e.g. conditions) when reading from a string
+ (e.g. autoloaded functions).
+
+ * pws: 6998: Src/Zle/zle_bindings.c: restore history-search
+ bindings \M-n, \M-p.
+
+ * Sven: 6996: Src/Zle/complist.c, Src/Zle/zle_tricky.c,
+ Doc/Zsh/mod_complist.yo: accept-and-infer-next-history
+ in menu-select accepts a match, then restarts menu selection.
+
+ * Sven: 6995, 7000: Src/math.c, Src/utils.c, Doc/Zsh/arith.yo:
+ allow bindkey strings in after #\ in math mode. Also
+ incremental-complete-word and insert-files, added by hand
+ to directory Functions/Zle, with appropriate changes to
+ configure.in and INSTALL.
+
+ * Sven: 6992: Src/Zle/zle_main.c, Src/Zle/zle_misc.c,
+ Src/Zle/zle_thingy.c, Src/Zle/zle_tricky.c, Doc/Zsh/mod_zle.yo:
+ zle -R can take list arguments; zle -cR clears the list;
+ zle -U puts keys in the unget queue.
+
+ * Geoff: 6991: configure.in: NetBSD can use both ELF and a.out.
+
+1999-07-06 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Andrej: 6990: Completion/Builtins/_cd,
+ Completion/Core/_path_files: some local variable fixes.
+
+ * pws: 6987: Src/builtin.c: `typeset +f' and `functions +'
+ should just print the function name.
+
+ * pws: 6986: Doc/Zsh/builtins.yo, Doc/Zsh/params.yo,
+ Src/builtin.c, Src/params.c, Src/zsh.h: special parameters
+ can become local, remaining special; be more careful that
+ only the most global parameter can appear in the environment.
+
+ * pws: 6984: Doc/Zsh/compsys.yo: typo in 6973 docs
+
+1999-07-05 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 6982: Src/exec.c: variable assignment with redirection is
+ interpreted as variable assignment with redirection, not
+ nullcmd.
+
+ * pws: 6981: Completion/Commands/_read_comp: -n should be -z.
+
+ * Sven: 6979: Completion/Core/_path_files: compconfig[path_expand]
+ fix.
+
+ * Sven: 6977: Completion/Core/_match: cosmetic `if' change.
+
+ * Sven: 6975: Src/Zle/zle_tricky.c: fix quoting of tildes at
+ the start of file names.
+
+ * Sven: 6974: Src/exec.c: mark superjob as locked as soon
+ as started.
+
+ * pws: 6973: Completion/Commands/_read_comp, Doc/Zsh/compsys.yo:
+ _read_comp allows function arguments and ^U but won't add
+ non-printables; document Completion/Commands widgets.
+
+ * Sven: 6971: Src/exec.c, Src/jobs.c: backgrounding jobs forked
+ from current shell works again; job table not filled up by
+ current shell subjobs; current/previous job not lost.
+
+1999-07-04 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 6970: Completion/Base/_default, Completion/Builtins/_cd,
+ Completion/Commands/_read_comp: handle magicequalsubst and
+ cdablevars optios; _read_comp can read and execute a completion
+ function (_*) or compgen argument (-*) on the fly.
+
+ * pws: 6969: Doc/Zsh/builtins.yo, Src/builtin.c: print -b
+ uses full bindkey string possibilities.
+
+ * Tanaka Akira: 6968: Completion/Core/compinit: compinit -D
+ didn't actually work.
+
+ * pws: 6967: Completion/Core/_path_files: final return status
+ inverted.
+
+ * pws: 6966: Completion/Makefile.in, Functions/Makefile.in,
+ Config/funcinst.mk, configure.in, INSTALL: prevent overwriting
+ of changed shell functions on installation; move function
+ installation code to funcinst.mk; clear up INSTALL a bit.
+
+1999-07-03 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 6962: Doc/Zsh/prompt.yo, Src/prompt.c: %/ and %~ take
+ numbers for trailing path segments like %c and %C, %N can too;
+ function promptpath() to implement this.
+
+ * pws: 6957: 3.1.5-pws-25 made available
+
+ * pws: 6955, 6956: Completion/Core/compinit,
+ Completion/Core/compinstall, Doc/Zsh/compsys.yo: better handling
+ of subdirectory structure for completion functions; -d is default
+ for compinit, -D turns it off; documentation updated for installed
+ files; bugfix for compinstall re-using compconf arguments.
+
+1999-07-02 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Tanaka Akira: 6953: Completion/Builtins/_cd: use pushd code for cd
+
+ * Sven: 6945: Completion/Core/_expand: error expanding :]
+
+ * Sven: 6941: Src/exec.c, Src/jobs.c: neater fix for time builtin.
+
+ * Oliver: 6939: Completion/User/_hosts,
+ Completion/Base/_subscript, Misc/compctl-examples: better way of
+ using /etc/hosts; complete POSIX character classes.
+
+ * Sven: 6937: Doc/Zsh/mod_complist.yo, Src/Zle/complist.c: use
+ send-break to exit menu selection and return to normal menu
+ completion.
+
+1999-07-01 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Sven: 6936: Src/jobs.c: time builtin was broken.
+
+ * Sven: 6933: Src/exec.c, Src/jobs.c, Src/Signals.c: More job
+ control fixes: running external command after loop in function;
+ function on left hand side of pipeline with loop on right.
+
+1999-06-29 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Sven: 6908, 6926: Src/exec.c, Src/jobs.c, Src/zsh.h: more job
+ control fixes: functions with programs that send strange
+ signals to parents should work.
+
+ * Sven: 6904: Src/Makefile.in: bugs with cleaning up modules
+ in Src.
+
+ * Sven: 6903: Src/Zle/zle_tricky.c, Doc/Zsh/compwid.yo:
+ compstate[insert] can have a space at the end to force inserting
+ a space after completion.
+
+ * Sven: 6902: Src/Zle/complist.c, Doc/Zsh/mod_complist.yo:
+ menu-select will use %S/%s if ZLS_COLO[U]RS is not defined.
+
+ * Sven: 6901: Src/exec.c, Src/init.c, Src/jobs.c: back off
+ some (but not all) recent job handling patches to avoid more
+ serious problems with recalcitrant programs.
+
+1999-06-28 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 6899: Doc/Zsh/params.yo, Doc/Zsh/prompt.yo, Src/init.c:
+ default PS4 is now "+%N:%i> ", except in [k]sh emulation.
+
+ * Andrej: 6893: aczsh.m4: use existing environment value when
+ testing for large file support.
+
+ * pws: 6890: Doc/Zsh/params.yo, Doc/Zsh/prompt.yo, Src/prompt.c:
+ %N and %i prompt escapes provide script or function name and
+ line number.
+
+ * Sven: 6887: Src/exec.c, Src/jobs.c: another loop killing problem.
+
+ * Geoff: 6884: Src/Zle/zle_refresh.c: bug when redisplaying line
+ one shorter than terminal width
+
+1999-06-27 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 6881: Doc/Zsh/mod_zle.yo: explain keymap linking
+
+ * pws: 6879: Src/exec.c: update command hash pointer if builtin
+ is autoloaded after a prefork().
+
+ * Bart: 6873: Src/Zle/zle_tricky.c: magic-space doesn't feep
+ quite so much.
+
+ * Geoff: 6871: Src/Zle/complist.c: optimi[sz]ations for outputing
+ coloured/colorized output.
+
+ * pws: 6866: Src/exec.c, Src/init.c: signed/unsigned character
+ problems; one was causing SunOS 4.1.3_U1 with gcc 2.7.0 to hang.
+
+1999-06-26 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * 3.1.5-pws-24 made available
+
+1999-06-25 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 6857: Completion/Core/compinit,
+ Completion/Core/compinstall, Doc/Zsh/compsys.yo: compinit and
+ compinstall are now functions which unfunction and autoload
+ themselves. _compdir is used by compinstall to record where
+ it found the completion directories. compinit is now otherwise
+ stuck with fpath.
+
+ * pws: 6851, 6853: typeset -g doesn't locallize parameters; bug
+ that unset parameters were recreated global instead of at
+ some higher local level; handle PM_AUTOLOAD consistent with other
+ flags.
+
+ * Sven: 6850: Src/init.c: always generate a new pgrp for the
+ shell, since the parent (e.g. xterm) may not have done that
+ and zsh now runs programs in its own pgrp.
+
+ * Sven: 6848: Src/exec.c: don't suspend if the shell is the
+ only thing to suspend (or something like that).
+
+ * Sven: 6841: Src/loop.c: %_ in else branches for PS4
+
+1999-06-24 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 6834: Src/glob.c, Src/hashtable.c: dyncat() changed always
+ to use heap memory (as it erroneously claimed); hashtable element
+ tablename (used for debugging) freed.
+
+ * Bart: 6830: Src/params.c: don't create the hashtable for an
+ assoc array on assignment unless there is something to put in it.
+
+ * Sven: 6825: Src/Zle_tricky.c: make sure path prefix and suffix
+ are quoted in filename completion; recalculate length of match
+ string.
+
+ * Sven: 6824: Src/exec.c, Src/signals.c: functions got deleted
+ from the process table too early for job control.
+
+ * pws: 6823: Src/exec.c, Src/utils.c: names and line numbers
+ of functions printed for errors during execution.
+
+ * Sven: 6822: Src/Zle/complist.c, Src/Zle/zle_tricky.c: assorted
+ completion fixes: crash with old completion; too many spaces
+ with menu inserting; too many beeps with LISTBEEP.
+
+ * Sven: 6819: Src/exec.c, Src/jobs.c, Src/signals.c: Run
+ jobs inside shell constructs in the same process group as the
+ shell itself.
+
+ * Sven: 6817: Src/Zle/comp.h, Src/Zle/complist.c,
+ Src/Zle/zle_tricky.c: Change ZLS_SELECT to SELECTMIN;
+ don't automatically switch on select widget until there are
+ $SELECTMIN choices.
+
+1999-06-23 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 6816: Doc/Zsh/params.yo, Src/utils.c: ZBEEP parameter
+ gives string to output instead of beeping.
+
+ * Sven: 6815: Src/Zle/complist.c: switch off menu-select for
+ hidden matches.
+
+ * pws: 6814: Doc/Zsh/mod_zle.yo, Doc/Zsh/options.yo,
+ Doc/Zsh/zle.yo, Src/Zle/deltochar.c, Src/Zle/iwidgets.list,
+ Src/Zle/zle_hist.c, Src/Zle/zle_main.c, Src/Zle/zle_misc.c,
+ Src/Zle/zle_move.c, Src/Zle/zle_thingy.c, Src/Zle/zle_tricky.c,
+ Src/Zle/zle_utils.c, Src/Zle/zle_vi.c, Src/Zle/zle_word.c:
+ Zle determines whether to feep by the return status (except
+ for some inner code loops); completion widgets return 1 if
+ something failed in the hierarchy outside the widget function;
+ the -n and -N options work properly.
+
+ * pws: 6812: Src/subst.c: ${(AA)foo=}, or anything that gives
+ a null string after the =, creates an empty assoc array.
+
+ * pws: 6806: Completion/Core/compdump, Completion/Core/compinit,
+ Completion/Core/compinstall, Doc/Zsh/compsys.yo: compdump is now
+ a function which unfunctions itself; default dumpfile location
+ is now ${ZDOTDIR:-$HOME}/.zcompdump
+
+ * Sven: 6807: Src/Zle/complist.c: accept-and-menu-complete
+ advances the menu-select selection too.
+
+ * Sven: 6802: Src/Zle/complist.c: change some default colours
+
+ * pws: 6801: Doc/Zsh/builtins.yo, Src/builtin.c: Make emulate -L
+ turn on LOCAL_TRAPS, too.
+
+ * Sven: 6796: Src/Zle/zle_main.c, Src/Zle/zle_thingy.c,
+ Doc/Zsh/mod_zle.yo, Completion/Core/compinit: zle -la lists
+ all widgets, just the name; zle -la <NAME> tests if <NAME> is
+ defined.
+
+ * Sven: 6793: Src/Zle/complist.c, Src/Zle/zle_keymap.c,
+ Src/Zle/zle_main.c, Doc/Zsh/mod_complist.yo: Local keymaps can be
+ defined, currently only used with menu-select.
+
+1999-06-22 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Sven: 6786: Src/Zle/zle_tricky.c, Doc/Zsh/compctl.yo: only use
+ a range when you are after the first pattern in it.
+
+ * Sven: 6780: Src/Zle/complist.c: wasn't showinglist when it
+ thought it was.
+
+ * Sven: 6778: don't delete function from job tables
+
+ * pws: 6776: Doc/Makefile.in, Doc/Zsh/compsys.yo,
+ Doc/Zsh/mod_complist.yo: Tweakchen for menu-select patch;
+ also (unposted) changed name collist to complist wherever it
+ occurs.
+
+ * Sven: 6774, 6775: Src/Zle/collist.c, Src/Zle/comp.h,
+ Src/Zle/zle.h, Src/Zle/zle_main.c, Src/Zle/zle_tricky.c,
+ Doc/Zsh/compsys.yo, Doc/Zsh/mod_collist.yo,
+ Doc/Zsh/mod_compctl.yo, Doc/Zsh/mod_deltochar.yo,
+ Doc/Zsh/modules.yo, Completion/Core/_path_files: Improvements
+ for menu-select widget; ZLS_SELECT turns menu-completion
+ into menu-selection; key bindings more natural; highlighting
+ more useful
+
+ * Oliver: 6772: Src/Zle/zle_tricky.c: use the whole
+ command text for job completion.
+
+1999-06-21 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Sven: 6760: Src/Zle/zle_tricky.c: menucompletion displaying new
+ list of matches sometimes got confused.
+
+ * Sven: 6755: Src/jobs.c: status of restarted job including
+ current shell processes was wrong.
+
+ * Sven: 6753: Src/Zle/collist.c, Src/xmods.conf:
+ load collist
+
+ * Sven: 6747: Src/Zle/collist.c, Src/Zle/zle_main.c,
+ Src/Zle/zle_tricky.c: menu-select allows you to move
+ cursor to select completions; uses ma list colouring
+ capability.
+
+ * Sven: 6742: Src/Zle/collist.c, Src/Zle/collist.mdd,
+ Src/Zle/zle_main.c, Src/Zle/zle_tricky.c, Src/module.c,
+ Src/zsh.h, Doc/Zsh/mod_collist.yo, Doc/Zsh/mod_compctly.yo,
+ Doc/Zsh/mod_deltochar.yo, Doc/Zsh/modules.yo,
+ Util/zsh-development-guide: collist module: colour completion
+ lists by setting ZLS_COLOURS (or even ZLS_COLORS) variables.
+
+ * pws: 6737: Doc/Zsh/builtins.yo, Doc/Zsh/zle.yo: simplifications
+ suggested by Bart.
+
+ * Bart: 6732: Doc/Zsh/compsys.yo: restore missing bits of Sven's
+ patches (not the zle_tricky.c hunk).
+
+ * Bart: 6731: Doc/Zsh/compctl.yo: spelling correction
+
+1999-06-20 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * zsh-3.1.5-pws-23 made available
+
+ * Sven/pws: 6616, 6609, 6726 (merged): `zle [ -N ] [ -n num ]
+ widget args'; internal widgets handle arguments and return
+ values; search commands use arguments; read -[kq] can use
+ zle's key mechanism; zle -R [msg] redisplays line editor;
+ digit-argument feeps if the keypress wasn't a digit;
+ universal-argument handles argument as numeric.
+
+ * pws: 6725: Src/signals.c: more local traps: now don't add trap
+ to list to restore when outside a function, but do if the function
+ simply unsets a trap which was set outside.
+
+1999-06-18 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 6718: Completion/Core/compinit, Completion/Core/compdump,
+ Doc/Zsh/compsys.yo: rebind existing completion widgets for new
+ completion instead of defining new ones.
+
+ * pws: 6717: Doc/Zsh/options.yo, Src/exec.c, Src/options.c,
+ Src/signals.c, Src/zsh.h: Option LOCAL_TRAPS saves and restores
+ traps on exit from functions; set for ksh emulation.
+
+ * Tanaka Akira: 6716: Completion/User/_chown: some systems use `:'
+ as separator in chown.
+
+ * Oliver/Sven: 6709, 6710: Completion files Base/_subscript,
+ User/_chown, User/_groups, User/_x_options: _subscript shows
+ listing for ordinary arrays; new chown and chgrp completions;
+ example _x_options can complete displays.
+
+ * Sven: 6707: Src/exec.c: Shell structures not at the end
+ of a pipeline are suspendable. This is the only way
+ of stopping a command in such a structure where the command
+ handles interruptions in such a way that zsh doesn't see them.
+
+1999-06-17 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 6705: Doc/Zsh/builtins.yo, Src/builtin.c, Src/exec.c,
+ Src/init.c, Src/input.c, Src/parse.c: some more LINENO
+ subtleties: embedded function definitions have correct line
+ number; all lines, not just ones with new PS1, are counted
+ interactively; traps with trap builtin use line no. of
+ surrounding environment.
+
+ * Sven: 6693: Src/Modules/parameter.c, Src/builtin.c, Src/exec.c,
+ Src/input.c, Src/zsh.h: update LINENO properly when parsing a
+ string.
+
+ * Sven: 6692: Src/Zle/comp.h, Src/Zle/compctl.c,
+ Src/Zle/zle_tricky.c, Doc/Zsh/compwid.yo,
+ Completion/Builtins/_kill, Completion/Builtins/_wait,
+ Completion/User/_gdb: allow the -y option to compadd for
+ specifying an array to use when listing.
+
+ * Sven: 6689: Src/Zle/zle_tricky.c, Completion/Base/_subscript:
+ test for closing bracket in get_comp_string().
+
+ * Oliver: 6688: Zsh/compsys.yo, Zsh/func.yo, Zsh/mod_zle.yo,
+ Zsh/params.yo, Zsh/zftpsys.yo: spelling changes.
+
+ * Wayne: 6682: Src/hist.c: Uniquified history commands are limited
+ to size $SAVEHIST, so that the last $((HISTSIZE-SAVEHIST))
+ commands are always available even with HIST_EXPIRE_DUPS_FIRST.
+
+ * Sven: 6686: Completion/Core/_match, Completion/Core/_path_files,
+ Doc/Zsh/compsys.yo: New configuration keys path_cursor,
+ match_insert.
+
+ * Sven: 6685: Src/Zle/compctl.c, Src/Zle/zle_params.c,
+ Doc/Zsh/zle.yo, Completion/Base/_first,
+ Completion/Commands/_correct_filename,
+ Completion/Commands/_most_recent_file,
+ Completion/Core/_approximate, Completion/Core/_expand,
+ Completion/Core/_list: NUMERIC is unset if no prefix was given;
+ it may be unset explicitly, and if set again will be restored in
+ the expected way.
+
+ * Wayne: 6683: Src/exec.c: ambiguous brace
+
+ * Wayne: 6681: Src/builtin.c: start-of-loop check for history -r
+ was wrong.
+
+1999-06-16 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 6679: Src/Zle/zle_thingy.c, Doc/Zsh/compwid.yo: always
+ use .complete-word etc. as widget type in zle -C.
+
+ * pws: 6677: Doc/Zsh/guide.yo: avoid TeX overfull hbox problem.
+
+ * Andrej: 6674: Doc/zsh.yo, Doc/ztexi.yo: change order of initial
+ formatting instructions to make interaction with system
+ configuration files better.
+
+ * pws: 6660: Doc/Zsh/compctl.yo: pointer to new completion system
+ at top of compctl documentation.
+
+ * pws: 6659: Src/Zle/zle_tricky.c: a couple of NULL's should be 0's
+
+ * pws: 6658: Doc/Zsh/options.yo, Src/init.c: options strings at
+ shell startup can end with whitespace (for #!), but anything
+ after the whitespace causes an error.
+
+ * Sven: 6657: Completion files Base/_subscript,
+ Builtins/_autoload, Builtins/_bindkey, Builtins/_echotc,
+ Builtins/_kill, Builtins/_limits, Builtins/_wait,
+ Builtins/_zmodload, User/_dd, User/_find, User/_gdb, User/_make,
+ User/_mh, User/_rlogin, User/_x_options: New gdb completion;
+ improved make completion; use compadd in preference to compgen
+ -[sk]; configuration keys ps_args, ps_listsargs.
+
+ * Sven: 6654: Src/Zle/zle_tricky.c: empty display list after -y.
+
+ * Bart: 6652: Src/exec.c: trailing spaces confused #! emulation.
+
+ * Sven: 6649: Src/Zle/zle_tricky.c: behaviour of compctl -l.
+
+ * Bart: 6646: Src/lex.c: extra braces to enhance beauty of code
+ which appeared in 3.0.5.
+
+1999-06-15 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Tanaka Akira: 6642: Completion/Base/_tilde: complete directory
+ stack elements after ~+ or ~-.
+
+ * Tanaka Akira: 6641: Src/subst.c: treat ~-0 like ~0
+
+ * pws: 6639: configure.in: don't try type of $enable_val if empty
+ (needed when off_t/ino_t are 64-bit without explicit enabling).
+
+ * zsh-3.1.5-pws-22 made available
+
+ * Oliver: 6636: Completion/Builtins/_limits: wasn't working
+
+ * Bart: 6617 + minor changes: Src/utils.c: Be more careful keeping
+ $COLUMNS and $LINES correct, particularly if exported.
+
+ * Sven: zsh-users/2388: Src/jobs.c: while loops etc. in shells
+ running without MONITOR were hard to kill.
+
+ * Bart: 6628: Src/params.c: setting slices of unset array
+ caused a crash.
+
+1999-06-14 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 6626: Src/mem.c: in zsh's malloc, try to make sure when
+ sbrk'ing that it's sufficiently well aligned.
+
+ * Oliver: 6624: Completion/Builtins/_kill,
+ Completion/Builtins/_wait: more widely functioning process
+ handling
+
+ * pws: 6623: Completion/Makefile.in, Config/defs.mk.in,
+ Functions/Makefile.in, INSTALL, Src/init.c, Src/zsh.mdd,
+ configure.in: --enable-function-subdirs allows installation
+ into subdirectories of the function directory and sets the
+ initial $fpath appropriately.
+
+ * Oliver: 6620: Completion/Builtins/_jobs: handle disown, too.
+
+ * pws: 6618: Doc/Zsh/func.yo, Doc/Zsh/grammar.yo, Src/lex.c:
+ with SH_GLOB set, function definition parentheses after the
+ first word on the line allow spaces inside.
+
+ * Sven: 6614: Src/Zle/zle_tricky.c, Completion/Brace/_brace_parameter:
+ completion after quotes in parameters
+
+ * pws: 6610: Src/glob.c: globbing flags shouldn't be active
+ without extendedglob.
+
+ * Bart: 6608: Doc/Zsh files compctl.yo, compsys.yo, compwid.yo,
+ expn.yo, files.yo, mod_mapfile.yo, mod_zftp.yo, params.yo,
+ zftpsys.yo, zle.yo: spelling corrections
+
+1999-06-12 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 6601: Src/Makefile.in: don't remake Makemod just
+ to clean up files
+
+ * pws: 6600: Doc/Zsh/arith.yo, Doc/Zsh/compctl.yo,
+ Doc/Zsh/compsys.yo, Doc/Zsh/compwid.yo, Doc/Zsh/expn.yo,
+ Doc/Zsh/guide.yo, Doc/Zsh/jobs.yo, Doc/Zsh/metafaq.yo,
+ Doc/Zsh/mod_compctl.yo, Doc/Zsh/mod_zftp.yo, Doc/Zsh/params.yo,
+ Doc/Zsh/redirect.yo, Doc/Zsh/zftpsys.yo, Doc/Zsh/zle.yo,
+ Doc/zman.yo, Doc/ztexi.yo, Util/zsh-development-guide:
+ Formatting of unfilled text now handled by three distinct
+ macros example(), indent(), nofill(); compctl description node
+ is now called `Programmable Completion Using compctl' to
+ distinguish it from widget completion; don't put chapters on
+ separate pages because many are too short.
+
+ * Wayne: 6599: Src/Zle/zle_tricky.c: unitialised variable warnings
+ from gcc
+
+1999-06-11 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 6598: Doc/Zsh/zftpsys.yo, Functions/Zftp/zfinit,
+ Functions/Zftp/zfgoto, Functions/Zftp/zfmark,
+ Functions/Zftp/zftp_chpwd, Completion/Builtins/_zftp:
+ add zfmark and zfgoto implementing bookmarks (including use
+ ncftp bookmarks) for zftp function suite; autoload functions
+ from zfinit; patcomps -> _patcomps.
+
+ * pws: 6596: Doc/Zsh/arith.yo: update on size of integers and
+ increase in clarity of presentation
+
+ * Sven: 6589: Completion/Core/_path_files: use :h and :t instead
+ of pattern matching
+
+ * Sven: 6587, 6588: Src/Zle/zle_misc.c, Doc/Zsh/options.yo: < and
+ > shouldn't remove a suffix, but | does
+
+ * Sven: 6586: Src/exec.c, Src/lex.c, Src/loop.c: don't modify
+ struct cmd to insert cmd args and flags, always pass those
+ separately
+
+1999-06-10 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Andrej: 6581: Doc/Makefile: dependencies for manuals
+
+ * Sven: 6579: Src/exec.c: old hack of storing shell function
+ args in struct cmd doesn't work any more
+
+ * Sven: 6577: Src/exec.c, Src/text.c, Src/utils.c: expunge
+ simplifyright(), which appears no longer to have an effect
+
+ * pws: 6575: Doc/Zsh/mod_mapfile.yo: avoid mapping long files
+
+ * pws: 6571: Src/Builtins/rlimits.c: use appropriate printf()
+ routine in printulimit() instead of just casting to long
+
+ * pws: 6570: configure.in, INSTALL: some systems have
+ sizeof(off_t) or sizeof(ino_t) == 8 and sizeof(long) == 4 even
+ without explicit enabling, so check and if so use the
+ --enable-lfs code.
+
+ * pws/Sven: 6567, 6568: Completion/Base/_vars: complete assoc
+ array keys
+
+ * pws: 6566: Src/params.c: junk testhash assoc array
+
+ * pws: 6563: sporadic: minor changes affecting casts, sizes
+ of integers, unused variables; add index for subscripts in
+ manual
+
+ * Bart: email: Src/zsh.h: alternative definition for zulong
+
+ * Bart: 6558: Src/builtins.c: printing functions with the
+ UNALIASED flag
+
+ * Sven: 6557: Doc/zsh/compsys.yo: a few typos
+
+1999-06-09 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Andrej: 6556: aczsh.m4: don't disable setting variables
+ for --enable-lfs just because some other variables were set
+
+ * Sven: 6554: Src/Zle/zle_tricky.c: display bugs with compadd -X:
+ newline missing and display unnecessarily altered
+
+ * pws: 6552: configure.in, aczsh.m4, acconfig.h, Src/zsh.h:
+ define separate unsigned 64-bit integer; try __int64_t and
+ __uint64_t.
+
+ * Sven: 6548: Src/Zle/zle_tricky.c: fix `compctl -l'
+
+ * Andrej: 6544: configure displays info on function installation
+
+ * Sven: 6542: Src/builtin.c, Src/exec.c, Src/hist.c, Src/init.c,
+ Src/lex.c: when not using interactive history, don't allocate
+ history at all
+
+ * Andrej: 6541: configure.in: add missing `test'
+
+ * Sven: 6535: Completion/core/_normal: an eval was unnecessary
+
+ * Bart: 6534: Completion/Core/compdump, Completion/Core/compinit,
+ Doc/Zsh/builtins.yo, Src/builtin.c, Src/exec.c, Src/zsh.h:
+ autoload -U defines functions which don't use expand aliases
+ during loading; used in new completion code to protect
+ functions.
+
+ * Sven: 6527: Src/builtin.c, Src/cond.c, Src/exec.c, Src/glob.c,
+ Src/hashtable.c, Src/init.c, Src/jobs.c, Src/lex.c,
+ Src/linklist.c, Src/loop.c, Src/math.c, Src/mem.c, Src/params.c,
+ Src/parse.c, Src/signals.c, Src/text.c, Src/utils.c, Src/zsh.h:
+ various sets of patches:
+ - make zhalloc() use a pointer to the first free heap
+ - make zsh-mem allocators keep some memory back when freeing
+ - reduce the amount of allocation work done in the exec.c
+ execution hierarchy
+ - don't duplicate execution trees any more than necessary, e.g.
+ execute functions from stored tree
+
+ * pws: Etc/MACHINES: Danek Duvall reports --enable-dynamic OK
+ on Solaris 2.7, despite previous reports; Sven says on Digital
+ UNIX 4.0, you need special DLLD and LDFLAGS.
+
+1999-06-08 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: 6525: Src/lex.c (gettokstr): allow parentheses after
+ first character in command word
+
+ * Tanaka Akira: 6522: configure.in: help string for --enable-fndir
+ had wrong default directory
+
+ * pws: 6520: configure.in: --enable-fndir might be yes,
+ so turn it into ${datadir}/zsh/functions
+
+ * 3.1.5-pws-21 made available
+
+ * Sven: 6515: Src/Zle/zle_tricky.c: fix memory problems with 6492
+
+ * Wayne: 6510: Completion/Core/compinit: another nounset problem
+
+1999-06-07 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * pws: configure.in, Config/defs.mk.in, Functions/Makefile.in,
+ Completion/Makefile.in, rearrangement of Functions
+ subdirectories: --enable-fndir allows function installation,
+ defaults to ${datadir}/zsh/functions; is compiled into $fpath;
+ FUNCTIONS_INSTALL can specify functions to install e.g.
+ 'Core/* Base/* Builtins/* Zftp/*'.
+
+ * pws: 6509: Src/Zle/zle_tricky.c: comp_setunset -> comp_setunsetptr
+
+ * pws: 6506: Completion/Core/compinit, Doc/Zsh/compsys.yo: if
+ completion dumpfile is not writeable, use
+ ${ZDOTDIR:-$HOME}/.zcompdump
+
+ * Sven: 6502: Doc/Zsh/options.yo: document 6496
+
+ * Sven: 6496: Src/Zle/zle_misc.c (makesuffix): more characters
+ that can't be part of a filename
+
+ * Sven: 6493: Completion/Core/_approximate,
+ Completion/Core/_expand: %e wasn't being replaced properly in
+ correction prompts
+
+ * Sven: 6492: Src/Zle/comp.h, Src/Zle/comp1.c, Src/Zle/compctl.c,
+ Src/Zle/zle_main.c, Src/Zle/zle_tricky.c, Doc/Zsh/compctl.yo,
+ Doc/Zsh/compsys.yo, Doc/Zsh/compwid.yo,
+ Completion/Base/_brace_parameter: Completion inside quotes
+ now acts as if the file name is the entire quoted string;
+ `compctl -h' takes a command line from inside a quoted string;
+ the compctl tests q[s], q[d], q[b] are true if we are in single,
+ double, back quotes; compset -q tests quotes and splits the word,
+ affecting $PREFIX, $SUFFIX and setting $IQPREFIX, $IQSUFFIX for
+ the bits which will now be ignored.
+
+ * pws: 6490: Completion/Core/compinit: nounset workaround
+
+ * Bart: 6485: Src/loop.c: only show one screenful at a time
+ in select, as LINES doc implies it should do
+
+ * Sven: 6484: Src/Zle/zle_main.c, Src/Zle/zle_tricky.c: close
+ fd 0 during zle widgets and completion and redup back afterwards
+ (removed unnecessary zclose()'s)
+
+ * Wayne: 6481: Doc/Zsh/builtins.yo, Doc/Zsh/options.yo,
+ Src/hist.c: improved new history documentation and comments
+
+ * Wayne: 6480: Src/hist.c: Ignore some lines in remhist() to
+ workaround crashes attempting to add already removed lines
+
+ * Tanaka Akira: 6478: Completion/User/_make: complete files
+ as fallback (but use _files instead of compgen -f)
+
+1999-06-06 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Naoki Wakamatsu <naoki-w@ht-net21.ne.jp>: 6477: configure.in:
+ undefine etcdir, not zshenv
+
+1999-06-05 Peter Stephenson <pws@ibmth.df.unipi.it>
+
+ * Merge ChangeLog entry from patchlist.txt in 3.1.5-pws-20
+ These are briefer than normal ChangeLog entries, but upgrading
+ all of them is too much work.
+
+ * pws: 6473: Src/Modules/mapfile.c: munmap() after writing file
+
+ * Bart: 6472: doc for 6458
+
+ * pws: 6470: options.yo doc for globalrcs
+
+ * Sven: 6468: -first- context example; allow $compcontext for
+ direct context in _complete; other stuff
+
+ * pws: 6464: fix problem with 6433; disallow nested parameter
+ substitution without braces
+
+ * Sven: 6458: allow seconds in globbing qualifier time comparisons
+
+ * Zefram: off-list: metafaq updates
+
+ * pws: 6437: rearrange quotes in expn.yo, zftpsys.yo, minor
+ corrections
+
+ * pws: 6433: allow quotes around names of parameters in braces
+
+ * pws: 6431: su saga again: new documentation
+
+ * Bart: 4127: su saga: 6299 and 6313 backed off; this alters
+ ZSH_NAME using zgetenv("SHELL"). It can be turned into an
+ --enable if anyone complains.
+
+ * Wayne: 6430: history tweaks: more careful ignoring history with
+ foreign lines, changed name incappendhistory
+
+ * pws: 6424: reduce excess quoting in info files
+
+ * pws: 6421: _mh should use $words instead of $argv
+
+ * pws: 6416: document ${(f)"$(foo)"} change and nesting of quotes
+ in braces
+
+ * Sven: 6414: completing parameters with extra quotes, don't
+ complete local parameters
+
+ * Sven: 6411: fix display bug on terminals which can do
+ TCMULTRIGHT (gap left when clearing list).
+
+ * pws: 6410: RCS option can now take affect at any point during
+ initialisation, new GLOBAL_RCS applies to /etc/z* files.
+
+ * Bart: 6404: singleton arrays treated as scalars locally (as
+ before), but correct array/scalar status is passed to enclosing
+ substitutions.
+
+ * Bart: 6395: uninstall info files over 9, too
+
+ * Sven: 6212 (previously missed): an extra clear list
+
+ * Andrej: 6392: install info files higher than 9
+
+ * 3.1.5-pws-20
+
+ * Sven: 6388: completion in braces removes later arguments
+
+ * Sven: 6374: autoremove behaviour on -r and -R, documentation
+
+ * Bart: 6369: fix use of relative paths in compinstall
+
+ * Bart: 6368: don't use cp -f, use rm -f in configure.in
+
+ * Sven: 6355: ALL_EXPORT crashed the shell if set on command line
+
+ * Sven: 6352, 6354: more quoting in completion
+
+ * pws: 6346: msync() missing from mapfile.c, somehow
+
+ * pws: 6345: Config/defs.mk is now in build tree, not source tree
+
+ * Sven: 6343: test length of anchor in partial word matching
+
+ * pws: 6340: INSTALL didn't work if it was install-sh after 6330
+
+ * pws: 6335: now you can do ${(f)"$(...)"} to get arrays
+
+ * pws: 6332: mapfile module
+
+ * pws: 6331: protect against null hash tables in parameter module
+
+ * pws: 6330: rewrite configuration system to use AC_SUBST_FILE
+ instead of including files by ed trickery (ed is now no longer
+ required).
+
+ * Sven: 6326: compadd -r and -R work on automatically added
+ suffixes, too
+
+ * Sven: 6322: reverse indexing of nested arrays
+
+ * Sven: 6318: memory fixes for parameter module (and compctl).
+
+ * 3.1.5-pws-19 made available
+
+ * pws: unposted: updated some .distfiles
+
+ * pws: 6314: in something like `{ false; } || true', errexit
+ shouldn't be used at all on the left of the ||
+
+ * pws: 6313: fix 6299 to use $SHELL to decide emulation
+
+ * pws: 6307, 6312: wider support for 64-bit integers on 32-bit
+ architectures
+
+ * Tanaka Akira: 6303: _path_files: find files after symbolic link
+
+ * Sven: 6302: more list_pipe intricacies
+
+ * Sven: 6301: expanded ignored prefix ignored for testing
+
+ * pws: 6299: if called as su* or -su*, zsh doesn't do sh emulation
+
+ * Sven: 6298: (mult_isarr) ${*:-word} didn't use the default word
+
+ * pws: 6294: typeset -U MANPATH performs uniqueness test straight
+ away
+
+ * pws: 6291: zftp only checks for system type after login.
+
+ * pws: 6290: parameter module uses global scope, $parameters gets
+ unreadonlied, gcc warning
+
+ * Sven: 6285: tty/job handling when executing some command in
+ current shell code within RHS of pipeline
+
+ * Sven: 6283: compadd -U didn't quote characters properly
+
+ * Sven: 6278: fix ${$(foo)...} to produce an array
+
+ * Tatsuo Furukawa: 6274: updated form of zle_refresh patch
+
+ * Tatsuo Furukawa: 6273: don't need to defined _POSIX* flags
+ specially on HPUX
+
+ * pws: 6272: correct even more mistakes some bozo (guess who) made
+ with rlim_t: put back RLIM_T_IS_UNSIGNED code.
+
+ * pws: 6271: make sure -D_LARGEFILE_SOURCE is defined any time
+ there are other -D's for large file support
+
+ * pws: 6284, should have been in 6269: changes to large file
+ support
+
+ * Sven: 6268: parameter module for access to internal tables
+
+ * pws: 6263: incrementalappendhistory -> incappendhistory
+
+ * 3.1.5-pws-18 made available
+
+ * pws: 6259: second version of compinstall
+
+ * pws: 6258: yet another attempt at the same problem
+
+ * pws: 6257: rewrite 6240 for any old builtin structure after the
+ pipeline
+
+ * Wayne: 6255: more history: zle toggle between local/global
+ history; `zle widget' can now take a direct numeric argument;
+ small tweaks
+
+ * Sven: 6249: fix for 6046 (problem showed up with $(...))
+
+ * pws: 6246: doc changes for 6046, plus subscripts done properly
+
+ * Sven: 6046: nested parameter expansions can return either arrays
+ or scalars.
+
+ * Wayne: 6241: history editing can use foreign history commands;
+ history appended in hend() instead of hbegin()
+
+ * pws: 6240: a pipeline ending in a builtin didn't attach to the
+ tty pgrp.
+
+ * pws: 6239: need space after incrementalappendhistory for
+ kshoptionprint
+
+ * pws: 6238: Wayne's share_history option set in ksh emulation
+
+ * pws: 6237: window size code upgraded from 3.0.6-pre2, plus
+ Bart's patch 4447.
+
+ * Wayne: 6236: history changes to improve management of duplicate
+ lines, incremental history read/write, and sharing history
+
+ * pws: 6235: unset -m shouldn't restore unset parameters;
+ unsetting a global should remove it from paramtab even inside a
+ function.
+
+ * pws: 6227: configuration for large file support (from bash
+ aclocal.m4).
+
+ * pws: 6224: alter 6205 to read chars only when necessary, but
+ ensure terminal is set appropriately.
+
+ * Wayne: 6220: various compilation warnings
+
+ * Tanaka Akira: 6219: initialize a variable in zle_tricky.c
+
+ * Bart: 6213: race condition in $(...), use waitforpid() instead
+ of unblocking child (which shouldn't happen until later).
+
+ * pws: 6205: use FIONREAD wherever defined, read chars immediately
+ into buffer
+
+ * pws: 6202: trivial _correct_filename change, ^Xc -> ^XC
+
+ * Sven: 6197: off by one error parsing assignment in completion
+
+ * Sven: 6195: _expand_word and _correct_word change.
+
+ * Sven: 6194: complete assoc array arguments by default where
+ necessary
+
+ * pws: 6193: [un]setopt shouldn't complain when setting an
+ unsettable option to the value it already has
+
+ * Bart: 6188: compinit speedup
+
+ * 3.1.5-pws-17 made available
+
+ * pws: 6180: Completion/Core/compinstall
+
+ * Bart: 6171 as rewritten in 6174: old RedHat Linux doesn't have
+ normal definitions for poll.
+
+ * Sven: 6167: show unloaded parameters as undefined
+
+ * pws: 6165: globsubst'd foo='~/bin' depended on extendedglob
+ being set
+
+ * Bart: 6162: autoloadable parameter code links without dynamic
+ loading
+
+ * Sven: 6153: realparamtab to smooth access to autoloaded parameters
+
+ * Sven: 6152: compstate[vared]
+
+ * Sven: 6150: alwayslastprompt sometimes failed in M-x
+
+ * Sven: 6133: autoloaded parameters
+
+ * Sven: 6132: compctl.mdd
+
+ * Ville Herva: 6131, see 6126: reset tv.tv_sec before select for
+ Linux
+
+ * Sven: 6129: comments for struct cadata
+
+ * Sven: 6128: completion after an expansion; list after a
+ non-completion list
+
+ * Sven: 6124: menu completion wasn't consistent between tabs
+
+ * Sven: 6121: try harder with braces after a parameter expansion
+
+ * Sven: 6119: don't insert word separator before ignored suffix
+
+ * pws: 6118: _closequote and _oldlist completers
+
+ * Sven: 6117: position of ignored suffix in inserted match
+
+ * Sven: 6113: compadd -D, nuke element in an array for each failed
+ match
+
+ * Sven: 6109: completion in parameter assignment should set
+ context `value'
+
+ * Bart: 6106: short documentation fixes in expn.yo, options.yo,
+ redirect.yo
+
+ * Sven: 6105: _make patch whitespace
+
+ * Geoff: 6104: multi-line prompt fix (6101 backed off)
+
+ * 3.1.5-pws-16 made available
+
+ * pws: 6101: multi-line prompt ending in '\n' got another newline
+
+ * Tanaka Akira: 6092: _find, bad glob pattern
+
+ * Tanaka Akira: 6085: _make can hang when no [mM]akefile
+
+ * pws: zsh-announce/94: FAQ and FAQ.yo updated
+
+ * Sven: 6079: compwid.yo typo
+
+ * Tanaka Akira: 6078: _find syntax error
+
+ * Sven: 6077: do_single() fix for old completion
+
+ * pws: 6074: zftp function suite moved to Functions/Zftp and
+ provided with documentation.
+
+ * pws: 6070: ~ in character class in parentheses with extendedglob
+ failed
+
+ * Sven: 6066: create list of modules built into the base executable
+
+ * Sven: 6062: test whether using the same widget when doing
+ menucompletion
+
+ * Sven: 6060: don't invalidatelist() in zle_main.c before calling
+ completion functions
+
+ * Sven: 6058: small changes in _path_files, compinit and
+ documentation
+
+ * Sven: 6056: compwid.yo
+
+ * pws: 6053: compwid.yo
+
+ * 3.1.5-pws-15 made available
+
+ * Sven: 6031: defcomp -> compdef
+
+ * pws: 6030: compsys.yo
+
+ * Sven: 6026: _path_files slight rewrite for speed
+
+ * Sven: 6021: _path_files expanding path fix
+
+ * pws: 6018: (#l) and friends with a trailing / on the glob
+ pattern always failed
+
+ * pws: 6016: compinit and _zftp
+
+ * Andrej: 6017 (ex 6014): -i and -s options for _long_options
+
+ * Sven: 6013: pass ignored prefix and suffix in _path_files
+
+ * Sven: 6011: compadd uses first (not last) occurrence of an option
+
+ * Sven: 6010: _match_pattern and _match_test replaced by options
+ to compadd (and deleted from distribution)
+
+ * Sven: extracted from 6009: chunk for getmatcharr()
+
+ * Sven: 6008: %{ works in completion listings
+
+ * Sven: 6005: Misc/compctl-examples altered for latest (more
+ consistent) nested parameter expansion rules
+
+ * Bart: 6002, 6003: in ${foo/#bar/thing}, the `#' can appear from
+ substitution and can be quoted
+
+ * Sven: 5999: ~foo<TAB> completes with /
+
+ * Sven: 5996: compsys.yo, special contexts
+
+ * Sven: 5995: should fix 5969
+
+ * Sven: 5986: compstate[insert]
+
+ * Sven: 5983: documentation for Completion/ system (compsys.1).
+
+ * Sven: 5982: menu behaviour
+
+ * Sven: 5981: bit masks in comp.h
+
+ * Sven: 5972: compconf without arguments lists; _compalso takes
+ extra arguments
+
+ * Sven: 5971: shell code control over re-using existing completion
+ lists
+
+ * Sven: 5970: completion fix compilation; #defcomp is now #compdef
+
+ * Sven: 5969: clear to end of display optimization (may need
+ modifying for some terminals)
+
+ * Sven: 5968: fix brace re-insertion problem in completion
+
+ * pws: 5965: _correct_word
+
+ * Sven: 5960: $PREBUFFER: lines before current $BUFFER
+
+ * Sven: 5959: quoting characters in completion
+
+ * Bruce: 5958: _make
+
+ * Sven: 5955: more compstate choices: list_max, last_prompt, to_end
+
+ * 3.1.5-pws-14 made avaliable
+
+ * pws: unposted: updated .distfiles under Completion
+
+ * Sven: 5947: completion functions fix
+
+ * Sven: 5942: spaces in file names with old completion
+
+ * Sven: 5940: move cursor
+
+ * Sven: 5938, 5937: compset to replace modifying conditions
+
+ * Sven: 5936: replace modifying completion tests with compset
+
+ * pws: 5934: option GLOBAL_RCS_FIRST runs /etc/z* files before
+ user's files.
+
+ * Sven: 5933: don't complete local parameters; _setopt/_unsetopt
+ complete all options (code to use currently unset/set options
+ remains in comments)
+
+ * pws: 5931: more parameter substitution rules
+
+ * Sven: 5928: copy context in zle_tricky
+
+ * Sven: 5926: $HISTNO
+
+ * Sven: 5925: path_expand
+
+ * Sven: 5918: _list completer
+
+ * Sven: 5916: _expand completer
+
+ * pws: 5915: minor type fixes
+
+ * Sven: 5914: _main_complete takes optional completer arguments
+
+ * Sven: 5913: zle -C test
+
+ * Sven: 5912: compiler warnings
+
+ * pws: 5905: _main_complete should at least try to get
+ _unset_options correct.
+
+ * Sven: 5904: print local for parameters
+
+ * Sven: 5895, 5898, 5906: fix completion prefixes
+
+ * Sven: 5890: _match completer
+
+ * Sven: 5879, 5899: completion documentation
+
+ * Sven: 5872, 5881, 5889: corresponding Completion function rewrite
+
+ * Sven: 5871, 5875: big zle_tricky.c cleanup, with compstate
+ changes and IFSUFFIX
+
+ * Bart: 5868: expn.yo fixes
+
+ * 3.1.5-pws-13 made available
+
+ * pws: 5863: substitution rules
+
+ * Sven: 5862: _path_files (turning on menu) and _cd (include . in
+ path)
+
+ * pws: 5854: man page dependencies in Doc/Makefile.in
+
+ * Sven: 5852: warnings about _long_options
+
+ * pws: 5844: don't set errflag if noerrs = 2.
+
+ * Sven: 5831: in subscripts and math environments, the whole
+ string is always passed down to the function handler.
+
+ * Sven: 5830: in ${#:-stuff}, stuff is treated as a single word
+ (unless split for some other reason).
+
+ * Sven: 5829: clear the completion list in more zle functions
+
+ * Sven: 5818: parameter name in subscript which looks math-like;
+ _subscript.
+
+ * Sven: 5811: put back _multi_parts which got left out when it was
+ moved into Core.
+
+ * Sven: 5804: _pdf
+
+ * Sven: 5800: _path_files; path altered when no possible match
+
+ * pws: 5797: set CLOBBERS_TYPEAHEAD for Irix; old config.guess
+ change for Reliant UNIX and Apple Rhapsody re-imported from old
+ config.guess.
+
+ * Sven: 5796: globcomplete shouldn't always turn on menucompletion
+
+ * Sven: 5795: parsing change for assignment and arrays in nested
+ substitution.
+
+ * Sven (reposted by Bart): 5783: zerr() sets errflag even if
+ noerrs is set
+
+ * pws: 5780: Completion/Base/_brace_parameter change
+
+ * 3.1.5-pws-12 made available
+
+ * Geoff: 5779: correct mistakes some bozo (guess who) made testing
+ rlim_t for long long.
+
+ * pws: unposted archive changes: .distfiles in Completion
+ hierarchy, dunno what these do but it looks better; _comp_parts
+ is now _sep_parts; moved _long_options into Base and mentioned
+ it in Completion/README.
+
+ * pws: 5776: untested patch for typeahead problems when reading
+ multiple lines of input
+
+ * Sven: 5775: correcting completion will not ignore everything the
+ user has typed; prefix quote fix
+
+ * Sven: 5770: _path_files again
+
+ * Sven: 5766: _path_files closer to compctl/compgen behaviour
+
+ * Sven: 5761: remove unnecessary compiler warnings in compctl.c
+
+ * Sven: 5759: math environment fixes
+
+ * pws: www archive: updated Etc/FAQ finally, keep forgetting
+
+ * Sven: 5758: _path_files accepts -q, -r and -R options
+
+ * Sven: 5757: compconfig
+
+ * Sven: 5756: compstate[force_list]
+
+ * Lehti Rami: 5754: --disable-restricted-r stops the shell
+ becoming restricted when its name starts with r
+
+ * Sven: zsh-users/2211 (+ p -> s): setopt -m handles underscores
+ and case sensitivity
+
+ * pws: 5737: ${foo#* } is more efficient in ordinary cases
+
+ * Sven: 5736: completion before = in assignment
+
+ * Sven: 5732: _a2ps, _long_options
+
+ * pws: 5729: _bindkey doc
+
+ * Sven: 5726: zle_tricky.c: ctokenize() fix and parameter completion
+
+ * Will Day: 5724 (+postprocessing, 5741): signames2.awk: match
+ extra spaces if produced by CPP.
+
+ * Andrej: 5719: _bindkey can use - as anchor for wildcard matching
+
+ * Sven: 5716: zle.h, zle_misc.c, zle_tricky.c: iremovesuffix() can
+ be told whether to keep a list of matches
+
+ * Sven: 5714: _path_files: failed completions get left alone more
+ often
+
+ * Sven: 5713: zle_tricky.c, interesting code specimen made extinct
+
+ * Sven: 5712: _path_files, noglobcomplete fix
+
+ * Sven: 5710: zle_tricky.c, completion inside words
+
+ * Sven: 5708: completion manual, -M anchors must be matched
+ explicitly
+
+ * Sven: 5707: tokenization changes
+
+ * Sven: 5704: _long_options
+
+ * Sven: 5701: _main_complete, _multi_parts, _path_files, a few
+ cosmetic changes.
+
+ * Sven: 5699: matching prefixes of various sorts
+
+ * Sven: 5698: array indexing in _long_options and _multi_parts
+
+ * Sven: 5696, 5697: "${${path}[1]}" indexes on characters again
+
+ * Sven: 5692: remove compstate[matcher] test from _long_options
+
+ * Sven: 5682: bindkey fix
+
+ * Sven: 5677, 5679: Completion/User/_long_options and consequent
+ upgrades for Completion/User files which use long GNU-style
+ options.
+
+ * Sven: 5676: all Completion example functions return a status
+
+ * pws: from autoconf 2.13: new config.guess, too.
+
+ * Sven: 5675: tidying up for zle_tricky.c
+
+ * Sven: 5671: another small parameter fix for multiple braces
+
+ * Sven: 5670: parameter completion fix
+
+ * 3.1.5-pws-11 made available
+
+ * pws: from autoconf 2.13: new config.sub
+
+ * Sven: 5666: calling inststrlen() with a null string
+
+ * Sven: 5665: return values from completion functions
+
+ * Sven: 5663: compctl -i _completion_function
+
+ * Sven: 5662: / following brace parameter
+
+ * Sven: 5659: globcomplete changes
+
+ * Sven: 5651: widespread completion fixes
+
+ * Andrej: 5650: more tricks with _configure
+
+ * Sven: 5647: _multi_parts doesn't replace so many *'s
+
+ * Sven: 5640: _multi_parts, _path_files, _tar
+
+ * Sven: 5637: mustuseheap check in complistflags
+
+ * Sven: 5634: return values for compgen and compadd
+
+ * Sven: 5631: compilation warnings
+
+ * Sven: 5629: approximate correction patches
+
+ * pws: 5628: _builtin, _cd, _most_recent_file
+
+ * Sven: 5624: CCORIG required to be offered original string when
+ correcting using COMPCORRECT
+
+ * Sven: 5623: -X strings with compadd were mishandled
+
+ * Sven: 5622: zshcompwid manual: clarifications
+
+ * Sven: 5621: manual for nmatches and matcher
+
+ * Sven: 5620: fix for completion inside expansible braces
+
+ * Bart: 5614: Completion/Base/_match_test works out of the box
+
+ * Sven: 5613: copy scalar variable used for compgen -y
+
+ * Sven: 5605: explanation listing fix
+
+ * Sven: 5604: approximate completion.
+
+ * Sven: 5603: compstat[pattern_match]
+
+ * pws: 5602: _tar
+
+ * Sven: 5601: compstate[exact_string] and compstate[total_matchers]
+
+ * Sven: 5599: _comp_parts, _path_files tweaks
+
+ * Sven: 5598: a neater way of handling compadd -p/-P
+
+ * pws; 5597: Use separate file mymods.conf for your own builtin
+ modules rather than the automatically generated modules-bltin.
+
+ * Matt: 5596: Makefile dependencies for module compilation
+
+ * Sven: 5593: _path_files -w
+
+ * Sven: 5590: compadd -p, -s and -P fixes
+
+ * Sven: 5588: fix _most_recent_file idiocy
+
+ * Sven: 5586: addmatch fix (old completion wasn't working)
+
+ * pws: 5583: post-patch restructuring of _mh, _zftp,
+ _most_recent_file.
+
+ * Sven: 5582: _path_files will expand /u/ -> /usr/ even if /u
+ exists if nothing later on would match otherwise (got that?)
+
+ * Sven: 5574, 5578: Completion/README notes
+
+ * Sven: 5571: Functions/Builtins/_cd tests if $cdpath is set
+
+ * Sven: 5566: $foo[(b.<index>.i)<match>] starts searching $foo for
+ for <match> at <index>
+
+ * Sven: 5565, 5576: $NUMERIC gives the numeric argument in a zle
+ widget
+
+ * Sven: 5564, 5577, 5579: massive new completion reworking with
+ $words, $compstate, etc., etc.
+
+ * pws: 5561: attempted (untested) fix for QNX4 compilation;
+ halloc() is now zhalloc(). (By private email from
+ probin@qnx.co.uk, it seems the QNX problems are more
+ considerable with 3.1.5.)
+
+ * Sven: 5560: subscripting fixes in params.c: flags for scalars
+ and converting integer AA element to string
+
+ * pws: 5559: cd /.. doesn't show .. (except if RFS was detected).
+
+ * Larry P. Schrof: 5550: last -> previous in history documentation
+
+ * pws: 5557: configure.in for making sure signals really are
+ defined in the file found. This was in pws-10, but the patch
+ didn't appear on the list for four days.
+
+ * 3.1.5-pws-10 made available
+
+ * pws: unposted: Functions/Completion moved to Completion;
+ subdirectories Core, Base, Builtins, User, Commands created;
+ Completion/README created.
+
+ * Matt: 5553: under _WIN32, .exe suffix is optional for commands
+
+ * Sven: 5548: _path_files, _comp_parts
+
+ * Sven: 5547: group handling -J/-V in compadd
+
+ * pws: 5545: silly set -x mistake
+
+ * Sven: 5544: another completion cleanup
+
+ * Sven: 5543: compadd -X, zshcompwid manual
+
+ * pws: 5538: approximate pattern matching, (#a1)readme etc.
+
+ * pws: 5531: small init fix
+
+ * Sven: 5529: cleanup for Functions/Completion
+
+ * Sven: 5521: improved option handling for _path_files
+
+ * Sven: 5512, 5525: globcomplete fix for new completion
+
+ * Sven: 5511: make sure compctl is available for new completion
+
+ * pws: 5508: init and dump, globbing and printing.
+
+ * pws: unposted, see 5503: remove dynamic=no from configure.in when
+ underscore is needed.
+
+ * Sven: 5490: unset test for AA elements when substituting
+
+ * Sven: 5489: control for matching in _path_files and _comp_parts
+
+ * Sven: 5483: completeinword fixes
+
+ * Sven: 5476: quoting of tildes in Functions/Completion/_path_files
+
+ * Sven: 5471: range code knows not to handle associative arrays
+
+ * Sven: 5470: new completion conditions didn't handle untokenization
+ consistently.
+
+ * Sven: 5469: init fix and Functions/Completion/_comp_parts
+
+ * Sven: 5467: expn manual typo
+
+ * Sven: 5466: compwid manual for -after and -between
+
+ * Sven: 5455: keep track of which matcher specification to use
+
+ * Matt: 5330: I've put this back the way it original was. I hate
+ sed almost as much as awk.
+
+ * Martin Buchholz: 5448: libc.h can't be included on Debian Linux,
+ so only include it on NeXT where it's necessary.
+
+ * 3.1.5-pws-9 made available
+
+ * pws: unposted (but see 5440): zftp changes: more return 6's,
+ functions now do auto-open and avoid subshells.
+
+ * pws: 5436: set -x for function calls and ((...)).
+
+ * Sven: 5430: rewrite Functions/Completions with simplified syntax
+ (no #array type completions).
+
+ * Sven: 5429: $CONTEXT strings
+
+ * pws: 5425: fix pattern matching for new completion
+
+ * Sven: 5424: addmatches fix when not doing matching
+
+ * Sven: 5423: compadd accepts either - or -- to end options
+
+ * Sven: 5422: braces in completions were not tokenized; array
+ parameters wereused uncopied
+
+ * pws: 5421: setting same element of assoc array in full array
+ assignment crashed
+
+ * Sven: 5418: small addmatches fixes
+
+ * Sven: 5417: multiple subscripts with undefined array
+
+ * Sven: 5415: anchors in matchers shouldn't match variable part of
+ completion
+
+ * Sven: 5412: better matcher control
+
+ * Helmut Jarausch/pws: 5410: IRIX 6.5 problems in Etc/MACHINES
+
+ * pws: 5408: set -x output for [[ ... ]]
+
+ * pws: 5403: magicequalsubst now affects all ...=~...:~
+
+ * Sven: 5401: files -> __files
+
+ * Sven: 5400, 5402: print needs - in dump; auto-dump and use
+ $COMPDUMP file
+
+ * Sven: 5399, 5407: do_ambiguous overhaul
+
+ * pws: 5398: fixlet for __path_files
+
+ * pws: 5393: dump new completion status for faster init
+
+ * Sven: 5384, 5397: manual for new completion so far
+
+ * Andrej: 5377: Reliant UNIX configuration
+
+ * Oliver: 5374: compctl -T doc for ~dirs
+
+ * Oliver: 5372: change of mailing list host
+
+ * Bart: 5367: CVS ignores version.h
+
+ * 3.1.5-pws-8 made available
+
+ * pws: 5365: make dependencies for main.o, Makemod, zshpaths.h
+
+ * pws: 5364: 5281 now works
+
+ * pws: Misc/Completion now Functions/Completion, some new
+ new-style completions
+
+ * pws: 5362: #key-* completions allow >= 0 key bindings
+
+ * Sven: 5355: compadd -R function for suffix removal
+
+ * Sven: 5354: redisplaying completion lists, don't show if
+ completion failed
+
+ * Sven: 5352: new fignore handling
+
+ * pws/Bart: 5349, 5361: "$foo[@]" didn't get removed if $foo
+ wasn't set
+
+ * pws/Sven: 5341, 5351: completion init and __normal
+
+ * Sven: 5342, 5343: ignoring ignored prefix in new conditions
+
+ * Sven: 5341: modularise new completion shell code
+
+ * Sven: 5335: printing zle condition codes
+
+ * pws: 5332: emulate -L
+
+ * Sweth/Bart/pws: zsh-users/2121: Functions/allopt with the odd
+ emulate and local added
+
+ * pws/Matt: 5326, 5329, 5330: signames.c generation
+
+ * pws: 5321: compctl -LM
+
+ * Sven: 5320: keys available in zle widgets
+
+ * Sven: 5316: compctl matcher users reference counts
+
+ * Matt: 5311: CHAR(+) -> CHAR(43) in zmacros
+
+ * Bart: 5305: trashzle() crashed shell with loading dynamic but
+ zle builtin
+
+ * Bart: 5299: PWD, OLDPWD export confusion
+
+ * Bart: 5297: local variables and $argv doc
+
+ * Geoff: 5295: no ld -g on NetBSD
+
+ * 3.1.5-pws-7 made available
+
+ * pws; 5281: interrupts in getquery() weren't handled gracefully
+
+ * Sven: 5266: get matcher number in new completion functions
+
+ * Sven: 5265, 5284: rewrite of $foo:q and doc
+
+ * Sven: 5262: compctl -M, REC_EXACT fixes
+
+ * Sven: 5261, 5268: GLOB_COMPLETE docs
+
+ * Bart: 5260: new mailing lists in Meta-FAQ
+
+ * Bart: 5258: parameter scoping docs
+
+ * pws: 5247: typeset -T fix
+
+ * pws: Etc/MACHINES: Linux Alpha with egcs
+
+ * pws: 5233: .zlogout doc
+
+ * pws/Sven: 5229, 5234, 5235, 5269: bashautolist option
+
+ * Sven: 5120: use ${foo:q} for quoting completion prefix/suffix
+
+ * Sven: 5208: preliminary version of ${foo:q}
+
+ * Sven: 5207: completion in conditions
+
+ * Sven: 5206: completion in arrays
+
+ * Sven: 5203: o -> f, O -> o, O = ^o
+
+ * Sven: 5201: zle commands erase listing when minibuffer used
+
+ * pws: 5185, 5198: compctl documentation tidy-up
+
+ * Sven: 5183, 5199, 5200: ${(P)...} flag
+
+ * Sven: 5178: fix for command completion and pattern completions
+
+ * Bart: 5174: unset assoc array elements
+
+ * Sven: 5145, 5204: compadd -m, -F, -r
+
+ * Sven: 5144: partial word completion fix
+
+ * Matt: 5133: cygwin needs native getcwd()
+
+ * Matt Armstrong: 5132, 5151: makepro.awk can spit out
+ preprocessor lines, move init.pro inclusion
+
+ * Bart: 5129: vared assoc array and elements thereof
+
+ * Bart: 4965, missing hunk: unset assoc array when assigned as
+ scalar
+
+ * pws: 5054: zls
+
+ * 3.1.5-pws-6 made available
+
+ * Drazen Kacar/pws: 5118: unlock terminal device on Solaris
+
+ * pws: 5111: unsetting special zle variables
+
+ * Sven: 5107: glob qualifier o for modes
+
+ * pws: 5105: remove old zle -C, zle -C does new completion
+
+ * Sven: 5104: zle and widget information via variables
+
+ * Drazen Kacar/pws/Bart: 5103, 5113: terminal bug on Solaris with
+ Openwindows
+
+ * Sven: 5102: glob qualifiers doc
+
+ * pws: 5094, 5120: typeset -T MYPATH mypath; MYPATH=(foo),
+ mypath=foo fix; PATH=(foo) bug
+
+ * Sven: 5092: extra completion context
+
+ * Sven: 5060: completion in brace expansion
+
+ * Sven: 5059, 5065, 5085: compcall, compctl -K ' func', avoid
+ recursion, fix dynamic loading
+
+ * pws: 5047: make install doesn't make install.info
+
+ * Phil/Bart: 5032, 5037: zless with localoptions added
+
+ * Sven: 5022, 5045, 5078: ${(t)param} and nounset behaviour
+
+ * Andrej: 5016: insert zsh.info into dir when installing
+
+ * pws: new mirror site ftp://ftp.win.ne.jp/pub/shell/zsh/
+
+ * Sven: 4986, 4988: new-style completion after redirection
+
+ * Sven: 4981: fix completion whitespace for copy-previous-word
+
+ * Sven: 4979, 4987: new glob modifiers for sort order and
+ selecting items from list
+
+ * Sven: 4976: compadd and new-completion-examples
+
+ * Sven: 4975, 5007: comptl -M matches with *'s
+
+ * Sven: 4974: compctl list with single string
+
+ * Andrej: 5021: configuration on Reliant UNIX
+
+ * Bart: 4965: add-on
+
+ * Sven: 4957: completion after redirection
+
+ * Made available as 3.1.5-pws-5; top level directory now
+ zsh-3.1.5-pws-5
+
+ * Helmut Jarausch: 4947: part of patch missed
+
+ * Sven: 4850, 4881, 4941, 4942, 4943, 4944, 4946, 4949, 4950,
+ 4945: New completion system
+
+ * Sven: 4940: compctl -t (minor incompatibility)
+
+ * pws: 4939: configure checks for tgetent() accepts null but then
+ tgetstr() dumps core
+
+ * pws: 4931: compiler warnings
+
+ * Sven: 4930: completion after reserved words
+
+ * pws/Bart: 4923, 4924: findcmd() memory leak and comment
+
+ * pws: 4912: Etc/MACHINES
+
+ * pws: 4902: typeset neatness, -a, -m
+
+ * Bart: 4893: setting assoc array elements inside a substitution
+
+ * Andrej Borsenkow + pws: 4888: zftp shouldn't dup sockets until
+ connected
+
+ * Oliver Kiddle: 4887: configure
+
+ * Sven: 4880: conditions from module again
+
+ * Sven: 4879: group completion
+
+ * Sven: 4878: accept-and-menu-complete
+
+ * Bart: 4874: array slices
+
+ * Geoff: 4855: refresh line the same length as terminal width
+
+ * pws: 4852: zftp test subcommand
+
+ * Bart: 4851: sethparam(), part got missed
+
+ * 3.1.5-pws-4 made available
+
+ * Sven: 4845: isident()
+
+ * Sven: 4837, 4842: more for loadable conditions
+
+ * Sven: 4828: ignored character
+
+ * Bart/Sven: 4826, 4831, 4836: assoc array fixes
+
+ * Gene Cohler + pws: 4824, 4833, 4843: dynamical loading under
+ HPUX
+
+ * Sven: 4821: network byte order in zftp
+
+ * Bart: 4817: parameter documentation
+
+ * Sven: 4806, 4815, 4820, 4822, 4830: be careful when unloading
+ modules which may have side effects
+
+ * pws: 4805: define INADDR_NONE in zftp if not defined
+
+ * pws: 4801: compilation without HAVE_GETPWUID
+
+ * Bart: 4792: Handle --program-{suf,pre}fix in configure
+
+ * Bart: 4791: don't hash PWD after all
+
+ * Bart: 4789, 4794, 4795: sethparam(), setsparam; allow assoc
+ array assignment ${(AA)=assoc::=key1 val1 ...}
+
+ * Bart: 4788: some missing patches put back
+
+ * Phil: 4784: unused variable j in glob.c
+
+ * Phil: 4783: wtmp is in /var/log on Linux
+
+ * pws: 4779: compiling statically linked
+
+ * pws: version 3.1.5-pws-3 made available
+
+ * Sven: 4767: completion listing fix
+
+ * Bart: 4763, 4766, 4764: associative arrays using subscripting
+ flags and typeset output
+
+ * Bart: 4762: use of conddef without dynamic loading
+
+ * pws: 4761: zftp module
+
+ * Phil: 4737: typeset -a docs
+
+ * pws: 4736, 4754: ${foo/orig/new} subst as in bash; optimize
+ pattern matching in strings
+
+ * Phil Pennock: 4727: associative arrays in stat builtin
+
+ * Sven: 4716, 4732, 4734, 4742, 4769: allow modules for
+ conditions and wrappers around functions
+
+ * Sven: 4700: heap memory fixes suggested by Phil Pennock
+
+ * Sven: 4698, 4707: ignore completions if cursor not in
+ completable part of word
+
+ * Sven: 4697: zle_tricky.c
+
+ * pws: 4693: case-indendent globbing fix
+
+ * Bart: 4678: viforwardword
+
+ * pws: don't use vifirstnonblank()in vioperswapcase()
+
+ * Bart: 4674: scanmatchtable()
+
+ * Bart: 4482: cdmatch2
+
+ * Bart: 4644: delimiters in parameter substitution flags
+
+ * Bart: 4624: don't be too clever with optimizing when doing ***
+
+ * pws: 4612: 8 bit character input problem if char was signed
+
+ * Bart: 4606: error messages from parameters
+
+ * pws: 4601: rewrite prompt truncation in more predictable,
+ delimitable way
+
+ * Bart: 4599, 4602, 4608, 4641, 4653, 4654: associative arrays
+
+ * pws: 4596: allow PWD to be hashed on explicit user request
+
+ * pws: 4595: globbing fix for problem which showed up in `case'
+
+ * Wilfredo Sanchez: 4594: fix configure problems
+
+ * pws: 4591: test line length in prompt e.g. %(40l.yes.no)
+
+ * Bart: 4589: PWD and OLDPWD fix
+
+ * Bart: 4472: doc fixes
+
+ * Bart: 4471: fixes for shell functions
+
+ * Bart: line missed in zle_tricky.c when patching
+
+ * Bart: 4589: chpwd
+
+ * pws: lete2ctl update
+
+ * pws: fixsuffix() missed in delcharorlist() when patching
+
+ * Bart: 4574: doc fix
+
+ * Bart: 4570: flags to allow zle command not to interrupt
+ cumulative effects, deltochar
+
+ * pws: 4564: fix completion suffix for yank
+
+ * pws: 4533: ~PWD should not be displayed as such
+
+ * pws: 4513, 4552: case-insensitive globbing (#i)
+
+ * Sven: 4509, 4510, 4526, 4527, 4534, 4557: alternative matches in
+ completion (compctl -t), mapping between characters on line and
+ in matches (compctl -M)
+
+ * pws: 4477: change function names to avoid dynamic loading
+ clashes
+
+ * Bart: 4473, 4475, 4476: collected minor fixes since 3.1.5
+
+ * Zoli: 3933: AIX dynamic patch
+
Thu Oct 29 21:51:10 1998 Andrew Main <zefram@zsh.org>
* Config/version.mk: Version 3.1.5.