diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fa3721df7d4..78c2d5dea82 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2001-01-11 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-01-11 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xselect.c (selection_request_dpyinfo): New variable. | ||
| 4 | (x_handle_selection_request): Set it. | ||
| 5 | (x_selection_request_lisp_error): Don't call | ||
| 6 | x_decline_selection_request if selection request's display has | ||
| 7 | been closed. | ||
| 8 | |||
| 3 | * xfaces.c (x_free_colors, x_free_dpy_colors) [DEBUG_X_COLORS]: Do | 9 | * xfaces.c (x_free_colors, x_free_dpy_colors) [DEBUG_X_COLORS]: Do |
| 4 | the unregister_colors before calling XFreeColors. | 10 | the unregister_colors before calling XFreeColors. |
| 5 | 11 | ||