]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Tue, 5 Dec 2000 19:18:23 +0000 (19:18 +0000)
committerDave Love <fx@gnu.org>
Tue, 5 Dec 2000 19:18:23 +0000 (19:18 +0000)
lisp/gnus/ChangeLog
man/cmdargs.texi

index 414f3af96d0185b4e5d904fc39b10b5753404747..058c8685db756434aad75abf3ae8abd4e8cfb474 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-05  Dave Love  <fx@gnu.org>
+
+       * starttls.el: New file.
+
 2000-12-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
index 6bda286c929c5b5837a4c47662b16bae74b65461..ff18c0dbcc59fe2b0602ad950575302718fe05d7 100644 (file)
@@ -975,6 +975,12 @@ Additional space (@dfn{leading}) between lines in pixels.
 @item @code{menuBar} (class @code{MenuBar})
 Give frames menu bars if @samp{on}; don't have menu bars if @samp{off}.
 
+@item @code{toolBar} (class @code{ToolBar})
+Controls how may lines to reserve for the tool bar.  A zero value
+suppresses the tool bar.  If the value is non-zero and
+@code{auto-resize-tool-bars} is non-nil the tool bar's size will be
+changed automatically so that all tool bar items are visible.
+
 @item @code{minibuffer} (class @code{Minibuffer})
 If @samp{none}, don't make a minibuffer in this frame.
 It will use a separate minibuffer frame instead.