summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2000-05-02completion cleanup, mostly _wanted and $expl (11049)Sven Wischnowsky8-16/+14
2000-05-02make completion-in-vared complete parameter values as default; cleanup for ↵Sven Wischnowsky3-58/+56
_path_files (11048)
2000-05-02completion doc fixes and cleanup; _sort_tags updated (11047)Sven Wischnowsky1-19/+10
2000-05-01don't fail on nonexistent ~/.nedit file.Bart Schaefer2-4/+5
2000-05-01Use of _arguments in _bzip2 (11041)Oliver Kiddle3-6/+57
2000-04-3011033: 3.1.7-pre-2Peter Stephenson2-3/+7
2000-04-30completion for joeClint Adams1-0/+38
2000-04-3011024: The _complete_debug widget enables and captures xtrace from completion.Bart Schaefer1-0/+26
2000-04-2911017: Completion/Linux/_rpm: fixes for --rmsource and --recompileAdam Spiers1-6/+11
options, and for breakage caused by 10772
2000-04-2811013: more compinstall fixesPeter Stephenson1-1/+4
2000-04-28Tanaka: printer-detection moved to new _printers; used by _enscript (11001)Sven Wischnowsky4-58/+63
2000-04-2810999: compinstall fixesPeter Stephenson1-2/+12
2000-04-2810980: Tanaka's enscript completion.Bart Schaefer1-0/+146
2000-04-2710985: compinstall enhancementsPeter Stephenson1-18/+74
2000-04-27new _history completer (10979)Sven Wischnowsky2-2/+38
2000-04-27use $words[1] to call make in _make and throw away stderr and use _call (10977)Sven Wischnowsky1-1/+1
2000-04-27ensure $PWD is prepended to cache-names for long options in _arguments (10974)Sven Wischnowsky1-1/+1
2000-04-27fix for automatic option-argument completion with partially typed option in ↵Sven Wischnowsky1-3/+2
_arguments (10967)
2000-04-27document _wanted -C; fix for call to _wanted in _urls (10965)Sven Wischnowsky1-1/+1
2000-04-27renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵Sven Wischnowsky1-12/+14
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 Spiers1-0/+1
2000-04-26ensure options are set as expected in _history_complete_word and ↵Sven Wischnowsky2-2/+8
_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 Wischnowsky1-22/+37
2000-04-26new completion for GNU zip from Tanaka (10890)Sven Wischnowsky2-5/+81
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 Wischnowsky1-10/+21
2000-04-26better default value for list-prompt style (10923)Sven Wischnowsky1-1/+1
2000-04-26file-sort made $fignore fail (10922)Sven Wischnowsky1-13/+13
2000-04-25re-calculate number of line with mark when needed; make default prompts more ↵Sven Wischnowsky1-2/+2
consistent (10916)
2000-04-25small fix for _requested to be able to use _all_labels from within it (10910)Sven Wischnowsky3-3/+9
2000-04-25report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ↵Sven Wischnowsky1-3/+9
use them to be able to expand $foo (10909)
2000-04-25make _arguments use more than one action when appropriate; add ↵Sven Wischnowsky9-77/+170
_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 Schaefer1-1/+1
2000-04-20Add new completions for AIX commandsOliver Kiddle9-0/+104
2000-04-20new completions for FreeBSD commands (10861)Sven Wischnowsky4-0/+140
2000-04-20default values for styles in _expand_word, listing expansions with ^Xd, ↵Sven Wischnowsky2-7/+50
_expand uses add-space style (10854)
2000-04-20Add completion for file descriptorsOliver Kiddle3-6/+32
2000-04-1910833: new print completion and complete nothing for clear and lognameOliver Kiddle3-4/+30
2000-04-19default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use ↵Sven Wischnowsky1-2/+3
variable-width strings (10816)
2000-04-18fix completion after ~<num> (10812)Sven Wischnowsky1-1/+8
2000-04-18handle list-prompt in compinstallPeter Stephenson1-3/+23
2000-04-18change suffix added when completing an assigned value (10807)Sven Wischnowsky1-2/+2
2000-04-18completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for ↵Sven Wischnowsky2-0/+13
new used parameters, use local keymap when waiting at list-prompt (10801)
2000-04-1710772: Chmouel: rpm --target completionPeter Stephenson1-0/+5
2000-04-17better completion after `=', everywhere (10780)Sven Wischnowsky4-11/+47
2000-04-17make _tags use C-code for braces in tag-order values; and misc. stuff (10775)Sven Wischnowsky3-5/+4
2000-04-1410763: complete after : for typeset & friendsClint Adams1-2/+8
2000-04-14missing `+'s in _diffoptions (10760)Sven Wischnowsky1-9/+9