aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-07-28 16:09:02 +0300
committerEli Zaretskii2014-07-28 16:09:02 +0300
commit17ee955294f501c5da91d74baa8a8e38210d77eb (patch)
tree4b2cc8550593296f81ef10182cacfc1c91264677 /src/ChangeLog
parent1c6c2e3c70ff2f666a1e3f29b8852d375c8392cd (diff)
downloademacs-17ee955294f501c5da91d74baa8a8e38210d77eb.tar.gz
emacs-17ee955294f501c5da91d74baa8a8e38210d77eb.zip
Fix another part of bug #18035 with redisplay of line-prefix and linum-mode.
src/xdisp.c (display_line): If called with iterator set up to write to a marginal area, delay the call to handle_line_prefix until we switch back to the text area.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 619efb479e6..090ed55bf92 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12014-07-28 Eli Zaretskii <eliz@gnu.org> 12014-07-28 Eli Zaretskii <eliz@gnu.org>
2 2
3 * xdisp.c (display_line): If called with iterator set up to write
4 to a marginal area, delay the call to handle_line_prefix until we
5 switch back to the text area. (Bug#18035)
6
3 * .gdbinit (xwindow): The members total_cols, total_lines, 7 * .gdbinit (xwindow): The members total_cols, total_lines,
4 left_col, and top_line are C integers (and has been so for the 8 left_col, and top_line are C integers (and has been so for the
5 last 1.5 years). 9 last 1.5 years).