# HG changeset patch # User Jason Rumney # Date 1004222441 0 # Node ID 7bdfd55ddbe9de46ef06b7d6d315adb4480948b2 # Parent b3dbd98f9b97e61458d64ed273e87c6bfc1943d5 *** empty log message *** diff -r b3dbd98f9b97 -r 7bdfd55ddbe9 src/ChangeLog --- a/src/ChangeLog Sat Oct 27 22:30:55 2001 +0000 +++ b/src/ChangeLog Sat Oct 27 22:40:41 2001 +0000 @@ -1,3 +1,21 @@ +2001-10-27 Jason Rumney + + * w32fns.c (w32_wnd_proc) : Destroy the system 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,Bm(Bk * xterm.c: Fix typo in a comment.