aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-11-19 08:31:38 +0000
committerWerner Koch <[email protected]>2003-11-19 08:31:38 +0000
commit0e9191c60801088549f7761cb02c8377e4f0dfc0 (patch)
treefc4a5dc192ee765af0ba6c7d7d0f7de30122c4f7
parentAbout to release 0.3.16. (diff)
downloadgpgme-0e9191c60801088549f7761cb02c8377e4f0dfc0.tar.gz
gpgme-0e9191c60801088549f7761cb02c8377e4f0dfc0.zip
Removed @acronym{} from nodenames.
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gpgme.texi10
2 files changed, 9 insertions, 5 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 38640cf8..9559b2c1 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-19 Werner Koch <[email protected]>
+
+ * gpgme.texi (ASCII): Removed @acronym{} from nodenames.
+
2002-11-05 Marcus Brinkmann <[email protected]>
* gpgme.texi (Verify): Fix prototype of gpgme_get_sig_key.
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 2663f075..363ee33a 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -138,7 +138,7 @@ Contexts
Context Attributes
* Protocol Selection:: Selecting the protocol used by a context.
-* @acronym{ASCII} Armor:: Requesting @acronym{ASCII} armored output.
+* ASCII Armor:: Requesting @acronym{ASCII} armored output.
* Text Mode:: Choosing canonical text mode.
* Included Certificates:: Including a number of certificates.
* Key Listing Mode:: Selecting key listing mode.
@@ -1164,7 +1164,7 @@ The function @code{gpgme_release} destroys the context with the handle
@menu
* Protocol Selection:: Selecting the protocol used by a context.
-* @acronym{ASCII} Armor:: Requesting @acronym{ASCII} armored output.
+* ASCII Armor:: Requesting @acronym{ASCII} armored output.
* Text Mode:: Choosing canonical text mode.
* Included Certificates:: Including a number of certificates.
* Key Listing Mode:: Selecting key listing mode.
@@ -1198,10 +1198,10 @@ The function @code{gpgme_get_protocol} retrieves the protocol currently
use with the context @var{ctx}.
@end deftypefun
-@node @acronym{ASCII} Armor
-@subsection @acronym{ASCII} Armor
+@node ASCII Armor
+@subsection ASCII Armor
@cindex context, armor mode
-@cindex @acronym{ASCII} armor
+@cindex ASCII armor
@cindex armor mode
@deftypefun void gpgme_set_armor (@w{GpgmeCtx @var{ctx}}, @w{int @var{yes}})