mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
* doc/emacs/xresources.texi (Motif Resources):
Rename from LessTif Resources. Update xrefs. * doc/emacs/emacs.texi: Update menu. * doc/man/emacs.1: Update manual links. Fixes: debbugs:15145
This commit is contained in:
parent
7605d081ba
commit
5d85cfe6f7
5 changed files with 23 additions and 13 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2013-08-31 Ulrich Müller <ulm@gentoo.org>
|
||||
|
||||
* xresources.texi (Motif Resources):
|
||||
Rename from LessTif Resources. Update xrefs. (Bug#15145)
|
||||
* emacs.texi: Update menu.
|
||||
|
||||
2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
|
||||
|
|
|
|||
|
|
@ -1189,7 +1189,7 @@ X Options and Resources
|
|||
* Resources:: Using X resources with Emacs (in general).
|
||||
* Table of Resources:: Table of specific X resources that affect Emacs.
|
||||
* Lucid Resources:: X resources for Lucid menus.
|
||||
* LessTif Resources:: X resources for LessTif and Motif menus.
|
||||
* Motif Resources:: X resources for Motif and LessTif menus.
|
||||
* GTK resources:: Resources for GTK widgets.
|
||||
|
||||
GTK resources
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ system registry (@pxref{MS-Windows Registry}).
|
|||
* Resources:: Using X resources with Emacs (in general).
|
||||
* Table of Resources:: Table of specific X resources that affect Emacs.
|
||||
* Lucid Resources:: X resources for Lucid menus.
|
||||
* LessTif Resources:: X resources for LessTif and Motif menus.
|
||||
* Motif Resources:: X resources for Motif and LessTif menus.
|
||||
* GTK resources:: Resources for GTK widgets.
|
||||
@end menu
|
||||
|
||||
|
|
@ -260,7 +260,7 @@ compiled with GTK+ support.
|
|||
@ifnottex
|
||||
@item @code{selectionFont} (class @code{SelectionFont})
|
||||
Font name for pop-up menu items, in non-toolkit versions of Emacs. (For
|
||||
toolkit versions, see @ref{Lucid Resources}, also see @ref{LessTif
|
||||
toolkit versions, see @ref{Lucid Resources}, also see @ref{Motif
|
||||
Resources}.)
|
||||
|
||||
@item @code{selectionTimeout} (class @code{SelectionTimeout})
|
||||
|
|
@ -370,15 +370,15 @@ elements. Default is 1.
|
|||
Margin of the menu bar, in characters. Default is 1.
|
||||
@end table
|
||||
|
||||
@node LessTif Resources
|
||||
@appendixsec LessTif Menu X Resources
|
||||
@cindex Menu X Resources (LessTif widgets)
|
||||
@cindex LessTif Widget X Resources
|
||||
@node Motif Resources
|
||||
@appendixsec Motif Menu X Resources
|
||||
@cindex Menu X Resources (Motif widgets)
|
||||
@cindex Motif Widget X Resources
|
||||
|
||||
If Emacs is compiled with the X toolkit support using LessTif or
|
||||
Motif widgets, you can use X resources to customize the appearance of
|
||||
the menu bar, pop-up menus, and dialog boxes. However, the resources
|
||||
are organized differently from Lucid widgets.
|
||||
If Emacs is compiled with the X toolkit support using Motif or
|
||||
LessTif widgets, you can use X resources to customize the appearance
|
||||
of the menu bar, pop-up menus, and dialog boxes. However, the
|
||||
resources are organized differently from Lucid widgets.
|
||||
|
||||
The resource names for the menu bar are in the @samp{pane.menubar}
|
||||
class, and they must be specified in this form:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2013-08-31 Ulrich Müller <ulm@gentoo.org>
|
||||
|
||||
* emacs.1: Update manual links.
|
||||
|
||||
2013-04-20 Petr Hracek <phracek@redhat.com> (tiny change)
|
||||
|
||||
* emacs.1: Add some more command-line options. (Bug#14165)
|
||||
|
|
|
|||
|
|
@ -445,7 +445,7 @@ Gives frames menu bars if
|
|||
.IR on ;
|
||||
don't have menu bars if
|
||||
.IR off .
|
||||
See the Emacs manual, sections "Lucid Resources" and "LessTif
|
||||
See the Emacs manual, sections "Lucid Resources" and "Motif
|
||||
Resources", for how to control the appearance of the menu bar
|
||||
if you have one.
|
||||
.TP
|
||||
|
|
@ -492,7 +492,7 @@ The scroll bar width in pixels, equivalent to the frame parameter
|
|||
Font name for pop-up menu items, in non-toolkit versions of
|
||||
.IR Emacs .
|
||||
(For toolkit versions, see the Emacs manual, sections
|
||||
"Lucid Resources" and "LessTif Resources".)
|
||||
"Lucid Resources" and "Motif Resources".)
|
||||
.TP
|
||||
.BR selectionTimeout " (class " SelectionTimeout )
|
||||
Number of milliseconds to wait for a selection reply.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue