diff options
| author | Eli Zaretskii | 2008-12-20 14:16:58 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-12-20 14:16:58 +0000 |
| commit | 1e637a9fae53138f763ad1112bd2330adfac4e36 (patch) | |
| tree | 072039f28c7e58a6701a1c54c5fc739139f85ecc /etc | |
| parent | 028e2c1919444ef5cfdd29fd90eab3125e976f91 (diff) | |
| download | emacs-1e637a9fae53138f763ad1112bd2330adfac4e36.tar.gz emacs-1e637a9fae53138f763ad1112bd2330adfac4e36.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -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 |
| 1662 | session, and `make-frame-on-tty' works during a graphical session. | 1662 | session, 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'. | 1665 | The 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', |
| 1668 | a new variable. This inherits from the global variable function-key-map, | 1669 | a new variable. This inherits from the global variable function-key-map, |