aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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