Mercurial > emacs
comparison lisp/ChangeLog @ 62651:8d965863dd8c
Supprot mouse-face on mode-line.
2005-05-23 Masatake YAMATO <jet@gyve.org>
* xdisp.c (note_mode_line_or_margin_highlight): Added code
for mouse-face. Change the type of the first argument from `window'
to `List_Object'.
(note_mouse_highlight): Call note_mode_line_or_margin_highlight with
window instead of w.
2005-05-23 Masatake YAMATO <jet@gyve.org>
* bindings.el (mode-line-major-mode-keymap): Bind
[mode-line down-mouse-1] to `mouse-major-mode-menu'.
* faces.el (mode-line-highlight): New face.
* ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
as mouse-face.
* bindings.el (top-level, help-echo, mode-line-modified)
(mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
as mouse-face.
author | Masatake YAMATO <jet@gyve.org> |
---|---|
date | Mon, 23 May 2005 11:19:17 +0000 |
parents | 0a5ac973896b |
children | fa9ab301872c |
comparison
equal
deleted
inserted
replaced
62650:0a5ac973896b | 62651:8d965863dd8c |
---|---|
1 2005-05-23 Masatake YAMATO <jet@gyve.org> | |
2 | |
3 * bindings.el (mode-line-major-mode-keymap): Bind | |
4 [mode-line down-mouse-1] to `mouse-major-mode-menu'. | |
5 | |
6 * faces.el (mode-line-highlight): New face. | |
7 | |
8 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight | |
9 as mouse-face. | |
10 | |
11 * bindings.el (top-level, help-echo, mode-line-modified) | |
12 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight | |
13 as mouse-face. | |
14 | |
1 2005-05-23 Juanma Barranquero <lekktu@gmail.com> | 15 2005-05-23 Juanma Barranquero <lekktu@gmail.com> |
2 | 16 |
3 * progmodes/cc-engine.el (c-guess-basic-syntax): | 17 * progmodes/cc-engine.el (c-guess-basic-syntax): |
4 Remove spurious call to `zerop'. | 18 Remove spurious call to `zerop'. |
5 | 19 |