diff options
| author | Andreas Schwab | 2005-02-17 12:52:35 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2005-02-17 12:52:35 +0000 |
| commit | 9b516537a9899900647d4eae5ec8778e6837ad3c (patch) | |
| tree | 1b6799962af92894495948a9e7cd30890357f108 /src/ChangeLog | |
| parent | 31df61d66239245c68d85d1bb485539034782bec (diff) | |
| download | emacs-9b516537a9899900647d4eae5ec8778e6837ad3c.tar.gz emacs-9b516537a9899900647d4eae5ec8778e6837ad3c.zip | |
(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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f12903d605e..400946fb4d0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2005-02-17 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * xfns.c (hack_wm_protocols): Use correct type for last parameter | ||
| 4 | of XGetWindowProperty to avoid aliasing issues. | ||
| 5 | (Fx_window_property): Likewise. | ||
| 6 | |||
| 7 | * xselect.c (Fx_disown_selection_internal): Use union of struct | ||
| 8 | input_event and struct selection_input_event to avoid aliasing | ||
| 9 | issues. | ||
| 10 | |||
| 11 | * xterm.c (handle_one_xevent): Use union of struct input_event and | ||
| 12 | struct selection_input_event to avoid aliasing issues. | ||
| 13 | (SET_SAVED_MENU_EVENT): Adapt reference to inev. | ||
| 14 | |||
| 1 | 2005-02-17 Kim F. Storm <storm@cua.dk> | 15 | 2005-02-17 Kim F. Storm <storm@cua.dk> |
| 2 | 16 | ||
| 3 | * dispextern.h (enum it_method): New enum. | 17 | * dispextern.h (enum it_method): New enum. |