about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Sven Wischnowsky2000-11-081-0/+3
|
* aloow value `pattern' for insert-unambiguous style to preserve patterns in ↵Sven Wischnowsky2000-11-081-0/+9
| | | | the original string; add list-suffixes style to make file completion list path suffixes if possible; slightly improved completion of pathnames with multiple pattern-components (13128)
* Remove no-op test of $compstate[nmatches].Bart Schaefer2000-11-061-0/+5
|
* Adapt nslookup for 13123.Bart Schaefer2000-11-061-0/+3
|
* Make zpty more like eval.Bart Schaefer2000-11-061-0/+9
|
* Assorted read_poll() and zpty cleanup.Bart Schaefer2000-11-051-0/+9
|
* Use bareglobqual.Bart Schaefer2000-11-051-0/+3
|
* Better streaming behavior from `zpty -r', plus other cleanup.Bart Schaefer2000-11-051-0/+6
|
* show current/previous job in $jobstates (3503)Sven Wischnowsky2000-11-021-0/+5
|
* don't reset just-edited trap function to old value (13107)Sven Wischnowsky2000-11-011-0/+5
|
* make assignament to $nameddirs behave like hash -d (13095)Sven Wischnowsky2000-10-301-0/+5
|
* Fix small typos.Bart Schaefer2000-10-251-3/+3
|
* use return value of _files, don't use ${PRE,SUF}FIX for globbing, complete ↵Sven Wischnowsky2000-10-251-0/+4
| | | | all files as a default for co (3472)
* re-display list for cleanup only if we were in menu selection (13084)Sven Wischnowsky2000-10-251-0/+3
|
* add a counter for invalidatelist() to allow finding out if there is a new ↵Sven Wischnowsky2000-10-251-0/+5
| | | | list (13082)
* avoid printing file type characters in completion lists for matches ending ↵Sven Wischnowsky2000-10-241-0/+6
| | | | in a slash (13071)
* change some tags used in filename completion: no tag for file-sort, ↵Sven Wischnowsky2000-10-231-0/+6
| | | | fake-files and ignore-parents, paths for accept-exact (13037)
* Fix "vared -e".Bart Schaefer2000-10-221-0/+6
|
* Fix "vared -h" in shell scripts.Bart Schaefer2000-10-211-0/+5
|
* simplify setting standard completion system options using $_comp_options (13036)Sven Wischnowsky2000-10-191-0/+10
|
* make non-blocking IO on ptys work again; add -t option to test if command is ↵Sven Wischnowsky2000-10-191-0/+6
| | | | still alive (13035)
* Changed Src/hist.c (13034).Wayne Davison2000-10-191-0/+5
|
* Typo.Bart Schaefer2000-10-181-1/+1
|
* Typo.Bart Schaefer2000-10-181-0/+4
|
* Fix release numberPeter Stephenson2000-10-171-1/+1
|
* *** empty log message ***Sven Wischnowsky2000-10-171-1/+6
|
* 3.1.6-dev-7 zsh-3.1.9-dev-7Peter Stephenson2000-10-171-0/+8
|
* *** empty log message ***Sven Wischnowsky2000-10-161-0/+4
|
* Document tty mode restoration.Bart Schaefer2000-10-141-0/+6
|
* two completion matching fixes; wrong (path) prefix matching (removed path ↵Sven Wischnowsky2000-10-131-0/+6
| | | | components) and reverse order of sub-strings in match-strings (12995)
* remove possibility for func() entries in tag-order style, can be done using ↵Sven Wischnowsky2000-10-121-0/+4
| | | | zstyle -e (12974)
* rename fake style to fake-files (12973)Sven Wischnowsky2000-10-121-0/+6
|
* 12958: configure fix for NCR compilerAndrey Borzenkov2000-10-111-0/+4
|
* add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky2000-10-111-0/+8
| | | | representing all other matches; remove completions style from _expand(|_word) (12960)
* make user defined completion widgets leave menu selection without accepting ↵Sven Wischnowsky2000-10-111-0/+6
| | | | the currently selected match (12959)
* follow-up to 12942, only a missing redirection (12948)Sven Wischnowsky2000-10-101-0/+3
|
* add fake-parameters style to allow completing parameters which are not yet ↵Sven Wischnowsky2000-10-101-0/+6
| | | | set (12946)
* *** empty log message ***Sven Wischnowsky2000-10-101-1/+1
|
* temporarily remove global aliases to avoid error message inside the evals ↵Sven Wischnowsky2000-10-101-0/+3
| | | | (12942)
* follow-up to 12930, make it first try exact character matches, but enable it ↵Sven Wischnowsky2000-10-101-0/+6
| | | | to go back to try match specs if it fails after accepting such character matches (12941)
* Tiny clarification.Bart Schaefer2000-10-091-1/+1
|
* prefer exact character matches over match specs (so that `nom' can match ↵Sven Wischnowsky2000-10-091-0/+5
| | | | `nomatch') (12930)
* search for *.tif file, too (12919)Sven Wischnowsky2000-10-061-0/+3
|
* more option setting cleanup; remove some unnecessary setopts, remove N ↵Sven Wischnowsky2000-10-061-0/+12
| | | | qualifiers (12917)
* Other places where `unsetopt cshnullglob' is needed.Bart Schaefer2000-10-061-0/+11
|
* autoload --> automountBart Schaefer2000-10-051-1/+1
|
* cleanup for 12896 (12901)Sven Wischnowsky2000-10-051-0/+2
|
* unset cshnullglob (12899)Sven Wischnowsky2000-10-051-0/+2
|
* don't return invalid Eprog after parse error (12898)Sven Wischnowsky2000-10-051-0/+2
|
* comparguments: don't use rest-argument-specification if it was inactivated ↵Sven Wischnowsky2000-10-051-0/+3
| | | | (12897)