1094 Commits

Author SHA1 Message Date
Steve Kemp
177ebd4b8b Allow tsocks completion 2008-05-06 20:34:22 +01:00
Steve Kemp
a499ea5d23 Fixed a couple of comment typos 2008-05-06 20:26:08 +01:00
Steve Kemp
43b04695ba Updated mplayer completion to add aif 2008-05-06 20:21:38 +01:00
Steve Kemp
2236ce5ab3 Fix the completion of perl manpages 2008-05-06 20:20:14 +01:00
Steve Kemp
55e6b3534f Applied patch to fix completion of unmount command. (Closes: #470539) 2008-05-06 20:14:12 +01:00
David Paleino
57e261ccf4 Still a test... (sorry I had commented out the actual committing code... :s) 2008-05-03 10:30:28 +02:00
David Paleino
e02e73dd77 Yet another test... 2008-05-03 10:26:55 +02:00
David Paleino
ea89960f70 Testing CIA.vc 2008-05-03 08:57:17 +02:00
David Paleino
b8ad183f7d Removing testfile -- hope it send another mail :) 2008-05-03 00:57:01 +02:00
David Paleino
55a1b11759 Testing the post_commit hook :) 2008-05-03 00:41:06 +02:00
David Paleino
71187737a3 * debian/copyright - now in a fancier machine-parsable format.
* debian/control:
  - added myself to Uploaders
  - debhelper Build-Depends updated to >= 6.
* debian/watch:
  - improved current watch line regex
  - added (commented out) probable future watch line
* debian/compat bumped to 6
* debian/dirs, debian/install and debian/links added
* debian/rules:
  - refactored to make use of debian/{dirs,install,links}
2008-05-01 23:18:51 +02:00
David Paleino
54f5544b6b Merged changes from Debian. 2008-05-01 22:59:32 +02:00
David Paleino
f273c3aeca Ubuntu changes merged. 2008-05-01 22:22:11 +02:00
ianmacd
183c583183 Add MPlayer completion for .flv files. 2006-04-24 07:07:37 +00:00
ianmacd
a6ed4b7bb8 Add the .vro extension for MPlayer. Requested by David Frey
<dfrey@debian.org>.
2006-04-23 14:47:56 +00:00
ianmacd
bada11acc6 Add a section about POSIX quoting issue in bash 3.1.
Correct URL to a previous patch for bash 2.05b.
2006-03-02 00:13:46 +00:00
ianmacd
9855305cda Forgot a couple of changelog items. 2006-03-01 15:22:45 +00:00
ianmacd
4ee75ad8f5 Release 20060301. 2006-03-01 15:20:18 +00:00
ianmacd
935dcfeb6a First version. 2006-03-01 15:19:26 +00:00
ianmacd
def142d9eb Add TODO. 2006-03-01 15:19:15 +00:00
ianmacd
f9097f0190 Update version and changelog for the 20060301 release. 2006-03-01 14:55:37 +00:00
ianmacd
9ac4166e92 There were probable bash 3.1 POSIX quote problems if UserKnownHostsFile or
GlobalKnownHostsFile keywords were used inside ssh config files. Fixed.
2006-03-01 12:15:43 +00:00
ianmacd
26d176a417 No real use for %bashversion any more, so remove it.
Improve %description by going into more details about the various versions of
bash.

Use Ville Skyttä's triggers code from the Fedora Core extras RPM spec file to
deal with contrib files.

Preserve timestamps when installing files.

Make bash_completion.sh a 'noreplace' config file.

contrib/ no longer %doc files.
2006-03-01 11:27:49 +00:00
ianmacd
beb14fcdeb svk completion by Guillaume Rousse <guillomovitch@zarb.org>. 2006-03-01 09:45:03 +00:00
ianmacd
7560a45355 Added new subversion completion implementation by Guillaume Rousse
<guillomovitch@zarb.org> and removed the old one from contrib.
2006-03-01 09:22:43 +00:00
ianmacd
c9911c5860 Added minicom completion by Guillaume Rousse <guillomovitch@zarb.org>. 2006-03-01 09:13:27 +00:00
ianmacd
be31543e50 --nodigest and --nosignature options must be set in $nodig and $nosig within
_rpm_installed_packages() itself, not just set in _rpm() before
_rpm_installed_packages() is called. This is because other completion
functions also call _rpm_installed_packages().

