aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann1999-12-31 15:35:03 +0000
committerGerd Moellmann1999-12-31 15:35:03 +0000
commitc880678e3e327af3cd1d4230843a84bbe6303964 (patch)
tree95e0b9f7162c2900a4f96ee2ca952940d9111006 /src/ChangeLog
parent3bd37feb63e4d2a3e926b8b1dc8088a8d6f53008 (diff)
downloademacs-c880678e3e327af3cd1d4230843a84bbe6303964.tar.gz
emacs-c880678e3e327af3cd1d4230843a84bbe6303964.zip
(next_element_from_buffer): Change assertion at the end
because it doesn't hold when there's an overlay string at the end from which we deliver an image.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 34e6123607c..079be7210c9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
11999-12-31 Gerd Moellmann <gerd@gnu.org>
2
3 * xdisp.c (next_element_from_buffer): Change assertion at the end
4 because it doesn't hold when there's an overlay string at the end
5 from which we deliver an image.
6
11999-12-31 William M. Perry <wmperry@gnu.org> 71999-12-31 William M. Perry <wmperry@gnu.org>
2 8
3 * xfns.c (enum jpeg_keyword_index): Add JPEG_DATA. 9 * xfns.c (enum jpeg_keyword_index): Add JPEG_DATA.