Supprot mouse-face on mode-line.
authorMasatake YAMATO <jet@gyve.org>
Mon, 23 May 2005 11:19:17 +0000 (11:19 +0000)
committerMasatake YAMATO <jet@gyve.org>
Mon, 23 May 2005 11:19:17 +0000 (11:19 +0000)
commit359e4563cad1b8add855a43ef77b7bb5cb3f9f1d
tree2267264238ad326625994c395e647b70328d8a8b
parenta4632380faae651c8cbf322dc90d81aab1e01688
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.
lisp/ChangeLog
lisp/bindings.el
lisp/ruler-mode.el
src/ChangeLog
src/xdisp.c