X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=blobdiff_plain;f=ChangeLog;h=d21d6b8994d3a335e659c920dcb6aec0fe949ff8;hp=a6004e9b06950ea5564268860ba11fa2d72b49fc;hb=4923d221772f05926ace6356d9ad4a1c59203e8d;hpb=077e9d9c2f22f6571cbc94d186e57a1950ce97aa diff --git a/ChangeLog b/ChangeLog index a6004e9..d21d6b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2011-10-31 MORIOKA Tomohiko + + * Makefile.in (ABI_VERSION): Update to 1:0:1. + + * concord.c (struct CONCORD_Object_Header): New structure. + (CONCORD_OBJECT_TYPE_NULL): New macro. + (CONCORD_OBJECT_TYPE_C_STRING): New macro. + (CONCORD_OBJECT_TYPE_INT): New macro. + (CONCORD_OBJECT_TYPE_DS): New macro. + (CONCORD_OBJECT_TYPE_GENRE): New macro. + (CONCORD_OBJECT_TYPE_FEATURE): New macro. + (CONCORD_OBJECT_TYPE_INDEX): New macro. + (CONCORD_OBJECT_TYPE_OBJECT): New macro. + (struct CONCORD_DS_Table): Add new member `header'. + (concord_open_ds): Setup ds->header. + (struct CONCORD_Genre_Table): Add new member `header'. + (concord_ds_open_genre): Setup ds->header. + (struct CONCORD_Feature_Table): Add new member `header'. + (concord_genre_open_feature): Setup ds->header. + (struct CONCORD_INDEX_Table): Add new member `header'. + (concord_genre_open_index): Setup ds->header. + +2012-07-07 MORIOKA Tomohiko + + * configure.in: Support db5 in Fink. + +2012-04-25 MORIOKA Tomohiko + + * README.en (Reporting Bugs): Modify for + chise-{en|ja}@lists.chise.org. + +2012-04-09 MORIOKA Tomohiko + + * README.en: Remove descriptions about CVS and add description + about the new Git repository. + +2012-02-08 MORIOKA Tomohiko + + * configure.in: + - Don't use "AC_CHECK_FUNCS(strnlen)". + - When $ac_cv_func_strnlen_working = "yes", define HAVE_STRNLEN. + 2011-08-24 MORIOKA Tomohiko * Makefile.in (CFLAGS): Add $(DEFS).