comparison etc/NEWS @ 83790:2aeb19284040

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 30 Aug 2007 19:27:43 +0000
parents 3592dd2e8c0c
children b797bea42060
comparison
equal deleted inserted replaced
83789:f24652d06ede 83790:2aeb19284040
223 frame on another tty device interactively. 223 frame on another tty device interactively.
224 224
225 *** The function `make-frame-on-display' now works during a tty 225 *** The function `make-frame-on-display' now works during a tty
226 session, and `make-frame-on-tty' works during a graphical session. 226 session, and `make-frame-on-tty' works during a graphical session.
227 227
228 *** New functions: frame-tty-name, frame-tty-type, delete-tty, 228 *** New functions: `delete-tty', `suspend-tty', `resume-tty'.
229 suspend-tty, resume-tty, terminal-id, terminal-parameters, 229
230 terminal-parameter, set-terminal-parameter, 230 *** New functions: `terminal-id', `terminal-parameters',
231 modify-terminal-parameters, environment, let-environment 231 `terminal-parameter', `set-terminal-parameter',
232 232 `modify-terminal-parameters'.
233 *** New variables: local-key-translation-map, local-function-key-map 233
234 234 *** New functions: `environment', `let-environment'.
235 *** New frame parameters display-environment-variable and 235
236 term-environment-variable. 236 *** New variables: `local-key-translation-map', `local-function-key-map'.
237 These are in addition to the global key-translation-map and
238 function-key-map variables that already existed.
239
240 ??? How do the new variables relate to the old ones?
241
242 *** New frame parameters `display-environment-variable' and
243 `term-environment-variable'.
237 244
238 *** The `keyboard-translate-table' variable and the terminal and 245 *** The `keyboard-translate-table' variable and the terminal and
239 keyboard coding systems have been made terminal-local. 246 keyboard coding systems have been made terminal-local.
240 247
241 *** In addition to the global key-translation-map and 248 *** In addition to the global key-translation-map and