]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJason Rumney <jasonr@gnu.org>
Sat, 27 Oct 2001 22:40:41 +0000 (22:40 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 27 Oct 2001 22:40:41 +0000 (22:40 +0000)
src/ChangeLog

index ba54a9fd39764ecbdf53e63939675d7c59bb0a89..d7207fc15ccdebee0e0d6d0e09ba2bf778d10c9b 100644 (file)
@@ -1,3 +1,21 @@
+2001-10-27  Jason Rumney  <jasonr@gnu.org>
+
+       * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
+       <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
+       position using the system caret.
+
+       * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
+       (w32_system_caret_height, w32_system_caret_x)
+       (w32_system_caret_y): New variables for tracking system caret.
+       (w32_initialize): Initialize them.
+       (x_display_and_set_cursor): Make system caret follow the active
+       cursor.
+
+       * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET): New
+       messages types.
+
+       * w32term.c (note_mouse_highlight): Clear old help_echo.
+
 2001-10-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * xterm.c: Fix typo in a comment.