about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/X/Command/_xdvi2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d5f064081..7289771e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-17  Clint Adams  <clint@zsh.org>
+
+	* 16846: Completion/X/Command/_xdvi: complete .dvi.gz and .dvi.bz2
+	too.
+
 2002-03-16  Bart Schaefer  <schaefer@zsh.org>
 
 	* 16820: Test/E01options.ztst: change tests to match 16759.
diff --git a/Completion/X/Command/_xdvi b/Completion/X/Command/_xdvi
index d24015ed5..7a4461ae1 100644
--- a/Completion/X/Command/_xdvi
+++ b/Completion/X/Command/_xdvi
@@ -27,4 +27,4 @@ _xt_arguments \
   '-topmargin:top margin:' \
   '-xoffset:horizontal offset:' \
   '-yoffset:vertical offset:' \
-  '*:DVI file:_files -g \*.\(\#i\)dvi'
+  '*:DVI file:_files -g \*.\(\#i\)dvi\(\|.Z\|.gz\|.bz2\)'