diff options
| author | Dmitry Antipov | 2013-08-08 08:42:40 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-08-08 08:42:40 +0400 |
| commit | 628fdc567a63c5cc6959ca5a4e09eb9b1d3e6092 (patch) | |
| tree | 607fa20231b352548121bc23f852936885211cd7 /src/ChangeLog | |
| parent | bd0c3c0b12b33988cf649f09d861b359387726cb (diff) | |
| download | emacs-628fdc567a63c5cc6959ca5a4e09eb9b1d3e6092.tar.gz emacs-628fdc567a63c5cc6959ca5a4e09eb9b1d3e6092.zip | |
Do not reset window modification event counters excessively.
These leftovers and poor man's tricky methods to catch extra
redisplay's attention are no longer needed.
* frame.c (set_menu_bar_lines_1):
* minibuf.c (read_minibuf_unwind):
* window.c (Fset_window_start, set_window_buffer, window_resize_apply)
(grow_mini_window, shrink_mini_window, window_scroll_pixel_based)
(window_scroll_line_based, Fset_window_configuration):
* xdisp.c (redisplay_window): Do not reset last_modified and
last_overlay_modified counters.
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 |