diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 275856c44e0..36bf95e9aa7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-08-18 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-08-19 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 | ||
| @@ -423,6 +423,10 @@ | |||
| 423 | 423 | ||
| 424 | 2011-08-18 Eli Zaretskii <eliz@gnu.org> | 424 | 2011-08-18 Eli Zaretskii <eliz@gnu.org> |
| 425 | 425 | ||
| 426 | * bidi.c (bidi_get_type): If bidi_type_table reports zero as the | ||
| 427 | character bidirectional type, use STRONG_L instead. Fixes crashes | ||
| 428 | in a buffer produced by `describe-categories'. | ||
| 429 | |||
| 426 | * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p | 430 | * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p |
| 427 | members before the level stack, so they would be saved and | 431 | members before the level stack, so they would be saved and |
| 428 | restored when copying iterator state. Fixes incorrect reordering | 432 | restored when copying iterator state. Fixes incorrect reordering |