Mercurial > emacs
changeset 83790:2aeb19284040
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 30 Aug 2007 19:27:43 +0000 |
parents | f24652d06ede |
children | cf51047dc34c |
files | etc/NEWS |
diffstat | 1 files changed, 14 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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.