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 /admin/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 'admin/ChangeLog')
| -rw-r--r-- | admin/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index dbbe38ce617..bc38edfc8d4 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2011-08-15 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * unidata/bidimirror.awk: File removed. | ||
| 4 | |||
| 5 | * unidata/biditype.awk: File removed. | ||
| 6 | |||
| 7 | * unidata/makefile.w32-in (all): Remove src/biditype.h and | ||
| 8 | src/bidimirror.h. | ||
| 9 | (../../src/biditype.h, ../../src/bidimirror.h): Deleted. | ||
| 10 | |||
| 11 | * unidata/Makefile.in (all): Remove src/biditype.h and | ||
| 12 | src/bidimirror.h. | ||
| 13 | (../../src/biditype.h, ../../src/bidimirror.h): Deleted. | ||
| 14 | |||
| 1 | 2011-07-07 Juanma Barranquero <lekktu@gmail.com> | 15 | 2011-07-07 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 16 | ||
| 3 | * unidata/makefile.w32-in (charprop-SH, charprop-CMD): | 17 | * unidata/makefile.w32-in (charprop-SH, charprop-CMD): |