]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Thu, 24 Oct 2002 19:57:38 +0000 (19:57 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 24 Oct 2002 19:57:38 +0000 (19:57 +0000)
src/ChangeLog

index c3cf5ddd11a8fc80b65cb9b88e75fddb8f3c1e72..b7bf38954e2f064eed2aadba4f5c6acc15f29ba2 100644 (file)
@@ -1,3 +1,13 @@
+2002-10-24  Kim F. Storm  <storm@cua.dk>
+
+       * 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  <storm@cua.dk>
 
        * process.c (Fformat_network_address): New function.