Correctly split debian/changelog entry per author :-)
chmod +x bash_completion.sh
This commit is contained in:
parent
a98cf17cce
commit
fe41b80fba
0
bash_completion.sh
Normal file → Executable file
0
bash_completion.sh
Normal file → Executable file
41
debian/changelog
vendored
41
debian/changelog
vendored
@ -1,5 +1,6 @@
|
||||
bash-completion (200811xx) UNRELEASED; urgency=low
|
||||
|
||||
[ David Paleino ]
|
||||
* Added .kar to Timidity completion.
|
||||
* Fix killall completion (Closes: #497540)
|
||||
* Fix man -l completing filenames (Closes: #497074)
|
||||
@ -50,6 +51,26 @@ bash-completion (200811xx) UNRELEASED; urgency=low
|
||||
(prefixed with _ to avoid file conflicts with upstream's one)
|
||||
* Fixed completion of environment variables, thanks to Morita Sho
|
||||
(Closes: #272660)
|
||||
* Merge from Gentoo:
|
||||
- fix 'find' completion so that it properly completes on -?(i)whilename.
|
||||
Patch by Ciaran McCreesh.
|
||||
- use make -qp to parse the Makefile for us, so we get proper completion
|
||||
on things like pattern rules. Patch by Mike Kelly <pioto@exherbo.org>.
|
||||
- complete on gkrellm2 as well. Patch by Aaron Walker.
|
||||
- fix CVS completion
|
||||
* Merge from Ubuntu:
|
||||
- consume error messages in configure completion (LP: #223882)
|
||||
(Mika Fischer)
|
||||
- quote $xspec in _filedir_xspec in case it is empty, which would
|
||||
cause errors if there was no match under failglob. (LP: #194419)
|
||||
(Mika Fischer)
|
||||
* debian/links fixed (Closes: #494292)
|
||||
* debian/control:
|
||||
- fixed typo in the long description
|
||||
* debian/install:
|
||||
- correctly install contrib/* under /etc/bash_completion.d/
|
||||
|
||||
[ Ville Skittä ]
|
||||
* Added JPEG 2000 files to display completion, thanks to Bastien Nocera
|
||||
(RHBZ: #304771)
|
||||
* Improved rpm macro completion (Ville Skyttä).
|
||||
@ -70,25 +91,7 @@ bash-completion (200811xx) UNRELEASED; urgency=low
|
||||
* Add .mp2 and .vdr to mplayer completion (RHBZ: #444467) (Ville Skyttä).
|
||||
* Add .mkv, .mp2 and .vdr to *xine completion (RHBZ: #444467) (Ville Skyttä).
|
||||
* Add --rsyncable to gzip completion (Ville Skyttä).
|
||||
* Merge from Gentoo:
|
||||
- fix 'find' completion so that it properly completes on -?(i)whilename.
|
||||
Patch by Ciaran McCreesh.
|
||||
- use make -qp to parse the Makefile for us, so we get proper completion
|
||||
on things like pattern rules. Patch by Mike Kelly <pioto@exherbo.org>.
|
||||
- complete on gkrellm2 as well. Patch by Aaron Walker.
|
||||
- fix CVS completion
|
||||
* Merge from Ubuntu:
|
||||
- consume error messages in configure completion (LP: #223882)
|
||||
(Mika Fischer)
|
||||
- quote $xspec in _filedir_xspec in case it is empty, which would
|
||||
cause errors if there was no match under failglob. (LP: #194419)
|
||||
(Mika Fischer)
|
||||
* debian/links fixed (Closes: #494292)
|
||||
* debian/control:
|
||||
- fixed typo in the long description
|
||||
* debian/install:
|
||||
- correctly install contrib/* under /etc/bash_completion.d/
|
||||
|
||||
|
||||
-- David Paleino <d.paleino@gmail.com> Fri, 09 Jan 2009 12:17:16 +0100
|
||||
|
||||
bash-completion (20080705) unstable; urgency=low
|
||||
|
Loading…
x
Reference in New Issue
Block a user