aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c69452a1f1b..9a2cec8a7fc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,6 +8,9 @@
8 (buffer_shared_and_changed): New function. 8 (buffer_shared_and_changed): New function.
9 (prepare_menu_bars, redisplay_internal): Use it to 9 (prepare_menu_bars, redisplay_internal): Use it to
10 decide whether all windows or frames should be updated. 10 decide whether all windows or frames should be updated.
11 (window_outdated): New function.
12 (text_outside_line_unchanged_p, redisplay_window): Use it.
13 (redisplay_internal): Likewise. Fix indentation.
11 14
122012-11-20 Stefan Monnier <monnier@iro.umontreal.ca> 152012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13 16