diff options
| -rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 7f514000a58..55aa32bd0e9 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -62,6 +62,8 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. | |||
| 62 | 62 | ||
| 63 | ** kbd_buffer_store_event[_hold] called from outside signal handlers. | 63 | ** kbd_buffer_store_event[_hold] called from outside signal handlers. |
| 64 | 64 | ||
| 65 | ** org.el change papers | ||
| 66 | |||
| 65 | * DOCUMENTATION | 67 | * DOCUMENTATION |
| 66 | 68 | ||
| 67 | ** Check the Emacs Tutorial. | 69 | ** Check the Emacs Tutorial. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8113965b17b..b9c1811b1ce 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-12-11 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/cl-macs.el (defstruct): Suppress warnings | ||
| 4 | about calls to cl-struct-setf-expander. | ||
| 5 | |||
| 1 | 2006-12-11 Juanma Barranquero <lekktu@gmail.com> | 6 | 2006-12-11 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * ediff-merg.el (ediff-show-clashes-only): Doc fix. | 8 | * ediff-merg.el (ediff-show-clashes-only): Doc fix. |