diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 50e12560b91..6629a29ed9e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2010-04-03 Eli Zaretskii <eliz@gnu.org> | 1 | 2010-04-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check | ||
| 4 | bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against | ||
| 5 | BIDI_EOB. Fixes infloop with vertical cursor motion at ZV. | ||
| 6 | |||
| 3 | * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it | 7 | * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it |
| 4 | in this function. (Bug#5703) | 8 | in this function. (Bug#5703) |
| 5 | 9 | ||