mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-02 10:11:05 -08:00
Added separate mode-line-inactive face.
This commit is contained in:
parent
c5752dcb2f
commit
cdefda262b
2 changed files with 22 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2002-02-09 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* faces.el (mode-line-inactive): New face for mode-line for
|
||||
non-selected windows.
|
||||
(mode-line): Doc fix: Only used for selected window.
|
||||
|
||||
2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* calendar/cal-menu.el (calendar-mode-map): Change the menu item's
|
||||
|
|
|
|||
|
|
@ -1,3 +1,19 @@
|
|||
2002-02-09 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
|
||||
(CURRENT_MODE_LINE_HEIGHT): Use it.
|
||||
(enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
|
||||
|
||||
* xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
|
||||
(pos_visible_p, handle_face_prop): Likewise.
|
||||
(display_mode_lines): Likewise, but for the real selected window.
|
||||
(init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
|
||||
|
||||
* xfaces.c (Qmode_line_inactive): New face variable for mode-line
|
||||
in non-selected windows.
|
||||
(realize_basic_faces): Realize it.
|
||||
(syms_of_term): Intern and staticpro it.
|
||||
|
||||
2002-02-08 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue