From: Eli Zaretskii Date: Mon, 14 Jan 2002 13:50:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~17144 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3947677c0a66a8501094a81623b3e4f16136f582;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cae330dcf3b..f82e8124b7e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2002-01-14 Eli Zaretskii + + * startup.el (command-line): Register the default tty colors even + if the terminal doesn't seem to support colors. + : New option --color. + (tty-handle-args): Parse the --color arg. + + * term/tty-colors.el (tty-color-mode-alist): New variable. + 2002-01-14 Stefan Monnier * net/ange-ftp.el (ange-ftp-root-dir-p): New function. diff --git a/src/ChangeLog b/src/ChangeLog index 33f13ef4e49..f319b9eb2f9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,24 @@ +2002-01-14 Eli Zaretskii + + Support for the --color command-line argument and tty-color-mode + frame parameter: + + * term.c (tty_default_color_capabilities, tty_setup_colors) + (set_tty_color_mode): New functions. + (term_init): Call tty_default_color_capabilities. + (Qtty_color_mode_alist): New variable. + (syms_of_term): Intern and staticpro it. + + * frame.c (store_frame_param): Call set_tty_color_mode for termcap + frames. + (do_switch_frame): For termcap frames, switch the tty + color mode as specified by the frame's parameters. + (Qtty_color_mode): New variable. + (syms_of_frame): Intern and staticpro it. + + * emacs.c (USAGE2): Add the --color option. + (standard_args): Ditto. + 2002-01-13 Jan Djarv * xterm.h (struct x_output): New members want_fullscreen,