Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
3.1.7-pre-2
- X-seq: zsh-workers 11034
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: 3.1.7-pre-2
- Date: Sun, 30 Apr 2000 22:13:47 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I have uploaded this at
ftp://ftp.zsh.org/zsh/development/zsh-3.1.7-pre-2.tar.gz
2000-04-30 Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
* 11033: Completion/Commands/.distfiles,
Completion/User/.distfiles, Config/version.mk, Etc/NEWS:
new NEWS and minor fixes for version 3.1.7-pre-2.
2000-04-30 Bart Schaefer <schaefer@xxxxxxx>
* 11032: Src/init.c: Fix signed-ness problem reported by OPK.
2000-04-30 Oliver Kiddle <opk@xxxxxxx>
* 11031: Src/math.c, Src/glob.c, Src/module.c, Src/Zle/compcore.c
Src/Zle/compresult.c: AIX dependency fixes.
2000-04-30 Bart Schaefer <schaefer@xxxxxxx>
* 11029: Src/hashtable.c, Src/signals.c: Back out more bits of
11015 made obsolete by 11026.
2000-04-30 Clint Adams <schizo@xxxxxxxxxx>
* 11027: Josip Rodin: Completion/User/_joe:
completion for joe.
2000-04-30 Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
* 11026: Src/builtin.c, Src/hashtable.c, Src/signals.c,
Test/08traps.ztst: fix unfunction problem for localtraps by
always copying traps to be saved, hence decoupling saved and actual
traps.
2000-04-30 Bart Schaefer <schaefer@xxxxxxx>
* 11024: Completion/Commands/_complete_debug, Doc/Zsh/compsys.yo:
Completion widget that enables and captures xtrace output.
2000-04-29 Adam Spiers <adam@xxxxxxxxxx>
* 11019: Doc/Zsh/compsys.yo: fix bug in _description example
* 11017: Completion/Linux/_rpm: fixes for --rmsource and
--recompile options, and for breakage caused by 10772
2000-04-28 Bart Schaefer <schaefer@xxxxxxx>
* 11015: Src/builtin.c, Src/hashtable.c, Src/signals.c:
`unfunction TRAPxxx' now works with localtraps in effect.
2000-04-28 Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
* pws: 11013: Completion/Core/compinstall: more breaks and
a completion context.
2000-04-28 Bart Schaefer <schaefer@xxxxxxx>
* 11012: Doc/Zsh/intro.yo, Doc/Zsh/manual.yo: Reorder menus
to match sections in 11008.
2000-04-28 Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
* 11008: Doc/zsh.yo, Doc/Zsh/compctl.yo, Doc/Zsh/compsys.yo,
Doc/Zsh/compwid.yo, Doc/Zsh/modules.yo, Doc/Zsh/seealso.yo,
Doc/Zsh/zle.yo: move compctl docs behind compsys, mention
`zcompile -z' in compsys
* 11007: Src/Zle/compmatch.c: misplaced cursor with partial-word
matching
* Tanaka: 11001: Completion/User/_enscript, Completion/User/_lp,
Completion/User/_printers: printer-detection moved to new
_printers; used by _enscript
* 11003: Src/Zle/computil.c: fix for reporting multiple actions in
comparguments, options with non-optional arguments
2000-04-28 Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
* pws: 10999: Completion/Core/compinstall: some idiot didn't
get searching of alternative files for definitions to work properly.
2000-04-28 Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
* 10992: Src/Zle/complist.c: avoid wrapping around both
horizontally and vertically at the same time
2000-04-27 Bart Schaefer <schaefer@xxxxxxx>
* Tanaka Akira: 10980: Completion for enscript.
2000-04-27 Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
* 10985: Completion/Core/compinstall: _oldlist, list-prompt and
matcher-list enhancements.
2000-04-27 Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
* 10979: originally from Felix: 10894: Completion/Core/.distfiles,
Completion/Core/_history, Doc/Zsh/compsys.yo: new _history completer
* 10978: Src/Zle/complist.c: better wrap around for cursor
movement widgets; avoid flicker when leaving menu-selection
* 10977: and Andrej: 10976: Completion/User/_make: use $words[1]
to call make in _make and throw away stderr and use _call
* 10974: Completion/Base/_arguments: ensure $PWD is prepended to
cache-names for long options in _arguments
2000-04-27 Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
* 10971: Src/pattern.c: noglobdots didn't work with the PAT_ANY
flag, which meant that **/ always globbed dots.
2000-04-27 Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
* 10967: Completion/Base/_arguments: fix for automatic
option-argument completion with partially typed option in _arguments
* 10965: and Felix: 10952: Completion/User/_urls,
Doc/Zsh/compsys.yo: document _wanted -C; fix for call to _wanted
in _urls
* 10963: Src/Zle/complete.c: fix for parse error with
left-anchored patterns
* 10961: Src/Zle/complist.c: make menu-selection handle
undefined-key
* 10959: Completion/Core/_main_complete, Doc/Zsh/compsys.yo,
Doc/Zsh/mod_complist.yo, Src/params.c, Src/Zle/compcore.c,
Src/Zle/complete.c, Src/Zle/complist.c, Src/Zle/compresult.c:
renamed parameters for menu selection to MENUSELECT, MENUPROMPT
and MENUSCROLL; no special value for LISTMAX to turn on list
scrolling, this is done by setting LISTPROMPT now; default values
for LISTPROMPT and MENUPROMPT when set but empty
2000-04-27 Adam Spiers <adam@xxxxxxxxxx>
* 10949: Completion/User/_perl_modules: print warning when
perl not found on PATH forces guessing of @INC
2000-04-26 Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
* 10933: Completion/Commands/_bash_completions,
Completion/Commands/_history_complete_word: ensure options are set
as expected in _history_complete_word and _bash_completions
* Adam Spiers: 10892: Completion/User/_perl_modules: ensure perl
is there and better pattern for searching modules
* Tanaka Akira: 10890: Completion/User/_gunzip,
Completion/User/_gzip, Completion/User/_zcat: new completion for
GNU zip commands
* Tanaka Akira: 10885: Completion/X/_xset: new completion function
for xset
* 10926: Completion/X/_x_color, Doc/Zsh/compwid.yo, Src/Zle/complete.c,
Src/Zle/compmatch.c: allow to anchor on gaps between strings in
matching control specs
* 10925: Src/Zle/compmatch.c: faster test for `*'-patterns in
matching control; prefer direct character matches over match specs
in recursive invocations of match_str()
* 10924: Src/Zle/compmatch.c: fix for matching control; improve
merging cline lists
* 10923: Completion/Core/_main_complete: better default value for
list-prompt style
* 10922: Completion/Core/_path_files: file-sort made $fignore fail
2000-04-25 Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
* 10917: Src/Zle/complist.c, Src/Zle/compresult.c: don't show
empty hidden matches even in menu-selection
* 10916: Completion/Core/_main_complete, Src/Zle/complist.c:
re-calculate number of line with mark when needed; make default
prompts more consistent
* 10915: Src/Zle/computil.c: forgotten fix for _arguments using
multiple actions
* 10912: Src/Zle/compresult.c: don't always ignore backslashes in
paths when testing file type
* 10910: Completion/Base/_tilde, Completion/Core/_all_labels,
Completion/Core/_requested: small fix for _requested to be able to
use _all_labels from within it
* 10909: Completion/Core/_expand, Src/Zle/compcore.c,
Src/Zle/compresult.c: report prefix/suffix of parameter expansion
in IPREFIX/ISUFFIX; make _expand use them to be able to expand $foo
* 10908: Completion/Base/.distfiles, Completion/Base/_argument_sets,
Completion/Base/_arguments, Completion/Base/_describe,
Completion/Builtins/_bindkey, Completion/Builtins/_compdef,
Completion/Builtins/_emulate, Completion/Builtins/_zpty,
Completion/Core/_tags, Doc/Zsh/compsys.yo,
Etc/completion-style-guide, Src/Zle/computil.c: make _arguments
use more than one action when appropriate; add _argument_sets to
complete different sets of arguments and options for the same command
2000-04-24 Bart Schaefer <schaefer@xxxxxxx>
* 10900: Src/Makefile.in: Replace a dependency on Makefile with a
more accurate dependency on config.status.
2000-04-20 Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
* 10881: Functions/Misc/zrecompile: don't remove *all* .zwc files,
keep the first one
* 10868: Src/Zle/complist.c: fix off-by-one error in scrolled
menu-selections
* 10861: Completion/Bsd/.distfiles, Completion/Bsd/_bsd_pkg,
Completion/Bsd/_cvsup, Completion/Bsd/_kld: new completions for
FreeBSD commands
* 10854: Completion/Commands/_expand_word, Completion/Core/_expand,
Doc/Zsh/compsys.yo: default values for styles in _expand_word,
listing expansions with ^Xd, _expand uses add-space style
2000-04-20 Oliver Kiddle <opk@xxxxxxx>
* 10857: Completion/AIX/.distfiles Completion/AIX/_floppy
Completion/AIX/_lsdev Completion/AIX/_lslv Completion/AIX/_lspv
Completion/AIX/_lsvg Completion/AIX/_physical_volumes
Completion/AIX/_smit Completion/AIX/_volume_groups: new completions
for AIX commands
* 10848: Completion/Builtins/_print, Completion/Core/.distfiles,
Completion/Core/_file_descriptors: Add completion for file
descriptors
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
Work: pws@xxxxxxxxxxxxxxxxxxxxxxxxx
Web: http://www.pwstephenson.fsnet.co.uk
Messages sorted by:
Reverse Date,
Date,
Thread,
Author