about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 13194: change in module configuration systemPeter Stephenson2000-11-261-0/+17
|
* ALL_EXPORT tweaks.Bart Schaefer2000-11-251-0/+6
|
* * 13181: Completion/Debian/_apt: add an action for _alternative.Tanaka Akira2000-11-221-0/+4
|
* Tweak auto-suffix-removal for _rcp and _scp.Bart Schaefer2000-11-201-0/+7
|
* Avoid cd in _perl_modules.Bart Schaefer2000-11-151-0/+4
|
* Changes inspired by Paul J. in case multiple versions of perl are installed.Bart Schaefer2000-11-141-0/+14
|
* don't be sure that read-ahead doesn't contains nuls (13163)Sven Wischnowsky2000-11-141-0/+5
|
* Update system configuration guessing stuff from GNU.Peter Stephenson2000-11-131-0/+5
|
* use unmetafy() to allow writing special characters into a pty (13156)Sven Wischnowsky2000-11-131-0/+5
|
* unposted: add new options, fix thinkos for reportbug completionClint Adams2000-11-121-0/+3
|
* unposted: complete files for reportbug --include= and completion for querybtsClint Adams2000-11-121-0/+5
|
* Restore entry for 13140.Bart Schaefer2000-11-111-0/+4
|
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-111-148/+160
| | | | pws: 13109, 13111: clear up zle display when output produced in trap.
* 13125: evalute muttrc's mailboxes directive in case of backticks.Clint Adams2000-11-091-3/+3
|
* *** empty log message ***Sven Wischnowsky2000-11-091-1/+1
|
* Try blocking read() in read_poll() only if select() returns error (orBart Schaefer2000-11-081-0/+5
| | | | doesn't exist).
* *** 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)