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
28cdfc9243
Update CHANGES
2009-03-31 22:01:46 +02:00
David Paleino
917f7a9a03
New format for closed bugs in CHANGES
2009-03-31 22:00:59 +02: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
d228cf2704
Added autogen.sh to generate autotools files
2009-03-31 21:07:15 +02:00
David Paleino
0eddd9e66f
Removed .spec file
2009-03-31 21:06:45 +02:00
David Paleino
d241e0cbd7
Fixed Makefile.am
2009-03-31 21:06:33 +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
David Paleino
dd443da83f
Removed extra/ and to_review/
2009-03-31 20:27:25 +02:00
David Paleino
0445c40303
Remove fake changelog lines
2009-03-31 19:56:37 +02:00
Ville Skyttä
356bc43969
Add yum -d and -e completions.
2009-03-31 20:38:15 +03:00
Ville Skyttä
79ef58feca
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 13:43:35 +02: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
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
David Paleino
9e7634a817
Removing debian/ from released branch
2009-03-28 16:08:46 +01:00
David Paleino
d4896011eb
Complete merging with debian/changelog
2009-03-28 16:01:21 +01:00
Ville Skyttä
d1b72130cf
Use "-profile help" to get mplayer and friends -profile completions.
2009-03-28 11:41:28 +02:00
Ville Skyttä
4e83dce5ce
Revert "Get mencoder profile completions from mencoder.conf, thanks to Droz Raphaël."
...
This reverts commit cce8fc8941db7096e20c697edf32c7d0f46dc1b8.
2009-03-28 11:40:31 +02: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ä
cce8fc8941
Get mencoder profile completions from mencoder.conf, thanks to Droz Raphaël.
2009-03-28 11:24:34 +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
61b9a64519
Adding Debian bug number
2009-03-25 23:21:44 +01:00
David Paleino
e1e473c86e
Adding Debian bug number
2009-03-25 23:21:32 +01:00
David Paleino
6cf0e5c988
Added .zip to jar completions
...
Conflicts:
debian/changelog
2009-03-25 23:20:30 +01:00
David Paleino
74780cdea8
Added .zip to jar completions
2009-03-25 23:19:36 +01:00