diff options
| author | Dave Love | 2000-12-05 19:18:23 +0000 |
|---|---|---|
| committer | Dave Love | 2000-12-05 19:18:23 +0000 |
| commit | ec4f0ef8612b941c7ca2daf6d79b4156f598e49b (patch) | |
| tree | f386ce620fd045e0f6d3135adac4d0b72a1d79ef | |
| parent | 020930fb6f270822a93f68335679b7f9b9238370 (diff) | |
| download | emacs-ec4f0ef8612b941c7ca2daf6d79b4156f598e49b.tar.gz emacs-ec4f0ef8612b941c7ca2daf6d79b4156f598e49b.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | man/cmdargs.texi | 6 |
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 @@ | |||
| 1 | 2000-12-05 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * starttls.el: New file. | ||
| 4 | |||
| 1 | 2000-12-04 ShengHuo ZHU <zsh@cs.rochester.edu> | 5 | 2000-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}) |
| 976 | Give frames menu bars if @samp{on}; don't have menu bars if @samp{off}. | 976 | Give frames menu bars if @samp{on}; don't have menu bars if @samp{off}. |
| 977 | 977 | ||
| 978 | @item @code{toolBar} (class @code{ToolBar}) | ||
| 979 | Controls how may lines to reserve for the tool bar. A zero value | ||
| 980 | suppresses 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 | ||
| 982 | changed automatically so that all tool bar items are visible. | ||
| 983 | |||
| 978 | @item @code{minibuffer} (class @code{Minibuffer}) | 984 | @item @code{minibuffer} (class @code{Minibuffer}) |
| 979 | If @samp{none}, don't make a minibuffer in this frame. | 985 | If @samp{none}, don't make a minibuffer in this frame. |
| 980 | It will use a separate minibuffer frame instead. | 986 | It will use a separate minibuffer frame instead. |