changeset 100603:f4ae8e46d0f5

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 20 Dec 2008 14:16:58 +0000
parents a15f86b5b492
children bd9f359bf30e
files etc/NEWS
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sat Dec 20 13:54:24 2008 +0000
+++ b/etc/NEWS	Sat Dec 20 14:16:58 2008 +0000
@@ -1661,8 +1661,9 @@
 *** The function `make-frame-on-display' now works during a tty
 session, and `make-frame-on-tty' works during a graphical session.
 
-*** A new data type for terminals with functions: `get-device-terminal',
-`terminal-parameters', `terminal-parameter', `set-terminal-parameter'.
+*** A new `terminal' data type.
+The functions `get-device-terminal', `terminal-parameters',
+`terminal-parameter', `set-terminal-parameter' return 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,