[Bash-completion-commits] ./current r1106: added .svg completion to display (Closes: #441017)

David Paleino d.paleino at gmail.com
Sun May 11 16:35:16 UTC 2008


------------------------------------------------------------
revno: 1106
committer: David Paleino <d.paleino at gmail.com>
branch nick: bash-completion
timestamp: Sun 2008-05-11 18:35:16 +0200
message:
  added .svg completion to display (Closes: #441017)
modified:
  bash_completion
  debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2008-05-11 16:28:38 +0000
+++ b/bash_completion	2008-05-11 16:35:16 +0000
@@ -89,7 +89,8 @@
 # TODO: see #455510
 #complete -f -X '!*.@(Z|gz|tgz|Gz|dz)' zcmp zdiff zcat zegrep zfgrep zgrep zless zmore
 complete -f -X '!*.Z' uncompress
-complete -f -X '!*.@(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)' ee display
+complete -f -X '!*.@(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)' ee
+complete -f -X '!*.@(gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|svg|GIF|JP?(E)G|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX|SVG)' display
 complete -f -X '!*.@(gif|jp?(e)g|tif?(f)|png|p[bgp]m|bmp|x[bp]m|rle|rgb|pcx|fits|pm|GIF|JPG|JP?(E)G|TIF?(F)|PNG|P[BGP]M|BMP|X[BP]M|RLE|RGB|PCX|FITS|PM)' xv qiv
 complete -f -X '!*.@(@(?(e)ps|?(E)PS|pdf|PDF)?(.gz|.GZ|.bz2|.BZ2|.Z))' gv ggv kghostview
 complete -f -X '!*.@(dvi|DVI)?(.@(gz|Z|bz2))' xdvi

=== modified file 'debian/changelog'
--- a/debian/changelog	2008-05-11 16:28:38 +0000
+++ b/debian/changelog	2008-05-11 16:35:16 +0000
@@ -22,6 +22,7 @@
     - fixes _get_cword() function to properly handle filenames with 
       whitespaces (Closes: #394636, #468254, #474094)
     - added .pdf.bz2 completion to evince (Closes: #424736)
+    - added .svg completion to display (Closes: #441017)
   * debian/copyright - now in a fancier machine-parsable format.
   * debian/control:
     - added myself to Uploaders
@@ -48,7 +49,7 @@
   * Update apt-get completion to include the flag "--no-install-recommends"
     (Closes: #475242)
 
- -- David Paleino <d.paleino at gmail.com>  Sun, 11 May 2008 18:27:44 +0200
+ -- David Paleino <d.paleino at gmail.com>  Sun, 11 May 2008 18:34:53 +0200
 
 bash-completion (20060301-4) unstable; urgency=low
 



More information about the Bash-completion-commits mailing list