diff options
| -rw-r--r-- | doc/emacs/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/emacs/emacs.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/xresources.texi | 20 | ||||
| -rw-r--r-- | doc/man/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/man/emacs.1 | 4 |
5 files changed, 23 insertions, 13 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 2dd245a92ba..e4ab9a1e466 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-08-31 Ulrich Müller <ulm@gentoo.org> | ||
| 2 | |||
| 3 | * xresources.texi (Motif Resources): | ||
| 4 | Rename from LessTif Resources. Update xrefs. (Bug#15145) | ||
| 5 | * emacs.texi: Update menu. | ||
| 6 | |||
| 1 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | 9 | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, |
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 8a518b82abb..985466810f2 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi | |||
| @@ -1189,7 +1189,7 @@ X Options and Resources | |||
| 1189 | * Resources:: Using X resources with Emacs (in general). | 1189 | * Resources:: Using X resources with Emacs (in general). |
| 1190 | * Table of Resources:: Table of specific X resources that affect Emacs. | 1190 | * Table of Resources:: Table of specific X resources that affect Emacs. |
| 1191 | * Lucid Resources:: X resources for Lucid menus. | 1191 | * Lucid Resources:: X resources for Lucid menus. |
| 1192 | * LessTif Resources:: X resources for LessTif and Motif menus. | 1192 | * Motif Resources:: X resources for Motif and LessTif menus. |
| 1193 | * GTK resources:: Resources for GTK widgets. | 1193 | * GTK resources:: Resources for GTK widgets. |
| 1194 | 1194 | ||
| 1195 | GTK resources | 1195 | GTK resources |
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi index 3723c8e5e1d..b2ebf634ba0 100644 --- a/doc/emacs/xresources.texi +++ b/doc/emacs/xresources.texi | |||
| @@ -27,7 +27,7 @@ system registry (@pxref{MS-Windows Registry}). | |||
| 27 | * Resources:: Using X resources with Emacs (in general). | 27 | * Resources:: Using X resources with Emacs (in general). |
| 28 | * Table of Resources:: Table of specific X resources that affect Emacs. | 28 | * Table of Resources:: Table of specific X resources that affect Emacs. |
| 29 | * Lucid Resources:: X resources for Lucid menus. | 29 | * Lucid Resources:: X resources for Lucid menus. |
| 30 | * LessTif Resources:: X resources for LessTif and Motif menus. | 30 | * Motif Resources:: X resources for Motif and LessTif menus. |
| 31 | * GTK resources:: Resources for GTK widgets. | 31 | * GTK resources:: Resources for GTK widgets. |
| 32 | @end menu | 32 | @end menu |
| 33 | 33 | ||
| @@ -260,7 +260,7 @@ compiled with GTK+ support. | |||
| 260 | @ifnottex | 260 | @ifnottex |
| 261 | @item @code{selectionFont} (class @code{SelectionFont}) | 261 | @item @code{selectionFont} (class @code{SelectionFont}) |
| 262 | Font name for pop-up menu items, in non-toolkit versions of Emacs. (For | 262 | Font name for pop-up menu items, in non-toolkit versions of Emacs. (For |
| 263 | toolkit versions, see @ref{Lucid Resources}, also see @ref{LessTif | 263 | toolkit versions, see @ref{Lucid Resources}, also see @ref{Motif |
| 264 | Resources}.) | 264 | Resources}.) |
| 265 | 265 | ||
| 266 | @item @code{selectionTimeout} (class @code{SelectionTimeout}) | 266 | @item @code{selectionTimeout} (class @code{SelectionTimeout}) |
| @@ -370,15 +370,15 @@ elements. Default is 1. | |||
| 370 | Margin of the menu bar, in characters. Default is 1. | 370 | Margin of the menu bar, in characters. Default is 1. |
| 371 | @end table | 371 | @end table |
| 372 | 372 | ||
| 373 | @node LessTif Resources | 373 | @node Motif Resources |
| 374 | @appendixsec LessTif Menu X Resources | 374 | @appendixsec Motif Menu X Resources |
| 375 | @cindex Menu X Resources (LessTif widgets) | 375 | @cindex Menu X Resources (Motif widgets) |
| 376 | @cindex LessTif Widget X Resources | 376 | @cindex Motif Widget X Resources |
| 377 | 377 | ||
| 378 | If Emacs is compiled with the X toolkit support using LessTif or | 378 | If Emacs is compiled with the X toolkit support using Motif or |
| 379 | Motif widgets, you can use X resources to customize the appearance of | 379 | LessTif widgets, you can use X resources to customize the appearance |
| 380 | the menu bar, pop-up menus, and dialog boxes. However, the resources | 380 | of the menu bar, pop-up menus, and dialog boxes. However, the |
| 381 | are organized differently from Lucid widgets. | 381 | resources are organized differently from Lucid widgets. |
| 382 | 382 | ||
| 383 | The resource names for the menu bar are in the @samp{pane.menubar} | 383 | The resource names for the menu bar are in the @samp{pane.menubar} |
| 384 | class, and they must be specified in this form: | 384 | class, and they must be specified in this form: |
diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog index 8b550dc4417..0235b5f7b9b 100644 --- a/doc/man/ChangeLog +++ b/doc/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-08-31 Ulrich Müller <ulm@gentoo.org> | ||
| 2 | |||
| 3 | * emacs.1: Update manual links. | ||
| 4 | |||
| 1 | 2013-04-20 Petr Hracek <phracek@redhat.com> (tiny change) | 5 | 2013-04-20 Petr Hracek <phracek@redhat.com> (tiny change) |
| 2 | 6 | ||
| 3 | * emacs.1: Add some more command-line options. (Bug#14165) | 7 | * emacs.1: Add some more command-line options. (Bug#14165) |
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1 index 9149be2c523..a306edc3ca9 100644 --- a/doc/man/emacs.1 +++ b/doc/man/emacs.1 | |||
| @@ -445,7 +445,7 @@ Gives frames menu bars if | |||
| 445 | .IR on ; | 445 | .IR on ; |
| 446 | don't have menu bars if | 446 | don't have menu bars if |
| 447 | .IR off . | 447 | .IR off . |
| 448 | See the Emacs manual, sections "Lucid Resources" and "LessTif | 448 | See the Emacs manual, sections "Lucid Resources" and "Motif |
| 449 | Resources", for how to control the appearance of the menu bar | 449 | Resources", for how to control the appearance of the menu bar |
| 450 | if you have one. | 450 | if you have one. |
| 451 | .TP | 451 | .TP |
| @@ -492,7 +492,7 @@ The scroll bar width in pixels, equivalent to the frame parameter | |||
| 492 | Font name for pop-up menu items, in non-toolkit versions of | 492 | Font name for pop-up menu items, in non-toolkit versions of |
| 493 | .IR Emacs . | 493 | .IR Emacs . |
| 494 | (For toolkit versions, see the Emacs manual, sections | 494 | (For toolkit versions, see the Emacs manual, sections |
| 495 | "Lucid Resources" and "LessTif Resources".) | 495 | "Lucid Resources" and "Motif Resources".) |
| 496 | .TP | 496 | .TP |
| 497 | .BR selectionTimeout " (class " SelectionTimeout ) | 497 | .BR selectionTimeout " (class " SelectionTimeout ) |
| 498 | Number of milliseconds to wait for a selection reply. | 498 | Number of milliseconds to wait for a selection reply. |