diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 32413ae11c3..30bd78e208c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * bidi.c (bidi_paragraph_init): Don't leave alone garbage values | 3 | * bidi.c (bidi_paragraph_init): Don't leave alone garbage values |
| 4 | of bidi_it->paragraph_dir. Call bidi_initialize if needed. | 4 | of bidi_it->paragraph_dir. Call bidi_initialize if needed. |
| 5 | (bidi_paragraph_init): Remove redundant assertion that we are at | ||
| 6 | the beginning of a line after call to bidi_find_paragraph_start. | ||
| 5 | 7 | ||
| 6 | * xdisp.c (Fcurrent_bidi_paragraph_direction): New function. | 8 | * xdisp.c (Fcurrent_bidi_paragraph_direction): New function. |
| 7 | (syms_of_xdisp): Defsubr it. | 9 | (syms_of_xdisp): Defsubr it. |