about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
* Fix .distfiles and .cvsignorePeter Stephenson2005-01-125-4/+6
|
* 20692: unset POSIXLY_CORRECT in test.Peter Stephenson2005-01-121-0/+4
| | | | unposted: minor comment change in _perforce
* * unposted: Completion/X/Command/_gnome-gv: move gnome-gv completion from ↵Clint Adams2005-01-111-0/+0
| | | | C/U/C to C/X/C.
* * 20665: improve completion for ggv/gnome-gv.Clint Adams2005-01-102-1/+7
|
* 20662: update for nedit 5.5Oliver Kiddle2005-01-101-0/+3
|
* list new functionsOliver Kiddle2005-01-101-6/+7
|
* * 20655: _deb_packages fix from Karl Chen.Clint Adams2005-01-091-1/+1
|
* * 20654: completion for wajig, and dpkg/deb_packages improvements from Karl ↵Clint Adams2005-01-093-6/+299
| | | | Chen.
* * 20650: completion for mencal.Clint Adams2005-01-081-0/+30
|
* * 20649: completion for cal and ncal.Clint Adams2005-01-081-0/+32
|
* unposted: limit some Perforce change completions to current clientPeter Stephenson2005-01-051-10/+23
|
* * 20639: Completion/Unix/Command/_bogofilter: improve 'bogoutil' completion ↵Clint Adams2004-12-271-22/+32
| | | | for 0.93.3.1.
* * 20637: Completion/Debian/Command/_lintian: add completion for 'lintian', ↵Clint Adams2004-12-252-1/+37
| | | | a Debian package checker.
* * 20636: Completion/Unix/Command/_bogofilter: add completion for ↵Clint Adams2004-12-251-11/+69
| | | | 'bogofilter' and 'bogotune' commands.
* * 20634: Completion/Unix/Command/_postfix: completion for postsuper.Clint Adams2004-12-241-0/+20
|
* * 20627: Completion/Unix/Command/_bogofilter: updated completion for newer ↵Clint Adams2004-12-161-2/+7
| | | | bogoutil.
* * 20626: Completion/Unix/Command/_baz: completion derived from _tla by Matt ↵Clint Adams2004-12-151-0/+690
| | | | Zimmerman.
* 20617: fix completion of compressed modules for 2.6; add insmod completionAndrey Borzenkov2004-12-101-2/+8
|
* update python completion for version 2.4Doug Kearns2004-12-061-0/+15
|
* update screen completion for version 4.00Doug Kearns2004-12-011-34/+49
|
* * 20583: Completion/Unix/Command/_ssh: complete "modern" optionsClint Adams2004-11-271-5/+12
| | | | such as GSSAPIAuthentication.
* offer multiuser screen sessions for attaching/detachingDoug Kearns2004-11-271-5/+5
|
* 20571: update javac completion for J2SE 5.0Doug Kearns2004-11-201-2/+2
|
* * unposted: Completion/Unix/Type/_pdf: complete pdf files for kpdf.Clint Adams2004-11-181-1/+1
|
* * Completion/Unix/Command/_bogofilter: fix -w/-p typo, which was noticed by ↵Clint Adams2004-11-181-1/+1
| | | | Michał Politowski.
* improved Mac completion, from Motoi WashidaPeter Stephenson2004-11-126-56/+885
|
* Use ";&" to have the new "(\$*)" case fall through to the continue.Wayne Davison2004-11-111-1/+1
|
* Handle $$ when expanding variables.Wayne Davison2004-11-101-1/+5
|
* _bittorrent, from Jussi PakkanenPeter Stephenson2004-11-091-0/+97
|
* * 20539: Completion/Unix/Command/_make: avoid problems minus signsClint Adams2004-11-021-1/+1
| | | | in expandVars().
* _comp_options needs NO_kshtypesetBart Schaefer2004-10-221-0/+1
|
* Added the 7 remaining options that were missing from the _argumentsWayne Davison2004-10-131-0/+6
| | | | list.
* Got rid of "cmdargs" local since it is no longer used.Wayne Davison2004-10-121-1/+1
|
* Added the new options for 2.6.3 (only omitting --checksum-seed, whichWayne Davison2004-10-071-2/+5
| | | | is an advanced option that is not needed by normal users).
* This version now uses a zsh function to parse the makefile insteadWayne Davison2004-10-011-20/+91
| | | | | | of awk or perl. That function has been enhanced to follow includes and to expand variables (which makes a target such as foo$(EXEEXT) expand into the right executable extention for the current system).
* 20427: Fix problem with _oldlist and custom completer.Peter Stephenson2004-10-011-1/+11
| | | | 20339: show-completer style
* * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by ↵Clint Adams2004-09-301-9/+6
| | | | not using awk.
* 20414: Completion/Unix/Type/_diff_options: correct missing minus in ↵Clint Adams2004-09-281-1/+1
| | | | --unified, spotted by Paul Wagland.
* Some improvements suggested by Oliver.Wayne Davison2004-09-281-12/+9
|
* unposted: improve p4 add to ignore files being added alreadyPeter Stephenson2004-09-271-1/+7
|
* Completion for the darcs revision control system. Derived fromWayne Davison2004-09-251-0/+14
| | | | the zsh completion example that ships with darcs.
* Unposted: update _perforce for release 2004.2Peter Stephenson2004-09-211-16/+99
|
* 20364: use $WIDGETSTYLE in _oldlistPeter Stephenson2004-09-161-3/+3
|
* Incorporate Jean-Baptiste Quenot's change that improves the parsingWayne Davison2004-08-241-1/+1
| | | | of the <target ...> tag.
* - Fixed the perl code that was using the @matches array.Wayne Davison2004-08-211-4/+3
| | | | - Simplified the other perl code just a little.
* One of the new parenthetical expressions needs to not return a valueWayne Davison2004-08-181-1/+1
| | | | so that it doesn't put items into the @matches array.
* Don't output a target "VAR" for a line of the form "VAR := VALUE".Wayne Davison2004-08-181-4/+4
|
* Don't output make targets all clumped into a single string when useperlWayne Davison2004-08-181-1/+1
| | | | is enabled.
* 20254: restrict scope of the default tag-order to fix a problem with cdrecordOliver Kiddle2004-08-111-0/+1
| | | | completion. Ideally the tag-order should go but _arguments currently needs it.
* 20237: handle mysqlimport, more mysql options. Redo screen session completionOliver Kiddle2004-08-072-70/+123
|