m17n/m17n-lib.git
14 years agoCopyright years udpated.
handa [Fri, 19 Mar 2010 11:59:43 +0000 (11:59 +0000)]
Copyright years udpated.

14 years ago*** empty log message *** merge-to-XML
handa [Mon, 1 Mar 2010 06:17:35 +0000 (06:17 +0000)]
*** empty log message ***

14 years ago(run_rule): Fix checking of glyph availability.
handa [Mon, 1 Mar 2010 06:17:31 +0000 (06:17 +0000)]
(run_rule): Fix checking of glyph availability.

14 years ago*** empty log message ***
handa [Thu, 18 Feb 2010 07:43:13 +0000 (07:43 +0000)]
*** empty log message ***

14 years ago(register_device_library): Preprend M17N_MODULE_DIR
handa [Thu, 18 Feb 2010 07:41:22 +0000 (07:41 +0000)]
(register_device_library): Preprend M17N_MODULE_DIR
to the module file name.

14 years ago(load_external_module): Preprend M17N_MODULE_DIR to the
handa [Thu, 18 Feb 2010 07:40:54 +0000 (07:40 +0000)]
(load_external_module): Preprend M17N_MODULE_DIR to the
module file name.

14 years ago(load_charset): Check the return value of fgets.
handa [Thu, 18 Feb 2010 07:40:22 +0000 (07:40 +0000)]
(load_charset): Check the return value of fgets.

14 years agoBuild modules dynamically loaded with
handa [Thu, 18 Feb 2010 07:39:56 +0000 (07:39 +0000)]
Build modules dynamically loaded with
-avoid-version and no -version-info.

14 years ago(M17N_BINARY_VERSION): New variable.
handa [Thu, 18 Feb 2010 07:36:56 +0000 (07:36 +0000)]
(M17N_BINARY_VERSION): New variable.
(M17N_MODULE_DIR): New variable.  AC_SUBST it.

14 years ago*** empty log message ***
handa [Tue, 9 Feb 2010 06:39:08 +0000 (06:39 +0000)]
*** empty log message ***

14 years ago(Greek, Hindi): Fixed.
handa [Tue, 9 Feb 2010 06:38:55 +0000 (06:38 +0000)]
(Greek, Hindi): Fixed.

14 years ago*** empty log message ***
handa [Fri, 15 Jan 2010 12:15:49 +0000 (12:15 +0000)]
*** empty log message ***

14 years ago(run_flt): Set mflt_try_otf to rfont->driver->try_otf.
handa [Fri, 15 Jan 2010 12:15:41 +0000 (12:15 +0000)]
(run_flt): Set mflt_try_otf to rfont->driver->try_otf.
(mdraw__init): Set mflt_enable_new_feature to 1.

14 years ago(ft_try_otf): New function.
handa [Fri, 15 Jan 2010 12:13:10 +0000 (12:13 +0000)]
(ft_try_otf): New function.
(mfont__ft_driver): Set ft_try_otf.

14 years ago(struct MFontDriver): New member try_otf.
handa [Fri, 15 Jan 2010 12:12:37 +0000 (12:12 +0000)]
(struct MFontDriver): New member try_otf.

14 years ago(xft_driver): Set xft_try_otf.
handa [Fri, 15 Jan 2010 12:11:51 +0000 (12:11 +0000)]
(xft_driver): Set xft_try_otf.
(xft_try_otf): New function.

14 years ago(mflt_enable_new_feature): Extern it.
handa [Fri, 15 Jan 2010 12:11:16 +0000 (12:11 +0000)]
(mflt_enable_new_feature): Extern it.
(mflt_try_otf): Extern it.

14 years ago(load_category_table): If mflt_enable_new_feature is
handa [Fri, 15 Jan 2010 12:10:47 +0000 (12:10 +0000)]
(load_category_table): If mflt_enable_new_feature is
zero, return NULL for such categories that require the new
feature.
(parse_otf_command): If mflt_enable_new_feature is zero, return
-1.
(load_otf_command): Fix previous change.
(load_flt): Check the return value of load_category_table.
(try_otf): Renamed from run_otf_category.  Call mflt_try_otf
instead of font->drive_otf.
(run_command): Call try_otf instead of run_otf_category.
(m17n_init_flt): Initialize mflt_enable_new_feature to 0,
mflt_try_otf to NULL.
(mflt_enable_new_feature): New variable.
(mflt_try_otf): New variable.

