# HG changeset patch # User Dave Love # Date 976043903 0 # Node ID e31ac0d22ff8db833dc45562ef6fd8da5a99f592 # Parent 3984e8b6d0c5842cd285497862788a4cfa2b2a27 *** empty log message *** diff -r 3984e8b6d0c5 -r e31ac0d22ff8 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Tue Dec 05 19:18:06 2000 +0000 +++ b/lisp/gnus/ChangeLog Tue Dec 05 19:18:23 2000 +0000 @@ -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 -r 3984e8b6d0c5 -r e31ac0d22ff8 man/cmdargs.texi --- a/man/cmdargs.texi Tue Dec 05 19:18:06 2000 +0000 +++ b/man/cmdargs.texi Tue Dec 05 19:18:23 2000 +0000 @@ -975,6 +975,12 @@ @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.