Mercurial > emacs
comparison src/ChangeLog @ 47998:611d3b187f8c
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 25 Oct 2002 06:50:01 +0000 |
parents | 5496c6832b8a |
children | 379e8a84380d |
comparison
equal
deleted
inserted
replaced
47997:fce1df45a956 | 47998:611d3b187f8c |
---|---|
1 2002-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 | |
1 2002-10-24 Kim F. Storm <storm@cua.dk> | 8 2002-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 |
11 2002-10-24 Kim F. Storm <storm@cua.dk> | 18 2002-10-24 Kim F. Storm <storm@cua.dk> |
12 | 19 |