From: yamaoka Date: Thu, 26 Jan 2006 05:15:33 +0000 (+0000) Subject: Synch to No Gnus 200601260514. X-Git-Tag: t-gnus-6_17_4-quimby-~127 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5f1a4743c1ec08a38d0bb91b963a4cfd59569f63;p=elisp%2Fgnus.git- Synch to No Gnus 200601260514. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 373c050..5a64668 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2006-01-26 Steve Youngs + + * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't + autoload. + +2006-01-26 Katsumi Yamaoka + + * gmm-utils.el (gmm-verbose): Add :group. + 2006-01-25 Reiner Steib * message.el: Change some comments WRT tool-bars. diff --git a/lisp/gmm-utils.el b/lisp/gmm-utils.el index 88e42f3..6876f89 100644 --- a/lisp/gmm-utils.el +++ b/lisp/gmm-utils.el @@ -43,7 +43,8 @@ The higher the number, the more messages will flash to say what it done. At zero, it will be totally mute; at five, it will display most important messages; and at ten, it will keep on jabbering all the time." - :type 'integer) + :type 'integer + :group 'gmm) ;;;###autoload (defun gmm-message (level &rest args) @@ -110,7 +111,6 @@ This is copy of the `lazy' widget in Emacs 22.1 provided for compatibility." ;; version will provide customizable tool bar buttons using a different ;; interface. -;;;###autoload (define-widget 'gmm-tool-bar-item (if (gmm-widget-p 'lazy) 'lazy 'gmm-lazy) "Tool bar list item." :tag "Tool bar item" @@ -130,7 +130,6 @@ This is copy of the `lazy' widget in Emacs 22.1 provided for compatibility." (const :tag "No map") (plist :inline t :tag "Properties")))) -;;;###autoload (define-widget 'gmm-tool-bar-zap-list (if (gmm-widget-p 'lazy) 'lazy 'gmm-lazy) "Tool bar zap list." :tag "Tool bar zap list"