Oliver Kiddle
9040271492
20662: update for nedit 5.5
2005-01-10 12:34:04 +00:00
Oliver Kiddle
6db9e1287b
list new functions
2005-01-10 11:18:30 +00:00
Clint Adams
fd976e490b
* 20655: _deb_packages fix from Karl Chen.
2005-01-09 06:34:10 +00:00
Clint Adams
52a5481b1a
* 20654: completion for wajig, and dpkg/deb_packages improvements from Karl Chen.
2005-01-09 06:23:51 +00:00
Clint Adams
0470a378b6
* 20650: completion for mencal.
2005-01-08 05:06:07 +00:00
Clint Adams
923be82207
* 20649: completion for cal and ncal.
2005-01-08 05:02:02 +00:00
Peter Stephenson
dc295b3131
unposted: limit some Perforce change completions to current client
2005-01-05 15:56:59 +00:00
Clint Adams
35b31bdb62
* 20639: Completion/Unix/Command/_bogofilter: improve 'bogoutil' completion for 0.93.3.1.
2004-12-27 17:05:40 +00:00
Clint Adams
9cd0ddd828
* 20637: Completion/Debian/Command/_lintian: add completion for 'lintian', a Debian package checker.
2004-12-25 16:27:24 +00:00
Clint Adams
ffe7a845bf
* 20636: Completion/Unix/Command/_bogofilter: add completion for 'bogofilter' and 'bogotune' commands.
2004-12-25 15:40:29 +00:00
Clint Adams
f46e37a3dc
* 20634: Completion/Unix/Command/_postfix: completion for postsuper.
2004-12-24 19:50:15 +00:00
Clint Adams
11841cdc72
* 20627: Completion/Unix/Command/_bogofilter: updated completion for newer bogoutil.
2004-12-16 03:26:31 +00:00
Clint Adams
a4c3d06744
* 20626: Completion/Unix/Command/_baz: completion derived from _tla by Matt Zimmerman.
2004-12-15 17:33:36 +00:00
Andrey Borzenkov
582732d05f
20617: fix completion of compressed modules for 2.6; add insmod completion
2004-12-10 16:05:25 +00:00
Doug Kearns
48582a9a60
update python completion for version 2.4
2004-12-06 12:50:59 +00:00
Doug Kearns
5e2d881858
update screen completion for version 4.00
2004-12-01 14:15:22 +00:00
Clint Adams
9a68e6425b
* 20583: Completion/Unix/Command/_ssh: complete "modern" options
...
such as GSSAPIAuthentication.
2004-11-27 17:41:22 +00:00
Doug Kearns
fdae219903
offer multiuser screen sessions for attaching/detaching
2004-11-27 15:20:28 +00:00
Doug Kearns
f1846d402b
20571: update javac completion for J2SE 5.0
2004-11-20 17:35:00 +00:00
Clint Adams
7daa6320b4
* unposted: Completion/Unix/Type/_pdf: complete pdf files for kpdf.
2004-11-18 15:18:11 +00:00
Clint Adams
a01ba07763
* Completion/Unix/Command/_bogofilter: fix -w/-p typo, which was noticed by Michał Politowski.
2004-11-18 15:12:45 +00:00
Peter Stephenson
24a68220a1
improved Mac completion, from Motoi Washida
2004-11-12 11:47:41 +00:00
Wayne Davison
e4ba1a2ec8
Use ";&" to have the new "(\$*)" case fall through to the continue.
2004-11-11 19:05:25 +00:00
Wayne Davison
115c000e25
Handle $$ when expanding variables.
2004-11-10 17:28:25 +00:00
Peter Stephenson
40f62b6201
_bittorrent, from Jussi Pakkanen
2004-11-09 10:47:54 +00:00
Clint Adams
07d95ba04c
* 20539: Completion/Unix/Command/_make: avoid problems minus signs
...
in expandVars().
2004-11-02 23:26:42 +00:00
Bart Schaefer
12b44290ff
_comp_options needs NO_kshtypeset
2004-10-22 15:51:48 +00:00
Wayne Davison
53dc7a77fc
Added the 7 remaining options that were missing from the _arguments
...
list.
2004-10-13 05:50:08 +00:00
Wayne Davison
bb5c466af8
Got rid of "cmdargs" local since it is no longer used.
2004-10-12 20:05:13 +00:00
Wayne Davison
bf1b892e39
Added the new options for 2.6.3 (only omitting --checksum-seed, which
...
is an advanced option that is not needed by normal users).
2004-10-07 07:43:44 +00:00
Wayne Davison
4b3edafbbd
This version now uses a zsh function to parse the makefile instead
...
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-01 17:16:02 +00:00
Peter Stephenson
1bf6bbe0b5
20427: Fix problem with _oldlist and custom completer.
...
20339: show-completer style
2004-10-01 10:29:08 +00:00
Clint Adams
0fa7015cc8
* 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by not using awk.
2004-09-30 16:05:47 +00:00
Clint Adams
988948f2a8
20414: Completion/Unix/Type/_diff_options: correct missing minus in --unified, spotted by Paul Wagland.
2004-09-28 17:48:46 +00:00
Wayne Davison
1199a03348
Some improvements suggested by Oliver.
2004-09-28 00:02:35 +00:00
Peter Stephenson
db7e23754d
unposted: improve p4 add to ignore files being added already
2004-09-27 11:17:43 +00:00
Wayne Davison
4d431e1068
Completion for the darcs revision control system. Derived from
...
the zsh completion example that ships with darcs.
2004-09-25 00:26:08 +00:00
Peter Stephenson
f212e8072d
Unposted: update _perforce for release 2004.2
2004-09-21 14:41:05 +00:00
Peter Stephenson
53383c33b8
20364: use $WIDGETSTYLE in _oldlist
2004-09-16 14:46:50 +00:00
Wayne Davison
5652f0e09c
Incorporate Jean-Baptiste Quenot's change that improves the parsing
...
of the <target ...> tag.
2004-08-24 20:52:23 +00:00
Wayne Davison
60b7d10a80
- Fixed the perl code that was using the @matches array.
...
- Simplified the other perl code just a little.
2004-08-21 03:07:01 +00:00
Wayne Davison
472e21e242
One of the new parenthetical expressions needs to not return a value
...
so that it doesn't put items into the @matches array.
2004-08-18 20:30:27 +00:00
Wayne Davison
f12d3cca9f
Don't output a target "VAR" for a line of the form "VAR := VALUE".
2004-08-18 20:22:46 +00:00
Wayne Davison
9dd5252c9f
Don't output make targets all clumped into a single string when useperl
...
is enabled.
2004-08-18 17:10:27 +00:00
Oliver Kiddle
ad25b67e3d
20254: restrict scope of the default tag-order to fix a problem with cdrecord
...
completion. Ideally the tag-order should go but _arguments currently needs it.
2004-08-11 11:57:04 +00:00
Oliver Kiddle
f4973986e9
20237: handle mysqlimport, more mysql options. Redo screen session completion
2004-08-07 19:01:09 +00:00
Oliver Kiddle
d8b1242723
20236: fix problem with keep-prefix style where a modifier removes the prefix
2004-08-07 15:27:07 +00:00
Oliver Kiddle
0172512966
20235: sync remote file completion against _ssh to fix bug with quote handling
2004-08-07 14:28:31 +00:00
Clint Adams
6a84de2db9
* 20230: Completion/Debian/Command/_apt: dumb down apt-get
...
install completion and always complete from all available packages.
2004-08-01 14:48:14 +00:00
Peter Stephenson
e31d0b939d
20204: Motoi Washida: typo in _retrieve_cache
2004-07-28 09:33:20 +00:00