From e57bb976e1670011189b9d0e90e811b91a91c5dd Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 6 Apr 1999 01:54:57 +0000 Subject: [PATCH] * Update. --- ChangeLog | 6 ++++++ mime-ui-en.sgml | 4 ++-- mime-ui-en.texi | 39 +++++++++++++++++++++++++++++---------- mime-ui-ja.sgml | 4 ++-- mime-ui-ja.texi | 32 +++++++++++++++++++++++++------- 5 files changed, 64 insertions(+), 21 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6480061..a92c155 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-04-06 Katsumi Yamaoka + + * mime-ui-en.texi, mime-ui-ja.texi: Sync up with .sgml files. + * mime-ui-en.sgml, mime-ui-ja.sgml (mime-mc-setversion): Use , + token in doc string. + 1999-04-06 Keiichi Suzuki * mime-pgp.el (mime-view-application/pgp): Support PGP5.X and diff --git a/mime-ui-en.sgml b/mime-ui-en.sgml index d77f473..446b870 100644 --- a/mime-ui-en.sgml +++ b/mime-ui-en.sgml @@ -647,8 +647,8 @@ Return function to do service method. version

-Select `pgp-version' and `mc-default-scheme' if possible. VERSION -should be a string or a symbol. +Select `pgp-version' and `mc-default-scheme' if possible. +version should be a string or a symbol. diff --git a/mime-ui-en.texi b/mime-ui-en.texi index 9946c5f..6065525 100644 --- a/mime-ui-en.texi +++ b/mime-ui-en.texi @@ -458,8 +458,7 @@ Encrypt to specified region. (cf. @ref{PGP}) @item @key{C-c C-x C-q} avoid to encode tags in specified region. In other words, tags is -interpreted as such string. (In current version, it may be -incomplete. Maybe PGP-signature does not work for this enclosure.) +interpreted as such string. @end table @@ -679,24 +678,37 @@ Regular expression to match field-name to be ignored when split sending. mime-edit provides PGP encryption, signature and inserting public-key features based on @strong{PGP/MIME} (RFC 2015) or @strong{PGP-kazu} -(draft-kazu-pgp-mime-00.txt).@refill +(draft-kazu-pgp-mime-00.txt). In current version, PGP 5.0i and GnuPG +are supported as well.@refill + +This feature requires PGP or GnuPG commands and its interface package, +such as Mailcrypt package (@ref{(mailcrypt)}). + +@defvar pgp-version + +Version of PGP or GnuPG command to be used for encryption or sign. +The value should be a symbol. Allowed versions are @code{gpg}, +@code{pgp50} or @code{pgp}.@refill +@end defvar -This feature requires pgp command and pgp interface package, such as -Mailcrypt package (@ref{(mailcrypt)}). @defvar pgp-function-alist Alist of service names vs. corresponding functions and its filenames. -Each element looks like @code{(SERVICE FUNCTION FILE)}.@refill +Each element looks like +@code{(SERVICE FUNCTION FILE [PGP5_FUNCTION PGP5_FILE [GPG_FUNCTION GPG_FILE]])}.@refill -SERVICE is a symbol of PGP processing. It allows `verify', `decrypt', -`fetch-key', `snarf-keys', `mime-sign', `traditional-sign', `encrypt' or -`insert-key'.@refill +SERVICE is a symbol of PGP2, PGP5 or GnuPG processing. It allows +`verify', `decrypt', `fetch-key', `snarf-keys', `mime-sign', +`traditional-sign', `encrypt' or `insert-key'.@refill Function is a symbol of function to do specified SERVICE.@refill - FILE is string of filename which has definition of corresponding FUNCTION. + +PGP5_FUNCTION, PGP5_FILE, GPG_FUNCTION and GPG_FILE are similar to +FUNCTION and FILE, but they will be used for PGP 5.0i or GnuPG.@refill + @end defvar @@ -706,6 +718,13 @@ Return function to do service @var{method}. @end defun +@defun mime-mc-setversion version + +Select `pgp-version' and `mc-default-scheme' if possible. +@var{version} should be a string or a symbol. +@end defun + + @node Buttons, Acting-condition configuration, PGP, Various @section Mouse button diff --git a/mime-ui-ja.sgml b/mime-ui-ja.sgml index a5540ad..2c18352 100644 --- a/mime-ui-ja.sgml +++ b/mime-ui-ja.sgml @@ -662,8 +662,8 @@ Return function to do service method. version

-Select `pgp-version' and `mc-default-scheme' if possible. VERSION -should be a string or a symbol. +Select `pgp-version' and `mc-default-scheme' if possible. +version should be a string or a symbol. diff --git a/mime-ui-ja.texi b/mime-ui-ja.texi index 24583c1..9ac5a97 100644 --- a/mime-ui-ja.texi +++ b/mime-ui-ja.texi @@ -472,8 +472,7 @@ enclosure を作るための操作としては以下のようなものがあります。 @item @key{C-c C-x C-q} 指定した region 内の tag を無効にし、その tag を文字列として利用できる -ようにします。(現在の版ではうまく働かないことがあります。また、電子署 -名との併用に関しても不完全です) +ようにします。 @end table @@ -696,24 +695,36 @@ Regular expression to match field-name to be ignored when split sending. mime-edit では @strong{PGP/MIME} (RFC 2015) および@strong{PGP-kazu} (draft-kazu-pgp-mime-00.txt) による暗号化・電子署名・公開鍵の挿入機能を -利用することができます。@refill +利用することができます。 現在の版では PGP 5.0i と GnuPG もサポートされ +ています。@refill 但し、この機能を利用するには Mailcrypt package (@ref{(mailcrypt)}) と pgp command が必要です。 +@defvar pgp-version + +Version of PGP or GnuPG command to be used for encryption or sign. +The value should be a symbol. Allowed versions are @code{gpg}, +@code{pgp50} or @code{pgp}.@refill +@end defvar + + @defvar pgp-function-alist Alist of service names vs. corresponding functions and its filenames. -Each element looks like @code{(SERVICE FUNCTION FILE)}.@refill +@code{(SERVICE FUNCTION FILE [PGP5_FUNCTION PGP5_FILE [GPG_FUNCTION GPG_FILE]])}.@refill -SERVICE is a symbol of PGP processing. It allows `verify', `decrypt', -`fetch-key', `snarf-keys', `mime-sign', `traditional-sign', `encrypt' or -`insert-key'.@refill +SERVICE is a symbol of PGP2, PGP5 or GnuPG processing. It allows +`verify', `decrypt', `fetch-key', `snarf-keys', `mime-sign', +`traditional-sign', `encrypt' or `insert-key'.@refill Function is a symbol of function to do specified SERVICE.@refill FILE is string of filename which has definition of corresponding FUNCTION. + +PGP5_FUNCTION, PGP5_FILE, GPG_FUNCTION and GPG_FILE are similar to +FUNCTION and FILE, but they will be used for PGP 5.0i or GnuPG.@refill @end defvar @@ -723,6 +734,13 @@ Return function to do service @var{method}. @end defun +@defun mime-mc-setversion version + +Select `pgp-version' and `mc-default-scheme' if possible. +@var{version} should be a string or a symbol. +@end defun + + @node Buttons, Acting-condition configuration, PGP, Various @section 押釦 -- 1.7.10.4