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