aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-08-30 19:27:43 +0000
committerRichard M. Stallman2007-08-30 19:27:43 +0000
commitda40696139f6aeb8f92fcaae61a4dacf049ca576 (patch)
tree61eb9848d0aaecdf79b74d0712a100892d0c143c
parenta2ac8d7658a78061df666a1976f76ef87e27a9fa (diff)
downloademacs-da40696139f6aeb8f92fcaae61a4dacf049ca576.tar.gz
emacs-da40696139f6aeb8f92fcaae61a4dacf049ca576.zip
*** empty log message ***
-rw-r--r--etc/NEWS21
1 files changed, 14 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 12fbec9ecc1..972019cae38 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -225,15 +225,22 @@ frame on another tty device interactively.
225*** The function `make-frame-on-display' now works during a tty 225*** The function `make-frame-on-display' now works during a tty
226session, and `make-frame-on-tty' works during a graphical session. 226session, 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'.
229suspend-tty, resume-tty, terminal-id, terminal-parameters,
230terminal-parameter, set-terminal-parameter,
231modify-terminal-parameters, environment, let-environment
232 229
233*** New variables: local-key-translation-map, local-function-key-map 230*** New functions: `terminal-id', `terminal-parameters',
231`terminal-parameter', `set-terminal-parameter',
232`modify-terminal-parameters'.
234 233
235*** New frame parameters display-environment-variable and 234*** New functions: `environment', `let-environment'.
236term-environment-variable. 235
236*** New variables: `local-key-translation-map', `local-function-key-map'.
237These are in addition to the global key-translation-map and
238function-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
239keyboard coding systems have been made terminal-local. 246keyboard coding systems have been made terminal-local.