# HG changeset patch # User Gerd Moellmann # Date 994948785 0 # Node ID 9db628f75778948d563627afa6a68a25c78fc8f2 # Parent 293a8b2199727e836cfc86e1047e9bfaaa0a21ca *** empty log message *** diff -r 293a8b219972 -r 9db628f75778 src/ChangeLog --- a/src/ChangeLog Thu Jul 12 14:39:21 2001 +0000 +++ b/src/ChangeLog Thu Jul 12 14:39:45 2001 +0000 @@ -1,3 +1,19 @@ +2001-07-12 Gerd Moellmann + + * xselect.c (x_decline_selection_request): Handle errors + caused by receivers that have vanished. + + * xterm.c (XTread_socket) : Put the code + ignoring events on foreign windows in #if 0. Always dispatch + the event after checking it with x_handle_property_notify. + + * xselect.c (TRACE0, TRACE1, TRACE2): New macros, defined + depending on TRACE_SELECTION. Replace fprintfs in #if 0 with + TRACE macros to facilitate debugging. Add additional trace + statements. + (toplevel): Add prototypes for file-local functions. + (x_atom_to_symbol): Remove DPYINFO parameter. + 2001-07-11 Stefan Monnier * w32menu.c (menubar_selection_callback, w32_menu_show):