added .pdf.bz2 completion to evince (Closes: #424736)

This commit is contained in:
David Paleino 2008-05-11 18:28:38 +02:00
parent bb511b1c42
commit ee505521ad
2 changed files with 3 additions and 2 deletions

View File

@ -97,7 +97,7 @@ complete -f -X '!*.@(dvi|DVI)?(.@(gz|Z|bz2))' kdvi
complete -f -X '!*.@(dvi|DVI)' dvips dviselect dvitype dvipdf advi dvipdfm dvipdfmx
complete -f -X '!*.@(pdf|PDF)' acroread gpdf xpdf
complete -f -X '!*.@(?(e)ps|?(E)PS|pdf|PDF)' kpdf
complete -f -X '!*.@(@(?(e)ps|?(E)PS|pdf|PDF)?(.gz|.GZ)|cb(r|z)|CB(R|Z)|djv?(u)|DJV?(U)|dvi|DVI|gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|GIF|JP?(E)G|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX)' evince
complete -f -X '!*.@(@(?(e)ps|?(E)PS|pdf|PDF)?(.gz|.GZ|.bz2|.BZ2)|cb(r|z)|CB(R|Z)|djv?(u)|DJV?(U)|dvi|DVI|gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|GIF|JP?(E)G|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX)' evince
complete -f -X '!*.@(?(e)ps|?(E)PS)' ps2pdf
complete -f -X '!*.texi*' makeinfo texi2html
complete -f -X '!*.@(?(la)tex|?(LA)TEX|texi|TEXI|dtx|DTX|ins|INS)' tex latex slitex jadetex pdfjadetex pdftex pdflatex texi2dvi

3
debian/changelog vendored
View File

@ -21,6 +21,7 @@ bash-completion (20080501-1) UNRELEASED; urgency=low
- fixes get_cword -> _get_cword typo (Closes: #478596)
- fixes _get_cword() function to properly handle filenames with
whitespaces (Closes: #394636, #468254, #474094)
- added .pdf.bz2 completion to evince (Closes: #424736)
* debian/copyright - now in a fancier machine-parsable format.
* debian/control:
- added myself to Uploaders
@ -47,7 +48,7 @@ bash-completion (20080501-1) UNRELEASED; urgency=low
* Update apt-get completion to include the flag "--no-install-recommends"
(Closes: #475242)
-- David Paleino <d.paleino@gmail.com> Sun, 11 May 2008 17:49:06 +0200
-- David Paleino <d.paleino@gmail.com> Sun, 11 May 2008 18:27:44 +0200
bash-completion (20060301-4) unstable; urgency=low