diff options
| author | Richard M. Stallman | 2007-08-30 19:27:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-08-30 19:27:43 +0000 |
| commit | da40696139f6aeb8f92fcaae61a4dacf049ca576 (patch) | |
| tree | 61eb9848d0aaecdf79b74d0712a100892d0c143c | |
| parent | a2ac8d7658a78061df666a1976f76ef87e27a9fa (diff) | |
| download | emacs-da40696139f6aeb8f92fcaae61a4dacf049ca576.tar.gz emacs-da40696139f6aeb8f92fcaae61a4dacf049ca576.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 21 |
1 files changed, 14 insertions, 7 deletions
| @@ -225,15 +225,22 @@ frame on another tty device interactively. | |||
| 225 | *** The function `make-frame-on-display' now works during a tty | 225 | *** The function `make-frame-on-display' now works during a tty |
| 226 | session, and `make-frame-on-tty' works during a graphical session. | 226 | session, and `make-frame-on-tty' works during a graphical session. |
| 227 | 227 | ||
| 228 | *** New functions: frame-tty-name, frame-tty-type, delete-tty, | 228 | *** New functions: `delete-tty', `suspend-tty', `resume-tty'. |
| 229 | suspend-tty, resume-tty, terminal-id, terminal-parameters, | ||
| 230 | terminal-parameter, set-terminal-parameter, | ||
| 231 | modify-terminal-parameters, environment, let-environment | ||
| 232 | 229 | ||
| 233 | *** New variables: local-key-translation-map, local-function-key-map | 230 | *** New functions: `terminal-id', `terminal-parameters', |
| 231 | `terminal-parameter', `set-terminal-parameter', | ||
| 232 | `modify-terminal-parameters'. | ||
| 234 | 233 | ||
| 235 | *** New frame parameters display-environment-variable and | 234 | *** New functions: `environment', `let-environment'. |
| 236 | term-environment-variable. | 235 | |
| 236 | *** New variables: `local-key-translation-map', `local-function-key-map'. | ||
| 237 | These are in addition to the global key-translation-map and | ||
| 238 | function-key-map variables that already existed. | ||
| 239 | |||
| 240 | ??? How do the new variables relate to the old ones? | ||
| 241 | |||
| 242 | *** New frame parameters `display-environment-variable' and | ||
| 243 | `term-environment-variable'. | ||
| 237 | 244 | ||
| 238 | *** The `keyboard-translate-table' variable and the terminal and | 245 | *** The `keyboard-translate-table' variable and the terminal and |
| 239 | keyboard coding systems have been made terminal-local. | 246 | keyboard coding systems have been made terminal-local. |