diff options
| author | Juanma Barranquero | 2002-10-25 06:50:01 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-10-25 06:50:01 +0000 |
| commit | 68c7e82a0e5a12f599394eca897130873e44fcef (patch) | |
| tree | 29b0aa3488c14117bf9a282e2bf06bc4ec81dda6 /src/ChangeLog | |
| parent | 94e32607840a58fe56afa80801915607bf168125 (diff) | |
| download | emacs-68c7e82a0e5a12f599394eca897130873e44fcef.tar.gz emacs-68c7e82a0e5a12f599394eca897130873e44fcef.zip | |
Remove definition of XColor.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
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 @@ | |||
| 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 | ||