diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fa94aed1383..b16606ce121 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,27 @@ | |||
| 1 | 2011-08-15 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * bidi.c (bidi_initialize): Remove unused local. | ||
| 4 | |||
| 1 | 2011-08-15 Eli Zaretskii <eliz@gnu.org> | 5 | 2011-08-15 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 7 | * biditype.h: File removed. | ||
| 8 | |||
| 9 | * bidimirror.h: File removed. | ||
| 10 | |||
| 11 | * deps.mk (bidi.o): Remove biditype.h and | ||
| 12 | bidimirror.h. | ||
| 13 | |||
| 14 | * makefile.w32-in ($(BLD)/bidi.$(O)): Remove biditype.h and | ||
| 15 | bidimirror.h. | ||
| 16 | |||
| 17 | * dispextern.h: Fix a typo in the comment to bidi_type_t. | ||
| 18 | |||
| 19 | * chartab.c: Improve commentary for the uniprop_table API. | ||
| 20 | |||
| 3 | * bidi.c (bidi_paragraph_init): Support zero value of | 21 | * bidi.c (bidi_paragraph_init): Support zero value of |
| 4 | bidi_ignore_explicit_marks_for_paragraph_level. | 22 | bidi_ignore_explicit_marks_for_paragraph_level. |
| 23 | (bidi_initialize): Use uniprop_table instead of including | ||
| 24 | biditype.h and bidimirror.h. | ||
| 5 | 25 | ||
| 6 | * xdisp.c (move_it_in_display_line_to): Don't reset pixel | 26 | * xdisp.c (move_it_in_display_line_to): Don't reset pixel |
| 7 | coordinates of the iterator when restoring from ppos_it. | 27 | coordinates of the iterator when restoring from ppos_it. |