summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2000-11-01don't reset just-edited trap function to old value (13107)Sven Wischnowsky1-0/+5
2000-10-30make assignament to $nameddirs behave like hash -d (13095)Sven Wischnowsky1-0/+5
2000-10-25Fix small typos.Bart Schaefer1-3/+3
2000-10-25use return value of _files, don't use ${PRE,SUF}FIX for globbing, complete ↵Sven Wischnowsky1-0/+4
all files as a default for co (3472)
2000-10-25re-display list for cleanup only if we were in menu selection (13084)Sven Wischnowsky1-0/+3
2000-10-25add a counter for invalidatelist() to allow finding out if there is a new ↵Sven Wischnowsky1-0/+5
list (13082)
2000-10-24avoid printing file type characters in completion lists for matches ending ↵Sven Wischnowsky1-0/+6
in a slash (13071)
2000-10-23change some tags used in filename completion: no tag for file-sort, ↵Sven Wischnowsky1-0/+6
fake-files and ignore-parents, paths for accept-exact (13037)
2000-10-22Fix "vared -e".Bart Schaefer1-0/+6
2000-10-21Fix "vared -h" in shell scripts.Bart Schaefer1-0/+5
2000-10-19simplify setting standard completion system options using $_comp_options (13036)Sven Wischnowsky1-0/+10
2000-10-19make non-blocking IO on ptys work again; add -t option to test if command is ↵Sven Wischnowsky1-0/+6
still alive (13035)
2000-10-19Changed Src/hist.c (13034).Wayne Davison1-0/+5
2000-10-18Typo.Bart Schaefer1-1/+1
2000-10-18Typo.Bart Schaefer1-0/+4
2000-10-17Fix release numberPeter Stephenson1-1/+1
2000-10-17*** empty log message ***Sven Wischnowsky1-1/+6
2000-10-173.1.6-dev-7Peter Stephenson1-0/+8
2000-10-16*** empty log message ***Sven Wischnowsky1-0/+4
2000-10-14Document tty mode restoration.Bart Schaefer1-0/+6
2000-10-13two completion matching fixes; wrong (path) prefix matching (removed path ↵Sven Wischnowsky1-0/+6
components) and reverse order of sub-strings in match-strings (12995)
2000-10-12remove possibility for func() entries in tag-order style, can be done using ↵Sven Wischnowsky1-0/+4
zstyle -e (12974)
2000-10-12rename fake style to fake-files (12973)Sven Wischnowsky1-0/+6
2000-10-1112958: configure fix for NCR compilerAndrey Borzenkov1-0/+4
2000-10-11add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky1-0/+8
representing all other matches; remove completions style from _expand(|_word) (12960)
2000-10-11make user defined completion widgets leave menu selection without accepting ↵Sven Wischnowsky1-0/+6
the currently selected match (12959)
2000-10-10follow-up to 12942, only a missing redirection (12948)Sven Wischnowsky1-0/+3
2000-10-10add fake-parameters style to allow completing parameters which are not yet ↵Sven Wischnowsky1-0/+6
set (12946)
2000-10-10*** empty log message ***Sven Wischnowsky1-1/+1
2000-10-10temporarily remove global aliases to avoid error message inside the evals ↵Sven Wischnowsky1-0/+3
(12942)
2000-10-10follow-up to 12930, make it first try exact character matches, but enable it ↵Sven Wischnowsky1-0/+6
to go back to try match specs if it fails after accepting such character matches (12941)
2000-10-09Tiny clarification.Bart Schaefer1-1/+1
2000-10-09prefer exact character matches over match specs (so that `nom' can match ↵Sven Wischnowsky1-0/+5
`nomatch') (12930)
2000-10-06search for *.tif file, too (12919)Sven Wischnowsky1-0/+3
2000-10-06more option setting cleanup; remove some unnecessary setopts, remove N ↵Sven Wischnowsky1-0/+12
qualifiers (12917)
2000-10-06Other places where `unsetopt cshnullglob' is needed.Bart Schaefer1-0/+11
2000-10-05autoload --> automountBart Schaefer1-1/+1
2000-10-05cleanup for 12896 (12901)Sven Wischnowsky1-0/+2
2000-10-05unset cshnullglob (12899)Sven Wischnowsky1-0/+2
2000-10-05don't return invalid Eprog after parse error (12898)Sven Wischnowsky1-0/+2
2000-10-05comparguments: don't use rest-argument-specification if it was inactivated ↵Sven Wischnowsky1-0/+3
(12897)
2000-10-05cleanup (12896)Sven Wischnowsky1-0/+4
2000-10-05complete after autoloaded directories (a rather ugly hack); remove old code ↵Sven Wischnowsky1-0/+8
in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892)
2000-10-04* 12886: Completion/User/_cvs: make _cvs_vendor_branches to handleTanaka Akira1-0/+5
remote-access style.
2000-10-04don't stop parsing too early when completing inside a command substitution ↵Sven Wischnowsky1-0/+3
(12885)
2000-10-04don't forget a displayed list when starting menu completion (12884)Sven Wischnowsky1-0/+5
2000-10-04* 12872: Completion/User/_cvs: Fix modules completion when a cvsrootTanaka Akira1-0/+8
specified in a command line begins with tilde. Generate subcommand list from `cvs --help-commands' and `cvs --help-synonyms'. Complete remote modules. Complete vendor branch for a second argument of `cvs import'. Use _call.
2000-10-02Change some zerr to zwarn for consistency.Bart Schaefer1-0/+8
2000-10-01unposted: remove unused variable declaration from ztat()Clint Adams1-0/+4
2000-09-2712863: remove ztrdupstrip, use VARARR in ztatClint Adams1-0/+5