From: Chong Yidong Date: Sun, 12 Oct 2008 13:45:29 +0000 (+0000) Subject: * tool-bar.el (tool-bar-setup): Variable deleted. X-Git-Tag: emacs-pretest-23.0.90~2527 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3240257259e7a9b7226ba05b496edacd664eaa73;p=emacs.git * tool-bar.el (tool-bar-setup): Variable deleted. (tool-bar-setup): Set it up unconditionally. * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup. * frame.el: Remove unneeded function declaration. * progmodes/grep.el (grep-mode-tool-bar-map): Check if tool-bar-map has been initialized before setting it up. * progmodes/compile.el (compilation-mode-tool-bar-map): Check if tool-bar-map has been initialized before setting it up. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b45b32c770d..05bcc708449 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2008-10-12 Chong Yidong + + * tool-bar.el (tool-bar-setup): Variable deleted. + (tool-bar-setup): Set it up unconditionally. + + * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup. + + * frame.el: Remove unneeded function declaration. + + * progmodes/grep.el (grep-mode-tool-bar-map): Check if + tool-bar-map has been initialized before setting it up. + + * progmodes/compile.el (compilation-mode-tool-bar-map): Check if + tool-bar-map has been initialized before setting it up. + 2008-10-11 Chong Yidong * emacs-lisp/warnings.el (display-warning): Issue a message if