Mercurial > emacs
changeset 85742:4a5d6cd41d5f
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 29 Oct 2007 00:51:51 +0000 |
parents | 29ea503e1863 |
children | 763be5e829a7 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <lekktu@gmail.com> + + * 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 <rgm@gnu.org> * dirtrack.el (dirtrack-debug): Doc fix.