Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cdefda26
Commit
cdefda26
authored
Feb 08, 2002
by
Kim F. Storm
Browse files
Added separate mode-line-inactive face.
parent
c5752dcb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
lisp/ChangeLog
lisp/ChangeLog
+6
-0
src/ChangeLog
src/ChangeLog
+16
-0
No files found.
lisp/ChangeLog
View file @
cdefda26
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
...
...
src/ChangeLog
View file @
cdefda26
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):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment