diff src/ChangeLog @ 60136:388b06af5d45

*** empty log message ***
author Andreas Schwab <schwab@suse.de>
date Thu, 17 Feb 2005 12:52:35 +0000
parents d5150d6da58f
children 7dd8b773f3c8 7e3f621f1dd4
line wrap: on
line diff
--- a/src/ChangeLog	Thu Feb 17 12:51:16 2005 +0000
+++ b/src/ChangeLog	Thu Feb 17 12:52:35 2005 +0000
@@ -1,3 +1,17 @@
+2005-02-17  Andreas Schwab  <schwab@suse.de>
+
+	* xfns.c (hack_wm_protocols): Use correct type for last parameter
+	of XGetWindowProperty to avoid aliasing issues.
+	(Fx_window_property): Likewise.
+
+	* xselect.c (Fx_disown_selection_internal): Use union of struct
+	input_event and struct selection_input_event to avoid aliasing
+	issues.
+
+	* xterm.c (handle_one_xevent): Use union of struct input_event and
+	struct selection_input_event to avoid aliasing issues.
+	(SET_SAVED_MENU_EVENT): Adapt reference to inev.
+
 2005-02-17  Kim F. Storm  <storm@cua.dk>
 
 	* dispextern.h (enum it_method): New enum.