aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 cbc48a75469..f89f7e084ff 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12014-02-19 Eli Zaretskii <eliz@gnu.org> 12014-02-19 Eli Zaretskii <eliz@gnu.org>
2 2
3 * xdisp.c (display_line): Fix horizontal scrolling of large images
4 when fringes are turned off. This comes at a price of not
5 displaying the truncation/continuation glyphs in this case.
6 (Bug#16806)
7
3 * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: If 8 * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: If
4 CreateDIBSection returns an error indication, zero out *ximg after 9 CreateDIBSection returns an error indication, zero out *ximg after
5 destroying the image. This avoids crashes in memory allocations 10 destroying the image. This avoids crashes in memory allocations