summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
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
2004-05-01 * 19863: Completion/Zsh/Type/_command_names, Doc/Zsh/compsys.yo:Clint Adams1-0/+8
allow search path for command names to be overridden by means of new command-path style.
2004-04-28 * 19845: Completion/Debian/Command/_apt-move: apt-moveClint Adams3-13/+61
completion function from Steven Kowalik.
2004-04-2719839, 19842: improve handling of #q in qualifiersPeter Stephenson1-2/+6
2004-04-26unposted: aap short and long options are mutually exclusiveDoug Kearns1-16/+16
2004-04-2319825: add changes stylePeter Stephenson1-2/+9
2004-04-2019767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle8-57/+68
completion system to be used with ksh_autoload set
2004-04-1919798: rudimentary completion for bogoutil.Clint Adams2-0/+58
2004-04-18 * 19792: Completion/X/Command/_mplayer: complete .m2v and .m2p,Clint Adams1-1/+1
thanks to Rene H. Larsen.
2004-04-1719790: complete functions after -a and allow multiple -z/-k optionsOliver Kiddle1-14/+17
2004-04-1619775: new completion for phpDoug Kearns3-2/+39
2004-04-15 * 19606: Completion/Unix/Command/_tla: switch tla completion toClint Adams1-7/+966
the version by Jason McCarty, Erik Toubro Nielsen, and Rob Weir.
2004-04-14* Jay Berkenbilt: 19769: Completion/Unix/Command/_rsync:Clint Adams1-2/+2
fix quoting for remote file completion, add -L to ls command.
2004-04-14Ingo Rohlfs: 19747: complete files/urls for svn cp and mv commandsOliver Kiddle1-1/+1
2004-04-14add missing local declarationOliver Kiddle1-1/+1
2004-04-1419768: add clue to insecure directories warning and send errors to stderrOliver Kiddle1-9/+10
2004-03-3019708: change getent() to handle two argumentsOliver Kiddle1-1/+7