# HG changeset patch # User Richard M. Stallman # Date 1188502063 0 # Node ID 2aeb192840404d3d61ff3ee470f6bb935cd0cba9 # Parent f24652d06ede444897f55142725f46796849768b *** empty log message *** diff -r f24652d06ede -r 2aeb19284040 etc/NEWS --- a/etc/NEWS Thu Aug 30 13:56:28 2007 +0000 +++ b/etc/NEWS Thu Aug 30 19:27:43 2007 +0000 @@ -225,15 +225,22 @@ *** The function `make-frame-on-display' now works during a tty session, and `make-frame-on-tty' works during a graphical session. -*** New functions: frame-tty-name, frame-tty-type, delete-tty, -suspend-tty, resume-tty, terminal-id, terminal-parameters, -terminal-parameter, set-terminal-parameter, -modify-terminal-parameters, environment, let-environment +*** New functions: `delete-tty', `suspend-tty', `resume-tty'. + +*** New functions: `terminal-id', `terminal-parameters', +`terminal-parameter', `set-terminal-parameter', +`modify-terminal-parameters'. + +*** New functions: `environment', `let-environment'. -*** New variables: local-key-translation-map, local-function-key-map +*** New variables: `local-key-translation-map', `local-function-key-map'. +These are in addition to the global key-translation-map and +function-key-map variables that already existed. -*** New frame parameters display-environment-variable and -term-environment-variable. +??? How do the new variables relate to the old ones? + +*** New frame parameters `display-environment-variable' and +`term-environment-variable'. *** The `keyboard-translate-table' variable and the terminal and keyboard coding systems have been made terminal-local.