aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu2007-09-04 15:44:11 +0000
committerDan Nicolaescu2007-09-04 15:44:11 +0000
commit92cd6a7c40a7db9ae2b8855ab41bf3b5e6b9133c (patch)
treeea0c5c8cf7a344348b064e2e24b6bf49ee54bb97 /etc
parent84a7b24341fc3a5bf5ffb12224bcaee928fc03f1 (diff)
downloademacs-92cd6a7c40a7db9ae2b8855ab41bf3b5e6b9133c.tar.gz
emacs-92cd6a7c40a7db9ae2b8855ab41bf3b5e6b9133c.zip
* server.el (server-start, server-unload-hook):
suspend-tty-functions has been renamed to suspend-tty-hook. * xt-mouse.el: Likewise. resume-tty-functions has been renamed to resume-tty-hook. * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions. (Vresume_tty_hook): Rename from Vresume_tty_functions. (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook and resume-tty-function to resume-tty-hook. (Fsuspend_tty, Fresume_tty): Use new names.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 175a908a9db..e6961286fa5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -236,6 +236,11 @@ session, and `make-frame-on-tty' works during a graphical session.
236`terminal-parameter', `set-terminal-parameter', 236`terminal-parameter', `set-terminal-parameter',
237`modify-terminal-parameters'. 237`modify-terminal-parameters'.
238 238
239*** New hooks: `suspend-tty-hook' and `resume-tty-hook'
240are called after a tty frame has been suspended or resumed,
241respectively. The hooks are called with the terminal id of the frame
242being suspended/resumed as a parameter.
243
239*** New functions: `environment', `let-environment'. 244*** New functions: `environment', `let-environment'.
240 245
241*** New variables: `local-key-translation-map', `local-function-key-map'. 246*** New variables: `local-key-translation-map', `local-function-key-map'.