summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-10-11 14:36:27 +0200
committerWerner Koch <wk@gnupg.org>2010-10-11 14:36:27 +0200
commit5a679857efbead6ec677633b8aee1cfa687a07e1 (patch)
tree65dc16ded93439589bb7caae3235e6890682de0f /doc
parentNew configure optionh --enable-dirmngr-auto-start. (diff)
downloadgnupg2-5a679857efbead6ec677633b8aee1cfa687a07e1.tar.xz
gnupg2-5a679857efbead6ec677633b8aee1cfa687a07e1.zip
Describe %v and %V.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/gpg.texi3
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 13cd42dc7..1f01ad8a1 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-11 Daniel Kahn Gillmor <dkg@fifthhorseman.net> (wk)
+
+ * gpg.texi (GPG Configuration Options) <photo-viewer>: Describe %v
+ and %V.
+
2010-10-05 Werner Koch <wk@g10code.com>
* Makefile.am (faq.txt faq.html, faq-online): New.
diff --git a/doc/gpg.texi b/doc/gpg.texi
index 4e5ed1e7e..566e6640a 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -1141,6 +1141,9 @@ same, except the file will not be deleted once the viewer exits.
Other flags are "%k" for the key ID, "%K" for the long key ID, "%f"
for the key fingerprint, "%t" for the extension of the image type
(e.g. "jpg"), "%T" for the MIME type of the image (e.g. "image/jpeg"),
+"%v" for the single-character calculated validity of the image being
+viewed (e.g. "f"), "%V" for the calculated validity as a string (e.g.
+"full"),
and "%%" for an actual percent sign. If neither %i or %I are present,
then the photo will be supplied to the viewer on standard input.