aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-08-14 14:10:19 +0300
committerEli Zaretskii2011-08-14 14:10:19 +0300
commitdaf17d00fb0ed36ed98edd3f9eec9def0ac59f1c (patch)
treea01e788eaf7c695d6ad8465ac9d1db153fe20093 /src/ChangeLog
parent08e3161a51ae1547c486d6603059711370d11118 (diff)
downloademacs-daf17d00fb0ed36ed98edd3f9eec9def0ac59f1c.tar.gz
emacs-daf17d00fb0ed36ed98edd3f9eec9def0ac59f1c.zip
Fix bug #9296 with vertical cursor motion on images.
src/xdisp.c (move_it_in_display_line_to): Don't invoke IT_RESET_X_ASCENT_DESCENT when iterator position was restored from ppos_it. Fixes vertical cursor motion when line beginning is covered by an image.
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 b0a0e03a8a7..b5da1be5c7d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12011-08-14 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (move_it_in_display_line_to): Don't invoke
4 IT_RESET_X_ASCENT_DESCENT when iterator position was restored from
5 ppos_it. Fixes vertical cursor motion when line beginning is
6 covered by an image. (Bug#9296)
7
12011-08-14 Jan Djärv <jan.h.d@swipnet.se> 82011-08-14 Jan Djärv <jan.h.d@swipnet.se>
2 9
3 * nsterm.h (ns_run_ascript): Declare. 10 * nsterm.h (ns_run_ascript): Declare.