comparison etc/NEWS @ 100979:d16df300c5f4

face-remap functions were already documented in display.texi.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 08 Jan 2009 11:46:37 +0000
parents c90853557b90
children 55aea246d319
comparison
equal deleted inserted replaced
100978:d14fcdc20167 100979:d16df300c5f4
1413 +++ 1413 +++
1414 *** file-local-variables-alist stores an alist of file-local 1414 *** file-local-variables-alist stores an alist of file-local
1415 variables defined in the current buffer. 1415 variables defined in the current buffer.
1416 1416
1417 ** Face-remapping 1417 ** Face-remapping
1418 1418 +++
1419 *** Each face can be remapped to a different face definition using the 1419 *** Each face can be remapped to a different face definition using the
1420 variable `face-remapping-alist'. This is an alist that maps faces to 1420 variable `face-remapping-alist'. This is an alist that maps faces to
1421 replacement definitions (which can be face names, lists of face names, 1421 replacement definitions (which can be face names, lists of face names,
1422 or attribute/value plists. If this variable is buffer-local, the 1422 or attribute/value plists. If this variable is buffer-local, the
1423 remapping occurs only in that buffer. 1423 remapping occurs only in that buffer.
1426 size in the current buffer. This feature is used by the Buffer Face 1426 size in the current buffer. This feature is used by the Buffer Face
1427 menu and the new `C-x C-+', `C-x C--', and `C-x C-0' commands (see 1427 menu and the new `C-x C-+', `C-x C--', and `C-x C-0' commands (see
1428 Editing Changes, above). 1428 Editing Changes, above).
1429 1429
1430 *** New functions: 1430 *** New functions:
1431 1431 +++
1432 **** `face-remap-add-relative' adds a face remapping entry to the 1432 **** `face-remap-add-relative' adds a face remapping entry to the
1433 current buffer. 1433 current buffer.
1434 1434 +++
1435 **** ``face-remap-remove-relative' removes a face remapping entry from 1435 **** ``face-remap-remove-relative' removes a face remapping entry from
1436 the current buffer. 1436 the current buffer.
1437 1437 +++
1438 **** `face-remap-reset-base' restores a face to its global definition. 1438 **** `face-remap-reset-base' restores a face to its global definition.
1439 1439 +++
1440 **** `face-remap-set-base' sets the base remapping of a face. 1440 **** `face-remap-set-base' sets the base remapping of a face.
1441 1441
1442 ** Process changes 1442 ** Process changes
1443 +++ 1443 +++
1444 *** The new function `start-file-process' is similar to `start-process', 1444 *** The new function `start-file-process' is similar to `start-process',
1669 1669
1670 *** You can specify a terminal device (`tty' parameter) and a terminal 1670 *** You can specify a terminal device (`tty' parameter) and a terminal
1671 type (`tty-type' parameter) to `make-terminal-frame'. 1671 type (`tty-type' parameter) to `make-terminal-frame'.
1672 1672
1673 *** The function `make-frame-on-display' now works during a tty 1673 *** The function `make-frame-on-display' now works during a tty
1674 session, and `make-frame-on-tty' works during a graphical session. 1674 session.
1675 1675
1676 *** A new `terminal' data type. 1676 *** A new `terminal' data type.
1677 The functions `get-device-terminal', `terminal-parameters', 1677 The functions `get-device-terminal', `terminal-parameters',
1678 `terminal-parameter', `set-terminal-parameter' use this data type. 1678 `terminal-parameter', `set-terminal-parameter' use this data type.
1679 1679
1697 deleting a terminal. 1697 deleting a terminal.
1698 1698
1699 *** New functions: 1699 *** New functions:
1700 1700
1701 **** `environment' 1701 **** `environment'
1702
1703 **** `make-frame-on-tty' creates a new frame on another tty device.
1704 1702
1705 **** `delete-tty' 1703 **** `delete-tty'
1706 1704
1707 **** `suspend-tty' 1705 **** `suspend-tty'
1708 1706