1015 Commits

Author SHA1 Message Date
ianmacd
a5bd0696b8 - update to aptitude completion by Rafael Sepulveda <rsepulveda@gmail.com> 2004-06-01 06:02:57 +00:00
ianmacd
0f03f628b3 - updated release to 20040526 2004-05-26 05:20:56 +00:00
ianmacd
ba787859d5 - info completion by Matt Perry <matt@primefactor.com> 2004-05-26 05:15:28 +00:00
ianmacd
f0d1b58878 - chkconfig factorisation and improvements by
Guillaume Rousse <rousse@ccr.jussieu.fr>
2004-05-24 07:50:30 +00:00
ianmacd
86ae2efb05 - xmms(1) gets its own completion function.
Patch by Guillaume Rousse <rousse@ccr.jussieu.fr>
2004-05-24 07:44:44 +00:00
ianmacd
813185838e - use filenames by default for cdrecord completion 2004-05-24 07:43:21 +00:00
ianmacd
2a6d35d9b3 - aspell completion by Guillaume Rousse <rousse@ccr.jussieu.fr> 2004-05-24 07:42:32 +00:00
ianmacd
0c718b2bfe - add SuSE support for ifup/down and ifstatus, if present. Patch from
Jonathan <rise@knavery.net>
2004-05-24 07:12:31 +00:00
ianmacd
c8e765903e - improvement to _update_alternatives() by Ville Skyttä <ville.skytta@iki.fi> 2004-05-24 07:00:23 +00:00
ianmacd
7efc2181e6 - minor fix to _command() to allow leading whitespace on the command line 2004-05-24 06:28:20 +00:00
ianmacd
7f9d6fb90b - dpkg -P is not recognised or completed. Fix from Paul Brook <paul@nowt.org> 2004-05-20 04:40:59 +00:00
ianmacd
790374d6d3 - don't allow aliases for grep to be used during make completion 2004-05-15 22:07:21 +00:00
ianmacd
469279930c - make mutt file completion actually work after redirection 2004-05-15 22:01:29 +00:00
ianmacd
30e874ae45 - fix mutt sed errors after redirection 2004-05-15 21:58:30 +00:00
ianmacd
31f3cc28a3 - builtin completes on builtins 2004-05-11 16:06:08 +00:00
ianmacd
0f4e8b6e3e - update release to 20040331 2004-03-31 15:45:32 +00:00
ianmacd
002c6da898 - remove links from list of commands that complete on .html 2004-03-30 21:21:51 +00:00
ianmacd
cec1754b44 - mplayer file extension additions from Michael Spurlock <mspurloc@us.ibm.com> 2004-03-30 21:16:24 +00:00
ianmacd
8ff2a2db2a - CUPS cancel(1) completion by Jean-Baptiste Quenot <jb.quenot@caraldi.com> 2004-03-30 21:01:33 +00:00
ianmacd
bc1eed1b30 - minor mkisofs fix 2004-03-30 20:17:15 +00:00
ianmacd
cc0922811f - add amaya to list of browsers 2004-03-30 20:16:07 +00:00
ianmacd
8bac9f2080 - _comp-dpkg-installed-packages() was not returning packages designated
'essential'
2004-03-30 20:15:33 +00:00
ianmacd
5cbb9e2a31 - allow cvs completion to handle the various sub-command abbreviataions, such
as 'di' for 'diff', etc. (patch from Chris Halls <halls@debian.org>)
2004-03-30 20:12:09 +00:00
ianmacd
54ec02a97a - fix man and cc completion for Cygwin (patch by Mike Wittman
<mwittman@seismicmicro.com>)
2004-03-30 19:02:46 +00:00
ianmacd
f8c37013c4 - some versions of bash don't like function names containing hyphens 2004-02-25 03:03:28 +00:00
ianmacd
5fdad246c4 - update release to 20040214 2004-02-15 02:45:21 +00:00
ianmacd
c466c978a5 - big speed up for dpkg completion (patch from Philipp Weis <pweis@pweis.com>) 2004-02-14 09:28:58 +00:00
ianmacd
373466bde8 - fix chsh completion to work on Debian 2004-02-13 07:47:38 +00:00
ianmacd
f586171b21 - fix for ant completion by Itamar Almeida de Carvalho <itamar@oktiva.com.br> 2004-02-13 07:27:24 +00:00
ianmacd
a72dd42787 - make 'make -f' completion work properly (fix from
Matthew Cheetah Gabeler-Lee <cheetah@fastcat.org>
2004-02-13 07:24:42 +00:00
ianmacd
c2e720b971 - don't unset $have twice at end of script (fix from
Salve Nilsen <salve.nilsen@met.no>)
2004-02-12 20:48:32 +00:00
ianmacd
c4e68a05fb - fix up a continuation error in _filedir() 2004-02-12 20:37:39 +00:00
ianmacd
1633215c0f - update to release 20040210 2004-02-10 08:33:22 +00:00
ianmacd
d5a0ed16ea - make apt-cache know about the rdepends option
(patch by Vince <loki@internode.on.net>)
2004-02-09 21:12:40 +00:00
ianmacd
fd9735b8e6 - install yum-arch completion only if we also have yum 2004-02-09 21:06:01 +00:00
ianmacd
05ce56be91 - dd completion by Andrew Taylor <ataylor@its.to> 2004-02-09 21:02:48 +00:00
ianmacd
715d696c22 - xine and mplayer can complete on .VOB files (previously, only .vob was
supported)
2004-02-09 20:57:31 +00:00
ianmacd
1d124683ef - make xspec parsing immune to comments (Debian bug #226812)
(fix by Immanuel Halupczok <debian@karimmi.de>)
2004-02-09 20:52:35 +00:00
ianmacd
4c829f2d2c - stop things like 'sudo mount<Tab>' from returning all possible completions
as a single argument.

  Sigh. I no longer understand this function and I'm sure this has now
  broken something else. This is simply impossible to get right. Shell
  was never meant for anything this complicated. :-(

  The breakage seems to have been introduced as part of 1.577.
2004-02-09 20:40:41 +00:00
ianmacd
178d2d90df - allow mplayer to complete on .m2v files, too 2004-02-09 19:57:10 +00:00
ianmacd
4972fbaf59 - make export completion do proper quoting when completing a variable's
value (patch from Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2004-02-09 19:52:56 +00:00
ianmacd
e4a65aca06 - add 'up' as a synonym to 'update' in CVS completion (patch from
Ville Skyttä <ville.skytta@iki.fi>
2004-02-09 19:50:56 +00:00
ianmacd
8ef5b7510c - xine can also complete on .asx files 2004-02-09 19:49:11 +00:00
ianmacd
047c26a7aa - update release to 20040101 2004-01-01 06:39:28 +00:00
ianmacd
c10c2fed30 - avoid pulling in .rpm* files from $BASH_COMPLETION_DIR/*
(fix by Ville Skyttä <ville.skytta@iki.fi>)
2004-01-01 00:18:21 +00:00
ianmacd
30c8eb9a73 - Postfix completion enhancement by Michael G <michaelg@amerion.net> 2003-12-31 23:58:30 +00:00
ianmacd
3eb3e5724b - wvdial patch from Guillaume Rousse <rousse@ccr.jussieu.fr> 2003-12-31 23:51:46 +00:00
ianmacd
408553e471 - FreeBSD portinstall fix from Jean-Baptiste Quenot <jb.quenot@caraldi.com> 2003-12-31 23:48:05 +00:00
ianmacd
f8ce7a0ea9 - update release to 20031225 2003-12-24 22:19:13 +00:00
ianmacd
3d9501e34d - ogg123 can now handle .flac and .spx files 2003-12-24 15:11:43 +00:00