diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 16 |
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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-02-08 Kim F. Storm <storm@cua.dk> | 17 | 2002-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): |