diff options
| author | Glenn Morris | 2013-07-02 23:42:43 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-07-02 23:42:43 -0700 |
| commit | f0a77200e165b76490489642769c11dfc2ac416b (patch) | |
| tree | cf739578f4abde26ea3d94f9cd3bbcb3f9516329 | |
| parent | 208dee4daaae38f870322142388c43cff848e452 (diff) | |
| download | emacs-f0a77200e165b76490489642769c11dfc2ac416b.tar.gz emacs-f0a77200e165b76490489642769c11dfc2ac416b.zip | |
* doc/misc/pgg.texi (Top, Overview): Add note about obsolescence.
| -rw-r--r-- | doc/misc/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/misc/pgg.texi | 5 |
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 @@ | |||
| 1 | 2013-07-03 Glenn Morris <rgm@gnu.org> | 1 | 2013-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.'' | |||
| 54 | PGG is an interface library between Emacs | 54 | PGG is an interface library between Emacs |
| 55 | and various tools for secure communication. PGG also provides a simple | 55 | and various tools for secure communication. PGG also provides a simple |
| 56 | user interface to encrypt, decrypt, sign, and verify MIME messages. | 56 | user interface to encrypt, decrypt, sign, and verify MIME messages. |
| 57 | This 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 | |||
| 78 | deal with detached PGP messages, normally used in PGP/MIME | 80 | deal with detached PGP messages, normally used in PGP/MIME |
| 79 | infrastructure. This was the main reason why I wrote the new library. | 81 | infrastructure. This was the main reason why I wrote the new library. |
| 80 | 82 | ||
| 83 | Note that the PGG library is now obsolete, replaced by EasyPG. | ||
| 84 | @xref{Top,, EasyPG, epa, EasyPG Assistant User's Manual}. | ||
| 85 | |||
| 81 | PGP/MIME is an application of MIME Object Security Services (RFC1848). | 86 | PGP/MIME is an application of MIME Object Security Services (RFC1848). |
| 82 | The standard is documented in RFC2015. | 87 | The standard is documented in RFC2015. |
| 83 | 88 | ||