summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-01-17 19:16:08 +0000
committerEli Zaretskii <eliz@gnu.org>2009-01-17 19:16:08 +0000
commitead3f58d861491ace75d3af9435454c1b467f326 (patch)
treedd1ae6e190bc18143fcf5a64ff02a77a1ce87192 /etc
parent6b9e769476955b928b0248fef5aaa0e40754e257 (diff)
downloademacs-ead3f58d861491ace75d3af9435454c1b467f326.tar.gz
(Standard Keymaps): Rename function-key-map to local-function-key-map.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4d5ec0c0377..5564fe01f8e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1674,12 +1674,15 @@ $TERM inherited by Emacs you will have to look inside initial-environment.
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 @@ session.
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.