aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olson2008-02-10 20:51:42 +0000
committerMichael Olson2008-02-10 20:51:42 +0000
commitc6588a85bcb0bdcd615f4f34496d71943120e7ae (patch)
tree94ee36b410fe91a72b4e92fa88e62ea2cb40698d
parent6981d00a6b71b8b713ff224f564281cac2d3d6e9 (diff)
downloademacs-c6588a85bcb0bdcd615f4f34496d71943120e7ae.tar.gz
emacs-c6588a85bcb0bdcd615f4f34496d71943120e7ae.zip
EasyPG: Improve NEWS entry.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS11
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 @@
12008-02-10 Daiki Ueno <ueno@unixuser.org>
2
3 * NEWS: Clarify EasyPG functionalities.
4
12008-02-08 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> 52008-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.
diff --git a/etc/NEWS b/etc/NEWS
index 58461005549..7476bb51958 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -242,13 +242,10 @@ dbus.el and by extensions to the C modules of Emacs. D-Bus is an
242inter-process communication mechanism for applications residing on the 242inter-process communication mechanism for applications residing on the
243same host, based on messages. See the manual for further details. 243same 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
246EasyPG is an all-in-one GnuPG interface for Emacs. It consists of two 246GnuPG interface which includes GnuPG keyring browser, cryptographic
247parts: EasyPG Assistant and EasyPG Library. 247operations on regions and files, and automatic encryption of *.gpg
248 248files. See the EasyPG Assistant User's Manual for further details.
249EasyPG Assistant is a set of convenient tools to use GnuPG from
250Emacs. EasyPG Library is a sort of an elisp port of GPGME, a wrapper
251library 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