From d34f67dae3caa277bfebe0aa9f60e83a22bce0eb Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 19 Feb 2014 19:32:29 +0200 Subject: Fix bug #16806 with horizontal scrolling of images when fringes are disabled. src/xdisp.c (display_line): Fix horizontal scrolling of large images when fringes are turned off. This comes at a price of not displaying the truncation/continuation glyphs in this case. --- src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index cbc48a75469..f89f7e084ff 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2014-02-19 Eli Zaretskii + * xdisp.c (display_line): Fix horizontal scrolling of large images + when fringes are turned off. This comes at a price of not + displaying the truncation/continuation glyphs in this case. + (Bug#16806) + * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: If CreateDIBSection returns an error indication, zero out *ximg after destroying the image. This avoids crashes in memory allocations -- cgit v1.2.1