Fix from Guillaume Rousse <guillomovitch@zarb.org>.
2006-03-01 09:05:29 +00:00
ianmacd
f318effb99 Minor playmidi and timidity additions for .MID(I) (capital letters) files. 2006-03-01 08:55:31 +00:00
ianmacd
1e95f91491 Add kdvi, dvipdf and advi to programs that complete on .dvi files. Thanks to
Guillaume Rousse <guillomovitch@zarb.org>.
2006-03-01 08:49:52 +00:00
ianmacd
236db8d440 iconv completion improvement from Guillaume Rousse <guillomovitch@zarb.org>. 2006-03-01 08:47:38 +00:00
ianmacd
19a39b528d Replace invoke-rc.d completion with an implementation by Servilio Afre Puentes
<servilio@gmail.com>.
2006-03-01 08:40:27 +00:00
ianmacd
f956b6f6b3 Fix _pkg_config() typo. Thanks to Koblinger Egmont <egmont@cs.bme.hu>. 2006-02-28 11:53:20 +00:00
ianmacd
1fd5c491e2 yum completion update from Ville Skyttä <ville.skytta@iki.fi>. 2006-02-26 18:20:21 +00:00
ianmacd
0fca1f487a Mercurial completion by Alexis S. L. Carvalho <alexis@cecm.usp.br>. 2006-02-25 23:25:41 +00:00
ianmacd
bc1f70df90 Debian invoke-rc.d completion by Jan Christoph Ebersbach
<jan-christoph.ebersbach@e-jc.de>.
2006-02-25 23:12:40 +00:00
ianmacd
a3c74120ab Mention the use of ~/.inputrc as an alternative to /etc/inputrc. 2006-02-25 13:41:11 +00:00
ianmacd
64ebb33510 Mention useful readline settings, like show-all-if-ambiguous. Suggested by
Richard Neill <rn214@hermes.cam.ac.uk>.
2006-02-25 13:39:51 +00:00
ianmacd
f6acf2d134 Permit ri completion to work with later versions. 2006-02-25 13:25:59 +00:00
ianmacd
086cd1e748 Use ant's complete-ant-cmd.pl if it's available. Suggested by Greg Kedge
<gkedge@paychex.com>.
2006-02-25 12:36:12 +00:00
ianmacd
9f2d303f6d sysctl(8) completion, modified from code sent in by Jonas Davidsson
<aphex@bredband.net>.
2006-02-25 12:02:25 +00:00
ianmacd
2eba4eecc6 Add 'cvs update' completion. Patch from Rafael Luque Leiva
<rafael.luque@hp.com>.
2006-02-25 10:55:56 +00:00
ianmacd
d84e2bc9aa vncviewer(1) completion by Dean Montgomery <dmonty@sd73.bc.ca>. 2006-02-25 10:49:40 +00:00
ianmacd
8e4bddf52d Add support for PLD Linux to _configured_interfaces(). Patch from Elan
Ruusamäe <glen@delfi.ee>.
2006-02-25 10:37:32 +00:00
ianmacd
760c04a0a9 Update example code and the text for 3.x. 2006-02-25 00:38:32 +00:00
ianmacd
e8fe1195e3 The check for an interactive shell was already present, but buggy. bash 3.x
would be allowed to source the file even if the shell wasn't interactive.
2006-02-25 00:21:33 +00:00
ianmacd
ad729ea84b smartctl completion by Guillaume Rousse <Guillaume.Rousse@inria.fr>. 2006-02-24 23:24:16 +00:00
ianmacd
7500ad3787 Make make(1) et al complete on filenames, too. Suggested by Christian Boltz
<cb@cboltz.de>.
2006-02-24 22:55:13 +00:00
ianmacd
e81de3566c Use $BASH_COMPLETION_DEBUG to turn on debugging, rather than $DEBUG. 2006-02-24 21:07:47 +00:00
ianmacd
acc76f1bb5 Make 'aptitude show' work the same way as 'apt-cache show'. Fix from nerf
<j-andrieux@laposte.net>.
2006-02-24 11:59:03 +00:00
ianmacd
a8474fe61a Accidentally left some echo commands for debugging. 2006-02-24 11:48:59 +00:00