about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky2000-05-311-0/+6
|
* use compadd -[ak] (11549)Sven Wischnowsky2000-05-311-0/+36
|
* Andrej: fix for ${..//..} with % in search string (11660)Sven Wischnowsky2000-05-311-0/+3
|
* allow using menu-select for compdef -k (i.e.: autoload zsh/complist in such ↵Sven Wischnowsky2000-05-311-0/+6
| | | | cases) (11686)
* Wayne: pattern.c unitialised varPeter Stephenson2000-05-311-0/+13
| | | | Zero-length arrays now possible with $array[1,0]
* move to last cursor after not asking a second time if list should be shown ↵Sven Wischnowsky2000-05-311-0/+3
| | | | (11682)
* fix for ignore-line style (11679)Sven Wischnowsky2000-05-311-0/+2
|
* avoid reporting the same ->state more than once (11678)Sven Wischnowsky2000-05-311-0/+5
|
* AIX depenency fix (11661)Oliver Kiddle2000-05-301-0/+4
|
* Etc/MACHINES tweak; 3.1.7 releasedPeter Stephenson2000-05-301-0/+6
|
* fixes for _arguments without multiple sets; change completion test for empty ↵Sven Wischnowsky2000-05-301-0/+6
| | | | actions (11647)
* 11644: Use `print -s' in _complete_debug.Bart Schaefer2000-05-301-0/+2
|
* 11643: Updates for _rpm.Bart Schaefer2000-05-301-0/+3
|
* Wayne: Fix two history bugs that were causing theBart Schaefer2000-05-301-0/+5
| | | | failure of `print -s'.
* Add comment.Bart Schaefer2000-05-291-0/+5
|
* doc fix, missing `)' (11638)Sven Wischnowsky2000-05-291-0/+2
|
* make _path_files use glob qualifiers from the line when doing pattern ↵Sven Wischnowsky2000-05-291-0/+3
| | | | matching (11635)
* make handling of default tag clearer in the docs (3101)Sven Wischnowsky2000-05-291-0/+3
|
* matching bugs with patterns with two anchors (11634)Sven Wischnowsky2000-05-291-0/+3
|
* keep information about things to complete in _arguments (11631)Sven Wischnowsky2000-05-291-0/+3
|
* fixes for _arguments with sets; make _zpty not use sets (11624)Sven Wischnowsky2000-05-291-0/+6
|
* 11618: Fix bad shift.Bart Schaefer2000-05-281-0/+4
|
* 11616: netinet/in_systm.h againPeter Stephenson2000-05-281-0/+6
|
* use of _arguments for completion of a couple more builtins (11615)Oliver Kiddle2000-05-281-3/+8
|
* 11606 and 11607.Bart Schaefer2000-05-271-0/+10
|
* 11599: check for d&x bits on @INC directories in _perl_modulesClint Adams2000-05-261-0/+6
|
* 11587: Felix Rosencrantz: Src/pattern.c: uninitialised variablePeter Stephenson2000-05-261-0/+10
| | | | 11590: various cygwin fixes
* disable vared if zle is not enabled (11566)Sven Wischnowsky2000-05-261-0/+4
|
* Split _arguments calls into sets to avoid long mutex lists (11579)Oliver Kiddle2000-05-251-0/+5
|
* beautify format of compdump file (11576)Sven Wischnowsky2000-05-251-0/+3
|
* fix for special-dirs when used with -g patterns (11570)Sven Wischnowsky2000-05-251-0/+3
|
* better cursor-movement in menu-selection (11569)Sven Wischnowsky2000-05-251-0/+5
|
* 11567: FD_CLOEXEC in zftp.cPeter Stephenson2000-05-251-0/+4
|
* force listing in _complete_debug; make complist with list-scrolling stopt at ↵Sven Wischnowsky2000-05-251-0/+7
| | | | the end of the list when prompt would scroll it out; fix _in_vared to handle `foo[bar]' (11565)
* 11561: no RC_QUOTES in $'..'Peter Stephenson2000-05-241-0/+3
|
* 11560: Doc/Zsh/expn.yo: pipes are pipes even if plumbing isn't.Peter Stephenson2000-05-241-0/+4
|
* 11554: Rearrange _arguments doc some more.Bart Schaefer2000-05-241-0/+4
|
* fix for comparguments to make -s have an effect again (11552)Sven Wischnowsky2000-05-241-0/+5
|
* 11548: -h flag for ispellClint Adams2000-05-241-0/+5
|
* 11542: Doc/Zsh/compsys.yo: more wording `improvements'Peter Stephenson2000-05-231-0/+4
|
* Minor completion fixes (11541)Oliver Kiddle2000-05-231-0/+4
|
* Suffix handling improvements for url completion (11539)Oliver Kiddle2000-05-231-0/+5
|
* 11537: new _complete_tag functionPeter Stephenson2000-05-231-0/+6
|
* doc clarifications for zparseopts (11536)Sven Wischnowsky2000-05-231-0/+2
|
* add -[ak] options to compadd (11533)Sven Wischnowsky2000-05-231-0/+4
|
* add -E option to zparseopts (11530)Sven Wischnowsky2000-05-231-0/+3
|
* use `set -A' instead of `eval' in more places (11525)Sven Wischnowsky2000-05-231-0/+5
|
* fix for read -q without a shout (11524)Sven Wischnowsky2000-05-231-0/+2
|
* save and restore more variables in bufferwords(); move gotword() into core ↵Sven Wischnowsky2000-05-231-0/+6
| | | | (11523)
* Don't lose empty arguments (11517)Oliver Kiddle2000-05-221-0/+4
|