diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2aa0e157afe..2b5b6fd0602 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2011-08-18 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * bidi.c (bidi_get_type): If bidi_type_table reports zero as the | ||
| 4 | character bidirectional type, use STRONG_L instead. Fixes crashes | ||
| 5 | in a buffer produced by `describe-categories'. | ||
| 6 | |||
| 7 | * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p | ||
| 8 | members before the level stack, so they would be saved and | ||
| 9 | restored when copying iterator state. Fixes incorrect reordering | ||
| 10 | around TABs covered by display properties. | ||
| 11 | |||
| 12 | 2011-08-18 Andreas Schwab <schwab@linux-m68k.org> | ||
| 13 | |||
| 14 | * process.c (Fnetwork_interface_list): Correctly determine buffer | ||
| 15 | size. | ||
| 16 | |||
| 17 | 2011-08-17 Chong Yidong <cyd@stupidchicken.com> | ||
| 18 | |||
| 19 | * eval.c (internal_condition_case, internal_condition_case_1) | ||
| 20 | (internal_condition_case_2, internal_condition_case_n): Remove | ||
| 21 | unnecessary aborts (Bug#9081). | ||
| 22 | |||
| 1 | 2011-08-17 Eli Zaretskii <eliz@gnu.org> | 23 | 2011-08-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 24 | ||
| 3 | * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file | 25 | * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file |
| @@ -61,7 +83,7 @@ | |||
| 61 | 2011-08-14 Kenichi Handa <handa@m17n.org> | 83 | 2011-08-14 Kenichi Handa <handa@m17n.org> |
| 62 | 84 | ||
| 63 | * process.c (create_process): Call setup_process_coding_systems | 85 | * process.c (create_process): Call setup_process_coding_systems |
| 64 | after the pid of the process is set to -1. | 86 | after the pid of the process is set to -1 (Bug#8162). |
| 65 | 87 | ||
| 66 | 2011-08-14 Eli Zaretskii <eliz@gnu.org> | 88 | 2011-08-14 Eli Zaretskii <eliz@gnu.org> |
| 67 | 89 | ||