diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 623ccc6f4be..4e8217cdf5f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-08-01 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (forward_to_next_line_start): Accept additional argument | ||
| 4 | BIDI_IT_PREV, and store into it the state of the bidi iterator had | ||
| 5 | on the newline. | ||
| 6 | (reseat_at_next_visible_line_start): Use the bidi iterator state | ||
| 7 | returned by forward_to_next_line_start to restore the state of | ||
| 8 | it->bidi_it after backing up to previous newline. (Bug#9212) | ||
| 9 | |||
| 1 | 2011-07-30 Andreas Schwab <schwab@linux-m68k.org> | 10 | 2011-07-30 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 11 | ||
| 3 | * regex.c (re_comp): Protoize. | 12 | * regex.c (re_comp): Protoize. |