X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=2f1edead76a39c689ff1dc8bf0ec611ce5c7b9dc;hb=d59013190eb71a562203341f13c108365bfd8e74;hp=07d4b5f2fa3f314025fc028c2b99624f1e5005be;hpb=c39048baf36b2bc4ebdf3956b096d5a675e01de4;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 07d4b5f2f..2f1edead7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,88 @@ +2011-03-22 Bruno Haible + + unictype/bidi*: Rename functions. + * lib/unictype.in.h (uc_bidi_class_name, uc_bidi_class_byname, + uc_bidi_class, uc_is_bidi_class): New declarations. + * lib/unictype/bidi_byname.c (uc_bidi_class_byname): Renamed from + uc_bidi_category_byname. + (uc_bidi_category_byname): New function. + * lib/unictype/bidi_name.c (u_bidi_class_name): Renamed from + u_bidi_category_name. + (uc_bidi_class_name): Renamed from uc_bidi_category_name. + (uc_bidi_category_name): New function. + * lib/unictype/bidi_of.c (uc_bidi_class): Renamed from + uc_bidi_category. + (uc_bidi_category): New function. + * lib/unictype/bidi_test.c (uc_is_bidi_class): Renamed from + uc_is_bidi_category. Invoke uc_bidi_class. + (uc_is_bidi_category): New function. + * tests/unictype/test-bidi_byname.c (main): Test uc_bidi_class_byname + instead of uc_bidi_category_byname. + * tests/unictype/test-bidi_name.c (main): Test uc_bidi_class_name + instead of uc_bidi_category_name. + * tests/unictype/test-bidi_of.c (main): Test uc_bidi_class instead of + uc_bidi_category. + * tests/unictype/test-bidi_test.c (main): Test uc_is_bidi_class + instead of uc_is_bidi_category. + 2011-03-21 Bruno Haible + New module 'unictype/joininggroup-all'. + * modules/unictype/joininggroup-all: New file. + + Tests for module 'unictype/joininggroup-of'. + * modules/unictype/joininggroup-of-tests: New file. + * tests/unictype/test-joininggroup_of.c: New file. + * tests/unictype/test-joininggroup_of.h: New file, automatically + generated by gen-uni-tables. + + New module 'unictype/joininggroup-of'. + * modules/unictype/joininggroup-of: New file. + * lib/unictype/joininggroup_of.c: New file. + * lib/unictype/joininggroup_of.h: New file, automatically generated by + gen-uni-tables. + + Tests for module 'unictype/joininggroup-byname'. + * modules/unictype/joininggroup-byname-tests: New file. + * tests/unictype/test-joininggroup_byname.c: New file. + + New module 'unictype/joininggroup-byname'. + * modules/unictype/joininggroup-byname: New file. + * lib/unictype/joininggroup_byname.c: New file. + * lib/unictype/joininggroup_byname.gperf: New file. + + Tests for module 'unictype/joininggroup-name'. + * modules/unictype/joininggroup-name-tests: New file. + * tests/unictype/test-joininggroup_name.c: New file. + + New module 'unictype/joininggroup-name'. + * modules/unictype/joininggroup-name: New file. + * lib/unictype/joininggroup_name.c: New file. + * lib/unictype/joininggroup_name.h: New file. + + New module 'unictype/joiningtype-all'. + * modules/unictype/joiningtype-all: New file. + + Tests for module 'unictype/joiningtype-of'. + * modules/unictype/joiningtype-of-tests: New file. + * tests/unictype/test-joiningtype_of.c: New file. + * tests/unictype/test-joiningtype_of.h: New file, automatically + generated by gen-uni-tables. + + New module 'unictype/joiningtype-of'. + * modules/unictype/joiningtype-of: New file. + * lib/unictype/joiningtype_of.c: New file. + * lib/unictype/joiningtype_of.h: New file, automatically generated by + gen-uni-tables. + + Tests for module 'unictype/joiningtype-byname'. + * modules/unictype/joiningtype-byname-tests: New file. + * tests/unictype/test-joiningtype_byname.c: New file. + + New module 'unictype/joiningtype-byname'. + * modules/unictype/joiningtype-byname: New file. + * lib/unictype/joiningtype_byname.c: New file. + Tests for module 'unictype/joiningtype-name'. * modules/unictype/joiningtype-name-tests: New file. * tests/unictype/test-joiningtype_name.c: New file.