comparison src/ChangeLog @ 42747:d1ee13da6bff

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Mon, 14 Jan 2002 13:50:26 +0000
parents a4fac99063b5
children 38a5ed828230
comparison
equal deleted inserted replaced
42746:5c684d670187 42747:d1ee13da6bff
1 2002-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
1 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se> 22 2002-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,
4 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and 25 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
5 y_pixels_outer_diff. 26 y_pixels_outer_diff.