about summary refs log tree commit diff
path: root/Completion
Commit message (Expand)AuthorAgeFilesLines
* 11033: 3.1.7-pre-2 zsh-3.1.7-pre-2Peter Stephenson2000-04-302-3/+7
* completion for joeClint Adams2000-04-301-0/+38
* 11024: The _complete_debug widget enables and captures xtrace from completion.Bart Schaefer2000-04-301-0/+26
* 11017: Completion/Linux/_rpm: fixes for --rmsource and --recompileAdam Spiers2000-04-291-6/+11
* 11013: more compinstall fixesPeter Stephenson2000-04-281-1/+4
* Tanaka: printer-detection moved to new _printers; used by _enscript (11001)Sven Wischnowsky2000-04-284-58/+63
* 10999: compinstall fixesPeter Stephenson2000-04-281-2/+12
* 10980: Tanaka's enscript completion.Bart Schaefer2000-04-281-0/+146
* 10985: compinstall enhancementsPeter Stephenson2000-04-271-18/+74
* new _history completer (10979)Sven Wischnowsky2000-04-272-2/+38
* use $words[1] to call make in _make and throw away stderr and use _call (10977)Sven Wischnowsky2000-04-271-1/+1
* ensure $PWD is prepended to cache-names for long options in _arguments (10974)Sven Wischnowsky2000-04-271-1/+1
* fix for automatic option-argument completion with partially typed option in _...Sven Wischnowsky2000-04-271-3/+2
* document _wanted -C; fix for call to _wanted in _urls (10965)Sven Wischnowsky2000-04-271-1/+1
* renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL...Sven Wischnowsky2000-04-271-12/+14
* added warning to _perl_modules for when perl not found on path (10949)Adam Spiers2000-04-271-0/+1
* ensure options are set as expected in _history_complete_word and _bash_comple...Sven Wischnowsky2000-04-262-2/+8
* new fileSven Wischnowsky2000-04-261-0/+20
* *** empty log message ***Sven Wischnowsky2000-04-262-5/+6
* better perl module completion from Adam (10892)Sven Wischnowsky2000-04-261-22/+37
* new completion for GNU zip from Tanaka (10890)Sven Wischnowsky2000-04-262-5/+81
* new completion function for xset from Tanaka (10885)Sven Wischnowsky2000-04-261-0/+197
* allow to anchor on gaps between strings in matching control specs (10926)Sven Wischnowsky2000-04-261-10/+21
* better default value for list-prompt style (10923)Sven Wischnowsky2000-04-261-1/+1
* file-sort made $fignore fail (10922)Sven Wischnowsky2000-04-261-13/+13
* re-calculate number of line with mark when needed; make default prompts more ...Sven Wischnowsky2000-04-251-2/+2
* small fix for _requested to be able to use _all_labels from within it (10910)Sven Wischnowsky2000-04-253-3/+9
* report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ...Sven Wischnowsky2000-04-251-3/+9
* make _arguments use more than one action when appropriate; add _argument_sets...Sven Wischnowsky2000-04-259-77/+170
* Things that are in the ChangeLog but that somehow didn't get changed.Bart Schaefer2000-04-251-1/+1
* Add new completions for AIX commandsOliver Kiddle2000-04-209-0/+104
* new completions for FreeBSD commands (10861)Sven Wischnowsky2000-04-204-0/+140
* default values for styles in _expand_word, listing expansions with ^Xd, _expa...Sven Wischnowsky2000-04-202-7/+50
* Add completion for file descriptorsOliver Kiddle2000-04-203-6/+32
* 10833: new print completion and complete nothing for clear and lognameOliver Kiddle2000-04-193-4/+30
* default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use var...Sven Wischnowsky2000-04-191-2/+3
* fix completion after ~<num> (10812)Sven Wischnowsky2000-04-181-1/+8
* handle list-prompt in compinstallPeter Stephenson2000-04-181-3/+23
* change suffix added when completing an assigned value (10807)Sven Wischnowsky2000-04-181-2/+2
* completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new...Sven Wischnowsky2000-04-182-0/+13
* 10772: Chmouel: rpm --target completionPeter Stephenson2000-04-171-0/+5
* better completion after `=', everywhere (10780)Sven Wischnowsky2000-04-174-11/+47
* make _tags use C-code for braces in tag-order values; and misc. stuff (10775)Sven Wischnowsky2000-04-173-5/+4
* 10763: complete after : for typeset & friendsClint Adams2000-04-141-2/+8
* missing `+'s in _diffoptions (10760)Sven Wischnowsky2000-04-141-9/+9
* remove the `pids' tag, use `processes' instead (10733)Sven Wischnowsky2000-04-132-7/+10
* 10706: Andrej: Fix quoting in awk args.Bart Schaefer2000-04-121-1/+1
* 10700: Andrej: Support Pyramid's internationalized manpaths.Bart Schaefer2000-04-121-6/+37
* Use _arguments for bindkey completion and fix small typo in docsOliver Kiddle2000-04-121-6/+35
* allow brace expansion on patterns for file-patterns and tag-order (10695)Sven Wischnowsky2000-04-122-7/+11