emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Mon, 14 Jan 2002 08:48:17 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2376 emacs/src/ChangeLog:1.2377
*** emacs/src/ChangeLog:1.2376  Sun Jan 13 07:29:56 2002
--- emacs/src/ChangeLog Mon Jan 14 08:48:16 2002
***************
*** 1,3 ****
--- 1,24 ----
+ 2002-01-14  Eli Zaretskii  <address@hidden>
+ 
+       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  <address@hidden>
  
        * xterm.h (struct x_output): New members want_fullscreen,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]