Mercurial > emacs
comparison etc/NEWS @ 83875:fbb5919e6afb
* 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.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 04 Sep 2007 15:44:11 +0000 |
parents | ac3778e65f3d |
children | dab32bc3edc8 |
comparison
equal
deleted
inserted
replaced
83874:97ee6d41604e | 83875:fbb5919e6afb |
---|---|
234 | 234 |
235 *** New functions: `terminal-id', `terminal-parameters', | 235 *** New functions: `terminal-id', `terminal-parameters', |
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'. |
242 These are in addition to the global key-translation-map and | 247 These are in addition to the global key-translation-map and |
243 function-key-map variables that already existed. | 248 function-key-map variables that already existed. |