+2006-01-26 Steve Youngs <steve@sxemacs.org>
+
+ * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
+ autoload.
+
+2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * gmm-utils.el (gmm-verbose): Add :group.
+
2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
* message.el: Change some comments WRT tool-bars.
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)
;; 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"
(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"