diff options
| author | Eli Zaretskii | 2012-05-26 12:31:59 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-05-26 12:31:59 +0300 |
| commit | eb3f6f01890259b11fa72b21aee4bf900abd18a9 (patch) | |
| tree | 5e74acd317fd96956f2cbdb8839689df14e779b8 /src/ChangeLog | |
| parent | 4446092afffb588fec435785b9c7bfa4acac20d1 (diff) | |
| download | emacs-eb3f6f01890259b11fa72b21aee4bf900abd18a9.tar.gz emacs-eb3f6f01890259b11fa72b21aee4bf900abd18a9.zip | |
Support mouse highlight on w32 text-mode frames.
src/xdisp.c (draw_row_with_mouse_face): Call
tty_draw_row_with_mouse_face for WINDOWSNT as well.
src/w32inevt.c (mouse_moved_to): When the mouse moves, call
note_mouse_highlight.
src/w32console.c: Include window.h.
(w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face): New
functions.
(initialize_w32_display): Initialize mouse-highlight data.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index acae070f068..173ed04da73 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,19 @@ | |||
| 1 | 2012-05-26 Eli Zaretskii <eliz@gnu.org> | 1 | 2012-05-26 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | Support mouse highlight on w32 text-mode frames. | ||
| 4 | * xdisp.c (draw_row_with_mouse_face): Call | ||
| 5 | tty_draw_row_with_mouse_face for WINDOWSNT as well. | ||
| 6 | |||
| 7 | * w32inevt.c (mouse_moved_to): When the mouse moves, call | ||
| 8 | note_mouse_highlight. | ||
| 9 | |||
| 10 | * w32console.c: Include window.h. | ||
| 11 | (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face): New | ||
| 12 | functions. | ||
| 13 | (initialize_w32_display): Initialize mouse-highlight data. | ||
| 14 | |||
| 15 | 2012-05-26 Eli Zaretskii <eliz@gnu.org> | ||
| 16 | |||
| 3 | * bidi.c (bidi_mirror_char): Revert last change: an int is | 17 | * bidi.c (bidi_mirror_char): Revert last change: an int is |
| 4 | definitely wide enough here. | 18 | definitely wide enough here. |
| 5 | 19 | ||