diff options
| author | Dan Nicolaescu | 2007-09-04 15:44:11 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-09-04 15:44:11 +0000 |
| commit | 92cd6a7c40a7db9ae2b8855ab41bf3b5e6b9133c (patch) | |
| tree | ea0c5c8cf7a344348b064e2e24b6bf49ee54bb97 /etc | |
| parent | 84a7b24341fc3a5bf5ffb12224bcaee928fc03f1 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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' | ||
| 240 | are called after a tty frame has been suspended or resumed, | ||
| 241 | respectively. The hooks are called with the terminal id of the frame | ||
| 242 | being 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'. |