1448 Commits

Author SHA1 Message Date
Ville Skyttä
cb61c92f71 Merge branch 'master' of git+ssh://scop-guest@git.debian.org/git/bash-completion/bash-completion 2009-03-31 00:33:55 +03:00
Ville Skyttä
44ca764355 Merge branch 'master' of git+ssh://scop-guest@git.debian.org/git/bash-completion/bash-completion 2009-03-31 00:31:04 +03:00
Ville Skyttä
15594d6c08 Fix local array initialization under bash 3.0.
In bash 3.0, "local foo=(bar)" does not appear to initialize foo to
an array containing "bar", but to the non-array value "(bar)".
2009-03-31 00:30:17 +03:00
Ville Skyttä
afa40dea93 Fix local array initialization under bash 2.x.
In bash 2.x, "local foo=(bar)" does not appear to initialize foo to
an array containing "bar", but to the non-array value "(bar)".
2009-03-30 23:53:23 +03:00
Guillaume Rousse
0f2656669f Merge branch 'guillomovitch' 2009-03-30 22:06:55 +02:00
Guillaume Rousse
7d950bb224 update with recent screen completion changes 2009-03-30 22:06:23 +02:00
Guillaume Rousse
0924d059c6 Merge branch 'master' into guillomovitch 2009-03-30 22:02:55 +02:00
Guillaume Rousse
91daa8de58 add options completion 2009-03-30 21:59:58 +02:00
Guillaume Rousse
061ebd49d1 split screen completion into its own file 2009-03-30 21:59:28 +02:00
Guillaume Rousse
e3d64089ca fix previous commit 2009-03-30 21:58:56 +02:00
Guillaume Rousse
2c3fd00439 factorize session completions 2009-03-30 21:56:09 +02:00
Guillaume Rousse
515beac77e split screen completion into its own file 2009-03-30 21:49:40 +02:00
Ville Skyttä
e5c2eef34b Cosmetic tweaks. 2009-03-30 22:25:50 +03:00
Ville Skyttä
2bb6beb8da Indent according to modeline. 2009-03-30 22:21:14 +03:00
Ville Skyttä
23e1851605 Add yum repolist, --enable/disablerepo, and --disableexcludes completions. 2009-03-30 22:14:20 +03:00
Ville Skyttä
ab46b349a4 Update list of yum commands and options. 2009-03-30 22:04:42 +03:00
Ville Skyttä
2e56e54580 Install yum-arch completion only if yum-arch is installed. 2009-03-30 21:54:30 +03:00
Ville Skyttä
aa2851d549 Split yum and yum-arch completion into contrib/yum. 2009-03-30 21:51:22 +03:00
Ville Skyttä
dc88329e8e Use "-profile help" to get mplayer and friends -profile completions. 2009-03-28 11:40:12 +02:00
Ville Skyttä
6e28f86ac9 Revert "Get mencoder profile completions from mencoder.conf, thanks to Droz Raphaël."
This reverts commit cd58fa033e2e441df74876a07e9a4e9dddb0cba3.
2009-03-28 11:37:27 +02:00
Ville Skyttä
cd58fa033e Get mencoder profile completions from mencoder.conf, thanks to Droz Raphaël. 2009-03-28 11:23:37 +02:00
David Paleino
e1e473c86e Adding Debian bug number 2009-03-25 23:21:32 +01:00
David Paleino
74780cdea8 Added .zip to jar completions 2009-03-25 23:19:36 +01:00
Ville Skyttä
14c9f5b23c Add rpmbuild --target completion. 2009-03-23 23:01:25 +02:00
Ville Skyttä
b1844ddeb9 Remove obsolete --buildarch and --buildos rpm(build) completions. 2009-03-23 22:55:30 +02:00
David Paleino
87db0529b0 Sync 1.0 changelog with frozen/1.0's one 2009-03-19 19:43:56 +01:00
Freddy Vulto
5958c5ca46 Update changelog 2009-03-16 22:23:41 +01:00
Freddy Vulto
23ff82046f Improved vncviewer completion
- Split vncviewer completion in _tightvncviewer() and _xvn4viewer()
    - Vncviewer completion automatically selects right completion at
      run-time.  Default is _tightvncviewer().
    - Added _realcommand() global function
2009-03-16 21:57:12 +01:00
Mike Kelly
3217cff1ef _tar: Support .tar.xz files. 2009-03-16 05:49:06 -04:00
Santiago M. Mola
92572e3424 Add .ape to mplayer supported extensions (Alioth#311510). 2009-03-15 21:59:02 +02:00
Ville Skyttä
f4f0984db2 Simplify bash_completion.sh, return earlier in non-applicable environments. 2009-03-08 23:43:29 +02:00
Freddy Vulto
8c24385c02 Moved commented quote outside subshell
Moved comment-containing-quotes to outside subshell since commented
quotes cause error messages in bash <= 3.1.  See also:
http://www.mail-archive.com/bug-bash@gnu.org/msg01667.html
2009-03-01 16:59:38 +01:00
Ville Skyttä
818c612e51 Apply ps2pdf completion to ps2pdf{12,13,14,wr} too. 2009-02-26 23:30:31 +02:00
Ville Skyttä
c69e71b498 ps2pdf can run on .pdf files as well. (Closes: #516614, LP: #316943) 2009-02-26 23:30:30 +02:00
Freddy Vulto
61b9ec0373 Fixed unset $ODBCINI bug in _isql()
Fix _isql completion waiting for grep input if $ODBCINI not set; handle
whitespace in $ODBCINI.
2009-02-25 21:26:00 +01:00
Ville Skyttä
7bc9c43b1e Make okular complete on same files as evince, thanks to Mary Ellen Foster (RHBZ: #486998). 2009-02-23 19:21:19 +02:00
Freddy Vulto
0ebd5edd3b 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 11:48:49 +01:00
David Paleino
d2ebf2b128 Make _alias() use _get_cword 2009-02-21 23:13:50 +01:00
David Paleino
b39ff7e711 Revert "Removed BASH_COMPLETION_COMPAT_DIR"
This reverts commit 34b82bbbe8c70167837153d7ab376b0e1dc6c561.
2009-02-20 22:58:01 +01:00
Freddy Vulto
34b82bbbe8 Removed BASH_COMPLETION_COMPAT_DIR 2009-02-19 00:05:26 +01:00
David Paleino
7e586c16e1 Prepare for future development 2009-02-17 09:23:24 +01:00
David Paleino
5662452756 Fixed version number to be 1.0 2009-02-17 09:17:58 +01:00
David Paleino
c795105d27 AUTHORS added 2009-02-17 09:14:43 +01:00
Ville Skyttä
05d1c4ab99 rdesktop reviewed. 2009-02-15 23:59:06 +02:00
Ville Skyttä
0550553235 lspc->lspci, add -L, add/fix -x. 2009-02-15 23:56:09 +02:00
Freddy Vulto
e4c411818d Merge branch 'master' of git+ssh://fvu-guest@git.debian.org/git/bash-completion/bash-completion 2009-02-15 22:00:09 +01:00
Freddy Vulto
20278a4147 Reviewed `to_review/vncviewer':
- added support for case-insensitive options
- added support for double-dash
- replaced options with options from vncviewer-4.1.1 (Ubuntu-8.10)
2009-02-15 21:56:01 +01: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