about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2004-02-12 05:59:21 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2004-02-12 05:59:21 +0000
commitbe6e24fe1390cba9336a11f0d1d4dccda511e8bb (patch)
tree5d20f061b791a2791ece02f88499d2ebdf1f7044
parent9da807ab7fc38b39ac659cf77c102607bd6302e9 (diff)
downloadzsh-be6e24fe1390cba9336a11f0d1d4dccda511e8bb.tar.gz
zsh-be6e24fe1390cba9336a11f0d1d4dccda511e8bb.tar.xz
zsh-be6e24fe1390cba9336a11f0d1d4dccda511e8bb.zip
unposted: capitalize _acroread file match description
-rw-r--r--ChangeLog5
-rw-r--r--Completion/X/Command/_acroread4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 38e6c6724..32e872a68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-12  Doug Kearns  <djkea2@mugca.its.monash.edu.au>
+
+	* unposted: Completion/X/Command/_acroread: capitalize PDF
+	abbreviation in the file match descriptions
+
 2004-02-10  Oliver Kiddle  <opk@zsh.org>
 
 	* 19415: Doc/Zsh/options.yo: fix documentation to indicate that
diff --git a/Completion/X/Command/_acroread b/Completion/X/Command/_acroread
index 7ae889914..41c6b99f4 100644
--- a/Completion/X/Command/_acroread
+++ b/Completion/X/Command/_acroread
@@ -16,7 +16,7 @@ _x_arguments -C \
   '-visual:X visual:_x_visual' \
   '-xrm:X resource specification:_x_resource' \
   '-toPostScript:*::PostScript conversion options:= ->tops' \
-  '*:pdf file:_files -g "*.(#i)pdf(-.)"' && return
+  '*:PDF file:_files -g "*.(#i)pdf(-.)"' && return
 
 [[ -n "$state" ]] && _arguments \
   '-pairs:*:pdf_file_1 ps_file_1 ...:_files -g "*.(#i)(pdf|ps)(-.)"' \
@@ -38,6 +38,6 @@ _x_arguments -C \
   -shrink \
   '-size:page size (or custom size wxh in points):(letter tabloid ledger legal executive a3 a4 a5 b4 b5)' \
   '-transQuality:transparency flattening level:(1 2 3 4 5)' \
-  '*:pdf file:_files -g "*.(#i)pdf(-.)"' && return
+  '*:PDF file:_files -g "*.(#i)pdf(-.)"' && return
 
 return 1