14 years ago(run_otf_category): Fix previous change.
handa [Thu, 10 Dec 2009 06:30:08 +0000 (06:30 +0000)]
(run_otf_category): Fix previous change.

14 years ago(parse_otf_command): Handle ":otf?".
handa [Thu, 10 Dec 2009 02:51:26 +0000 (02:51 +0000)]
(parse_otf_command): Handle ":otf?".
(run_otf_category): If not features are specified, reset category
codes.
(run_command): On copy, don't re-calculate a category code.

14 years ago*** empty log message ***
handa [Thu, 10 Dec 2009 02:51:15 +0000 (02:51 +0000)]
*** empty log message ***

14 years ago(decode_packed_otf_tag): Cancel previous change.
handa [Thu, 3 Dec 2009 08:13:40 +0000 (08:13 +0000)]
(decode_packed_otf_tag): Cancel previous change.

14 years ago(decode_packed_otf_tag): Re-calculate category code only if some
handa [Thu, 3 Dec 2009 08:08:56 +0000 (08:08 +0000)]
(decode_packed_otf_tag): Re-calculate category code only if some
feature is applied.

14 years ago*** empty log message ***
handa [Thu, 3 Dec 2009 07:52:11 +0000 (07:52 +0000)]
*** empty log message ***

14 years ago(run_stages): Reset category code if category-table
handa [Thu, 3 Dec 2009 07:51:46 +0000 (07:51 +0000)]
(run_stages): Reset category code if category-table
is changed.
(mflt_run): Don't set category code here.
(decode_packed_otf_tag): If no feature is applied, re-calculate
category code.
(run_command): On copy, don't re-calculate a category code.

14 years ago(run_stages): Fix previous change.
handa [Thu, 3 Dec 2009 07:22:46 +0000 (07:22 +0000)]
(run_stages): Fix previous change.
(mflt_run): Cancel previous change.

14 years ago*** empty log message ***
handa [Thu, 3 Dec 2009 07:15:10 +0000 (07:15 +0000)]
*** empty log message ***

14 years ago(run_stages): Reset category code if category-table
handa [Thu, 3 Dec 2009 07:15:06 +0000 (07:15 +0000)]
(run_stages): Reset category code if category-table
is changed.
(mflt_run): Don't set category code here.

14 years ago*** empty log message ***
handa [Wed, 2 Dec 2009 07:44:36 +0000 (07:44 +0000)]
*** empty log message ***

14 years ago(run_command): Don't set ENCODED and MEASURED of separator.
handa [Wed, 2 Dec 2009 07:44:30 +0000 (07:44 +0000)]
(run_command): Don't set ENCODED and MEASURED of separator.

14 years ago*** empty log message ***
handa [Wed, 2 Dec 2009 01:59:18 +0000 (01:59 +0000)]
*** empty log message ***

14 years ago(mflt_find): If FONT is specified but no flt is
handa [Wed, 2 Dec 2009 01:59:07 +0000 (01:59 +0000)]
(mflt_find): If FONT is specified but no flt is
found, return NULL.

14 years ago*** empty log message ***
handa [Mon, 30 Nov 2009 12:29:36 +0000 (12:29 +0000)]
*** empty log message ***

14 years ago(load_otf_command): Check 4th char against '?'.
handa [Mon, 30 Nov 2009 12:29:06 +0000 (12:29 +0000)]
(load_otf_command): Check 4th char against '?'.
(load_command): Likewise.
(decode_packed_otf_tag): New arg CTX.  If CTX->in == gstring,
update CTX->encoded.  Caller changed.

14 years ago*** empty log message ***
handa [Mon, 30 Nov 2009 11:49:02 +0000 (11:49 +0000)]
*** empty log message ***

14 years ago(ft_drive_otf): Check if OUT is null or not.
handa [Mon, 30 Nov 2009 11:48:42 +0000 (11:48 +0000)]
(ft_drive_otf): Check if OUT is null or not.
(ft_drive_otf): Call OTF_drive_gsub_with_log and
OTF_drive_gpos_with_log.  Record the applied feature in
g->g.internal.

14 years ago(mfont__get_glyph_id): Encode g->c instead of g->code.
handa [Mon, 30 Nov 2009 11:47:12 +0000 (11:47 +0000)]
(mfont__get_glyph_id): Encode g->c instead of g->code.

