diff options
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 16 |
2 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1162ce7eb52..45adc741bcb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-02-09 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * faces.el (mode-line-inactive): New face for mode-line for | ||
| 4 | non-selected windows. | ||
| 5 | (mode-line): Doc fix: Only used for selected window. | ||
| 6 | |||
| 1 | 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il> | 7 | 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 8 | ||
| 3 | * calendar/cal-menu.el (calendar-mode-map): Change the menu item's | 9 | * calendar/cal-menu.el (calendar-mode-map): Change the menu item's |
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): |