# HG changeset patch # User Andreas Schwab # Date 1108644755 0 # Node ID 388b06af5d458ccc97cb35bfaab5212da5c6d8fd # Parent c3fe3363f1c7d5310b3dd51c2a6b37dfcb41ed2b *** empty log message *** diff -r c3fe3363f1c7 -r 388b06af5d45 src/ChangeLog --- 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 + + * 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 * dispextern.h (enum it_method): New enum.