aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2008-12-20 14:16:58 +0000
committerEli Zaretskii2008-12-20 14:16:58 +0000
commit1e637a9fae53138f763ad1112bd2330adfac4e36 (patch)
tree072039f28c7e58a6701a1c54c5fc739139f85ecc /etc
parent028e2c1919444ef5cfdd29fd90eab3125e976f91 (diff)
downloademacs-1e637a9fae53138f763ad1112bd2330adfac4e36.tar.gz
emacs-1e637a9fae53138f763ad1112bd2330adfac4e36.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c3e8db82ca6..db0f4e941b4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1661,8 +1661,9 @@ type (`tty-type' parameter) to `make-terminal-frame'.
1661*** The function `make-frame-on-display' now works during a tty 1661*** The function `make-frame-on-display' now works during a tty
1662session, and `make-frame-on-tty' works during a graphical session. 1662session, and `make-frame-on-tty' works during a graphical session.
1663 1663
1664*** A new data type for terminals with functions: `get-device-terminal', 1664*** A new `terminal' data type.
1665`terminal-parameters', `terminal-parameter', `set-terminal-parameter'. 1665The functions `get-device-terminal', `terminal-parameters',
1666`terminal-parameter', `set-terminal-parameter' return this data type.
1666 1667
1667*** Function key sequences are now mapped using `local-function-key-map', 1668*** Function key sequences are now mapped using `local-function-key-map',
1668a new variable. This inherits from the global variable function-key-map, 1669a new variable. This inherits from the global variable function-key-map,