comparison lisp/ChangeLog @ 79244:ea4bb852e0eb

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Oct 2007 00:44:52 +0000
parents 82fb16d03f6f
children 74f4e3567291
comparison
equal deleted inserted replaced
79243:cccc3ec23e08 79244:ea4bb852e0eb
1 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
2
3 * loadhist.el (unload-feature-special-hooks):
4 Add `delete-frame-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-27 Juanma Barranquero <lekktu@gmail.com> 12 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
2 13
3 * desktop.el (uniquify-managed): Pacify byte compiler. 14 * desktop.el (uniquify-managed): Pacify byte compiler.
4 (desktop-buffer-info): If the buffer name is managed by uniquify, 15 (desktop-buffer-info): If the buffer name is managed by uniquify,
5 save the base name, not the uniquified one. 16 save the base name, not the uniquified one.