diff options
| author | Eli Zaretskii | 2014-02-19 19:32:29 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-02-19 19:32:29 +0200 |
| commit | d34f67dae3caa277bfebe0aa9f60e83a22bce0eb (patch) | |
| tree | 60aaa93a0d278989576ce05f61167cc4467ca139 /src/ChangeLog | |
| parent | c021382022a9b5d1e61415f219eaa2b31a8c1a29 (diff) | |
| download | emacs-d34f67dae3caa277bfebe0aa9f60e83a22bce0eb.tar.gz emacs-d34f67dae3caa277bfebe0aa9f60e83a22bce0eb.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
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 @@ | |||
| 1 | 2014-02-19 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-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 |