aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-11-20 15:41:57 +0400
committerDmitry Antipov2012-11-20 15:41:57 +0400
commitea6de9b1f867a49a1ad062ca54e461cd3b1e003f (patch)
tree500888e2211961f329da559fe0dccfc07ceb0de0 /src/ChangeLog
parentda8ed5ba5fe78842d24a566fde07fcc2dee4bb73 (diff)
downloademacs-ea6de9b1f867a49a1ad062ca54e461cd3b1e003f.tar.gz
emacs-ea6de9b1f867a49a1ad062ca54e461cd3b1e003f.zip
Tiny adjustment around the previous redisplay change.
* xdisp.c (window_outdated): New function. (text_outside_line_unchanged_p, redisplay_window): Use it. (redisplay_internal): Likewise. Fix indentation.
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