Mercurial > emacs
changeset 47998:611d3b187f8c
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 25 Oct 2002 06:50:01 +0000 |
parents | fce1df45a956 |
children | 379e8a84380d |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Oct 25 06:49:40 2002 +0000 +++ b/src/ChangeLog Fri Oct 25 06:50:01 2002 +0000 @@ -1,10 +1,17 @@ +2002-10-25 Juanma Barranquero <lektu@terra.es> + + * macgui.h: + * w32gui.h: Remove definition of XColor. + + * dispextern.h [!HAVE_X_WINDOWS]: Define XColor. + 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.