aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-07-17 18:25:21 +0300
committerEli Zaretskii2014-07-17 18:25:21 +0300
commit9180cde1125adced11ca5125ebed4e988d776539 (patch)
tree852f845ce11c2c6d2e0fa13238f237aa805b03b0 /src/ChangeLog
parent137448c0939848661fdf6e89075c1ac706d30c5e (diff)
downloademacs-9180cde1125adced11ca5125ebed4e988d776539.tar.gz
emacs-9180cde1125adced11ca5125ebed4e988d776539.zip
Fix assertion violation when restoring hscrolled window configurations.
src/xdisp.c (hscroll_window_tree): Don't try hscrolling windows whose cursor row has zero buffer position as their start position. Reported by Martin Rudalics <rudalics@gmx.at>.
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 463c895e5da..737a5078b24 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,9 @@
4 buffer position where we are to start the iteration. 4 buffer position where we are to start the iteration.
5 (handle_invisible_prop): Record in it->stop_charpos the position 5 (handle_invisible_prop): Record in it->stop_charpos the position
6 where the invisible text ends. (Bug#18035) 6 where the invisible text ends. (Bug#18035)
7 (hscroll_window_tree): Don't try hscrolling windows whose cursor
8 row has zero buffer position as their start position. Reported by
9 martin rudalics <rudalics@gmx.at>.
7 10
82014-07-16 Eli Zaretskii <eliz@gnu.org> 112014-07-16 Eli Zaretskii <eliz@gnu.org>
9 12