------------------------------------------------------------ revno: 1304 committer: Guillaume Rousse <[email protected]> branch nick: current timestamp: Tue 2009-02-03 20:32:07 +0100 message: Make bibtex complete on .aux files modified: bash_completion debian/changelog
=== modified file 'bash_completion' --- a/bash_completion 2009-02-02 21:24:38 +0000 +++ b/bash_completion 2009-02-03 19:32:07 +0000 @@ -134,6 +134,7 @@ complete -f -X '!*.odb' oobase complete -f -X '!*.rpm' rpm2cpio complete -f -X '!*.sqlite' sqlite3 +complete -f -X '!*.aux' bibtex # FINISH exclude -- do not remove this line # start of section containing compspecs that can be handled within bash
=== modified file 'debian/changelog' --- a/debian/changelog 2009-02-02 08:01:04 +0000 +++ b/debian/changelog 2009-02-03 19:32:07 +0000 @@ -1,5 +1,8 @@ bash-completion (200902xx) UNRELEASED; urgency=low + [ Guillaume Rousse ] + * Make bibtex complete on .aux files + [ David Paleino ] * Added .kar to Timidity completion. * Fix killall completion, remove trailing ":" on certain process
_______________________________________________ Bash-completion-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits
