From: Werner Koch Date: Wed, 19 Nov 2003 08:31:38 +0000 (+0000) Subject: Removed @acronym{} from nodenames. X-Git-Tag: gpgme-1.2.0@1385~508 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=10f3b0d2f0ccbd9aed471402b5ade6da3cdad85d;p=gpgme.git Removed @acronym{} from nodenames. --- diff --git a/branches/gpgme-0-3-branch/doc/ChangeLog b/branches/gpgme-0-3-branch/doc/ChangeLog index 38640cf..9559b2c 100644 --- a/branches/gpgme-0-3-branch/doc/ChangeLog +++ b/branches/gpgme-0-3-branch/doc/ChangeLog @@ -1,3 +1,7 @@ +2003-11-19 Werner Koch + + * gpgme.texi (ASCII): Removed @acronym{} from nodenames. + 2002-11-05 Marcus Brinkmann * gpgme.texi (Verify): Fix prototype of gpgme_get_sig_key. diff --git a/branches/gpgme-0-3-branch/doc/gpgme.texi b/branches/gpgme-0-3-branch/doc/gpgme.texi index 2663f07..363ee33 100644 --- a/branches/gpgme-0-3-branch/doc/gpgme.texi +++ b/branches/gpgme-0-3-branch/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}})