From 45b84006f31a91a9bb381ea0b8dba2fdc9523daf Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 28 Oct 2000 17:25:46 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 18 ++++++++++++++++++ man/ChangeLog | 6 ++++++ src/ChangeLog | 9 +++++++++ 3 files changed, 33 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d6b2ffcf2fe..3b63b2e2464 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,21 @@ +2000-10-28 Eli Zaretskii + + Support for -fg, -bg, and -rv command-line arguments for TTYs: + * faces.el (tty-handle-reverse-video): New function. + (tty-create-frame-with-faces): Call it. + + * frame.el (frame-notice-user-settings): Don't apply + default-frame-alist and initial-frame-alist to MS-DOS frames. + Call tty-handle-reverse-video, frame-set-background-mode, and + face-set-after-frame-default for non-MS-DOS frames. + + * startup.el (tty-long-option-alist): New variable. + (tty-handle-args): New function. + (command-line): Call tty-handle-args. + + * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove; + startup.el now does that for all character-terminal frames. + 2000-10-28 Miles Bader * emacs-lisp/easy-mmode.el (define-minor-mode): Generate diff --git a/man/ChangeLog b/man/ChangeLog index efe559c4ac8..7ad93bc9864 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,9 @@ +2000-10-28 Eli Zaretskii + + * cmdargs.texi (Colors X): Document support for -fg, -bg, and -rv + on TTYs. Suggest use of list-colors-display to see what colors + are supported. Add index entries for list-colors-display. + 2000-10-23 Gerd Moellmann * gnus.texi: Update from version 5.213 from the Gnus repository. diff --git a/src/ChangeLog b/src/ChangeLog index eb4f2052aec..f49ca95e947 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2000-10-28 Eli Zaretskii + + * frame.c (Fframe_parameters): Fix the change from 2000-10-16: + don't override the colors in frame's param_alist, unless they are + unspecified. + + * term.c (reassert_line_highlight): If inverse_video is non-zero, + reverse the effect of the highlight flag. + 2000-10-27 Ken Raeburn * window.h (Fwindow_live_p): Declare. -- 2.39.5