comparison etc/NEWS @ 85144:7cbf2833ffb8

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 10 Oct 2007 20:02:07 +0000
parents af7e24a5bf93
children 0833864bd9a1
comparison
equal deleted inserted replaced
85143:bccebab2430e 85144:7cbf2833ffb8
295 *** New hooks: `suspend-tty-functions' and `resume-tty-functions' 295 *** New hooks: `suspend-tty-functions' and `resume-tty-functions'
296 are called after a tty frame has been suspended or resumed, 296 are called after a tty frame has been suspended or resumed,
297 respectively. The functions are called with the terminal id of the frame 297 respectively. The functions are called with the terminal id of the frame
298 being suspended/resumed as a parameter. 298 being suspended/resumed as a parameter.
299 299
300 *** New functions: `environment', `let-environment'. 300 *** New function: `environment'.
301 301
302 *** New variable: `local-function-key-map'. 302 *** New variable: `local-function-key-map'.
303 This in addition to the global function-key-map variable that already existed. 303 This in addition to the global function-key-map variable that
304 already existed. The global variable is not used directly any more;
305 instead, the local-function-key-map is initialized so as to inherit from
306 function-key-map.
304 307
305 *** `initial-environment' holds the environment inherited from Emacs's parent. 308 *** `initial-environment' holds the environment inherited from Emacs's parent.
306 309
307 *** The `keyboard-translate-table' variable and the terminal and 310 *** The `keyboard-translate-table' variable and the terminal and
308 keyboard coding systems have been made terminal-local. 311 keyboard coding systems have been made terminal-local.