aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-12-05 19:18:23 +0000
committerDave Love2000-12-05 19:18:23 +0000
commitec4f0ef8612b941c7ca2daf6d79b4156f598e49b (patch)
treef386ce620fd045e0f6d3135adac4d0b72a1d79ef
parent020930fb6f270822a93f68335679b7f9b9238370 (diff)
downloademacs-ec4f0ef8612b941c7ca2daf6d79b4156f598e49b.tar.gz
emacs-ec4f0ef8612b941c7ca2daf6d79b4156f598e49b.zip
*** empty log message ***
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--man/cmdargs.texi6
2 files changed, 10 insertions, 0 deletions
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 @@
12000-12-05 Dave Love <fx@gnu.org>
2
3 * starttls.el: New file.
4
12000-12-04 ShengHuo ZHU <zsh@cs.rochester.edu> 52000-12-04 ShengHuo ZHU <zsh@cs.rochester.edu>
2 6
3 * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if 7 * 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.
975@item @code{menuBar} (class @code{MenuBar}) 975@item @code{menuBar} (class @code{MenuBar})
976Give frames menu bars if @samp{on}; don't have menu bars if @samp{off}. 976Give frames menu bars if @samp{on}; don't have menu bars if @samp{off}.
977 977
978@item @code{toolBar} (class @code{ToolBar})
979Controls how may lines to reserve for the tool bar. A zero value
980suppresses the tool bar. If the value is non-zero and
981@code{auto-resize-tool-bars} is non-nil the tool bar's size will be
982changed automatically so that all tool bar items are visible.
983
978@item @code{minibuffer} (class @code{Minibuffer}) 984@item @code{minibuffer} (class @code{Minibuffer})
979If @samp{none}, don't make a minibuffer in this frame. 985If @samp{none}, don't make a minibuffer in this frame.
980It will use a separate minibuffer frame instead. 986It will use a separate minibuffer frame instead.