aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-08-18 10:01:52 -0700
committerPaul Eggert2011-08-18 10:01:52 -0700
commit76667214e7bdc7f6196de2bb6d7e14ef879a2694 (patch)
tree58ca2d3448d502ff4ac2e46aefc8b90582c4d1ab /src/ChangeLog
parent2fab8395070ff77b836cb8ca9b84c261c4387a9a (diff)
parent92b714445aac9be4227684f9c90cd61c3a0f02d5 (diff)
downloademacs-76667214e7bdc7f6196de2bb6d7e14ef879a2694.tar.gz
emacs-76667214e7bdc7f6196de2bb6d7e14ef879a2694.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
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
4242011-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
4312011-08-18 Andreas Schwab <schwab@linux-m68k.org>
432
433 * process.c (Fnetwork_interface_list): Correctly determine buffer
434 size.
435
4242011-08-17 Chong Yidong <cyd@stupidchicken.com> 4362011-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)