aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2002-02-08 23:53:36 +0000
committerKim F. Storm2002-02-08 23:53:36 +0000
commitcdefda262b7e5fcd67bf9919cff5a07e4e7a415f (patch)
tree2d946380ef5c30210112b96ba7e3715b419fd15b /src
parentc5752dcb2f8e970a2f4703ed8c0a425f35cc5a55 (diff)
downloademacs-cdefda262b7e5fcd67bf9919cff5a07e4e7a415f.tar.gz
emacs-cdefda262b7e5fcd67bf9919cff5a07e4e7a415f.zip
Added separate mode-line-inactive face.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d1210356aa2..28484cf4af5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12002-02-09 Kim F. Storm <storm@cua.dk>
2
3 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
4 (CURRENT_MODE_LINE_HEIGHT): Use it.
5 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
6
7 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
8 (pos_visible_p, handle_face_prop): Likewise.
9 (display_mode_lines): Likewise, but for the real selected window.
10 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
11
12 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
13 in non-selected windows.
14 (realize_basic_faces): Realize it.
15 (syms_of_term): Intern and staticpro it.
16
12002-02-08 Kim F. Storm <storm@cua.dk> 172002-02-08 Kim F. Storm <storm@cua.dk>
2 18
3 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): 19 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):