aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-01-25 14:04:06 +0000
committerEli Zaretskii2002-01-25 14:04:06 +0000
commit7cc8f35a9076ed3e59f907c3dc54db63e59bd693 (patch)
treeec2841262ef9e456b6d1e05607d06e14667a45c4
parent8d78fe224269daa1e8c290cf5f7362536a3dfa75 (diff)
downloademacs-7cc8f35a9076ed3e59f907c3dc54db63e59bd693.tar.gz
emacs-7cc8f35a9076ed3e59f907c3dc54db63e59bd693.zip
Document the extended color support for xterm and rxvt, and the
new tty-display-color-cells primitive.
-rw-r--r--etc/NEWS18
1 files changed, 17 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a7df0492868..af2ad26e3c2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -43,8 +43,10 @@ NEWS.
43--- 43---
44** LDAP support now defaults to ldapsearch from OpenLDAP version 2. 44** LDAP support now defaults to ldapsearch from OpenLDAP version 2.
45 45
46** Changes in support of colors on character terminals
47
46+++ 48+++
47** The new command-line option --color=MODE lets you specify a standard 49*** The new command-line option --color=MODE lets you specify a standard
48mode for a tty color support. It is meant to be used on character 50mode for a tty color support. It is meant to be used on character
49terminals whose capabilities are not set correctly in the terminal 51terminals whose capabilities are not set correctly in the terminal
50database, or with terminal emulators which support colors, but don't 52database, or with terminal emulators which support colors, but don't
@@ -54,6 +56,16 @@ when invoked with "ls --color", so if your terminal can support colors
54in "ls --color", it will support "emacs --color" as well. See the 56in "ls --color", it will support "emacs --color" as well. See the
55user manual for the possible values of the MODE parameter. 57user manual for the possible values of the MODE parameter.
56 58
59---
60*** Emacs now supports several character terminals which provide more
61than 8 colors. For example, for `xterm', 16-color, 88-color, and
62256-color modes are supported. Emacs automatically notes at startup
63the extended number of colors, and defines the appropriate entries for
64all of these colors.
65
66---
67*** There's a new support for colors on `rxvt' terminal emulator.
68
57+++ 69+++
58** Emacs can now be invoked in full-screen mode on a windowed display. 70** Emacs can now be invoked in full-screen mode on a windowed display.
59 71
@@ -380,6 +392,10 @@ SQL buffer.
380** New function substring-no-properties. 392** New function substring-no-properties.
381 393
382+++ 394+++
395** The new primitive `tty-display-color-cells' returns the number of
396distinct colors supported by a character terminal.
397
398+++
383** New function window-body-height. 399** New function window-body-height.
384 400
385This is like window-height but does not count the mode line 401This is like window-height but does not count the mode line