1483 Commits

Author SHA1 Message Date
Ville Skyttä
5c0e30473f Add /etc/pki/tls/openssl.cnf to list of default openssl config files, search for default ones only if -config is not given. 2009-04-14 14:45:46 +03:00
Ville Skyttä
f70bba5b5a Rename installed_alternatives() to _installed_alternatives(). 2009-04-14 14:40:31 +03:00
Ville Skyttä
ab40c79bf7 Complete on plain alternatives like update-alternatives. 2009-04-14 14:36:50 +03:00
Ville Skyttä
30dffeb51a Add more mod-like audio file extensions for xine-based players and timidity. 2009-04-14 14:30:04 +03:00
Ville Skyttä
1818c0dd57 Add modplugplay filename completion. 2009-04-14 14:26:22 +03:00
Ville Skyttä
7e30ee814b Fix rpm --whatrequires/--whatprovides completions with spaces and
other unusual characters, add filename based --whatrequires
completion.
2009-04-14 00:53:56 +03:00
Ville Skyttä
86574164df Always use /etc/shells for chsh -s completion, don't complete on
comment lines in it.

Invoking chsh -l does unwanted things on some systems, such as FreeBSD.
2009-04-14 00:46:12 +03:00
Ville Skyttä
08d3738d56 Improve aspell dictionary completion: don't hardcode data-dir, get canonical dicts from 'aspell dicts'. 2009-04-13 21:15:02 +03:00
Ville Skyttä
566c6083c2 Merge branch 'master' of git+ssh://scop-guest@git.debian.org/git/bash-completion/bash-completion 2009-04-13 20:39:34 +03:00
Ville Skyttä
8df2728adf mkinitrd reviewed, move to contrib. 2009-04-13 20:39:13 +03:00
Ville Skyttä
0524c838e4 mkinitrd reviewed, move to contrib. 2009-04-13 20:37:18 +03:00
Ville Skyttä
62660ae61a Add --help to mkinitrd options completion. 2009-04-13 20:34:08 +03:00
Ville Skyttä
58ae4585a7 Remove unused variable RELEASE. 2009-04-13 19:55:52 +03:00
David Paleino
a9994ac15f Remove eval() and sed quoting in _known_hosts() (Alioth: #311595)
Fixes execution (!!!) of hosts specified by {Global,User}KnownHosts
    in SSH config files.
2009-04-13 17:10:41 +02:00
Ville Skyttä
a17930f8dd Fix dir-only completion for make to include only dirs, not files. 2009-04-07 22:20:26 +03:00
Ville Skyttä
8775d682f7 Add missing entry for commit 1421e55aac075e13491cd212b796bdd453214a2c 2009-04-07 21:00:23 +03:00
Ville Skyttä
4475d36349 Declare $bash4, use it in quote_readline(). 2009-04-07 20:58:35 +03:00
David Paleino
9f05078e92 Permit .gz files concatenation (Debian: #514377) 2009-04-04 21:58:05 +02:00
David Paleino
a4c9bdc177 Removing Debian-specific files 2009-04-03 13:58:09 +02:00
Mike Kelly
1421e55aac Fix _filedir on bash 4.
We don't need to double-quote things for compgen w/ bash 4. Just putting
each file in double quotes is sufficient.

See: http://lists.gnu.org/archive/html/bug-bash/2009-03/msg00155.html
2009-04-02 11:16:46 -04:00
Ville Skyttä
27daafa76f Ignore autotools-generated files. 2009-04-02 00:41:30 +03:00
Ville Skyttä
b33a3c5740 Parse top level mplayer and friends option completions from -list-options. 2009-04-02 00:35:27 +03:00
Ville Skyttä
bfa578607b Remember to install contrib/{screen,vncviewer,yum}. 2009-04-02 00:30:37 +03:00
Ville Skyttä
e9456c8e53 Split mplayer and friends completions to contrib/mplayer. 2009-04-02 00:27:47 +03:00
Ville Skyttä
529b3a99f9 Add TODO about filename completion. 2009-04-01 23:27:55 +03:00
Todd Zullinger
72f2b0cb1c yum: Complete on filenames when $cur contains /
For a long time "yum install" has accepted filenames as input and will
do the same thing that "yum localinstall" does.  Many users no longer
bother using localinstall and then find that they cannot complete a
pathname with yum install.  Similarly, deplist, update, and upgrade
accept filenames.
2009-04-01 23:20:09 +03:00
Ville Skyttä
2abfb8c111 Add chkconfig --override and resetpriorities completions. 2009-04-01 22:44:01 +03:00
David Paleino
9a8bc5acad New format for closed bugs in CHANGES 2009-03-31 22:00:41 +02:00
David Paleino
dc43301c48 Update CHANGES 2009-03-31 21:57:04 +02:00
David Paleino
23b0a36ed2 Get CHANGES from 1.x branch 2009-03-31 20:58:28 +02:00
David Paleino
912d820e19 Removed .spec file 2009-03-31 20:52:36 +02:00
David Paleino
b7d9a22af8 Added autogen.sh to generate autotools files 2009-03-31 20:51:38 +02:00
Guillaume Rousse
1bdda011aa initial support for autotools-based build system 2009-03-31 20:49:15 +02:00
Ville Skyttä
356bc43969 Add yum -d and -e completions. 2009-03-31 20:38:15 +03:00
Ville Skyttä
a57f134e06 Merge branch 'master' of git+ssh://scop-guest@git.debian.org/git/bash-completion/bash-completion 2009-03-31 00:34:41 +03:00
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