diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/lispref/elisp.texi | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 8176a920fb2..e6d0b306448 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2008-12-27 Eli Zaretskii <eliz@gnu.org> | 1 | 2008-12-27 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals" | ||
| 4 | and its subsections. | ||
| 5 | |||
| 6 | * frames.texi (Multiple Terminals, Low-level Terminal) | ||
| 7 | (Terminal Parameters, Frames on Other TTY devices): New sections. | ||
| 8 | (Frames): Add an xref to "Multiple Terminals". | ||
| 9 | |||
| 3 | * elisp.texi (Top): Add @detailmenu item for "Terminal Type". | 10 | * elisp.texi (Top): Add @detailmenu item for "Terminal Type". |
| 4 | 11 | ||
| 5 | * objects.texi (Terminal Type): New node. | 12 | * objects.texi (Terminal Type): New node. |
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index a44bee599bf..94a328b303d 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -961,6 +961,7 @@ Frames | |||
| 961 | * Text Terminal Colors:: Defining colors for text-only terminals. | 961 | * Text Terminal Colors:: Defining colors for text-only terminals. |
| 962 | * Resources:: Getting resource values from the server. | 962 | * Resources:: Getting resource values from the server. |
| 963 | * Display Feature Testing:: Determining the features of a terminal. | 963 | * Display Feature Testing:: Determining the features of a terminal. |
| 964 | * Multiple Terminals:: Displaying on several different devices. | ||
| 964 | 965 | ||
| 965 | Frame Parameters | 966 | Frame Parameters |
| 966 | 967 | ||
| @@ -982,6 +983,12 @@ Window Frame Parameters | |||
| 982 | * Cursor Parameters:: Controlling the cursor appearance. | 983 | * Cursor Parameters:: Controlling the cursor appearance. |
| 983 | * Color Parameters:: Colors of various parts of the frame. | 984 | * Color Parameters:: Colors of various parts of the frame. |
| 984 | 985 | ||
| 986 | Multiple Terminals | ||
| 987 | |||
| 988 | * Low-level Terminal:: Low-level manipulation of terminal objects. | ||
| 989 | * Terminal Parameters:: Parameters common for all frames on terminal. | ||
| 990 | * Frames on Other TTY devices:: Creating frames on other terminal devices. | ||
| 991 | |||
| 985 | Positions | 992 | Positions |
| 986 | 993 | ||
| 987 | * Point:: The special position where editing takes place. | 994 | * Point:: The special position where editing takes place. |