# HG changeset patch # User Eli Zaretskii # Date 1232218010 0 # Node ID 1ebf9ca0693a0c9f0380fffa9312d2e40b296cf0 # Parent 43061c3d50a78eee027591f9b73b846328d7e8ef *** empty log message *** diff -r 43061c3d50a7 -r 1ebf9ca0693a etc/NEWS --- a/etc/NEWS Sat Jan 17 18:44:53 2009 +0000 +++ b/etc/NEWS Sat Jan 17 18:46:50 2009 +0000 @@ -1683,6 +1683,7 @@ *** 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. @@ -1698,24 +1699,30 @@ 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' ++++ **** `suspend-tty' ++++ **** `resume-tty'. ++++ *** `initial-environment' holds the environment inherited from Emacs's parent. ** Redisplay changes