diff options
| -rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index e0238cc1c78..1645a3dde98 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. | |||
| 64 | ** simon.marshall@misys.com, Jan 12: | 64 | ** simon.marshall@misys.com, Jan 12: |
| 65 | Font-lock decides function call is function declaration in C+ + | 65 | Font-lock decides function call is function declaration in C+ + |
| 66 | 66 | ||
| 67 | ** Fix needed for communication with gpg-agent | ||
| 68 | |||
| 67 | * DOCUMENTATION | 69 | * DOCUMENTATION |
| 68 | 70 | ||
| 69 | ** Check the Emacs Tutorial. | 71 | ** Check the Emacs Tutorial. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 22c64f75166..29b3e166749 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change) | ||
| 2 | |||
| 3 | * simple.el (kill-line): Doc fix. | ||
| 4 | |||
| 1 | 2007-02-17 Kim F. Storm <storm@cua.dk> | 5 | 2007-02-17 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize. | 7 | * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize. |