aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-06-24 20:30:55 -0400
committerChong Yidong2010-06-24 20:30:55 -0400
commitc7dd9743077f99ceb91be4c21900d4dfbd5161d4 (patch)
treea9ed2b7602cf289b22c3e38837e160b802b8196a /src/ChangeLog
parent51422d6dde17e1a655ec0161b537655b09cd630c (diff)
downloademacs-c7dd9743077f99ceb91be4c21900d4dfbd5161d4.tar.gz
emacs-c7dd9743077f99ceb91be4c21900d4dfbd5161d4.zip
Fix after-string and image interaction bug (Bug#1336).
* xdisp.c (next_element_from_image): Ensure that after-strings are read the next time we hit handle_stop (Bug#1336).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 14c1482a049..4d80761d7d6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-06-25 Chong Yidong <cyd@stupidchicken.com>
2
3 * xdisp.c (next_element_from_image): Ensure that after-strings are
4 read the next time we hit handle_stop (Bug#1336).
5
12010-06-23 Andreas Schwab <schwab@linux-m68k.org> 62010-06-23 Andreas Schwab <schwab@linux-m68k.org>
2 7
3 * lread.c (read1): Signal error if #s is not followed by paren. 8 * lread.c (read1): Signal error if #s is not followed by paren.