# HG changeset patch # User Chong Yidong # Date 1239329521 0 # Node ID f166876b87175ff56c177512832b7007d18a8ef6 # Parent 6cd77c51af009747b6766928b4bbb06e9735f6c8 * 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. diff -r 6cd77c51af00 -r f166876b8717 doc/lispref/ChangeLog --- 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 + * 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) diff -r 6cd77c51af00 -r f166876b8717 doc/lispref/frames.texi --- 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 diff -r 6cd77c51af00 -r f166876b8717 doc/lispref/keymaps.texi --- 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