# HG changeset patch # User Juanma Barranquero # Date 1193619111 0 # Node ID 4a5d6cd41d5f5052429b73c99e70e384426bf0ee # Parent 29ea503e18637810cc5fa774283c28c940553ca2 *** empty log message *** diff -r 29ea503e1863 -r 4a5d6cd41d5f lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 29 00:50:41 2007 +0000 +++ b/lisp/ChangeLog Mon Oct 29 00:51:51 2007 +0000 @@ -1,3 +1,14 @@ +2007-10-29 Juanma Barranquero + + * loadhist.el (unload-feature-special-hooks): + Add `delete-frame-functions' and `suspend-tty-functions'. + + * server.el (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'. + 2007-10-29 Glenn Morris * dirtrack.el (dirtrack-debug): Doc fix.