# HG changeset patch # User Kim F. Storm # Date 1035489458 0 # Node ID 5496c6832b8a8407a4e2424ef6c82c64878d5664 # Parent 9a0bf4470a6b9c3664d6ac1bb048904fbb261846 *** empty log message *** diff -r 9a0bf4470a6b -r 5496c6832b8a src/ChangeLog --- a/src/ChangeLog Thu Oct 24 08:18:43 2002 +0000 +++ b/src/ChangeLog Thu Oct 24 19:57:38 2002 +0000 @@ -1,3 +1,13 @@ +2002-10-24 Kim F. Storm + + * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR. + Callers changed (supply dummy arg). + + * lisp.h (get_window_cursor_type): Update prototype. + + * w32term.c (x_display_and_set_cursor): Get active_cursor from + get_window_cursor_type to track system caret. + 2002-10-24 Kim F. Storm * process.c (Fformat_network_address): New function.