14 years ago(MAKE_COMBINING_CODE_BY_CLASS)
handa [Mon, 30 Nov 2009 11:46:49 +0000 (11:46 +0000)]
(MAKE_COMBINING_CODE_BY_CLASS)
(COMBINING_BY_CLASS_P, COMBINING_CODE_CLASS)
(MAKE_PRECOMPUTED_COMBINDING_CODE, COMBINING_PRECOMPUTED_P):
Delete externs..
(PACK_OTF_TAG): Extern it.

14 years ago(reorder_combining_chars): Delete it.
handa [Mon, 30 Nov 2009 11:46:18 +0000 (11:46 +0000)]
(reorder_combining_chars): Delete it.

14 years ago(mflt_font_id): Use type MFLFont.
handa [Mon, 30 Nov 2009 11:46:04 +0000 (11:46 +0000)]
(mflt_font_id): Use type MFLFont.
(mflt_iterate_otf_feature): Likewise.

14 years ago(enum FontLayoutCmdType): New member
handa [Thu, 26 Nov 2009 04:19:46 +0000 (04:19 +0000)]
(enum FontLayoutCmdType): New member
FontLayoutCmdTypeOTFCategory.
(FontLayoutFeatureTable): New type.
(FontLayoutCategory): New members feature_table_size and
feature_table.
(load_category_table): Handle feature_table.
(unref_category_table): Likewise.
(load_otf_command): Handle FontLayoutCmdTypeOTFCategory.
(load_command): Likewise.
(free_flt_command): Likewise.

14 years ago*** empty log message ***
handa [Tue, 10 Nov 2009 11:34:02 +0000 (11:34 +0000)]
*** empty log message ***

14 years ago(run_flt): Update category code of each glyph.
handa [Tue, 10 Nov 2009 11:33:57 +0000 (11:33 +0000)]
(run_flt): Update category code of each glyph.

14 years ago*** empty log message ***
handa [Sat, 7 Nov 2009 02:19:15 +0000 (02:19 +0000)]
*** empty log message ***

14 years ago(ft_drive_otf): Don't accumulate anchor adjustments.
handa [Sat, 7 Nov 2009 02:19:07 +0000 (02:19 +0000)]
(ft_drive_otf): Don't accumulate anchor adjustments.

14 years ago*** empty log message ***
handa [Thu, 5 Nov 2009 03:42:19 +0000 (03:42 +0000)]
*** empty log message ***

14 years agoCheck if the OTF library has OTF_drive_gpos2 ().
handa [Thu, 5 Nov 2009 03:42:14 +0000 (03:42 +0000)]
Check if the OTF library has OTF_drive_gpos2 ().

14 years ago(ft_drive_otf): Use OTF_drive_gpos2 if possible.
handa [Thu, 5 Nov 2009 03:41:05 +0000 (03:41 +0000)]
(ft_drive_otf): Use OTF_drive_gpos2 if possible.

14 years ago*** empty log message ***
handa [Wed, 28 Oct 2009 07:30:57 +0000 (07:30 +0000)]
*** empty log message ***

14 years ago(mdebug_flag): New variable.
handa [Wed, 28 Oct 2009 07:30:51 +0000 (07:30 +0000)]
(mdebug_flag): New variable.
(mfont__lookup_fontset): Print debug info.

14 years ago(m17n_init_core): Call SET_DEBUG_FLAG for
handa [Wed, 28 Oct 2009 07:30:26 +0000 (07:30 +0000)]
(m17n_init_core): Call SET_DEBUG_FLAG for
MDEBUG_FONTSET.

14 years ago(enum MDebugFlag): Add MDEBUG_FONTSET.
handa [Wed, 28 Oct 2009 07:29:57 +0000 (07:29 +0000)]
(enum MDebugFlag): Add MDEBUG_FONTSET.

14 years ago*** empty log message ***
handa [Wed, 28 Oct 2009 01:20:11 +0000 (01:20 +0000)]
*** empty log message ***

14 years ago(mscript__from_otf_tag): Adjusted for the new format
handa [Wed, 28 Oct 2009 01:20:05 +0000 (01:20 +0000)]
(mscript__from_otf_tag): Adjusted for the new format
of the database <standard script unicode>.

14 years ago*** empty log message ***
handa [Thu, 22 Oct 2009 04:10:08 +0000 (04:10 +0000)]
*** empty log message ***

14 years ago(check_version): Fix the check.
handa [Thu, 22 Oct 2009 04:10:04 +0000 (04:10 +0000)]
(check_version): Fix the check.

14 years ago*** empty log message ***
handa [Thu, 22 Oct 2009 00:38:56 +0000 (00:38 +0000)]
*** empty log message ***

