summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2002-03-0616769: Completion/Unix/Command/_gcc: fix typoAdam Spiers1-1/+1
2002-03-05unposted: usual fixups for .distfilesPeter Stephenson2-1/+2
2002-03-04allow different sets of completion definitions selected with option -T to ↵Sven Wischnowsky20-278/+397
compdef; use this for parameter values and redirections (16755)
2002-03-0116748: Fix infinite loop introduced by 16464.Bart Schaefer1-1/+1
2002-02-25make _message inhibit insertion of matches unless there are faked ones (16710)Sven Wischnowsky1-0/+2
2002-02-25make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ↵Sven Wischnowsky6-16/+17
change uses of _guard (16708)
2002-02-21Fix sed expression to correctly extract option names from ~/.pinerc file.Bart Schaefer1-1/+1
2002-02-2016619, 16676: add -c, -l and -p options to the dirs builtinOliver Kiddle3-3/+13
2002-02-18fix test for prefix-needed (16667)Sven Wischnowsky1-3/+2
2002-02-1716662: use parameter expansion instead of grep, sed, and seq.Clint Adams1-3/+3
2002-02-14Gergely Nagy, 16644: completion for cdcd.Clint Adams2-1/+102
2002-02-12add -x option (to be passed on to compadd) to _description and friends; make ↵Sven Wischnowsky6-48/+34
_message respect any -[12VJ] options it gets, adding the message to that group (16609)
2002-02-0816590: use a prefix match instead of a "fuzzy-exact" match.Clint Adams1-1/+1
2002-02-0516568: get listing of entire directory for approximation and other purposes.Clint Adams1-7/+1
2002-02-0516566: show ls -F classifiers as display strings.Clint Adams1-8/+16
2002-02-0416555: add | to bracket expression, 2>/dev/nullClint Adams1-4/+4
2002-02-0416553: differentiate between files and directories during remote scp completion.Clint Adams1-2/+7
2002-02-04Fixed some problems with _cvs and flags. Fixed _perl to complete a scriptFelix Rosencrantz2-5/+6
args with _normal.
2002-02-0316540: short options and local filesClint Adams1-1/+20
2002-02-01Akinori Musha: 16534: a few bug fixes and some wording fixesOliver Kiddle1-21/+29
2002-01-30fixlet to avoid an empty string in an array; cause completion after cd ↵Sven Wischnowsky1-0/+2
without any matches to not report that there were no matches (16515)
2002-01-3016514: initscript completion fixesClint Adams1-2/+2
2002-01-28slight improvement for 16500 to allow completion after ./<TAB> in all cases ↵Sven Wischnowsky1-6/+1
(16507)
2002-01-2716500: don't complete executable files in the current directory if "." is ↵Clint Adams1-1/+10
not in path.
2002-01-22add new generic fake style and changes to the C-code for that (different ↵Sven Wischnowsky8-8/+34
implementation of compadd -x) (16483)
2002-01-21allow arguments to be given to functions used by compdef (actually, the ↵Sven Wischnowsky4-14/+18
strings are eval'uated, so this should be powerful enough) (16472)
2002-01-18*** empty log message ***Oliver Kiddle1-1/+1
2002-01-17use pager style instead of $EDITOR and fix bad substitution in exclusion listsOliver Kiddle4-42/+40
2002-01-1616463: apt-cache showsrc completionClint Adams1-0/+1
2002-01-1616461: a number of minor completion function updatesOliver Kiddle21-44/+75
2002-01-1416449: new chkconfig completion for both the RedHat and IRIX commandsOliver Kiddle1-0/+33
2002-01-1416443: fix urpmi.addmedia --distrib; set cache policy just onceAndrey Borzenkov1-11/+12
2002-01-1316437: changes for new urpi in cookerAndrey Borzenkov1-100/+113
2002-01-10allow manual pages to be shown separated by section with new ↵Sven Wischnowsky2-2/+23
separate-sections style (16426)
2002-01-07fix nested _tags-loops by re-initialising the outer one when leaving the ↵Sven Wischnowsky1-2/+3
inner one (16407)
2002-01-07fixes for completion of signal names with SIG prefix and for completing ↵Sven Wischnowsky3-9/+17
command names instead of pids (16406)
2002-01-06users/4483: with "cvs add" et al., complete names of locally removed (butBart Schaefer1-1/+1
not committed) files.
2002-01-0416398: updated zstyle completion and related cleanupOliver Kiddle5-65/+121
2002-01-0316397: use nul instead of colon to avoid problems with _value: functionsOliver Kiddle1-21/+16
2002-01-0316396: fix argument handling bugsOliver Kiddle1-6/+10
2002-01-0316393: completion for Christoph Martin's apt-show-versions script.Clint Adams2-1/+22
2002-01-02users/4561: fix code for finding the zipfile's name in the current command-lineOliver Kiddle1-4/+2
2002-01-0216384: new completion for xli/xloadimage and factor out completion of X visualsOliver Kiddle8-6/+99
2001-12-2616375: command completion for fshClint Adams2-0/+24
2001-12-2116372: allow signal names to be prefixed by `SIG' with kill builtin and fixOliver Kiddle1-1/+2
problem with no argument to kill -n and -s options
2001-12-19add missing description argument in _values calls (16366)Oliver Kiddle3-5/+6
2001-12-19new ifconfig completion (16366)Oliver Kiddle4-2/+106
2001-12-1716349: completion for make-kpkgClint Adams2-1/+25
2001-12-1416336: use apt-cache --generate pkgnames instead of dumpavailClint Adams1-3/+1
2001-12-1416335: apt-cache -g, --all-names, --recurse, pkgnames, dotty, policy completionsClint Adams1-1/+7