aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2002-01-14 13:50:26 +0000
committerEli Zaretskii2002-01-14 13:50:26 +0000
commit3947677c0a66a8501094a81623b3e4f16136f582 (patch)
tree299fd7351d20b1b73b2964d0fb77ca5c91a22ff8 /src
parent9da8545ad8d70da3341522247b481a2b51094acc (diff)
downloademacs-3947677c0a66a8501094a81623b3e4f16136f582.tar.gz
emacs-3947677c0a66a8501094a81623b3e4f16136f582.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 33f13ef4e49..f319b9eb2f9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,24 @@
12002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2
3 Support for the --color command-line argument and tty-color-mode
4 frame parameter:
5
6 * term.c (tty_default_color_capabilities, tty_setup_colors)
7 (set_tty_color_mode): New functions.
8 (term_init): Call tty_default_color_capabilities.
9 (Qtty_color_mode_alist): New variable.
10 (syms_of_term): Intern and staticpro it.
11
12 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
13 frames.
14 (do_switch_frame): For termcap frames, switch the tty
15 color mode as specified by the frame's parameters.
16 (Qtty_color_mode): New variable.
17 (syms_of_frame): Intern and staticpro it.
18
19 * emacs.c (USAGE2): Add the --color option.
20 (standard_args): Ditto.
21
12002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se> 222002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
2 23
3 * xterm.h (struct x_output): New members want_fullscreen, 24 * xterm.h (struct x_output): New members want_fullscreen,