diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0f68b6cafbb..87ecb538357 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2007-10-29 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * loadhist.el (unload-feature-special-hooks): | ||
| 4 | Add `delete-frame-functions'. | ||
| 5 | |||
| 6 | * server.el (server-unload-function): Rename from `server-unload-hook' | ||
| 7 | and adapt to new `unload-feature' functionality. Remove hook from | ||
| 8 | `kill-buffer-hook' buffer-locally. | ||
| 9 | (server-unload-hook): Remove. | ||
| 10 | (server-unload-function): New var; replaces `server-unload-hook'. | ||
| 11 | |||
| 1 | 2007-10-27 Juanma Barranquero <lekktu@gmail.com> | 12 | 2007-10-27 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 13 | ||
| 3 | * desktop.el (uniquify-managed): Pacify byte compiler. | 14 | * desktop.el (uniquify-managed): Pacify byte compiler. |