diff options
| author | Juanma Barranquero | 2007-10-29 00:51:51 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-10-29 00:51:51 +0000 |
| commit | 08446d5eeb448b3473daa4e209ccf71ceef496b5 (patch) | |
| tree | 64b41f16b59f4308b5875a7e25e9e2e2aeae63c6 /lisp/ChangeLog | |
| parent | b09ee19d0b000e2a451dcbcf2506280e305fe9d6 (diff) | |
| download | emacs-08446d5eeb448b3473daa4e209ccf71ceef496b5.tar.gz emacs-08446d5eeb448b3473daa4e209ccf71ceef496b5.zip | |
(server-unload-function): Rename from `server-unload-hook' and
adapt to new `unload-feature' functionality. Remove hook from
`kill-buffer-hook' buffer-locally.
(server-unload-hook): Remove.
(server-unload-function): New var; replaces `server-unload-hook'.
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 de19ecb194a..da35e020e3d 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' and `suspend-tty-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-29 Glenn Morris <rgm@gnu.org> | 12 | 2007-10-29 Glenn Morris <rgm@gnu.org> |
| 2 | 13 | ||
| 3 | * dirtrack.el (dirtrack-debug): Doc fix. | 14 | * dirtrack.el (dirtrack-debug): Doc fix. |