]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
Extend mouse support on W32 text-mode console.
[gnu-emacs] / src / ChangeLog
index aeab5c9d1137a8badb9db656da62e2f6d6435a3a..c71ea45ddedb5721138024f02e2a99aaccbb2c7a 100644 (file)
@@ -1,32 +1,26 @@
 2012-05-26  Eli Zaretskii  <eliz@gnu.org>
 
-       * w32inevt.c (do_mouse_event): Support mouse-autoselect-window.
-       If help_echo changed, call gen_help_event to produce help-echo
-       message in the echo area.
-
-2012-05-26  Eli Zaretskii  <eliz@gnu.org>
-
-       Refactor mouse highlight invocation for w32 console.
-       * w32inevt.c: Include termchar.h.
-       (mouse_moved_to): Move the call to note_mouse_highlight from here...
-       (do_mouse_event): ...to here.
-       Call clear_mouse_face if mouse_face_hidden is set in the mouse
-       highlight info.
-
-2012-05-26  Eli Zaretskii  <eliz@gnu.org>
-
-       Support mouse highlight on w32 text-mode frames.
+       Extend mouse support on W32 text-mode console.
        * xdisp.c (draw_row_with_mouse_face): Call
        tty_draw_row_with_mouse_face for WINDOWSNT as well.
 
-       * w32inevt.c (mouse_moved_to): When the mouse moves, call
-       note_mouse_highlight.
-
        * 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.
 
+       * w32inevt.c: Include termchar.h and window.h.
+       (do_mouse_event): Support mouse-autoselect-window.  When the mouse
+       moves, call note_mouse_highlight.  If help_echo changed, call
+       gen_help_event to produce help-echo message in the echo area.
+       Call clear_mouse_face if mouse_face_hidden is set in the mouse
+       highlight info.
+
+2012-05-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lread.c (read1): Simplify slightly to avoid an overflow warning
+       with GCC 4.7.0 on x86-64.
+
 2012-05-26  Eli Zaretskii  <eliz@gnu.org>
 
        * bidi.c (bidi_mirror_char): Revert last change: an int is