diff options
author | Michael Olson <mwolson@gnu.org> | 2008-02-10 20:51:42 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2008-02-10 20:51:42 +0000 |
commit | c6588a85bcb0bdcd615f4f34496d71943120e7ae (patch) | |
tree | 94ee36b410fe91a72b4e92fa88e62ea2cb40698d | |
parent | 6981d00a6b71b8b713ff224f564281cac2d3d6e9 (diff) | |
download | emacs-c6588a85bcb0bdcd615f4f34496d71943120e7ae.tar.gz |
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 @@ +2008-02-10 Daiki Ueno <ueno@unixuser.org> + + * NEWS: Clarify EasyPG functionalities. + 2008-02-08 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> * 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 inter-process communication mechanism for applications residing on the same host, based on messages. See the manual for further details. -** EasyPG is now part of the Emacs distribution. -EasyPG is an all-in-one GnuPG interface for Emacs. It consists of two -parts: EasyPG Assistant and EasyPG Library. - -EasyPG Assistant is a set of convenient tools to use GnuPG from -Emacs. EasyPG Library is a sort of an elisp port of GPGME, a wrapper -library which provides API to access some of the GnuPG functions. +** EasyPG is now part of the Emacs distribution. It is an all-in-one +GnuPG interface which includes GnuPG keyring browser, cryptographic +operations on regions and files, and automatic encryption of *.gpg +files. See the EasyPG Assistant User's Manual for further details. * Changes in Specialized Modes and Packages in Emacs 23.1 |