14 years ago(surrounding_pos): New arg *pos.
handa [Wed, 21 Oct 2009 08:15:32 +0000 (08:15 +0000)]
(surrounding_pos): New arg *pos.
(integer_value): Fix handling of "@+0".
(take_action_list): Adjusted for the change of surrounding_pos.

14 years agoFix previous change.
handa [Mon, 5 Oct 2009 11:06:25 +0000 (11:06 +0000)]
Fix previous change.

14 years ago*** empty log message ***
handa [Mon, 5 Oct 2009 10:58:24 +0000 (10:58 +0000)]
*** empty log message ***

14 years agoVersion changed to 1.6.0.
handa [Mon, 5 Oct 2009 10:58:13 +0000 (10:58 +0000)]
Version changed to 1.6.0.
(API_VERSION): Changed to 4.0.4.

14 years agoDocstring updated.
handa [Mon, 5 Oct 2009 10:57:33 +0000 (10:57 +0000)]
Docstring updated.

14 years ago(mflt_iterate_otf_feature, mflt_font_id): Extern them.
handa [Mon, 5 Oct 2009 10:57:19 +0000 (10:57 +0000)]
(mflt_iterate_otf_feature, mflt_font_id): Extern them.

14 years ago(FontLayoutCategory): New typedef.
handa [Mon, 5 Oct 2009 10:56:48 +0000 (10:56 +0000)]
(FontLayoutCategory): New typedef.
(FontLayoutStage): Type of the member `category' changed.
(struct _MFLT): Type of the member `coverage' changed.  New member
need_config and font_id.
(apply_otf_feature): New function.
(load_category_table): New arg FONT.  If FONT is non-NULL, call
apply_otf_feature.  Setup category->definition.
(ref_category_table): New macro.
(unref_category_table): New function.
(load_flt): Adjusted for the type change of category.
(free_flt_stage): New arg FLT.
(list_flt): Adjusted for the type change of category.
(run_stages): Adjusted for the type change of category.
(configure_category, configure_flt): New function.
(m17n_init_flt): Initialize mflt_iterate_otf_feature and
mflt_font_id to NULL.
(mflt_get): Skip the heading configured FLTs.
(mflt_find): Likewise.  If necessary, configure the found flt.
(mflt_run): Handle mflt_iterate_otf_feature and mflt_font_id.
Adjusted for the type change of category.
(mflt_iterate_otf_feature, mflt_font_id): New variable.

14 years agoDocstring updated.
handa [Mon, 5 Oct 2009 08:12:47 +0000 (08:12 +0000)]
Docstring updated.

14 years ago(xfont_open): Set rfont->id.
handa [Mon, 5 Oct 2009 08:12:28 +0000 (08:12 +0000)]
(xfont_open): Set rfont->id.
(xft_driver): Set xft_iterate_otf_feature.
(xft_open): Set rfont->id.
(xft_iterate_otf_feature): New function.

14 years ago(struct MRealizedFont): New member id.
handa [Mon, 5 Oct 2009 08:11:22 +0000 (08:11 +0000)]
(struct MRealizedFont): New member id.
(struct MFontDriver): New member iterate_otf_feature.

14 years ago(mfont__get_glyph_id): Pay attention to. mfont->source.
handa [Mon, 5 Oct 2009 08:10:01 +0000 (08:10 +0000)]
(mfont__get_glyph_id): Pay attention to. mfont->source.

14 years ago(ft_open, ft_encapsulate): Set rfont->id.
handa [Mon, 5 Oct 2009 08:09:25 +0000 (08:09 +0000)]
(ft_open, ft_encapsulate): Set rfont->id.
(get_otf): New funcition.
(ft_check_otf, ft_drive_otf): Use get_otf.
(iterate_callback, ft_iterate_otf_feature): New functions.
(mfont__ft_driver): Set ft_iterate_otf_feature.

14 years agoDocstring updated.
handa [Mon, 5 Oct 2009 08:08:11 +0000 (08:08 +0000)]
Docstring updated.
(font_id): New function.
(run_flt): Set mflt_font_id and mflt_iterate_otf_feature before
calling mflt_run.

14 years ago*** empty log message ***
handa [Fri, 2 Oct 2009 12:59:15 +0000 (12:59 +0000)]
*** empty log message ***

14 years ago(load_flt): Check the return value of load_category_table.
handa [Fri, 2 Oct 2009 12:59:08 +0000 (12:59 +0000)]
(load_flt): Check the return value of load_category_table.

