changeset 91648:b38c91369fba

EasyPG: Add ChangeLog entries.
author Michael Olson <mwolson@gnu.org>
date Fri, 08 Feb 2008 06:56:24 +0000
parents f9692dfe86e7
children cd07cf3ffb6a
files doc/misc/ChangeLog etc/ChangeLog lisp/ChangeLog
diffstat 3 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/misc/ChangeLog	Fri Feb 08 06:54:27 2008 +0000
+++ b/doc/misc/ChangeLog	Fri Feb 08 06:56:24 2008 +0000
@@ -1,3 +1,9 @@
+2008-02-08  Daiki Ueno  <ueno@unixuser.org>
+
+	* Makefile.in: Add rules to build EasyPG Assistant User's Manual.
+
+	* epa.texi: New manual documenting the EasyPG Assistant.
+
 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
 
 	* dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
--- a/etc/ChangeLog	Fri Feb 08 06:54:27 2008 +0000
+++ b/etc/ChangeLog	Fri Feb 08 06:56:24 2008 +0000
@@ -1,3 +1,7 @@
+2008-02-08  Daiki Ueno  <ueno@unixuser.org>
+
+	* NEWS: Mention EasyPG.
+
 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
 
 	* TUTORIAL.ru: Restore copyright years.  Update tutorial.  Fix wording.
--- a/lisp/ChangeLog	Fri Feb 08 06:54:27 2008 +0000
+++ b/lisp/ChangeLog	Fri Feb 08 06:56:24 2008 +0000
@@ -1,3 +1,14 @@
+2008-02-08  Daiki Ueno  <ueno@unixuser.org>
+
+	* epa-dired.el:
+	* epa-file.el:
+	* epa-mail.el:
+	* epa-setup.el:
+	* epa.el:
+	* epg-config.el:
+	* epg-package-info.el:
+	* epg.el: Initial check-in of EasyPG.
+
 2008-02-08  Glenn Morris  <rgm@gnu.org>
 
 	* pcmpl-unix.el (top-level): Move provide statement to end.