aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-01-14 13:51:53 +0000
committerEli Zaretskii2002-01-14 13:51:53 +0000
commite0c124ce537e185f44ae806cd3ff85c4ca124956 (patch)
tree4ffc4e184a56826546368d7ddd9a534dd248ce46
parentfa2301bf38993a0be6499eeb96bf8e24e03ea165 (diff)
downloademacs-e0c124ce537e185f44ae806cd3ff85c4ca124956.tar.gz
emacs-e0c124ce537e185f44ae806cd3ff85c4ca124956.zip
Document the new --color arg and tty-color-mode frame parameter.
-rw-r--r--etc/NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e246f33b4cd..db61a1ce0c4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -29,6 +29,17 @@ Emacs with Leim.
29* Changes in Emacs 21.3 29* Changes in Emacs 21.3
30 30
31+++ 31+++
32** The new command-line option --color=MODE lets you specify a standard
33mode for a tty color support. It is meant to be used on character
34terminals whose capabilities are not set correctly in the terminal
35database, or with terminal emulators which support colors, but don't
36set the TERM environment variable to a name of a color-capable
37terminal. "emacs --color" uses the same color commands as GNU `ls'
38when invoked with "ls --color", so if your terminal can support colors
39in "ls --color", it will support "emacs --color" as well. See the
40user manual for the possible values of the MODE parameter.
41
42+++
32** Emacs can now be invoked in full-screen mode on a windowed display. 43** Emacs can now be invoked in full-screen mode on a windowed display.
33 44
34When Emacs is invoked on a window system, the new command-line options 45When Emacs is invoked on a window system, the new command-line options
@@ -315,6 +326,12 @@ SQL buffer.
315 326
316* Lisp Changes in Emacs 21.3 327* Lisp Changes in Emacs 21.3
317 328
329+++
330** The new frame parameter `tty-color-mode' specifies the mode to use
331for color support on character terminal frames. Its value can be a
332number of colors to support, or a symbol. See the Emacs Lisp
333Reference manual for more detailed documentation.
334
318** Already true in Emacs 21.1, but not emphasized clearly enough: 335** Already true in Emacs 21.1, but not emphasized clearly enough:
319 336
320Multibyte buffers can now faithfully record all 256 character codes 337Multibyte buffers can now faithfully record all 256 character codes