emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100940: Add doc and NEWS for tool-ba


From: Jan D.
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100940: Add doc and NEWS for tool-bar-position.
Date: Thu, 29 Jul 2010 19:10:41 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100940
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Thu 2010-07-29 19:10:41 +0200
message:
  Add doc and NEWS for tool-bar-position.
  
  * doc/emacs/frames.texi (Tool Bars): Add doc for tool-bar-position.
  
  * doc/lispref/frames.texi (Layout Parameters): Add doc for tool-bar-position.
modified:
  doc/emacs/ChangeLog
  doc/emacs/frames.texi
  doc/lispref/ChangeLog
  doc/lispref/frames.texi
  etc/NEWS
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2010-07-24 11:53:19 +0000
+++ b/doc/emacs/ChangeLog       2010-07-29 17:10:41 +0000
@@ -1,3 +1,7 @@
+2010-07-29  Jan Djärv  <address@hidden>
+
+       * frames.texi (Tool Bars): Add doc for tool-bar-position.
+
 2010-06-23  Glenn Morris  <address@hidden>
 
        * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:

=== modified file 'doc/emacs/frames.texi'
--- a/doc/emacs/frames.texi     2010-07-10 18:52:53 +0000
+++ b/doc/emacs/frames.texi     2010-07-29 17:10:41 +0000
@@ -1270,6 +1270,12 @@
 the same as for the desktop in the Gnome case.  If no default is found,
 the tool bar uses just images.
 
address@hidden Tool Bar position
+  You can also control the placement of the tool bar for the GTK+ tool bar
+with the frame parameter @code{tool-bar-position}.
+For a detailed description of frame parameters and customization,
+see @ref{Frame Parameters,,, elisp, The Emacs Lisp Reference Manual}.
+
 @node Dialog Boxes
 @section Using Dialog Boxes
 @cindex dialog boxes

=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2010-07-29 13:54:03 +0000
+++ b/doc/lispref/ChangeLog     2010-07-29 17:10:41 +0000
@@ -1,3 +1,7 @@
+2010-07-29  Jan Djärv  <address@hidden>
+
+       * frames.texi (Layout Parameters): Add doc for tool-bar-position.
+
 2010-07-29  Michael Albinus  <address@hidden>
 
        * processes.texi (Process Information): Explain process property

=== modified file 'doc/lispref/frames.texi'
--- a/doc/lispref/frames.texi   2010-06-23 03:36:56 +0000
+++ b/doc/lispref/frames.texi   2010-07-29 17:10:41 +0000
@@ -677,6 +677,11 @@
 means don't display a tool bar.  (GTK and Nextstep allow at most one
 tool bar line; they treat larger values as 1.)
 
address@hidden tool-bar-position
+The position of the tool bar.  Currently only for the GTK tool bar.
+Value can be one of @code{top}, @code{bottom} @code{left}, @code{right}.
+The default is  @code{top}.
+
 @item line-spacing
 Additional space to leave below each text line, in pixels (a positive
 integer).  @xref{Line Height}, for more information.

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2010-07-24 13:35:31 +0000
+++ b/etc/NEWS  2010-07-29 17:10:41 +0000
@@ -99,6 +99,11 @@
 Customize `tool-bar-style' to choose style.  On a Gnome desktop, the default
 is taken from the desktop settings.
 
+** GTK tool bars can be placed on the left/right or top/bottom of the frame.
+The frame-parameter tool-bar-position controls this.  It takes the values
+top, left, tight or bottom.  The Options => Show/Hide menu has entries
+for this.
+
 ** Lucid menus and dialogs can display antialiased fonts if Emacs is built
 with Xft.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]