aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--lisp/ChangeLog4
2 files changed, 6 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index e0238cc1c7..1645a3dde9 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -64,6 +64,8 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
** [email protected], Jan 12:
Font-lock decides function call is function declaration in C+ +
+** Fix needed for communication with gpg-agent
+
* DOCUMENTATION
** Check the Emacs Tutorial.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 22c64f7516..29b3e16674 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2007-02-17 Sven Joachim <[email protected]> (tiny change)
+
+ * simple.el (kill-line): Doc fix.
+
2007-02-17 Kim F. Storm <[email protected]>
* emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.