aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-07-05 18:04:57 +0300
committerEli Zaretskii2012-07-05 18:04:57 +0300
commitd6e7bf450c0a084927d533cb6913bc5f540a0032 (patch)
tree32a92089fbf91bc9f7021a221a9797e0f4e6b8bc /src/ChangeLog
parent431391ec72c1c6ef324201ee00eabaf5399480dc (diff)
downloademacs-d6e7bf450c0a084927d533cb6913bc5f540a0032.tar.gz
emacs-d6e7bf450c0a084927d533cb6913bc5f540a0032.zip
Fix bug #11857 with messed up display for insanely large hscroll values.
src/xdisp.c (window_hscroll_limited): New function. (pos_visible_p, init_iterator): Use it to avoid overflow of pixel coordinates when window's hscroll is set to insanely large values. src/window.h (struct window) <hscroll, min_hscroll>: Change type to 'int'.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4519ea2dabf..d14c322cadf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12012-07-05 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (window_hscroll_limited): New function.
4 (pos_visible_p, init_iterator): Use it to avoid overflow of pixel
5 coordinates when window's hscroll is set to insanely large
6 values. (Bug#11857)
7
8 * window.h (struct window) <hscroll, min_hscroll>: Change type to
9 'int'.
10
12012-07-05 Juanma Barranquero <lekktu@gmail.com> 112012-07-05 Juanma Barranquero <lekktu@gmail.com>
2 12
3 * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo. 13 * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo.