frames.texi.
* hooks.texi (Standard Hooks): Document `delete-frame-functions'
- and `delete-terminal-functions'.
+ `delete-terminal-functions', `suspend-tty-functions' and
+ `resume-tty-functions'.
* frames.texi (Frames): Document `frame-terminal' and
`terminal-live-p'.
(Multiple Displays): Document `make-frame-on-tty'.
(Multiple Terminals): Document `terminal-list', `delete-terminal',
`terminal-name', and `get-device-terminal'.
+ (Terminal Parameters): Document `terminal-parameters',
+ `terminal-parameter', and `set-terminal-parameter'.
* os.texi (System Environment): Document `environment' and
`initial-environment'.
+ (Suspending Emacs): Update for multi-tty; document
+ `suspend-tty', `resume-tty', and `controlling-tty-p'.
* nonascii.texi (Coding System Basics): More accurate description
of `raw-text'.
@item redisplay-end-trigger-functions
@xref{Window Hooks}.
+@item resume-tty-functions
+@xref{Suspending Emacs}.
+
@item scheme-indent-function
@item suspend-hook
@item suspend-resume-hook
@xref{Suspending Emacs}.
+@item suspend-tty-functions
+@xref{Suspending Emacs}.
+
@item temp-buffer-setup-hook
@xref{Temporary Displays}.
*** The function `make-frame-on-display' now works during a tty
session.
++++
*** A new `terminal' data type.
The functions `get-device-terminal', `terminal-parameters',
`terminal-parameter', `set-terminal-parameter' use this data type.
variable file-local-variables-alist, and before actually applying the
file-local variables.
++++
**** `suspend-tty-functions' and `resume-tty-functions' are called
after a tty frame has been suspended or resumed, respectively. The
functions are called with the terminal id of the frame being
suspended/resumed as a parameter.
++++
**** The special hook `delete-terminal-functions' is called before
deleting a terminal.
*** New functions:
++++
**** `environment'
-**** `delete-tty'
++++
+**** `delete-terminal'
++++
**** `suspend-tty'
++++
**** `resume-tty'.
++++
*** `initial-environment' holds the environment inherited from Emacs's parent.
** Redisplay changes