Mercurial > emacs
diff src/ChangeLog @ 108982:99288c087e4b
Derive bidi type table from UnicodeData.txt.
src/bidi.c (bidi_initialize): Remove explicit initialization of
bidi_type_table; include biditype.h instead. Don't support
entries whose second codepoint is zero.
src/biditype.h: New file.
admin/unidata/biditype.awk: New file.
admin/unidata/Makefile.in (../../src/biditype.h): New target.
admin/unidata/makefile.w32-in (../../src/biditype.h): New target.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 12 Jun 2010 17:15:25 +0300 |
parents | 580a6ea34172 |
children | 7e588bac2220 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Jun 12 14:30:48 2010 +0300 +++ b/src/ChangeLog Sat Jun 12 17:15:25 2010 +0300 @@ -1,5 +1,11 @@ 2010-06-12 Eli Zaretskii <eliz@gnu.org> + * bidi.c (bidi_initialize): Remove explicit initialization of + bidi_type_table; include biditype.h instead. Don't support + entries whose second codepoint is zero. + + * biditype.h: New file. + * window.c (syms_of_window): Doc fix (bug#6409). 2010-06-12 Romain Francoise <romain@orebokech.com>