aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-04-29 20:19:08 +0300
committerEli Zaretskii2012-04-29 20:19:08 +0300
commit2fa85638a036673b63055a86c6bd5b7b789a9d9d (patch)
tree1558ddc16ae01dfa59773ad699463de173526fe6 /src/ChangeLog
parent5a5fd9f33aee06409dfe2feaadaff6bc14f71f58 (diff)
downloademacs-2fa85638a036673b63055a86c6bd5b7b789a9d9d.tar.gz
emacs-2fa85638a036673b63055a86c6bd5b7b789a9d9d.zip
Fix bug #11367 with assertion violation during vertical motion in egg.el.
src/xdisp.c (pos_visible_p): If already at a newline from the display string before the 'while' loop, don't walk back the glyphs from it3.glyph_row. Solves assertion violation when the display string begins with a newline (egg.el).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8c80a24b580..e2eb95f60d0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-04-29 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (pos_visible_p): If already at a newline from the
4 display string before the 'while' loop, don't walk back the glyphs
5 from it3.glyph_row. Solves assertion violation when the display
6 string begins with a newline (egg.el). (Bug#11367)
7
12012-04-24 Chong Yidong <cyd@gnu.org> 82012-04-24 Chong Yidong <cyd@gnu.org>
2 9
3 * xselect.c (x_convert_selection): Initialize a pointer (Bug#11315). 10 * xselect.c (x_convert_selection): Initialize a pointer (Bug#11315).