summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-04-28Tanaka: printer-detection moved to new _printers; used by _enscript (11001)Sven Wischnowsky5-58/+67
2000-04-28fix for reporting multiple actions in comparguments, options with ↵Sven Wischnowsky2-2/+8
non-optional arguments (11003)
2000-04-2810999: compinstall fixesPeter Stephenson2-2/+17
2000-04-28avoid wrapping around both horizontally and vertically at the same time (10992)Sven Wischnowsky2-6/+43
2000-04-2810980: Tanaka's enscript completion.Bart Schaefer2-0/+150
2000-04-2710985: compinstall enhancementsPeter Stephenson2-18/+79
2000-04-27new _history completer (10979)Sven Wischnowsky4-2/+49
2000-04-27better wrap around for cursor movement widgets; avoid flicker when leaving ↵Sven Wischnowsky2-6/+51
menu-selection (10978)
2000-04-27use $words[1] to call make in _make and throw away stderr and use _call (10977)Sven Wischnowsky2-1/+4
2000-04-27ensure $PWD is prepended to cache-names for long options in _arguments (10974)Sven Wischnowsky2-1/+6
2000-04-2710971: **/... always globbed dotsPeter Stephenson2-0/+7
2000-04-27fix for automatic option-argument completion with partially typed option in ↵Sven Wischnowsky2-3/+5
_arguments (10967)
2000-04-27document _wanted -C; fix for call to _wanted in _urls (10965)Sven Wischnowsky3-2/+9
2000-04-27fix for parse error with left-anchored patterns (10963)Sven Wischnowsky2-1/+4
2000-04-27make menu-selection handle undefined-key (10961)Sven Wischnowsky2-0/+5
2000-04-27*** empty log message ***Sven Wischnowsky1-1/+1
2000-04-27renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵Sven Wischnowsky9-74/+93
MENUSCROLL; no special value for LISTMAX to turn on list scrolling, this is done by setting LISTPROMPT now; default values for LISTPROMPT and MENUPROMPT when set but empty (10959)
2000-04-27added warning to _perl_modules for when perl not found on path (10949)Adam Spiers2-0/+6
2000-04-26ensure options are set as expected in _history_complete_word and ↵Sven Wischnowsky3-2/+12
_bash_completions (10933)
2000-04-26new fileSven Wischnowsky1-0/+20
2000-04-26*** empty log message ***Sven Wischnowsky2-5/+6
2000-04-26better perl module completion from Adam (10892)Sven Wischnowsky2-22/+40
2000-04-26new completion for GNU zip from Tanaka (10890)Sven Wischnowsky3-5/+88
2000-04-26new completion function for xset from Tanaka (10885)Sven Wischnowsky1-0/+197
2000-04-26allow to anchor on gaps between strings in matching control specs (10926)Sven Wischnowsky5-40/+125
2000-04-26faster test for `*'-patterns in matching control; prefer direct character ↵Sven Wischnowsky2-4/+42
matches over match specs in recursive invocations of match_str() (10925)
2000-04-26fix for matching control; improve merging cline lists (10924)Sven Wischnowsky2-9/+24
2000-04-26better default value for list-prompt style (10923)Sven Wischnowsky2-1/+4
2000-04-26file-sort made $fignore fail (10922)Sven Wischnowsky2-13/+17
2000-04-25don't show empty hidden matches even in menu-selection (10917)Sven Wischnowsky3-4/+22
2000-04-25re-calculate number of line with mark when needed; make default prompts more ↵Sven Wischnowsky3-2/+22
consistent (10916)
2000-04-25forgotten fix for _arguments using multiple actions (10915)Sven Wischnowsky2-2/+5
2000-04-25don't always ignore backslashes in paths when testing file type (10912)Sven Wischnowsky2-0/+6
2000-04-25small fix for _requested to be able to use _all_labels from within it (10910)Sven Wischnowsky4-3/+13
2000-04-25report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ↵Sven Wischnowsky4-9/+40
use them to be able to expand $foo (10909)
2000-04-25make _arguments use more than one action when appropriate; add ↵Sven Wischnowsky13-169/+473
_argument_sets to complete different sets of arguments and options for the same command (10908)
2000-04-25Things that are in the ChangeLog but that somehow didn't get changed.Bart Schaefer2-2/+2
2000-04-2510900: Depend modules-bltin upon config.status rather than upon Makefile.Bart Schaefer2-32/+94
2000-04-20don't remove *all* .zwc files, keep the first one (10881)Sven Wischnowsky2-1/+6
2000-04-20fix off-by-one error in scrolled menu-selections (10868)Sven Wischnowsky2-10/+14
2000-04-20Add new completions for AIX commandsOliver Kiddle10-0/+110
2000-04-20new completions for FreeBSD commands (10861)Sven Wischnowsky5-0/+144
2000-04-20default values for styles in _expand_word, listing expansions with ^Xd, ↵Sven Wischnowsky4-10/+67
_expand uses add-space style (10854)
2000-04-20Add completion for file descriptorsOliver Kiddle4-6/+38
2000-04-19add zstyle+ (this is the *real* 3.1.7-pre-1)Peter Stephenson2-3/+5
2000-04-19Test additions; 3.1.7-pre-1Peter Stephenson6-4/+536
2000-04-19Ollivier Robert: 10844: prefer curses to termcap on HPUX 11Peter Stephenson2-1/+6
2000-04-1910833: new print completion and complete nothing for clear and lognameOliver Kiddle4-4/+36
2000-04-1910830: Doc/Makefile.in: don't force dvips to use 300 dpi.Peter Stephenson2-57/+213
2000-04-19ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ↵Sven Wischnowsky3-181/+1463
but zsh/complete isn't (10828)