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
39
debian/changelog
vendored
39
debian/changelog
vendored
@ -1,5 +1,6 @@
|
|||||||
bash-completion (200811xx) UNRELEASED; urgency=low
|
bash-completion (200811xx) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
[ David Paleino ]
|
||||||
* Added .kar to Timidity completion.
|
* Added .kar to Timidity completion.
|
||||||
* Fix killall completion (Closes: #497540)
|
* Fix killall completion (Closes: #497540)
|
||||||
* Fix man -l completing filenames (Closes: #497074)
|
* 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)
|
(prefixed with _ to avoid file conflicts with upstream's one)
|
||||||
* Fixed completion of environment variables, thanks to Morita Sho
|
* Fixed completion of environment variables, thanks to Morita Sho
|
||||||
(Closes: #272660)
|
(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
|
* Added JPEG 2000 files to display completion, thanks to Bastien Nocera
|
||||||
(RHBZ: #304771)
|
(RHBZ: #304771)
|
||||||
* Improved rpm macro completion (Ville Skyttä).
|
* Improved rpm macro completion (Ville Skyttä).
|
||||||
@ -70,24 +91,6 @@ bash-completion (200811xx) UNRELEASED; urgency=low
|
|||||||
* Add .mp2 and .vdr to mplayer completion (RHBZ: #444467) (Ville Skyttä).
|
* Add .mp2 and .vdr to mplayer completion (RHBZ: #444467) (Ville Skyttä).
|
||||||
* Add .mkv, .mp2 and .vdr to *xine completion (RHBZ: #444467) (Ville Skyttä).
|
* Add .mkv, .mp2 and .vdr to *xine completion (RHBZ: #444467) (Ville Skyttä).
|
||||||
* Add --rsyncable to gzip completion (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
|
-- David Paleino <d.paleino@gmail.com> Fri, 09 Jan 2009 12:17:16 +0100
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user