Mercurial > emacs
changeset 34221:e31ac0d22ff8
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 05 Dec 2000 19:18:23 +0000 |
parents | 3984e8b6d0c5 |
children | 7e09cff3b2ab |
files | lisp/gnus/ChangeLog man/cmdargs.texi |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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.