diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 40a1d22887e..566cd2b5961 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,10 @@ | |||
| 3 | * xterm.c (last_mouse_press_frame): Remove the | 3 | * xterm.c (last_mouse_press_frame): Remove the |
| 4 | leftover which is not really used any more. | 4 | leftover which is not really used any more. |
| 5 | (handle_one_xevent, syms_of_xterm): Adjust users. | 5 | (handle_one_xevent, syms_of_xterm): Adjust users. |
| 6 | (x_flush): Call XFlush once per each X display, not frame. | ||
| 7 | This is better because this code always unconditionally skips | ||
| 8 | non-X frames in Vframe_list and issues the only XFlush if we | ||
| 9 | have more than one X frame on the same X display. | ||
| 6 | 10 | ||
| 7 | 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru> | 11 | 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru> |
| 8 | 12 | ||