aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-07-02 23:42:43 -0700
committerGlenn Morris2013-07-02 23:42:43 -0700
commitf0a77200e165b76490489642769c11dfc2ac416b (patch)
treecf739578f4abde26ea3d94f9cd3bbcb3f9516329
parent208dee4daaae38f870322142388c43cff848e452 (diff)
downloademacs-f0a77200e165b76490489642769c11dfc2ac416b.tar.gz
emacs-f0a77200e165b76490489642769c11dfc2ac416b.zip
* doc/misc/pgg.texi (Top, Overview): Add note about obsolescence.
-rw-r--r--doc/misc/ChangeLog2
-rw-r--r--doc/misc/pgg.texi5
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 57c12d4f946..11673514b1b 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,5 +1,7 @@
12013-07-03 Glenn Morris <rgm@gnu.org> 12013-07-03 Glenn Morris <rgm@gnu.org>
2 2
3 * pgg.texi (Top, Overview): Add note about obsolescence.
4
3 * bovine.texi (top): 5 * bovine.texi (top):
4 * cc-mode.texi (AWK Mode Font Locking): 6 * cc-mode.texi (AWK Mode Font Locking):
5 * mh-e.texi (Preface): 7 * mh-e.texi (Preface):
diff --git a/doc/misc/pgg.texi b/doc/misc/pgg.texi
index a18a22e649f..370998c855a 100644
--- a/doc/misc/pgg.texi
+++ b/doc/misc/pgg.texi
@@ -54,6 +54,8 @@ modify this GNU manual.''
54PGG is an interface library between Emacs 54PGG is an interface library between Emacs
55and various tools for secure communication. PGG also provides a simple 55and various tools for secure communication. PGG also provides a simple
56user interface to encrypt, decrypt, sign, and verify MIME messages. 56user interface to encrypt, decrypt, sign, and verify MIME messages.
57This package is obsolete; for new code we recommend EasyPG instead.
58@xref{Top,, EasyPG, epa, EasyPG Assistant User's Manual}.
57 59
58@ifnottex 60@ifnottex
59@insertcopying 61@insertcopying
@@ -78,6 +80,9 @@ communication. Even though Mailcrypt has similar feature, it does not
78deal with detached PGP messages, normally used in PGP/MIME 80deal with detached PGP messages, normally used in PGP/MIME
79infrastructure. This was the main reason why I wrote the new library. 81infrastructure. This was the main reason why I wrote the new library.
80 82
83Note that the PGG library is now obsolete, replaced by EasyPG.
84@xref{Top,, EasyPG, epa, EasyPG Assistant User's Manual}.
85
81PGP/MIME is an application of MIME Object Security Services (RFC1848). 86PGP/MIME is an application of MIME Object Security Services (RFC1848).
82The standard is documented in RFC2015. 87The standard is documented in RFC2015.
83 88