comparison etc/NEWS @ 84788:248b9d120db2

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 22 Sep 2007 19:29:31 +0000
parents d8b9b78eb16c
children cc57ea69513c
comparison
equal deleted inserted replaced
84787:fea685a84b6e 84788:248b9d120db2
260 *** The function `make-frame-on-display' now works during a tty 260 *** The function `make-frame-on-display' now works during a tty
261 session, and `make-frame-on-tty' works during a graphical session. 261 session, and `make-frame-on-tty' works during a graphical session.
262 262
263 *** New functions: `delete-tty', `suspend-tty', `resume-tty'. 263 *** New functions: `delete-tty', `suspend-tty', `resume-tty'.
264 264
265 *** New functions: `get-device-terminal', `terminal-parameters', 265 *** A new data type for terminals with functions: `get-device-terminal',
266 `terminal-parameter', `set-terminal-parameter'. 266 `terminal-parameters', `terminal-parameter', `set-terminal-parameter'.
267 267
268 *** New hooks: `suspend-tty-functions' and `resume-tty-functions' 268 *** New hooks: `suspend-tty-functions' and `resume-tty-functions'
269 are called after a tty frame has been suspended or resumed, 269 are called after a tty frame has been suspended or resumed,
270 respectively. The functions are called with the terminal id of the frame 270 respectively. The functions are called with the terminal id of the frame
271 being suspended/resumed as a parameter. 271 being suspended/resumed as a parameter.