From 01d5aaeb1103f70ff7687fffaaa17c0792fb7e49 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 27 Nov 2008 03:27:54 +0000 Subject: [PATCH] * tool-bar.el (tool-bar-find-image-cache): Var deleted. (tool-bar-find-image): Function deleted. (tool-bar-local-item, tool-bar-local-item-from-menu): Use find-image instead of tool-bar-find-image. (tool-bar-keymap-cache): New hash table. (tool-bar-make-keymap): Use it. (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here. --- lisp/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 612c1b41bbb..c81984b5f29 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2008-11-27 Chong Yidong + + * tool-bar.el (tool-bar-find-image-cache): Var deleted. + (tool-bar-find-image): Function deleted. + (tool-bar-local-item, tool-bar-local-item-from-menu): Use + find-image instead of tool-bar-find-image. + (tool-bar-keymap-cache): New hash table. + (tool-bar-make-keymap): Use it. + (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here. + 2008-11-26 Michael Albinus * net/dbus.el (dbus-handle-event): The result of a message call -- 2.39.2