summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
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
2001-11-1416247: Mandrake _urpmi completionAndrey Borzenkov1-0/+111
2001-11-0616224: add -n option to kill and complete options from _killOliver Kiddle3-13/+24
2001-11-0216177: also look in /usr/lib/locale/TZ for time zonesOliver Kiddle1-1/+1
2001-11-0116197: `limit' accepts `unlimited'.Bart Schaefer3-8/+17
2001-10-2616174: complete value of $TZOliver Kiddle4-6/+13
2001-10-2216092: Completion/Unix/Command/_mysql_utils: don't override settings in ↵Adam Spiers1-3/+3
~/.my.cnf
2001-10-19fix: make _describe handle (...) arguments correctly; use _file_descriptors ↵Sven Wischnowsky3-5/+19
after -t in conditions; don't display empty descriptions in _file_descriptors (16085)
2001-10-1716078: zip -rClint Adams1-1/+2
2001-10-17don't use _comp_ignore while building paths, only at end (16076)Sven Wischnowsky1-4/+4
2001-10-14Fix typos.Bart Schaefer1-2/+2
2001-10-11use expanded paths (expand style with value prefix) only when we are at the ↵Sven Wischnowsky1-2/+6
last matcher spec (16002)
2001-10-1016006: use styles for mail directory, pine directory, and muttrc.Clint Adams1-10/+15
2001-10-1016005: Completion/Unix/Command/_mount: check /etc/filesystems under Linux.Clint Adams1-4/+6
2001-10-1016000: completion for debchange(dch)Clint Adams2-1/+16
2001-10-09change file completion default to offer globbed files and directories on ↵Sven Wischnowsky1-10/+30
first try (15995)
2001-10-0915994: Completion/compinstall: handle list-suffixes; make prompts at end ofPeter Stephenson1-6/+31
function more transparent.