summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2004-12-01update screen completion for version 4.00Doug Kearns1-34/+49
2004-11-27 * 20583: Completion/Unix/Command/_ssh: complete "modern" optionsClint Adams1-5/+12
such as GSSAPIAuthentication.
2004-11-27offer multiuser screen sessions for attaching/detachingDoug Kearns1-5/+5
2004-11-2020571: update javac completion for J2SE 5.0Doug Kearns1-2/+2
2004-11-18 * unposted: Completion/Unix/Type/_pdf: complete pdf files for kpdf.Clint Adams1-1/+1
2004-11-18 * Completion/Unix/Command/_bogofilter: fix -w/-p typo, which was noticed by ↵Clint Adams1-1/+1
Michał Politowski.
2004-11-12improved Mac completion, from Motoi WashidaPeter Stephenson6-56/+885
2004-11-11Use ";&" to have the new "(\$*)" case fall through to the continue.Wayne Davison1-1/+1
2004-11-10Handle $$ when expanding variables.Wayne Davison1-1/+5
2004-11-09_bittorrent, from Jussi PakkanenPeter Stephenson1-0/+97
2004-11-02 * 20539: Completion/Unix/Command/_make: avoid problems minus signsClint Adams1-1/+1
in expandVars().
2004-10-22_comp_options needs NO_kshtypesetBart Schaefer1-0/+1
2004-10-13Added the 7 remaining options that were missing from the _argumentsWayne Davison1-0/+6
list.
2004-10-12Got rid of "cmdargs" local since it is no longer used.Wayne Davison1-1/+1
2004-10-07Added the new options for 2.6.3 (only omitting --checksum-seed, whichWayne Davison1-2/+5
is an advanced option that is not needed by normal users).
2004-10-01This version now uses a zsh function to parse the makefile insteadWayne Davison1-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).
2004-10-0120427: Fix problem with _oldlist and custom completer.Peter Stephenson1-1/+11
20339: show-completer style
2004-09-30 * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by ↵Clint Adams1-9/+6
not using awk.
2004-09-2820414: Completion/Unix/Type/_diff_options: correct missing minus in ↵Clint Adams1-1/+1
--unified, spotted by Paul Wagland.
2004-09-28Some improvements suggested by Oliver.Wayne Davison1-12/+9
2004-09-27unposted: improve p4 add to ignore files being added alreadyPeter Stephenson1-1/+7
2004-09-25Completion for the darcs revision control system. Derived fromWayne Davison1-0/+14
the zsh completion example that ships with darcs.
2004-09-21Unposted: update _perforce for release 2004.2Peter Stephenson1-16/+99
2004-09-1620364: use $WIDGETSTYLE in _oldlistPeter Stephenson1-3/+3
2004-08-24Incorporate Jean-Baptiste Quenot's change that improves the parsingWayne Davison1-1/+1
of the <target ...> tag.
2004-08-21- Fixed the perl code that was using the @matches array.Wayne Davison1-4/+3
- Simplified the other perl code just a little.
2004-08-18One of the new parenthetical expressions needs to not return a valueWayne Davison1-1/+1
so that it doesn't put items into the @matches array.
2004-08-18Don't output a target "VAR" for a line of the form "VAR := VALUE".Wayne Davison1-4/+4
2004-08-18Don't output make targets all clumped into a single string when useperlWayne Davison1-1/+1
is enabled.
2004-08-1120254: restrict scope of the default tag-order to fix a problem with cdrecordOliver Kiddle1-0/+1
completion. Ideally the tag-order should go but _arguments currently needs it.
2004-08-0720237: handle mysqlimport, more mysql options. Redo screen session completionOliver Kiddle2-70/+123
2004-08-0720236: fix problem with keep-prefix style where a modifier removes the prefixOliver Kiddle1-2/+3
2004-08-0720235: sync remote file completion against _ssh to fix bug with quote handlingOliver Kiddle1-25/+20
2004-08-01 * 20230: Completion/Debian/Command/_apt: dumb down apt-getClint Adams1-1/+1
install completion and always complete from all available packages.
2004-07-2820204: Motoi Washida: typo in _retrieve_cachePeter Stephenson1-1/+1
2004-07-2820200 plus unposted: fix MIME stuff,Peter Stephenson2-12/+17
don't let _kfmclient drop through to `no more arguments' unnecessarily
2004-07-2620199: improve MIME handling.Peter Stephenson5-1/+138
2004-07-2320180 (based on Jean-Baptiste Quenot's 20177): fix to work on BSD systemsOliver Kiddle1-3/+3
2004-07-23Motoi Washida: 20179: new completions for Mac OS XOliver Kiddle5-0/+137
2004-07-19Jean-Baptiste Quenot: 20167: find targets enclosed in single quotesOliver Kiddle1-1/+1
2004-06-24Fix typos in some descriptions.Bart Schaefer1-3/+3
2004-06-1820077: fix completion of reserved wordsOliver Kiddle2-2/+2
2004-06-18_arguments fix for configure, unconfirmedPeter Stephenson1-2/+2
2004-06-1720069: complete character encodings case-insensitively for GNU iconvOliver Kiddle1-25/+25
2004-06-1720059: check for systems using . separator instead of for those using :Oliver Kiddle1-3/+3
2004-06-16users/7553: include zsh version in dump file to avoid problems with upgradesOliver Kiddle2-2/+4
2004-06-1520055: Completion/Unix/Command/_tla: additions and fixes from Jason McCarty.Clint Adams1-748/+500
2004-06-03users/7467: quoted commands weren't found in dispatcher lokoupPeter Stephenson1-0/+4
2004-05-28 * 19991: Completion/Unix/Command/_lynx: complete .htm files too.Clint Adams1-1/+1
2004-05-19unposted: _perforce: minor tweak to revision syntaxPeter Stephenson1-3/+14