From ec4f0ef8612b941c7ca2daf6d79b4156f598e49b Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 5 Dec 2000 19:18:23 +0000 Subject: [PATCH] *** empty log message *** --- lisp/gnus/ChangeLog | 4 ++++ man/cmdargs.texi | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 414f3af96d0..058c8685db7 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2000-12-05 Dave Love + + * starttls.el: New file. + 2000-12-04 ShengHuo ZHU * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 6bda286c929..ff18c0dbcc5 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi @@ -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. -- 2.39.5