aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2002-02-11 14:45:28 +0000
committerKim F. Storm2002-02-11 14:45:28 +0000
commit3c9bdb7e483aa8989157fa47b0cc6dfa97e830d0 (patch)
tree839001a61f7d14fc687edcf37c01f2a5f4b7a525
parentc96e83bf1efa59097580b6551b0f7ea8a2559d8c (diff)
downloademacs-3c9bdb7e483aa8989157fa47b0cc6dfa97e830d0.tar.gz
emacs-3c9bdb7e483aa8989157fa47b0cc6dfa97e830d0.zip
Use mode-line face in minibuffer-scroll-window when minibuffer window
is selected. Added mode-line-in-non-selected-windows variable.
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8c0cf46d699..49ba17fe360 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12002-02-11 Kim F. Storm <no-spam@cua.dk>
2
3 * window.c: (Vmode_line_in_non_selected_windows): New variable.
4 (syms_of_window): DEFVAR_LISP it.
5
6 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
7 (CURRENT_MODE_LINE_FACE_ID): Use it.
8 (Vmode_line_in_non_selected_windows): Declare extern.
9
10 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
11 to get mode line face.
12
12002-02-11 Eli Zaretskii <eliz@is.elta.co.il> 132002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
2 14
3 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these 15 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these