Mercurial > emacs
changeset 102918:f166876b8717
* keymaps.texi (Tool Bar): Mention that some platforms do not
support multi-line toolbars. Suggested by Stephen Eglen.
* frames.texi (Layout Parameters): Mention that Nextstep also
allows only one tool-bar line. Suggested by Stephen Eglen.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 10 Apr 2009 02:12:01 +0000 |
parents | 6cd77c51af00 |
children | 3fb22681f225 |
files | doc/lispref/ChangeLog doc/lispref/frames.texi doc/lispref/keymaps.texi |
diffstat | 3 files changed, 12 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Fri Apr 10 01:17:11 2009 +0000 +++ b/doc/lispref/ChangeLog Fri Apr 10 02:12:01 2009 +0000 @@ -1,5 +1,11 @@ 2009-04-10 Chong Yidong <cyd@stupidchicken.com> + * keymaps.texi (Tool Bar): Mention that some platforms do not + support multi-line toolbars. Suggested by Stephen Eglen. + + * frames.texi (Layout Parameters): Mention that Nextstep also + allows only one tool-bar line. Suggested by Stephen Eglen. + * nonascii.texi (Text Representations): Copyedits. (Coding System Basics): Also mention utf-8-emacs. (Converting Representations, Selecting a Representation)
--- a/doc/lispref/frames.texi Fri Apr 10 01:17:11 2009 +0000 +++ b/doc/lispref/frames.texi Fri Apr 10 02:12:01 2009 +0000 @@ -668,8 +668,8 @@ @item tool-bar-lines The number of lines to use for the tool bar. A value of @code{nil} -means don't display a tool bar. (GTK allows at most one tool bar line; -it treats larger values as 1.) +means don't display a tool bar. (GTK and Nextstep allow at most one +tool bar line; they treat larger values as 1.) @item line-spacing Additional space to leave below each text line, in pixels (a positive
--- a/doc/lispref/keymaps.texi Fri Apr 10 01:17:11 2009 +0000 +++ b/doc/lispref/keymaps.texi Fri Apr 10 02:12:01 2009 +0000 @@ -2703,7 +2703,7 @@ @code{tool-bar-add-item-from-menu}. @end defun -@defvar auto-resize-tool-bar +@defvar auto-resize-tool-bars If this variable is non-@code{nil}, the tool bar automatically resizes to show all defined tool bar items---but not larger than a quarter of the frame's height. @@ -2711,6 +2711,9 @@ If the value is @code{grow-only}, the tool bar expands automatically, but does not contract automatically. To contract the tool bar, the user has to redraw the frame by entering @kbd{C-l}. + +If Emacs is built with GTK or Nextstep, the tool bar can only show one +line, so this variable has no effect. @end defvar @defvar auto-raise-tool-bar-buttons