190 Commits

Author SHA1 Message Date
Ville Skyttä
ad7f198193 Merge branch 'frozen/1.0' of git+ssh://scop-guest@git.debian.org/git/bash-completion/bash-completion into frozen/1.0 2009-03-23 22:56:46 +02:00
Ville Skyttä
d3834c4996 Remove obsolete --buildarch and --buildos rpm(build) completions. 2009-03-23 22:56:18 +02:00
David Paleino
edd120e212 Re-sync with debian/changelog 2009-03-19 19:42:04 +01:00
Santiago M. Mola
6d7d79c32d Add .ape to mplayer supported extensions (Alioth#311510). 2009-03-15 21:55:58 +02:00
Ville Skyttä
6b7984078f Simplify bash_completion.sh, return earlier in non-applicable environments. 2009-03-08 23:44:44 +02:00
Ville Skyttä
478cba08ee Apply ps2pdf completion to ps2pdf{12,13,14,wr} too. 2009-02-26 23:34:19 +02:00
Ville Skyttä
9dc28a69b3 ps2pdf can run on .pdf files as well. (Closes: #516614, LP: #316943) 2009-02-26 23:34:19 +02:00
Freddy Vulto
97e2f98fab Fixed unset $ODBCINI bug in _isql()
Fix _isql completion waiting for grep input if $ODBCINI not set; handle
whitespace in $ODBCINI.

Conflicts:

	debian/changelog
2009-02-25 21:30:42 +01:00
Ville Skyttä
69055046a9 Make okular complete on same files as evince, thanks to Mary Ellen Foster (RHBZ: #486998). 2009-02-23 19:20:42 +02:00
Freddy Vulto
7c79b113c6 Make _mii-tool()' & _mii-diag()' POSIX-compliant
Dash (-) is replaced with underscore (_).  This prevents errors when
bash-completion is loaded while `set -o posix' is active:

    bash: `_mii-tool': not a valid identifier
    bash: `_mii-diag': not a valid identifier
2009-02-22 12:43:14 +01:00
David Paleino
9632699e3d Make _alias() use _get_cword 2009-02-21 23:13:41 +01:00
David Paleino
f47940eede Fixed version number to be 1.0 2009-02-17 09:18:14 +01:00
David Paleino
c7a1de7a41 AUTHORS added 2009-02-17 09:15:19 +01:00
Ville Skyttä
05d1c4ab99 rdesktop reviewed. 2009-02-15 23:59:06 +02:00
Ville Skyttä
cdec0e5a58 Drop hg completion, an improved version is shipped with Mercurial (contrib/bash_completion in the tarball). 2009-02-15 22:50:41 +02:00
Ville Skyttä
d07e282122 Enable pkill completion if the command is available, not just on Linux and FreeBSD. 2009-02-15 19:12:05 +02:00
Ville Skyttä
9960fbfdcf Enable pgrep completion if pgrep is available, not just on Linux/FreeBSD. 2009-02-15 19:04:51 +02:00
Ville Skyttä
db00d73296 Use improved process name completion in pgrep in addition to killall. 2009-02-15 18:53:09 +02:00
Ville Skyttä
c492f00705 Extract process name completion from _killall to _pnames, make it work for others than Linux and FreeBSD. 2009-02-15 18:47:34 +02:00
Ville Skyttä
645aac4790 Fix killall completion for commands with relative paths (RHBZ: #484578), add a FIXME. 2009-02-15 11:45:07 +02:00
Ville Skyttä
bc0367b04b Fix -sourcepath handling in javadoc packages completion. 2009-02-07 00:05:12 +02:00
Ville Skyttä
0145cd4b77 Expand ~foo to dir name more eagerly to avoid quoting issues. 2009-02-06 23:57:05 +02:00
Ville Skyttä
8bb9539219 Revert r1170, see comments in _expand for details. 2009-02-06 23:26:34 +02:00
David Paleino
06a8249326 Added quota-tools completion 2009-02-05 10:53:04 +01:00
David Paleino
ca63c352bc Added minicom completion 2009-02-05 10:04:37 +01:00
David Paleino
7058a9b442 Added net-tools (mii-tool and mii-diag) completions 2009-02-05 09:48:44 +01:00
David Paleino
6e43c5220a Added qemu completion 2009-02-05 00:28:08 +01:00
David Paleino
95266c3a6c Added cpan2dist completion 2009-02-04 22:26:01 +01:00
David Paleino
0a94a36c19 Added brctl completion 2009-02-04 22:06:28 +01:00
David Paleino
6c9002febc Added cowsay/cowthink completion 2009-02-04 21:53:28 +01:00
Freddy Vulto
d138942196 Prevent completion dir from being sourced twice if BASH_COMPLETION_DIR and BASH_COMPLETION_COMPAT_DIR are equal (Alioth#311433) 2009-02-04 00:05:23 +01:00
Guillaume Rousse
1eadb1385d Add .xvid and .XVID to player completion 2009-02-03 20:38:27 +01:00
Guillaume Rousse
80f629c29c Make bibtex complete on .aux files 2009-02-03 20:32:07 +01:00
David Paleino
50808d5729 Fixing Closes notation.
Closes: #... closes a _Debian_ bug, but since this is Alioth's, we would 
have closed the wrong bug.
2009-02-02 09:01:04 +01:00
Freddy Vulto
23653f37d4 Added r1300 modifications to debian/changelog. 2009-02-02 00:00:42 +01:00
David Paleino
0a9e244eb0 Moved ssh completion to separate file (Closes: #360628) 2009-01-30 10:38:33 +01:00
David Paleino
152c83ea51 * Fixed _dpkg_source completion (Closes: #503317)
* Remove unused UNAME local variable in _info() (Closes: #501843)
2009-01-30 10:20:56 +01:00
David Paleino
7e395833e4 debian/copyright updated
release number fixed (we're not in 2008 anymore, and a release should arrive soon :))
2009-01-29 21:34:57 +01:00
David Paleino
90b6776f4f Fix killall completion, remove trailing ":" on certain process
names
2009-01-29 21:19:37 +01:00
David Paleino
34ff7bfe8c * extra/dh_bash-completion:
- updated to support a list of files in debian/<package>.bash-completion
    (Closes: #512917)
2009-01-29 14:51:48 +01:00
Ville Skyttä
6a2ff139a0 Fix awk error in "modprobe -r /" completion, extract/use _installed_modules for rmmod and modprobe -r. 2009-01-25 23:40:44 +02:00
Ville Skyttä
58f9567a28 Remove duplicate cpio completion, thanks to Freddy Vulto (Closes: #512823) 2009-01-24 21:20:58 +02:00
Ville Skyttä
eb1c298f8f scp metachar escaping fixes: remove duplicate '&' (always there), escape '!' (broken in r1082) 2009-01-23 01:12:32 +02:00
David Paleino
9afe7ca991 Added lzop completion 2009-01-19 11:53:34 +01:00
David Paleino
312d5f6f59 Added to_review/ directory, where completions needing a review would
go. After it gets accepted, the completion would go into contrib/.
2009-01-17 19:02:29 +01:00
David Paleino
b0646ff2d2 * Added _parse_help() to try to parse options listed in $command
--help
* Fixed gzip completion to use _parse_help(), since the available 
  options vary with distributions
2009-01-17 00:31:39 +01:00
David Paleino
8998da40f1 Fix bug number 2009-01-17 00:27:22 +01:00
David Paleino
146127e95a Allow for comments in known_hosts files (Closes: #511789) 2009-01-16 23:05:07 +01:00
David Paleino
07eef56454 Fixed typo (sorry Ville! ;-))
Fixed changelog entries (no need to name the author, since he has his 
own section now)
2009-01-16 21:45:43 +01:00
David Paleino
8742e7d294 Fix dpkg completion bug: it listed only non-Essential packages
(Closes: #511790)
2009-01-16 21:22:26 +01:00