diff options
| author | Paul Eggert | 2011-08-26 09:13:07 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-08-26 09:13:07 -0700 |
| commit | 5fc295a42feaef453b57010b826e589b9b9cb7dd (patch) | |
| tree | 8a965da92c7ebc7d78c04d2dbc220a6bbe40e094 /src/ChangeLog | |
| parent | fcbc5f60ee9c1ed2fb8b8b4f36b8a0658250a1bd (diff) | |
| parent | 7254299e4d19b0acdfc5dd7580c24be817731488 (diff) | |
| download | emacs-5fc295a42feaef453b57010b826e589b9b9cb7dd.tar.gz emacs-5fc295a42feaef453b57010b826e589b9b9cb7dd.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
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 @@ | |||
| 1 | 2011-08-25 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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 | ||
| 425 | 2011-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 | |||
| 425 | 2011-08-25 Eli Zaretskii <eliz@gnu.org> | 430 | 2011-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 |