diff options
| author | Eli Zaretskii | 2011-08-15 20:47:25 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-08-15 20:47:25 +0300 |
| commit | 474a84653b4aa5a10b49af751c3008a4c582422c (patch) | |
| tree | 352c73a638573275b43ddd941bad2c6e6c7e9d9b /src/ChangeLog | |
| parent | 934eacb93d0b8340a3a8b478deaa6110a3de083f (diff) | |
| download | emacs-474a84653b4aa5a10b49af751c3008a4c582422c.tar.gz emacs-474a84653b4aa5a10b49af751c3008a4c582422c.zip | |
Use uniprop tables instead of biditype.h and bidimirror.h.
src/bidi.c (bidi_initialize): Use uniprop_table instead of including
biditype.h and bidimirror.h.
src/biditype.h: File removed.
src/bidimirror.h: File removed.
src/deps.mk (bidi.o): Remove biditype.h and
bidimirror.h.
src/makefile.w32-in ($(BLD)/bidi.$(O)): Remove biditype.h and
bidimirror.h.
src/dispextern.h: Fix a typo in the comment to bidi_type_t.
src/chartab.c: Improve commentary for the uniprop_table API.
admin/unidata/bidimirror.awk: File removed.
admin/unidata/biditype.awk: File removed.
admin/unidata/makefile.w32-in (all): Remove src/biditype.h and
src/bidimirror.h.
(../../src/biditype.h, ../../src/bidimirror.h): Deleted.
admin/unidata/Makefile.in (all): Remove src/biditype.h and
src/bidimirror.h.
(../../src/biditype.h, ../../src/bidimirror.h): Deleted.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fa94aed1383..a2256cff9f0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,23 @@ | |||
| 1 | 2011-08-15 Eli Zaretskii <eliz@gnu.org> | 1 | 2011-08-15 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * biditype.h: File removed. | ||
| 4 | |||
| 5 | * bidimirror.h: File removed. | ||
| 6 | |||
| 7 | * deps.mk (bidi.o): Remove biditype.h and | ||
| 8 | bidimirror.h. | ||
| 9 | |||
| 10 | * makefile.w32-in ($(BLD)/bidi.$(O)): Remove biditype.h and | ||
| 11 | bidimirror.h. | ||
| 12 | |||
| 13 | * dispextern.h: Fix a typo in the comment to bidi_type_t. | ||
| 14 | |||
| 15 | * chartab.c: Improve commentary for the uniprop_table API. | ||
| 16 | |||
| 3 | * bidi.c (bidi_paragraph_init): Support zero value of | 17 | * bidi.c (bidi_paragraph_init): Support zero value of |
| 4 | bidi_ignore_explicit_marks_for_paragraph_level. | 18 | bidi_ignore_explicit_marks_for_paragraph_level. |
| 19 | (bidi_initialize): Use uniprop_table instead of including | ||
| 20 | biditype.h and bidimirror.h. | ||
| 5 | 21 | ||
| 6 | * xdisp.c (move_it_in_display_line_to): Don't reset pixel | 22 | * xdisp.c (move_it_in_display_line_to): Don't reset pixel |
| 7 | coordinates of the iterator when restoring from ppos_it. | 23 | coordinates of the iterator when restoring from ppos_it. |