aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b7bf38954e2..d66250c18ee 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,10 +1,17 @@
12002-10-25 Juanma Barranquero <lektu@terra.es>
2
3 * macgui.h:
4 * w32gui.h: Remove definition of XColor.
5
6 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
7
12002-10-24 Kim F. Storm <storm@cua.dk> 82002-10-24 Kim F. Storm <storm@cua.dk>
2 9
3 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR. 10 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
4 Callers changed (supply dummy arg). 11 Callers changed (supply dummy arg).
5 12
6 * lisp.h (get_window_cursor_type): Update prototype. 13 * lisp.h (get_window_cursor_type): Update prototype.
7 14
8 * w32term.c (x_display_and_set_cursor): Get active_cursor from 15 * w32term.c (x_display_and_set_cursor): Get active_cursor from
9 get_window_cursor_type to track system caret. 16 get_window_cursor_type to track system caret.
10 17