changeset 38388:9db628f75778

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 12 Jul 2001 14:39:45 +0000
parents 293a8b219972
children 42fdd3d4d1ff
files src/ChangeLog
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <gerd@gnu.org>
+
+	* xselect.c (x_decline_selection_request): Handle errors
+	caused by receivers that have vanished.
+
+	* xterm.c (XTread_socket) <PropertyNotify>: 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  <monnier@cs.yale.edu>
 
 	* w32menu.c (menubar_selection_callback, w32_menu_show):