changeset 79244:ea4bb852e0eb

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Oct 2007 00:44:52 +0000
parents cccc3ec23e08
children d9c3438bb178
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Oct 29 00:42:24 2007 +0000
+++ b/lisp/ChangeLog	Mon Oct 29 00:44:52 2007 +0000
@@ -1,3 +1,14 @@
+2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
+
+	* loadhist.el (unload-feature-special-hooks):
+	Add `delete-frame-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-27  Juanma Barranquero  <lekktu@gmail.com>
 
 	* desktop.el (uniquify-managed): Pacify byte compiler.