From dbf1fcc12018b71e349f3410561c1df89e1c6e54 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 16 Oct 2000 19:21:17 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 6 ++++++ src/ChangeLog | 23 +++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8d5b9b33a5d..4333d84585c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2000-10-16 Eli Zaretskii + + * term/pc-win.el (msdos-handle-reverse-video): Don't remove + reverse from the frame parameters, and don't invert foreground and + background colors. + 2000-10-16 Miles Bader * info.el (Info-set-mode-line): Use `%b' instead of hardwired diff --git a/src/ChangeLog b/src/ChangeLog index 80ecdb3d058..d5c5c6fc140 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,26 @@ +2000-10-16 Eli Zaretskii + + * dispextern.h (unspecified_fg, unspecified_bg): Declare. + + * dosfns.c (unspecified_fg, unspecified_bg): Remove extern + declaration. + + * msdos.c (IT_set_face): Compare highlighted face with the default + face, and invert colors if these faces' colors are identical. + (Fmsdos_remember_default_colors): Don't swap foreground and + background colors in initial_colors[]. + (IT_set_frame_parameters): Don't swap frame's foreground and + background pixels. If ALIST includes "(reverse . t)", swap + foreground-color and background-color properties in frame's + param_alist. If the original frame's param_alist doesn't specify + the colors, store unspecified-fg and unspecified-bg, reversed if + required. + + * frame.c (Fframe_parameters): If a tty's frame's param_alist says + the colors are unspecified and reversed, reverse fore- and back- + ground in the returned value. + (Fframe_parameter): Ditto. + 2000-10-16 Gerd Moellmann * xdisp.c (find_last_unchanged_at_beg_row): Renamed from -- 2.11.4.GIT