Mercurial > emacs
changeset 60136:388b06af5d45
*** empty log message ***
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Thu, 17 Feb 2005 12:52:35 +0000 |
parents | c3fe3363f1c7 |
children | 697126c8e9d4 |
files | src/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
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.