summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
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
2001-12-12allow tag-order to select order of files and urls (16323)Oliver Kiddle2-11/+2
2001-12-12allow tag-order to select order of files and urls (16330)Oliver Kiddle4-28/+30
2001-12-1116327: glob for udebs as well as debsClint Adams1-15/+15
2001-12-1116326: completion for mozilla, some more web browsers in webbrowserClint Adams3-1/+101
2001-12-1116325: update for wget 1.8Oliver Kiddle1-11/+18
2001-12-11new mtools completionOliver Kiddle2-1/+157
2001-12-1116320: factor out file system completion to new functionOliver Kiddle4-37/+60
2001-12-0916315: completion for spamassassinClint Adams2-1/+16
2001-12-07users/4503: don't complete source or header files after gcc -oPeter Stephenson1-1/+1
2001-12-06users/4519: complete files in all argument positions for zip (bug fix)Oliver Kiddle1-1/+1
2001-11-2916293: completion for arpingClint Adams2-1/+21
2001-11-2916292: completion for rsyncClint Adams2-1/+6
2001-11-2616291: Gergely Nagy: check ~/.dupload.conf, tweak sed expression to handle ↵Clint Adams1-1/+1
hooks.
2001-11-1816264: don't use grep and sed in _dputClint Adams1-3/+1
2001-11-16Fix typo in _urpmi for urpmi.addmediaChmouel Boudjnah1-1/+1
2001-11-1516257: completion for dput from Tollef Fog Heen <tollef@add.no>Clint Adams2-1/+32
2001-11-15unposted: version 4.1.0-dev-3 with associated .distfiles tidyingPeter Stephenson2-0/+7
2001-11-1516254: complete map names after ypmatchPeter Stephenson1-1/+2
16255: options for default output base for zcalc