diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2443a4585b9..b14ed34b26d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2010-09-29 Eli Zaretskii <eliz@gnu.org> | 1 | 2010-09-29 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to | ||
| 4 | NEUTRAL_DIR. | ||
| 5 | (handle_invisible_prop, iterate_out_of_display_property) | ||
| 6 | (next_element_from_buffer): If bidi_it.first_elt is set, call | ||
| 7 | bidi_paragraph_init with NO_DEFAULT_P argument non-zero. | ||
| 8 | (Bug#7128) | ||
| 9 | |||
| 3 | * print.c (print_object): Fix format string and argument types for | 10 | * print.c (print_object): Fix format string and argument types for |
| 4 | printing a Lisp_Misc_Marker. | 11 | printing a Lisp_Misc_Marker. |
| 5 | 12 | ||