aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-08-26 09:13:07 -0700
committerPaul Eggert2011-08-26 09:13:07 -0700
commit5fc295a42feaef453b57010b826e589b9b9cb7dd (patch)
tree8a965da92c7ebc7d78c04d2dbc220a6bbe40e094 /src/ChangeLog
parentfcbc5f60ee9c1ed2fb8b8b4f36b8a0658250a1bd (diff)
parent7254299e4d19b0acdfc5dd7580c24be817731488 (diff)
downloademacs-5fc295a42feaef453b57010b826e589b9b9cb7dd.tar.gz
emacs-5fc295a42feaef453b57010b826e589b9b9cb7dd.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b5ba1d74f8a..bb2a0d20c1f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12011-08-25 Paul Eggert <eggert@cs.ucla.edu> 12011-08-26 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Integer and memory overflow issues (Bug#9196). 3 Integer and memory overflow issues (Bug#9196).
4 4
@@ -422,6 +422,11 @@
422 (gs_load): Use printmax_t to print the widest integers possible. 422 (gs_load): Use printmax_t to print the widest integers possible.
423 Check for integer overflow when computing image height and width. 423 Check for integer overflow when computing image height and width.
424 424
4252011-08-26 Eli Zaretskii <eliz@gnu.org>
426
427 * xdisp.c (redisplay_window): Don't force window start if point
428 will be invisible in the resulting window. (Bug#9324)
429
4252011-08-25 Eli Zaretskii <eliz@gnu.org> 4302011-08-25 Eli Zaretskii <eliz@gnu.org>
426 431
427 * xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when 432 * xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when