emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107129: * doc/lispref/keymaps.texi (


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107129: * doc/lispref/keymaps.texi (Tool Bar): Mention separators.
Date: Sun, 05 Feb 2012 17:27:57 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107129
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2012-02-05 17:27:57 -0800
message:
  * doc/lispref/keymaps.texi (Tool Bar): Mention separators.
  * etc/NEWS: Related markup.
modified:
  doc/lispref/ChangeLog
  doc/lispref/keymaps.texi
  etc/NEWS
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-02-06 00:58:38 +0000
+++ b/doc/lispref/ChangeLog     2012-02-06 01:27:57 +0000
@@ -1,5 +1,7 @@
 2012-02-06  Glenn Morris  <address@hidden>
 
+       * keymaps.texi (Tool Bar): Mention separators.
+
        * modes.texi (Running Hooks): Mention run-hook-wrapped.
 
        * control.texi (Handling Errors):

=== modified file 'doc/lispref/keymaps.texi'
--- a/doc/lispref/keymaps.texi  2012-01-19 07:21:25 +0000
+++ b/doc/lispref/keymaps.texi  2012-02-06 01:27:57 +0000
@@ -2658,6 +2658,15 @@
 right-to-left languages.  Only the Gtk+ version of Emacs supports this
 at present.
 
+Like the menu bar, the tool bar can display separators (@pxref{Menu
+Separators}).  Tool bar separators are vertical rather than
+horizontal, though, and only a single style is supported.  Separators
+are represented in the tool bar keymap in the same way as for the
+menu-bar, i.e. using a @code{(menu-item "--"}) entry.  The Gtk+ and
+Nextstep tool bars render separators natively, otherwise Emacs selects
+a separator image that is appropriate for the display.  Note that tool
+bar separators do not support any properties, such as @code{:visible}.
+
 The default tool bar is defined so that items specific to editing do not
 appear for major modes whose command symbol has a @code{mode-class}
 property of @code{special} (@pxref{Major Mode Conventions}).  Major

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-02-06 00:58:38 +0000
+++ b/etc/NEWS  2012-02-06 01:27:57 +0000
@@ -1335,6 +1335,7 @@
 or RGB triplet, instead of signaling an error if the user provides
 invalid input.
 
++++
 ** Tool-bars can display separators.
 Tool-bar separators are handled like menu separators in menu-bar maps,
 i.e. via menu entries of the form `(menu-item "--")'.


reply via email to

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