diff options
| author | Paul Eggert | 2011-08-18 10:01:52 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-08-18 10:01:52 -0700 |
| commit | 76667214e7bdc7f6196de2bb6d7e14ef879a2694 (patch) | |
| tree | 58ca2d3448d502ff4ac2e46aefc8b90582c4d1ab /src/ChangeLog | |
| parent | 2fab8395070ff77b836cb8ca9b84c261c4387a9a (diff) | |
| parent | 92b714445aac9be4227684f9c90cd61c3a0f02d5 (diff) | |
| download | emacs-76667214e7bdc7f6196de2bb6d7e14ef879a2694.tar.gz emacs-76667214e7bdc7f6196de2bb6d7e14ef879a2694.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fe8df6ffe41..275856c44e0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -421,6 +421,18 @@ | |||
| 421 | (gs_load): Use printmax_t to print the widest integers possible. | 421 | (gs_load): Use printmax_t to print the widest integers possible. |
| 422 | Check for integer overflow when computing image height and width. | 422 | Check for integer overflow when computing image height and width. |
| 423 | 423 | ||
| 424 | 2011-08-18 Eli Zaretskii <eliz@gnu.org> | ||
| 425 | |||
| 426 | * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p | ||
| 427 | members before the level stack, so they would be saved and | ||
| 428 | restored when copying iterator state. Fixes incorrect reordering | ||
| 429 | around TABs covered by display properties. | ||
| 430 | |||
| 431 | 2011-08-18 Andreas Schwab <schwab@linux-m68k.org> | ||
| 432 | |||
| 433 | * process.c (Fnetwork_interface_list): Correctly determine buffer | ||
| 434 | size. | ||
| 435 | |||
| 424 | 2011-08-17 Chong Yidong <cyd@stupidchicken.com> | 436 | 2011-08-17 Chong Yidong <cyd@stupidchicken.com> |
| 425 | 437 | ||
| 426 | * eval.c (internal_condition_case, internal_condition_case_1) | 438 | * eval.c (internal_condition_case, internal_condition_case_1) |