(mml-preview): Added comment concerning tool bar icons.
authorReiner Steib <Reiner.Steib@gmx.de>
Tue, 21 Feb 2006 21:26:40 +0000 (21:26 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Tue, 21 Feb 2006 21:26:40 +0000 (21:26 +0000)
lisp/ChangeLog
lisp/mml.el

index 212638d..7d3303b 100644 (file)
@@ -1,5 +1,7 @@
 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
 
+       * mml.el (mml-preview): Added comment concerning tool bar icons.
+
        * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
        (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
 
index 2f6aa55..274eca3 100644 (file)
@@ -1307,6 +1307,8 @@ or the `pop-to-buffer' function."
                     (lambda (event)
                       (interactive "@e")
                       (widget-button-press (widget-event-point event) event)))
+      ;; FIXME: Buffer is in article mode, but most tool bar commands won't
+      ;; work.  Maybe only keep the following icons: search, print, quit
       (goto-char (point-min))))
   (if (and (not (mm-special-display-p (buffer-name mml-preview-buffer)))
           (boundp 'gnus-buffer-configuration)