aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-29 00:51:51 +0000
committerJuanma Barranquero2007-10-29 00:51:51 +0000
commit08446d5eeb448b3473daa4e209ccf71ceef496b5 (patch)
tree64b41f16b59f4308b5875a7e25e9e2e2aeae63c6 /lisp/ChangeLog
parentb09ee19d0b000e2a451dcbcf2506280e305fe9d6 (diff)
downloademacs-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/ChangeLog11
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 @@
12007-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
12007-10-29 Glenn Morris <rgm@gnu.org> 122007-10-29 Glenn Morris <rgm@gnu.org>
2 13
3 * dirtrack.el (dirtrack-debug): Doc fix. 14 * dirtrack.el (dirtrack-debug): Doc fix.