diff options
| author | Masatake YAMATO | 2005-05-23 11:19:17 +0000 |
|---|---|---|
| committer | Masatake YAMATO | 2005-05-23 11:19:17 +0000 |
| commit | 359e4563cad1b8add855a43ef77b7bb5cb3f9f1d (patch) | |
| tree | 2267264238ad326625994c395e647b70328d8a8b /src/ChangeLog | |
| parent | a4632380faae651c8cbf322dc90d81aab1e01688 (diff) | |
| download | emacs-359e4563cad1b8add855a43ef77b7bb5cb3f9f1d.tar.gz emacs-359e4563cad1b8add855a43ef77b7bb5cb3f9f1d.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0e4e571e852..2b8bf5bdb92 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2005-05-23 Masatake YAMATO <jet@gyve.org> | ||
| 2 | |||
| 3 | * xdisp.c (note_mode_line_or_margin_highlight): Added code | ||
| 4 | for mouse-face. Change the type of the first argument from `window' | ||
| 5 | to `List_Object'. | ||
| 6 | (note_mouse_highlight): Call note_mode_line_or_margin_highlight with | ||
| 7 | window instead of w. | ||
| 8 | |||
| 1 | 2005-05-22 Andreas Schwab <schwab@suse.de> | 9 | 2005-05-22 Andreas Schwab <schwab@suse.de> |
| 2 | 10 | ||
| 3 | * process.c (send_process): Move misplaced volatile. | 11 | * process.c (send_process): Move misplaced volatile. |