549 Commits

Author SHA1 Message Date
ianmacd
e9faa87fd5 - fix FreeBSD ports programs completion 2003-04-19 06:52:57 +00:00
ianmacd
9965a99229 - update release to 20030419 2003-04-19 05:44:04 +00:00
ianmacd
ee17c45627 - fix for sudo completion when subcommand is passed wildcard globs
(patch by Lucien Saviot <Lucien.Saviot@u-bourgogne.fr>)
2003-04-19 05:43:41 +00:00
ianmacd
116db06fd4 - minor improvement to --export completion of gpg and the addition of
--recipient completion (patch by jens.heunemann@tngtech.com)
2003-04-18 23:12:37 +00:00
ianmacd
1a3c538db0 - somehow, _expand had been disabled by a stray colon, so that ~user would
be expanded, but ~user/foo* would not
2003-04-17 07:38:27 +00:00
ianmacd
c987f95b25 - move dict completion into main file and rewrite from scratch 2003-04-15 06:54:50 +00:00
ianmacd
23e8684a25 - update release to 20030414 2003-04-14 07:42:09 +00:00
ianmacd
d7dd2c584a - added completion for iconv(1) 2003-04-14 06:35:23 +00:00
ianmacd
9dda638a26 - make apt-cache complete the showsrc argument 2003-04-12 03:05:37 +00:00
ianmacd
f1c791a48c - KDE dcop completion by Haakon Nilsen <haakon.nilsen@student.uib.no> 2003-04-08 05:48:47 +00:00
ianmacd
5acefc343c - fix another unset variable warning in CVS completion 2003-03-29 07:29:49 +00:00
ianmacd
70f7b71b9b - update to release 20030327 2003-03-27 08:07:11 +00:00
ianmacd
5e27cbcfd6 - when completing on file in /etc/init.d, only complete if we really are
dealing with the init script, not a stand-alone file of the same name
2003-03-27 06:48:09 +00:00
ianmacd
7c01a16210 - fix core file completion in gdb 2003-03-17 23:34:02 +00:00
ianmacd
3e0e018b8b - update release to 20030227 2003-02-27 08:31:14 +00:00
ianmacd
8ba83235cf - exclude mysql init script from completion, as it clashes with completion
for stand-alone mysql
2003-02-27 08:30:07 +00:00
ianmacd
31abc9c89e - patch from Oliver Kiddle to make bash-completion compatible with the
new bash completion emulation feature of zsh
2003-02-26 00:17:54 +00:00
ianmacd
8edd6387c4 - exclude ssh from service completion, as it clashes with regular ssh
completion on Debian
2003-02-18 20:35:56 +00:00
ianmacd
0b974ac417 - add .tga completion to ee and display 2003-02-16 07:39:26 +00:00
ianmacd
c28a897650 - make slay complete on users and don't redefine su completion 2003-02-10 06:55:22 +00:00
ianmacd
cc6c82f011 - updated release to 20030209 2003-02-09 08:14:09 +00:00
ianmacd
d3e3acfd35 - allow 'cvs -d' to complete from ~/.cvspass (modified patch from
Rodrigo Damazio <rodrigo.damazio@poli.usp.br>)
2003-02-08 06:33:51 +00:00
ianmacd
b81d694e5c - don't append spaces after directories when doing mount completion
- allow default completion if there are no matches during make completion
2003-02-07 17:04:35 +00:00
ianmacd
9b51bb2b7e - allow Java completion to cover .ear files (J2EE Enterprise Application
aRchive)
2003-02-06 18:08:16 +00:00
ianmacd
ff77299fb6 - silence more unset variable warnings in CVS completion 2003-02-06 18:06:29 +00:00
ianmacd
7bf6b4f4cb - update release to 20030201 2003-02-01 21:39:25 +00:00
ianmacd
9dbf2f5c8f - make service completion Debian compatible 2003-01-30 08:22:43 +00:00
ianmacd
19f95a051d - rsync completion by Guillaume Rousse <rousse@ccr.jussieu.fr> 2003-01-30 07:56:28 +00:00
ianmacd
b7626a298d - minor cvs fix 2003-01-30 07:41:42 +00:00
ianmacd
f2f026df02 - update release to 20030126 2003-01-26 23:41:23 +00:00
ianmacd
3199e6cdff - silence more unset variable warnings in cvs completion
(patch from "Irlapati, Samuel J." <samuel.irlapati@unisys.com>)
2003-01-25 21:22:16 +00:00
ianmacd
ceb0e88c05 - minor fix to ant completion from Jean-Baptiste Quenot <jb.quenot@caraldi.com> 2003-01-25 21:11:18 +00:00
ianmacd
7f6a873c01 - make completion now also supports GNUmakefile 2003-01-21 07:21:15 +00:00
ianmacd
d2a8c0e350 - make modinfo complete the same as insmod and modprobe 2003-01-21 06:37:44 +00:00
ianmacd
1d0163e77c - update release to 20030118 2003-01-18 08:36:22 +00:00
ianmacd
c58e759e41 - improve handling of 'cvs export' (patch by Liviu Daia <Liviu.Daia@imar.ro>) 2003-01-17 09:09:59 +00:00
ianmacd
22626148d1 - fix mount completion so that it also works on Solaris 2003-01-17 09:01:29 +00:00
ianmacd
7096fa1151 - fixes to man completion to make it work on Solaris
(patch by Pablo Mejia <pjm@cctechnol.com>)
2003-01-17 08:54:32 +00:00
ianmacd
ad2eb2b15d - update release to 20030113 2003-01-13 15:31:21 +00:00
ianmacd
32761d3e1e - allow vim et al to complete on .a files 2003-01-13 15:30:56 +00:00
ianmacd
20fdc452ab - cd should also complete on variable names if cdable_vars is set 2003-01-13 02:30:37 +00:00
ianmacd
e72a58a790 - jar completes on .war as well as .jar 2003-01-13 02:28:28 +00:00
ianmacd
7859e94517 - when completing on classes inside Java JAR files, use zipinfo instead of
the jar command, if it is available
2003-01-09 10:44:29 +00:00
ianmacd
44103fd785 - silence awk errors in known_hosts completion 2003-01-09 10:25:58 +00:00
ianmacd
f4ee6e0002 - allow vi(m) to complete on ld.so.conf 2003-01-02 01:04:42 +00:00
ianmacd
fc9a2cc09d - update release to 20021231 2002-12-31 16:00:06 +00:00
ianmacd
d6c67260d4 - minor known_hosts() fix 2002-12-31 02:15:25 +00:00
ianmacd
055d4cba11 - extensive gpg(1) completion (more than just longopts, anyway) by
"Guillaume Rousse" <rousse@ccr.jussieu.fr> with fix-ups by me
2002-12-31 01:59:25 +00:00
ianmacd
ace642451c - wvdial(1) completion by "Guillaume Rousse" <rousse@ccr.jussieu.fr> 2002-12-31 01:40:22 +00:00
ianmacd
75fbd59bd7 - mplayer improvements from Guillaume Rousse <rousse@ccr.jussieu.fr> 2002-12-30 21:23:21 +00:00