diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2007-09-04 15:44:11 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2007-09-04 15:44:11 +0000 |
commit | 92cd6a7c40a7db9ae2b8855ab41bf3b5e6b9133c (patch) | |
tree | ea0c5c8cf7a344348b064e2e24b6bf49ee54bb97 /etc/NEWS | |
parent | 84a7b24341fc3a5bf5ffb12224bcaee928fc03f1 (diff) | |
download | emacs-92cd6a7c40a7db9ae2b8855ab41bf3b5e6b9133c.tar.gz |
* 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/NEWS')
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -236,6 +236,11 @@ session, and `make-frame-on-tty' works during a graphical session. `terminal-parameter', `set-terminal-parameter', `modify-terminal-parameters'. +*** New hooks: `suspend-tty-hook' and `resume-tty-hook' +are called after a tty frame has been suspended or resumed, +respectively. The hooks are called with the terminal id of the frame +being suspended/resumed as a parameter. + *** New functions: `environment', `let-environment'. *** New variables: `local-key-translation-map', `local-function-key-map'. |