ianmacd
|
a3c203ac4d
|
More extensions for MPlayer (patch by Aaron Walker <ka0ttic@gentoo.org>).
|
2005-07-11 21:38:42 +00:00 |
|
ianmacd
|
4586739b50
|
Accept .rmi as an extension for Timidity (patch by Aaron Walker
<ka0ttic@gentoo.org>).
|
2005-07-11 21:36:59 +00:00 |
|
ianmacd
|
520a7cae55
|
Use sed instead of awk in LVM completion (patch by Aaron Walker
<ka0ttic@gentoo.org>)
|
2005-07-11 21:36:17 +00:00 |
|
ianmacd
|
e83f9b77d3
|
Fix typo.
|
2005-07-11 21:19:42 +00:00 |
|
ianmacd
|
877a04c356
|
Minor fix from Ted Stern <stern@cray.com>.
|
2005-07-11 15:49:14 +00:00 |
|
ianmacd
|
e82cada3d4
|
Avoid exit status of 1 when reassigning read-only variables.
|
2005-07-08 02:20:58 +00:00 |
|
ianmacd
|
e98d8250c8
|
Simplify definition of BASH_COMPLETION and BASH_COMPLETION_DIR variables.
|
2005-07-07 23:47:14 +00:00 |
|
ianmacd
|
2460b91bf4
|
Remove checks of $have by compounding complete commands after function
definitions.
|
2005-07-07 23:36:51 +00:00 |
|
ianmacd
|
ab030eafe7
|
Move _lvm() completion to end of all LVM commands.
|
2005-07-07 21:43:25 +00:00 |
|
ianmacd
|
4c3eaa88a2
|
Installation of info completion should not depend on OS.
|
2005-07-07 21:41:15 +00:00 |
|
ianmacd
|
0b319276c4
|
make completion should also work for gnumake.
|
2005-07-07 21:35:09 +00:00 |
|
ianmacd
|
1ecea1901b
|
Don't define _pids() and _pgids() twice on Solaris and AIX.
|
2005-07-07 21:09:39 +00:00 |
|
ianmacd
|
75a3064ae1
|
Fix scp completion when filename contains shell metacharacters. (Patch from
Markus Wiederkehr <markus.wiederkehr@gmail.com>).
|
2005-07-07 20:11:38 +00:00 |
|
ianmacd
|
49ceb91daf
|
Add .rmbv file extension to MPlayer completion. (Thanks to Joseph Yen
<joseph.yen@gmail.com>)
|
2005-07-07 20:07:00 +00:00 |
|
ianmacd
|
f45fe84f77
|
Contrib module completion by Ted Stern <stern@cray.com>.
|
2005-07-07 20:01:25 +00:00 |
|
ianmacd
|
b8111ab5e4
|
Support the new open document formats of OpenOffice 2.0. (patch from Hanno
Böck <mail@hboeck.de>)
|
2005-07-07 19:52:03 +00:00 |
|
ianmacd
|
6d2fadfb33
|
Use -o filenames for rsync completion.
|
2005-07-07 19:45:26 +00:00 |
|
ianmacd
|
3e8990cfe2
|
Minor CVS fix from "Samuel J. Irlapati" <Samuel.Irlapati@unisys.com>.
|
2005-02-08 20:50:01 +00:00 |
|
ianmacd
|
1a942e256d
|
- Minor fix to xscreensaver completion.
|
2005-02-03 08:12:44 +00:00 |
|
ianmacd
|
11aa2f29fa
|
- Support more MPlayer subtitle types. (Thanks to justus schwartz
<justus@gmx.li>)
|
2005-01-25 09:11:02 +00:00 |
|
ianmacd
|
4322f603ce
|
- Remove w3m from commands that complete on .html files, as it's now a more
general file browser. (Debian #291359)
|
2005-01-25 00:41:25 +00:00 |
|
ianmacd
|
7601cb66fe
|
- Update version and changelog.
|
2005-01-21 21:30:40 +00:00 |
|
ianmacd
|
8510ce97db
|
- Fix broken sudo completion.
- Bump version to 20050121
|
2005-01-21 21:29:49 +00:00 |
|
ianmacd
|
94cc722836
|
- Update version and changelog.
|
2005-01-20 09:10:19 +00:00 |
|
ianmacd
|
09f8180c3a
|
- Bump version to 20050120.
|
2005-01-20 09:10:00 +00:00 |
|
ianmacd
|
b1ecafb4a1
|
- Improve ssh2 known hosts completion. (Debian bug #282767)
|
2005-01-19 03:41:36 +00:00 |
|
ianmacd
|
f2483dc46a
|
- Remove xargs from list of commands that do longopts completion. xargs
now does completion like sudo, exec, nice, strace, etc.
|
2005-01-19 03:22:03 +00:00 |
|
ianmacd
|
614057ff5e
|
- Pass over switches to metacommands like sudo, nice, exec, etc.
(Debian bug #289847)
|
2005-01-19 03:19:45 +00:00 |
|
ianmacd
|
1f2582a85c
|
- Trivial fix to allow python to be called with a path component without
bash displaying a bad subscript error. (Debian bug #290748)
|
2005-01-16 18:10:51 +00:00 |
|
ianmacd
|
0b2be3fc7b
|
- unzip should also work on .sxw files. (Debian bug #286738)
|
2005-01-16 17:44:15 +00:00 |
|
ianmacd
|
38b07ad587
|
- Lots of commands that use _longopts() don't use filenames at all, so
these shouldn't be mapped with '-o filenames'. (Debian bug #283069, which
related only to wget)
|
2005-01-16 17:42:01 +00:00 |
|
ianmacd
|
fe8b2e840a
|
- Make dd treat completions as filenames, which is bad for options, but
good for filename arguments to 'if' and 'of'. (Debian bug #287286)
|
2005-01-16 17:27:29 +00:00 |
|
ianmacd
|
a540b68812
|
- Fix lvresize errors when running as non-root (Debian #285604)
|
2005-01-16 17:12:27 +00:00 |
|
ianmacd
|
ca822d3f56
|
- Better summary.
|
2005-01-13 02:14:40 +00:00 |
|
ianmacd
|
0a1148ac19
|
- Update version and changelog
|
2005-01-13 01:25:18 +00:00 |
|
ianmacd
|
e7762b2bb4
|
- Bump version to 20050112
|
2005-01-13 01:22:45 +00:00 |
|
ianmacd
|
a5596f5c9e
|
- Make completion work for chown/chgrp when group names contain spaces.
Patch by Robin Rosenberg <robin.rosenberg@dewire.com>
|
2005-01-12 21:45:16 +00:00 |
|
ianmacd
|
9dfd6a5190
|
- Wireless tools completion improvements by Guillaume Rousse
<rousse@ccr.jussieu.fr>
|
2005-01-10 22:39:56 +00:00 |
|
ianmacd
|
9ec5ae465b
|
- Make location of openssl.cnf somewhat more flexible (patch by
Ville Skyttä <ville.skytta@iki.fi>)
|
2005-01-04 22:35:41 +00:00 |
|
ianmacd
|
8c08c4c00a
|
- Update version and changelog.
|
2005-01-04 05:38:58 +00:00 |
|
ianmacd
|
deffa29f11
|
- Update version to 20050103.
|
2005-01-04 05:37:42 +00:00 |
|
ianmacd
|
7a49c1c156
|
- Complete rewrite of openssl(1) completion by Guillaume Rousse
<rousse@ccr.jussieu.fr>.
|
2005-01-03 04:38:41 +00:00 |
|
ianmacd
|
aa82bc1e9f
|
- pkg-config completion by Guillaume Rousse <rousse@ccr.jussieu.fr>.
|
2005-01-03 04:31:38 +00:00 |
|
ianmacd
|
6b3e365604
|
- Cygwin patch for mount and minor find (fstab) robustness fix by
Reini Urban <rurban@x-ray.at>
|
2005-01-03 02:42:12 +00:00 |
|
ianmacd
|
c79476f63c
|
- Completion for alternate Makefile paths by Christoph Gysin <cgysin@gmx.ch>.
|
2005-01-03 02:11:55 +00:00 |
|
ianmacd
|
4e08962c14
|
- New snownews completion by snownews completion by Guillaume Rousse
<rousse@ccr.jussieu.fr>.
|
2005-01-03 02:00:44 +00:00 |
|
ianmacd
|
c1709ab134
|
- ps2pdf completion by Volker Stolz <stolz@i2.informatik.rwth-aachen.de>.
|
2005-01-03 01:51:15 +00:00 |
|
ianmacd
|
24ab164389
|
- Bug fix for when remote directory contains the string 'site'. Patch by
James Rowe <Jay@jnrowe.ukfsn.org>.
|
2005-01-03 01:44:22 +00:00 |
|
ianmacd
|
19694551b4
|
- mkinitrd completion by Guillaume Rousse <rousse@ccr.jussieu.fr>.
|
2005-01-03 01:35:57 +00:00 |
|
ianmacd
|
881c8934c7
|
- modprobe factorisation patch by Guillaume Rousse <rousse@ccr.jussieu.fr>.
|
2005-01-03 01:24:14 +00:00 |
|