diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index eb37f99e63e..be555fb495c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2003-01-08 Jan D. <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event | ||
| 4 | instead of XtAppProcessEvent. | ||
| 5 | |||
| 6 | * xterm.c (handle_one_xevent): New function | ||
| 7 | (x_dispatch_event): New function | ||
| 8 | (XTread_socket): Call handle_one_xevent. | ||
| 9 | |||
| 10 | * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): Added | ||
| 11 | |||
| 12 | * xmenu.c (Fx_popup_menu): If popping up at mouse position, | ||
| 13 | call XQueryPointer to get coordinates. | ||
| 14 | (popup_get_selection): Do not set popup_activated_flag to zero, | ||
| 15 | let popup_deactivate_callback do that. Needed for Motif. | ||
| 16 | Call x_dispatch_event instead of XtDispatchEvent. | ||
| 17 | (xmenu_show): Calculate root coordinate from frame top/left position. | ||
| 18 | |||
| 19 | |||
| 1 | 2003-01-08 Kim F. Storm <storm@cua.dk> | 20 | 2003-01-08 Kim F. Storm <storm@cua.dk> |
| 2 | 21 | ||
| 3 | * process.c (server_accept_connection): Fixed recording of new | 22 | * process.c (server_accept_connection): Fixed recording of new |