Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

3.1.6-dev-21



Geoff has transferred 3.1.6-dev-21 to
  ftp://ftp.zsh.org/zsh/development/zsh-3.1.6-dev-21.tar.gz
(and it's already an antique, and some completion files are missing...)

The Changelog is as follows.  Look for some much more variety in the names
of the people adding the entry in future.  Whoopee.


2000-04-01  Peter Stephenson  <pws@xxxxxxxxxxxxxxxxxxxxxxxx>

	* 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@xxxxxxxxxxxxxxxxxxxxxxxx>

	* 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@xxxxxxxxxxxxxxxxxxxxxxxx>

	* pws: 10320: Src/pattern.c: freeing of buffer was messed up in 
	10284.
	
2000-03-28  Peter Stephenson  <pws@xxxxxxxxxxxxxxxxxxxxxxxx>

	* 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@xxxxxxxxxxxxxxxxxxxxxxxx>

	* 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@xxxxxxxxxxxxxxxxxxxxxxxx>

	* 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@xxxxxxxxxxxxxxxxxxxxxxxx>

	* 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.

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
Work: pws@xxxxxxxxxxxxxxxxxxxxxxxxx
Web: http://www.pwstephenson.fsnet.co.uk



Messages sorted by: Reverse Date, Date, Thread, Author