diff options
author | Havoc Pennington <hp@redhat.com> | 2000-11-29 23:38:24 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-11-29 23:38:24 +0000 |
commit | 7fce6d3abcca3639e2b3b268ad47557179a8a21f (patch) | |
tree | 883e01df3df5e107da090b86e28987937c9dadbd /ChangeLog.pre-2-4 | |
parent | 61c2307387173c7af3d827f083aefc42fd747175 (diff) |
s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/
2000-11-29 Havoc Pennington <hp@redhat.com>
* gunidecomp.c (COMBINING_CLASS): s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/
* gunichartables.h: Update for data in Unicode 3.0.1,
and include tables for line break properties
* gunidecomp.h: Ditto
* gunicode.h (GUnicodeBreakType): Enum for line break properties
(g_unichar_break_type): Get the break property for a char
* gunibreak.h: Autogenerated line break property tables
* gunibreak.c (g_unichar_break_type): added
* Makefile.am (EXTRA_DIST): dist gen-unicode-tables.pl
* Makefile.am (libglib_1_3_la_SOURCES): Add gunibreak.h, gunibreak.c
* gen-unicode-tables.pl: Include the script to update the unicode
char tables
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 8be782213..9e172eaac 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,26 @@ +2000-11-29 Havoc Pennington <hp@redhat.com> + + * gunidecomp.c (COMBINING_CLASS): s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/ + + * gunichartables.h: Update for data in Unicode 3.0.1, + and include tables for line break properties + + * gunidecomp.h: Ditto + + * gunicode.h (GUnicodeBreakType): Enum for line break properties + (g_unichar_break_type): Get the break property for a char + + * gunibreak.h: Autogenerated line break property tables + + * gunibreak.c (g_unichar_break_type): added + + * Makefile.am (EXTRA_DIST): dist gen-unicode-tables.pl + + * Makefile.am (libglib_1_3_la_SOURCES): Add gunibreak.h, gunibreak.c + + * gen-unicode-tables.pl: Include the script to update the unicode + char tables + 2000-11-28 Elliot Lee <sopwith@redhat.com> * gmarkup.c: Fix warnings. |