summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-11-08*** empty log message ***Sven Wischnowsky2-1/+9
2000-11-08aloow value `pattern' for insert-unambiguous style to preserve patterns in ↵Sven Wischnowsky5-38/+133
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)
2000-11-06Remove no-op test of $compstate[nmatches].Bart Schaefer2-2/+7
2000-11-06Adapt nslookup for 13123.Bart Schaefer2-1/+4
2000-11-06Tweak interactiveness of cloned shell.Bart Schaefer1-1/+1
2000-11-06Make zpty more like eval.Bart Schaefer4-64/+65
2000-11-05Assorted read_poll() and zpty cleanup.Bart Schaefer5-74/+147
2000-11-05Use bareglobqual.Bart Schaefer2-0/+4
2000-11-05Better streaming behavior from `zpty -r', plus other cleanup.Bart Schaefer2-43/+26
2000-11-02show current/previous job in $jobstates (3503)Sven Wischnowsky4-12/+25
2000-11-01don't reset just-edited trap function to old value (13107)Sven Wischnowsky2-1/+6
2000-10-30make assignament to $nameddirs behave like hash -d (13095)Sven Wischnowsky2-9/+23
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 Wischnowsky2-5/+11
all files as a default for co (3472)
2000-10-25re-display list for cleanup only if we were in menu selection (13084)Sven Wischnowsky2-1/+9
2000-10-25add a counter for invalidatelist() to allow finding out if there is a new ↵Sven Wischnowsky3-3/+20
list (13082)
2000-10-24avoid printing file type characters in completion lists for matches ending ↵Sven Wischnowsky3-3/+11
in a slash (13071)
2000-10-23change some tags used in filename completion: no tag for file-sort, ↵Sven Wischnowsky3-9/+16
fake-files and ignore-parents, paths for accept-exact (13037)
2000-10-22Fix "vared -e".Bart Schaefer2-3/+11
2000-10-21Fix "vared -h" in shell scripts.Bart Schaefer3-3/+13
2000-10-19simplify setting standard completion system options using $_comp_options (13036)Sven Wischnowsky10-16/+35
2000-10-19make non-blocking IO on ptys work again; add -t option to test if command is ↵Sven Wischnowsky6-17/+55
still alive (13035)
2000-10-19Changed Src/hist.c (13034).Wayne Davison1-0/+5
2000-10-19Don't call histreduceblanks() if the line didn't parse right.Wayne Davison1-4/+5
2000-10-18Typo.Bart Schaefer1-1/+1
2000-10-18Typo.Bart Schaefer2-1/+5
2000-10-17Fix release numberPeter Stephenson1-1/+1
2000-10-17*** empty log message ***Sven Wischnowsky2-2/+10
2000-10-173.1.6-dev-7Peter Stephenson5-5/+14
2000-10-16*** empty log message ***Sven Wischnowsky2-0/+20
2000-10-14Document tty mode restoration.Bart Schaefer2-2/+14
2000-10-13two completion matching fixes; wrong (path) prefix matching (removed path ↵Sven Wischnowsky2-5/+11
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 Wischnowsky4-126/+26
zstyle -e (12974)
2000-10-12rename fake style to fake-files (12973)Sven Wischnowsky4-5/+11
2000-10-1112958: configure fix for NCR compilerAndrey Borzenkov2-0/+6
2000-10-11*** empty log message ***Sven Wischnowsky1-0/+1
2000-10-11add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky12-108/+318
representing all other matches; remove completions style from _expand(|_word) (12960)
2000-10-11make user defined completion widgets leave menu selection without accepting ↵Sven Wischnowsky3-5/+19
the currently selected match (12959)
2000-10-10follow-up to 12942, only a missing redirection (12948)Sven Wischnowsky2-23/+8
2000-10-10*** empty log message ***Sven Wischnowsky4-15/+38
2000-10-10add fake-parameters style to allow completing parameters which are not yet ↵Sven Wischnowsky3-5/+17
set (12946)
2000-10-10*** empty log message ***Sven Wischnowsky2-4/+4
2000-10-10temporarily remove global aliases to avoid error message inside the evals ↵Sven Wischnowsky2-4/+25
(12942)
2000-10-10follow-up to 12930, make it first try exact character matches, but enable it ↵Sven Wischnowsky2-7/+36
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 Wischnowsky2-1/+15
`nomatch') (12930)
2000-10-06search for *.tif file, too (12919)Sven Wischnowsky3-89/+38
2000-10-06more option setting cleanup; remove some unnecessary setopts, remove N ↵Sven Wischnowsky17-35/+39
qualifiers (12917)
2000-10-06Other places where `unsetopt cshnullglob' is needed.Bart Schaefer9-16/+27
2000-10-05autoload --> automountBart Schaefer1-1/+1