14 years ago*** empty log message ***
nisikimi [Mon, 7 Sep 2009 00:41:54 +0000 (00:41 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
handa [Thu, 3 Sep 2009 07:35:02 +0000 (07:35 +0000)]
*** empty log message ***

14 years ago(run_otf): Clear combining code for glyphs whose
handa [Thu, 3 Sep 2009 07:34:59 +0000 (07:34 +0000)]
(run_otf): Clear combining code for glyphs whose
positions are adjusted by GPOS table.

14 years ago*** empty log message ***
handa [Wed, 2 Sep 2009 01:56:13 +0000 (01:56 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
handa [Mon, 31 Aug 2009 07:40:36 +0000 (07:40 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
handa [Mon, 31 Aug 2009 06:34:33 +0000 (06:34 +0000)]
*** empty log message ***

14 years ago*** empty log message *** REL-1-5-5
handa [Thu, 13 Aug 2009 11:15:36 +0000 (11:15 +0000)]
*** empty log message ***

14 years ago(M17NLIB_PATCH_LEVEL): Changed to 5.
handa [Thu, 13 Aug 2009 11:15:20 +0000 (11:15 +0000)]
(M17NLIB_PATCH_LEVEL):  Changed to 5.
(M17NLIB_VERSION_NAME): Changed to "1.5.5".

14 years ago*** empty log message ***
handa [Thu, 13 Aug 2009 10:59:20 +0000 (10:59 +0000)]
*** empty log message ***

14 years ago*** empty log message *** REL-1-5-5-RC1
handa [Wed, 29 Jul 2009 12:20:44 +0000 (12:20 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
handa [Wed, 29 Jul 2009 11:59:57 +0000 (11:59 +0000)]
*** empty log message ***

14 years agoFix previous change.
handa [Wed, 29 Jul 2009 11:15:21 +0000 (11:15 +0000)]
Fix previous change.

14 years ago*** empty log message ***
handa [Wed, 29 Jul 2009 11:14:35 +0000 (11:14 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
handa [Wed, 29 Jul 2009 07:56:12 +0000 (07:56 +0000)]
*** empty log message ***

14 years agoAdd AC_CONFIG_MACRO_DIR([m4]). Update by autoupdate program.
handa [Wed, 29 Jul 2009 07:56:04 +0000 (07:56 +0000)]
Add AC_CONFIG_MACRO_DIR([m4]).  Update by autoupdate program.

14 years ago*** empty log message ***
handa [Wed, 29 Jul 2009 07:46:55 +0000 (07:46 +0000)]
*** empty log message ***

14 years agoAdd AC_CONFIG_MACRO_DIR([m4]).
handa [Wed, 29 Jul 2009 07:46:45 +0000 (07:46 +0000)]
Add AC_CONFIG_MACRO_DIR([m4]).

14 years ago*** empty log message ***
handa [Wed, 29 Jul 2009 07:11:17 +0000 (07:11 +0000)]
*** empty log message ***

14 years agoSimplified by using autoreconf.
handa [Wed, 29 Jul 2009 07:10:16 +0000 (07:10 +0000)]
Simplified by using autoreconf.

14 years ago*** empty log message ***
handa [Tue, 28 Jul 2009 07:33:56 +0000 (07:33 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
handa [Tue, 28 Jul 2009 07:27:49 +0000 (07:27 +0000)]
*** empty log message ***

14 years agoVersion changed to 1.5.5.
handa [Tue, 28 Jul 2009 07:27:13 +0000 (07:27 +0000)]
Version changed to 1.5.5.

14 years ago*** empty log message ***
handa [Wed, 1 Jul 2009 12:01:15 +0000 (12:01 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
handa [Tue, 30 Jun 2009 01:14:54 +0000 (01:14 +0000)]
*** empty log message ***

15 years ago*** empty log message ***
handa [Tue, 3 Mar 2009 07:27:35 +0000 (07:27 +0000)]
*** empty log message ***

15 years ago(compose_glyph_string): Check if category not Mnil.
handa [Tue, 3 Mar 2009 07:27:29 +0000 (07:27 +0000)]
(compose_glyph_string): Check if category not Mnil.

15 years ago*** empty log message *** REL-1-5-4
handa [Mon, 2 Mar 2009 03:58:01 +0000 (03:58 +0000)]
*** empty log message ***

15 years ago*** empty log message ***
handa [Wed, 25 Feb 2009 02:56:34 +0000 (02:56 +0000)]
*** empty log message ***