diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ead50fa0517..6cb69f776f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2013-08-08 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Do not reset window modification event counters excessively. | ||
| 4 | These leftovers and poor man's tricky methods to catch extra | ||
| 5 | redisplay's attention are no longer needed. | ||
| 6 | * frame.c (set_menu_bar_lines_1): | ||
| 7 | * minibuf.c (read_minibuf_unwind): | ||
| 8 | * window.c (Fset_window_start, set_window_buffer, window_resize_apply) | ||
| 9 | (grow_mini_window, shrink_mini_window, window_scroll_pixel_based) | ||
| 10 | (window_scroll_line_based, Fset_window_configuration): | ||
| 11 | * xdisp.c (redisplay_window): Do not reset last_modified and | ||
| 12 | last_overlay_modified counters. | ||
| 13 | |||
| 1 | 2013-08-07 Jan Djärv <jan.h.d@swipnet.se> | 14 | 2013-08-07 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 15 | ||
| 3 | * xselect.c (x_send_client_event): Set send_event and serial, memset | 16 | * xselect.c (x_send_client_event): Set send_event and serial, memset |