diff options
| author | Richard M. Stallman | 2007-02-17 23:07:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-02-17 23:07:29 +0000 |
| commit | 3ce97b735916b2e596e9d2aa21975d9496df9d2f (patch) | |
| tree | 40745acdba45625d3d39ecf1d9dfc44eca0afabc | |
| parent | 602157ab37847e9b9da58453ace558811d121ea6 (diff) | |
| download | emacs-3ce97b735916b2e596e9d2aa21975d9496df9d2f.tar.gz emacs-3ce97b735916b2e596e9d2aa21975d9496df9d2f.zip | |
*** empty log message ***
| -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. |