From: Jason Rumney Date: Sat, 27 Oct 2001 22:40:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~19097 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ce1e4ee7486b5d84e92d2c52a3027e286ab4057;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index ba54a9fd397..d7207fc15cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.