diff options
| author | Michael Olson | 2008-02-10 20:51:42 +0000 |
|---|---|---|
| committer | Michael Olson | 2008-02-10 20:51:42 +0000 |
| commit | c6588a85bcb0bdcd615f4f34496d71943120e7ae (patch) | |
| tree | 94ee36b410fe91a72b4e92fa88e62ea2cb40698d | |
| parent | 6981d00a6b71b8b713ff224f564281cac2d3d6e9 (diff) | |
| download | emacs-c6588a85bcb0bdcd615f4f34496d71943120e7ae.tar.gz emacs-c6588a85bcb0bdcd615f4f34496d71943120e7ae.zip | |
EasyPG: Improve NEWS entry.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 11 |
2 files changed, 8 insertions, 7 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 34526654983..132a70d3640 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-02-10 Daiki Ueno <ueno@unixuser.org> | ||
| 2 | |||
| 3 | * NEWS: Clarify EasyPG functionalities. | ||
| 4 | |||
| 1 | 2008-02-08 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 5 | 2008-02-08 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * NEWS: Mention XEmbed and --parent-id. | 7 | * NEWS: Mention XEmbed and --parent-id. |
| @@ -242,13 +242,10 @@ dbus.el and by extensions to the C modules of Emacs. D-Bus is an | |||
| 242 | inter-process communication mechanism for applications residing on the | 242 | inter-process communication mechanism for applications residing on the |
| 243 | same host, based on messages. See the manual for further details. | 243 | same host, based on messages. See the manual for further details. |
| 244 | 244 | ||
| 245 | ** EasyPG is now part of the Emacs distribution. | 245 | ** EasyPG is now part of the Emacs distribution. It is an all-in-one |
| 246 | EasyPG is an all-in-one GnuPG interface for Emacs. It consists of two | 246 | GnuPG interface which includes GnuPG keyring browser, cryptographic |
| 247 | parts: EasyPG Assistant and EasyPG Library. | 247 | operations on regions and files, and automatic encryption of *.gpg |
| 248 | 248 | files. See the EasyPG Assistant User's Manual for further details. | |
| 249 | EasyPG Assistant is a set of convenient tools to use GnuPG from | ||
| 250 | Emacs. EasyPG Library is a sort of an elisp port of GPGME, a wrapper | ||
| 251 | library which provides API to access some of the GnuPG functions. | ||
| 252 | 249 | ||
| 253 | * Changes in Specialized Modes and Packages in Emacs 23.1 | 250 | * Changes in Specialized Modes and Packages in Emacs 23.1 |
| 254 | 251 | ||