emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Thu, 17 Feb 2005 07:52:39 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4225 emacs/src/ChangeLog:1.4226
*** emacs/src/ChangeLog:1.4225  Wed Feb 16 23:44:28 2005
--- emacs/src/ChangeLog Thu Feb 17 12:52:35 2005
***************
*** 1,3 ****
--- 1,17 ----
+ 2005-02-17  Andreas Schwab  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * dispextern.h (enum it_method): New enum.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]