# HG changeset patch # User Eli Zaretskii # Date 1232219768 0 # Node ID 0afe93b070aa9b1c34bfb591ff03e1e6fe6c8fe1 # Parent cea216594ffac98a98864dc29bef04f52df53661 *** empty log message *** diff -r cea216594ffa -r 0afe93b070aa etc/NEWS --- a/etc/NEWS Sat Jan 17 19:15:28 2009 +0000 +++ b/etc/NEWS Sat Jan 17 19:16:08 2009 +0000 @@ -1674,12 +1674,15 @@ for the first frame. `window-system' is also now a function that takes a frame argument. ++++ *** The `keyboard-translate-table' variable and the terminal and keyboard coding systems are now terminal-local. +--- *** You can specify a terminal device (`tty' parameter) and a terminal type (`tty-type' parameter) to `make-terminal-frame'. +--- *** The function `make-frame-on-display' now works during a tty session. @@ -1688,6 +1691,7 @@ The functions `get-device-terminal', `terminal-parameters', `terminal-parameter', `set-terminal-parameter' use this data type. ++++ *** Function key sequences are now mapped using `local-function-key-map', a new variable. This inherits from the global variable function-key-map, which is not used directly any more.