78e4d2fed3f0800d938e85205e72f28c9c36399a
[m17n/m17n-lib.git] / src / ChangeLog
1 2004-09-30  Kenichi Handa  <handa@m17n.org>
2
3         * font.h: Include <fontconfig/fontconfig.h>.
4         (MFTInfo): New member langset.
5         (mfont__encoding_list): Extern it.
6
7         * font.c (mfont__encoding_list): New function.
8         (mdebug_dump_font_list): New function.
9
10         * font-ft.c: Don't include <fontconfig/fontconfig.h> here.
11         (Mserif, Msans_serif, Mmonospace, Mmedium, Mr, Mnull): New
12         variables.
13         (ft_family_list): New variable.
14         (set_font_info): New arg basep.  Callers changed.
15         (fc_list): Check the return value of FcPatternGetString.
16         (add_font_info): New arg plist.  Callers changed. Update
17         ft_family_list.
18         (ft_list_family): New function (merged fc_list and ft_list_all).
19         (ft_select): Use ft_list_family.
20         (ft_list): Likewise.  If FONT is not NULL, check all fonts.
21         (mfont__ft_init): Initialize above new variables.
22         (mfont__ft_fini): Free ft_family_list.
23
24         * m17n-X.c (MDisplayInfo): New member all_fonts_scaned.
25         (xfont_registry_list): Change argument disp_info to frame.
26         Callers changed.
27         (xfont_list_all): New function.
28         (xfont_list): If FONT is not NULL, check all fonts.
29
30 2004-09-28  Kenichi Handa  <handa@m17n.org>
31
32         * m17n-X.c (MXFont, MXFontList): New types.
33         (MDisplayInfo): Delete members font_registry_list,
34         iso8859_1_family_list, iso10646_1_family_list, new members
35         font_list, base_font_list.
36         (free_display_info): Adusted for the change of MDisplayInfo.
37         (xfont_driver): Initialize with xfont_list.
38         (font_compare): New function.
39         (build_font_list): Deleted.
40         (xfont_registry_list): New function.
41         (xfont_select): Use xfont_registry_list.
42         (xfont_list): New function.
43         (device_open): Adusted for the change of MDisplayInfo.
44
45         * font-ft.c (add_font_info): New arg languages.  Callers changed.
46         (fc_list): Get languages from fonts..
47         (ft_list_all): Renamed from ft_list.  Callers changed.
48         (ft_list): New function.
49         (mfont__ft_driver): Initalize with ft_list.
50
51         * font.c (mfont_list): New function.
52
53         * font.h (struct MFontDriver): New member `list'.
54         (MFTInfo): New member languages.
55
56         * m17n-gui.h (mfont_list): Extern it.
57
58 2004-09-27  Kenichi Handa  <handa@m17n.org>
59
60         * internal-gui.h (struct MGlyphString): Delete members mt,
61         sub_width, sub_lbrearing, sub_rbearing, and region.
62
63         * draw.c (MSubTextExtents): New type.
64         (layout_glyphs): New arg extents.  Set its members.
65         (layout_glyph_string): Adjusted for the above change.
66         (alloc_gstring): Don't set gstring->mt.
67         (truncate_gstring): Call line_break function with mt instead of
68         gstring->mt.
69
70 2004-09-22  Kenichi Handa  <handa@m17n.org>
71
72         * mtext.c (count_utf_16_chars): Count each code of invalid
73         surrogates as one.
74
75 2004-09-19  Kenichi Handa  <handa@m17n.org>
76
77         * mtext.c (default_utf_16, default_utf_32): Rename them to
78         MTEXT_FORMAT_UTF_16 and MTEXT_FORMAT_UTF_32 respectively.  Caller
79         changed.
80
81         * m17n-core.h (MTEXT_FORMAT_UTF_16, MTEXT_FORMAT_UTF_32): Extern
82         them.
83
84 2004-09-13  Kenichi Handa  <handa@m17n.org>
85
86         * draw.c (Mlatin): Don't declare it here.
87         (visual_order): Fix reordering of combining characters.
88         (compose_glyph_string): Fix detection of script.
89         (layout_glyphs): Don't fix reordering of combining characters
90         here.
91         (layout_glyph_string): Pay attention to
92         control->disable_overlapping_adjustment.
93         (truncate_gstring): Include at least on character in a line.
94         (get_gstring): Always scan one full line.
95         (mdraw__init): Don't initialize Mlatin here.
96         (mdraw_text_per_char_extents): Fix iteration.  If a glyph doesn't
97         have a font, use ascent/descent of an ASCII font.  Allow
98         ink_array_return and logical_array_return to be NULL.
99         (mdraw_coordinates_position): Fix iteration.
100
101         * font-ft.c (MFTtoProp): Member completely changed.
102         (ft_to_prop): Adjusted for the above change.
103         (ft_to_prop_size): Likewise.
104         (set_font_info): Adjusted for the change of MFTtoProp.
105         (fc_generic_family_list): New variable.
106         (fc_list): Add special handling of generic font names.
107         (mfont__ft_init): Adjusted for the change of MFTtoProp.
108         Initialize fc_generic_family_list.
109         (mfont__ft_fini): Don't free ft_to_prop.  Free
110         fc_generic_family_list.
111         (FC_vs_M17N_font_prop): New type.
112         (fc_weight_table, fc_slant_table, fc_width_table): New variables.
113         (fc_decode_prop, fc_encode_prop): New functions.
114         (mfont__ft_parse_name): Use fc_decode_prop.
115         (mfont__ft_unparse_name): Use fc_encode_prop.
116
117         * m17n-X.c (MDisplayInfo): Delete member realized_font_list.
118         (MWDevice): Add member realized_font_list.
119         (free_display_info): Don't free disp_info->realized_font_list.
120         (free_device): Free device->realized_fontset_list.
121         (xft_find_metric): Use gstring->frame instead of rfont->frame.
122         (device_open): Don't initialize disp_info->realized_font_list.
123         (device_open): Initialize device->realized_font_list and set it to
124         frame->realized_font_list.
125
126         * fontset.c (try_font_group): New function.
127         (mfont__lookup_fontset): Use try_font_group.
128
129         * font.c (common_weight): Change the order of "regular".
130
131         * face.c (Mlatin): Don't make it static.
132         (mface__realize): Be sure to set work_gstring.frame.
133         (mface__for_chars): Likewise.
134
135         * mtext.c (mdebug_dump_mtext): Fix for the case of mt->format >
136         MTEXT_FORMAT_UTF_8.
137
138         * internal-gui.h (Mlatin): Extern it.
139
140         * m17n-gui.h (MDrawControl): New member
141         disable_overlapping_adjustment.
142
143 2004-09-06  Kenichi Handa  <handa@m17n.org>
144
145         * font-flt.c (run_otf): Fix typo ('}'->']').
146
147         * internal-gui.h (MAKE_PRECOMPUTED_COMBINDING_CODE)
148         (COMBINING_PRECOMPUTED_P): New macros.
149
150         * draw.c (layout_glyphs): Handle precomputed combining code.
151
152         * font-ft.c (mfont__ft_drive_otf): Set g->combining_code to a
153         precomupted combining code.
154
155 2004-09-03  Kenichi Handa  <handa@m17n.org>
156
157         * font-ft.c (mfont__ft_drive_otf): Use malloc and free for
158         otf_gstring.glyphs.
159
160 2004-08-27  Kenichi Handa  <handa@m17n.org>
161
162         * face.c (mface_put_prop): If the new value is the same as the
163         current one, don't increment frame->tick.
164
165 2004-08-25  Kenichi Handa  <handa@m17n.org>
166
167         * fontset.c (mfontset): Initialize font_spec_list member.
168         (mfontset_copy): Load fontset if necessary.
169
170         * m17n-gui.h (MDrawGlyphInfo): Change the member name 'this' to
171         'metrics' to for C++.
172
173         * draw.c (mdraw_glyph_info): Adjusted for the member name change
174         (this -> metics).
175
176 2004-08-16  Kenichi Handa  <handa@m17n.org>
177
178         * Version 1.1.0 released.
179
180 2004-08-13  Kenichi Handa  <handa@m17n.org>
181
182         * language.c (mlang__init): Add Dhivehi.
183
184         * m17n-gui.c (Mx, Mfreetype): Delete it.
185         (m17n_init_win): Don't initialize Mx and Mfreetype here.
186
187         * m17n-gui.h (Mfreetype, Mxft): Extern them.
188         (mfont_resize_ratio): Extern it.
189         (MDrawGlyphInfo): New member logical_width;
190         (MDrawGlyph): New type.
191         (mdraw_glyph_list): Prototype adjusted.
192
193         * m17n-X.c (xfont_open): Set type and fontp members.
194         (xft_open): Likewise.
195
196         * internal-gui.h (Mx, Mfreetype): Delete extern.
197
198         * font.h (struct MRealizedFont): New member type and fontp.
199
200         * font.c (mfont__init): Initialize Mx, Mfreetype, and Mxft.
201         (Mx, Mfreetype): Declare here.
202         (Mxft): New variable.
203         (mfont_resize_ratio): New function.
204
205         * font-ft.c (ft_open): Set type and fontp members.
206
207         * draw.c (mdraw_glyph_list): Argument type changed.  Don't set
208         glyph_code member.
209
210 2004-08-11  Kenichi Handa  <handa@m17n.org>
211
212         * font-ft.c (ft_find_metric): Call FT_Load_Glyph with
213         FT_LOAD_DEFAULT.
214
215 2004-08-06  Kenichi Handa  <handa@m17n.org>
216
217         * font-ft.c (mfont__ft_drive_otf): Fix for the case that no GSUB
218         feature to apply.
219
220         * font-flt.c (run_otf): Print debugging information if necessary.
221
222 2004-08-05  Kenichi Handa  <handa@m17n.org>
223
224         * font-ft.c (mfont__ft_drive_otf): Fix sign of g->yoff.  Support
225         positioning_type 5 and 6.  Switch simplified.
226
227 2004-08-04  Kenichi Handa  <handa@m17n.org>
228
229         * font-ft.c (mfont__ft_drive_otf): Call OTF_drive_gdef.
230
231 2004-08-02  Kenichi Handa  <handa@m17n.org>
232
233         * font.c (mfont__score): If prop is MFONT_FOUNDRY or MFONT_FAMILY,
234         set val to 1 even if it is greater than 1.
235
236         * fontset.c (mfontset_modify_entry): Fix handling of the arg `how'.
237
238 2004-07-29  Kenichi Handa  <handa@m17n.org>
239
240         * font-flt.c (run_rule, run_command, mfont__flt_run): Print more
241         debugging information.
242
243         * internal.h (MDEBUG_PRINT5): New macro.
244
245         * draw.c (layout_glyphs): Don't combine a zero width glyph with
246         the previous one if the zero width glyph has left or right
247         padding.
248
249 2004-07-26  Kenichi Handa  <handa@m17n.org>
250
251         * m17n-X.c (xft_render): Pay attention to members left_padding and
252         right_padding of MGlyph.
253
254         * draw.c (visual_order): Allocate one more elements for arrays as
255         a workaround of fribidi bug.
256         (layout_glyphs): Fix previous change. Check MGlyph->combining_code
257         instead of MGlyph->bidi_sensitive.
258         (layout_glyph_string): Pay attentinon to
259         control->orientation_reversed when padding at the head or tail.
260         Fix adjustment of space glyph width.
261         (get_gstring): If cursor_width or cursor_bidi is changed, don't
262         use a cache.
263
264         * font-ft.c (mfont__ft_drive_otf): Set MGlyph->combining_code
265         instead of MGlyph->bidi_sensitive.
266
267         * internal-gui.h (MGlyph): Delete member bidi_sensitive.
268
269 2004-07-26  Kenichi Handa  <handa@m17n.org>
270
271         * draw.c (visual_order): Don't treat combined glyphs specially.
272         (layout_glyphs): Don't get metrics glyphs that are already ready.
273         Pay attention to MGlyph->bidi_sensitive.  Combine a glyph of zero
274         width with the previous one. 
275         (draw_background): Fix bar cursor position on a r2l glyph.
276
277         * font-flt.c (FontLayoutCmdOTF): Move back from internal-gui.h.
278         (run_rule): Fix place of updating cluster_begin_pos and
279         cluster_end_pos here.
280         (run_otf): Don't set left_padding.
281
282         * font-ft.c (adjust_anchor): Type of argument `code' changed.
283         Caller changed.
284         (mfont__ft_drive_otf): Renamed back from mfont__ft_drive_gsub.
285         Fix handling of GPOS.
286         (mfont__ft_drive_gpos): Delete this function.
287
288         * font.h (mfont__ft_drive_otf): Renamed back from
289         mfont__ft_drive_gsub.
290         (mfont__ft_drive_gpos): Delete extern.
291
292         * internal-gui.h (FontLayoutCmdOTF): Move back to font-flt.c.
293         (MGlyph): Delete member otf_cmd, add member bidi_sensitive.
294
295 2004-07-23  Kenichi Handa  <handa@m17n.org>
296
297         * draw.c (layout_glyphs): Call mfont__ft_drive_gpos with glyphs of
298         the same bidi level.
299
300         * font-ft.c (mfont__ft_drive_gpos): Check bidi-level.
301
302 2004-07-22  Kenichi Handa  <handa@m17n.org>
303
304         * font-flt.c (load_flt): Treat the symbol Mend as end-of-file.
305
306 2004-07-20  Kenichi Handa  <handa@m17n.org>
307
308         * draw.c (render_glyphs): Fix checking of g->code validity.
309
310         * face.c (mface__realize): Set g.type.
311
312 2004-07-18  Kenichi Handa  <handa@m17n.org>
313
314         * Makefile.am: Prepend ${top_srcdir} to all *.la in
315         *_LIBADD/*_LDADD.
316
317         * m17n-gui.c (mframe): Print error message give by dlopen to
318         stderr.
319
320 2004-07-16  Kenichi Handa  <handa@m17n.org>
321
322         * draw.c (compose_glyph_string): Improve the way of deciding a
323         script.  For a character that doesn't have script property, use
324         the last non-latin script.
325
326         * font-ft.c (fc_list): Cancel previous change.
327         (mfont__ft_init): Add more entries in ft_to_prop_name.
328
329 2004-07-15  Kenichi Handa  <handa@m17n.org>
330
331         * draw.c (mdraw_glyph_list): Add the width of padding glyphs to
332         previous or next character glyphs.
333
334 2004-07-14  Kenichi Handa  <handa@m17n.org>
335
336         * draw.c (compose_glyph_string): Be sure to set codes for glyphs
337         of type GLYPH_SPACE.
338
339         * fontset.c (mfont__lookup_fontset): If glyph type is
340         GLYPH_SPACE, get codes for SPACE.
341
342         * internal-gui.h (Mfont): Delete extern.
343
344         * m17n-gui.h (Mfont): Delete duplicated extern.
345
346 2004-07-13  Kenichi Handa  <handa@m17n.org>
347
348         * font-ft.c (DEVICE_DELTA): New macro.
349         (adjust_anchor): New function.
350         (mfont__ft_drive_gsub): Renamed from mfont__ft_drive_otf.  Drive
351         only GSUB.
352         (mfont__ft_drive_gpos): New function.
353
354         * font-flt.c (FontLayoutCmdOTF): Moved to internal-gui.h.
355         (FontLayoutContext): Delete member `rfont'.
356         (run_otf): Set g->otf_cmd.  Call 
357         (mfont__flt_run): Don't set ctx.rfont.  Call mfont__ft_decode_otf
358         only whne HAVE_OTF is defined.
359
360         * fontset.c: Include "config.h".
361
362         * internal-gui.h (FontLayoutCmdOTF): Moved from font-flt.c.
363         (MGlyph): New member otf_cmd.
364
365         * font.h (mfont__ft_drive_gsub): Changed from mfont__ft_drive_otf.
366         (mfont__ft_drive_gpos): Extern it.
367
368         * face.c: Include "config.h".
369
370         * draw.c (layout_glyphs): Call mfont__ft_drive_gpos.
371
372         * input-gui.c: Include "config.h".
373
374         * plist.c: Include "config.h".
375
376 2004-07-06  Kenichi Handa  <handa@m17n.org>
377
378         * m17n-gui.c, m17n-gui.h, m17n-gd.c, m17n-X.h, m17n-X.c,
379         internal-gui.h: Cancel previous changes.
380
381         * m17n-gd.h: Delete it.
382
383         * Makefile.am (libm17n_core_la_LIBADD): New variable.
384         (libm17n_core_la_LDFLAGS): Add -export-dynamic, move
385         @XML2_LD_FLAGS@ to above.
386         (libm17n_la_LIBADD): Add -ldl.
387         (libm17n_la_LDFLAGS): Add -export-dynamic.
388         (X_LD_FLAGS): Fix the order of linking.
389         (libm17n_gui_la_LIBADD): Add ${OPTIONAL_LD_FLAGS}.
390         (libm17n_gui_la_LDFLAGS): Add -export-dynamic, delete above.
391         (libm17n_X_la_LDFLAGS): Add -module.
392         (libm17n_gd_la_SOURCES): Delete m17n-gd.h.
393         (libm17n_gd_la_LIBADD): Add @GD_LD_FLAGS@.
394         (libm17n_gd_la_LDFLAGS): Add -module.
395         (include_HEADERS): Delete m17n-gd.h.
396
397 2004-06-30  Kenichi Handa  <handa@m17n.org>
398
399         * m17n-gui.c: Adjusted for the change of struct MDeviceDriver.
400         (MDeviceLibraryInterface): Delete it.
401         (register_device_library): Delete it.
402         (m17n__device_library_list): Renamed from device_library_list.
403
404         * m17n-gui.h (M17N_INIT_X, M17N_INIT_GD): New macros.
405         (m17n_init_win): Adjust prototype.
406
407         * m17n-gd.c: Adjusted for the change of struct MDeviceDriver.
408         (m17n_init_gd): New function. 
409
410         * m17n-gd.h: New file.
411
412         * m17n-X.h: Include <m17n-gui.h>.
413         (m17n_init_X): Extern it.
414         (M17N_INIT): Redefine it.
415
416         * m17n-X.c: Adjusted for the change of struct MDeviceDriver.
417         (m17n_init_X): New function.
418
419         * internal-gui.h (m17n__device_library_list): Extern it.
420         (struct MDeviceDriver): New members initialized, init, and fini.
421
422         * Makefile.am (libm17n_X_la_LIBADD): Add ${X_LD_FLAGS} and
423         @XFT2_LD_FLAGS@.
424         (libm17n_X_la_LIBADD): Delete aboves.
425         (libm17n_gd_la_SOURCES): Add m17n-gd.h.
426         (libm17n_gd_la_LIBADD): Add @GD_LD_FLAGS@.
427         (libm17n_gd_la_LDFLAGS): Delete it.
428         (include_HEADERS): Add m17n-gd.h.
429
430 2004-06-25  Kenichi Handa  <handa@m17n.org>
431
432         * Makefile.am (libm17n_X_la_LDFLAGS): Cancel previous change.
433         (libm17n_gd_la_LDFLAGS): Cancel previous change.
434
435         * m17n-gd.c (gd_render): Don't call FT_Get_Char_Index.
436
437         * font-ft.c (fc_list): If FcFontList finds no font, try
438         FcFontMatch.
439
440         * draw.c (compose_glyph_string): Terminate the last loop after
441         doing default combining if necessary.
442
443 2004-06-24  Kenichi Handa  <handa@m17n.org>
444
445         * draw.c (mdraw_glyph_list): Unref gstring->top at the tail.
446
447         * character.c (mchar_define_property): Add const to an arg.
448
449         * charset.c (mchar_define_charset): Add const to an arg.
450
451         * coding.c (MCodingSystem): Add const to an arg or decoder.
452         (finish_decoding): Add const to an arg.
453         (decode_coding_charset, decode_coding_utf_8)
454         (decode_coding_utf_16, decode_coding_utf_32)
455         (decode_coding_iso_2022, decode_coding_sjis)
456         (mconv_define_coding): Likewise.
457
458         * m17n-X.c (xft_find_metric): Delete unused variable.
459
460         * m17n-core.h (mchar_define_property, mtext_from_data): Adjust
461         prototypes.
462
463         * m17n.h (mchar_define_charset, mconv_define_coding): Adjust
464         prototypes.
465
466         * mtext.c (count_utf_8_chars, count_utf_16_chars)
467         (mtext__from_data, mtext_from_data): Add `const' to an arg.
468
469         * mtext.h (mtext__from_data): Ajust prototype.
470
471 2004-06-23  Kenichi Handa  <handa@m17n.org>
472
473         * draw.c (compose_glyph_string): Always get glyph codes by
474         mface__for_char.
475         (mdraw_glyph_info): Set info->glyph_code and info->logical_width.
476         (mdraw_glyph_list): New function.
477
478         * font-flt.c (mfont__flt_run): Be sure to call
479         rfont->driver->encode_char.
480
481         * font-ft.c (ft_find_metric): Don't call FT_Get_Char_Index.
482         (ft_encode_char): Delete arg C.
483         (ft_render): Don't call FT_Get_Char_Index.
484
485         * font.c (mfont__encodable_p): Delete it.
486         (mfont__encode_char): Be sure to call rfont->driver->encode_char.
487
488         * font.h (struct MFontDriver): Delete arg C of encode_char.
489         (mfont__encodable_p): Delete extern.
490
491         * m17n-X.c (xfont_encode_char): Delete arg C.
492         (xft_find_metric): Don't cal FT_Get_Char_Index.
493         (xft_render): Likewise.
494
495         * m17n-gui.h (MDrawGlyphInfo): New members glyph_code and
496         logical_width.
497         (mdraw_glyph_list): Extern it.
498
499         * Makefile.am (libm17n_X_la_LDFLAGS): Don't include ${X_LD_FLAGS}.
500
501 2004-06-22  Kenichi Handa  <handa@m17n.org>
502
503         * m17n-gui.h (mfontset_lookup): Extern it.
504
505         * m17n-gui.c (m17n_init_win): Delete unnecessary printing.
506
507         * fontset.c (realize_fontset_elements)
508         (free_realized_fontset_elements, update_fontset_elements): New
509         functions.
510         (mfont__realize_fontset): Call realize_fontset_elements.
511         (mfont__free_realized_fontset): Call free_realized_fontset_elements.
512         (mfont__lookup_fontset): If a fontset was modified, update
513         the realized fontset.
514         (mfontset_modify_entry): Increment fontset->tick.
515         (mfontset_lookup): New function.
516
517 2004-06-21  Kenichi Handa  <handa@m17n.org>
518
519         * font-ft.c (mfont__ft_parse_name): Cast the arg to FcNameParse.
520
521         * mtext.c (mtext_dup, mtext_cat, mtext_ncat, mtext_cpy)
522         (mtext_ncpy, mtext_duplicate): Pay attention to the case that the
523         length of source text 0.
524
525 2004-06-21  Kenichi Handa  <handa@m17n.org>
526
527         * mtext.c (INC_POSITION): Use CHAR_UNITS_BY_HEAD_UTF16.
528         (compare): Pay attention to format other than utf-8.
529         (copy): Delete this function.
530         (count_by_utf_8, count_by_utf_16, insert): New functions.
531         (count_utf_16_chars): Fix handling of a surrogate pair.
532         (find_char_forward, find_char_backward): Likewise.
533         (mtext__from_data): Delete unnecessary check.  Fix number of
534         allocated bytes.
535         (mtext_from_data): Don't count items.
536         (mtext_ref_char): Optimize the code.
537         (mtext_set_char): Pay attention to format other than utf-8.
538         (mtext_cat_char): Likewise.
539         (mtext_dup): Don't call copy, instead do allocation here.
540         (mtext_cat): Call insert instead of copy.
541         (mtext_ncat): Likewise.
542         (mtext_cpy): Delete character at first and call insert instead of
543         copy.
544         (mtext_ncpy): Likewise.
545         (mtext_copy): Likewise.
546         (mtext_duplicate): Call insert instead of copy.
547         (mtext_del): Pay attention to format other than utf-8.
548         (mtext_ins): Simply call insert.
549         (mtext_ins_char): Pay attention to format other than utf-8.
550         (mtext_tok): Call insert instead of copy.
551         (mtext_text): Call UNIT_BYTES.
552
553         * textprop.c (mtext__adjust_plist_for_change): New function.
554
555         * character.h (USHORT_SIZE, UINT_SIZE, UNIT_BYTES): New macros.
556         (CHAR_UNITS_UTF16, CHAR_UNITS): Simplified.
557         (CHAR_UNITS_AT): Fix typo.
558         (CHAR_UNITS_BY_HEAD): Fix typo.
559         (STRING_CHAR_AND_UNITS): Fix typo.
560
561         * internal.h (MTEXT_READ_ONLY_P): New macro. 
562
563         * mtext.h (mtext__replace): Delete the extern.
564         (mtext__adjust_foramt): Adjust prototype.
565
566         * plist.c (mplist_deserialize): Adjust the format of MT to utf-8
567         if possible.  Otherwise make a copy of mmt.
568
569         * coding.c (mconv_decode, mconv_gets): Adjust the format of MT to
570         utf-8.
571
572 2004-06-18  Kenichi Handa  <handa@m17n.org>
573
574         * character.h (CHAR_STRING_UTF16): Fix syntax.
575
576 2004-06-16  Kenichi Handa  <handa@m17n.org>
577
578         * Makefile.am (libm17n_gd_la_LIBADD): Delete it.
579         (libm17n_X_la_LIBADD): Delete it.
580         (libm17n_gd_la_LDFLAGS): Don't include @GD_LD_FLAGS@.
581
582         * m17n-X.c (device_open): Add parens in `if' condition.
583
584         * mtext.c (INC_POSITION): Handle format other than utf8 and utf16.
585         (DEC_POSITION): Likewise.
586         (compare): Fix case that mt1->format is MTEXT_FORMAT_UTF_8.
587
588 2004-06-15  Kenichi Handa  <handa@m17n.org>
589
590         * fontset.c (mfont__lookup_fontset): Fix selection of font groups
591         by language.
592
593         * draw.c (compose_glyph_string): If langauge is specified, call
594         mface__for_chars even if a text is all latin.  Fix condition for
595         setting non_ascii_found.
596
597         * m17n-X.c (xft_find_metric): Fix setting of g->lbrearing.
598
599         * m17n.h (minput_char_to_key): Delete extern.
600
601         * m17n-gui.h (minput_event_to_key): Cancel previous change.
602
603         * m17n-gui.c (null_device_open): Set several members of frame.
604
605 2004-06-14  Kenichi Handa  <handa@m17n.org>
606
607         * m17n-gui.h (minput_event_to_key): Delete extern.
608
609         * symbol.h (struct MSymbolStruct): Renamed from MSymbol.
610
611         * m17n-core.h (MSymbol): Defined as "struct MSymbolStruct *".
612
613         * Makefile.am (AM_CPPFLAGS): Refer to @M17NDIR@.
614
615 2004-06-08  Kenichi Handa  <handa@m17n.org>
616
617         * character.c (mchar_put_prop): Don't increment the ref-count of
618         record->table.
619
620 2004-06-04  Kenichi Handa  <handa@m17n.org>
621
622         * m17n-core.c (mdebug__register_object): New function.
623         (mdebug__unregister_object): Likewise.
624
625         * internal.h (mdebug__register_object, mdebug__unregister_object):
626         Extern them.
627         (M17N_OBJECT_REGISTER, M17N_OBJECT_UNREGISTER): Call them
628         respectively.
629
630         * charset.c (mcharset__load_from_database): Don't call
631         mconv__register_charset_coding here.
632
633         * coding.c (find_coding): Get a real name from an element of
634         coding_definition_list.
635         (mconv__register_charset_coding): Set the real name at the top of
636         param.
637         (mcoding__load_from_database): Likewise.
638         (mconv_list_codings): Adjusted for the above change.
639
640 2004-06-03  Kenichi Handa  <handa@m17n.org>
641
642         * coding.c (find_coding): Find by canonicalized name.  Don't have
643         to modify the element of coding_definition_list by
644         mplist__from_plist.
645         (mconv__define_coding_from_charset): Delete it.
646         (mconv__register_charset_coding): Canonicalize sym.
647         (mcoding__load_from_database): Register plist modified by
648         mplist__from_plist.
649
650         * coding.h (mconv__define_coding_from_charset): Don't extern it.
651
652         * font-ft.c (ft_open): Fix setting of rfont->descent.
653
654 2004-06-02  Kenichi Handa  <handa@m17n.org>
655
656         * font.c (enum xlfd_field_idx): Moved from m17n-X.c.
657         (xlfd_parse_name): Merge split_font_name and xfont_parse_name.
658         (xlfd_unparse_name): Renamed from xfont_build_name.
659         (mfont__init): Initialized Mfontconfig.
660         (mfont__free_realized): Unconditionally unref rfont->info.
661         (mfont__select): Free `this' if it's not best.
662         (mfont__open): Don't check frame->realized_font_list.
663         (mfont__parse_name_into_font): New function.
664         (Mfontconfig): New variable.
665         (mfont_from_name): Call mfont_parse_name.
666         (mfont_name): Call mfont_unparse_name.
667         (mdebug_dump_font): Likewise.
668
669         * font.h (struct MFontDriver): Delete members parse_name and
670         build_name.
671         (mfont__ft_parse_name, mfont__ft_unparse_name): Extern them.
672         (mfont__parse_name_into_font): Extern it.
673
674         * font-ft.c: Include "symbol.h".
675         (close_ft): Unconditionally free filename and charmap_list of
676         ft_into.
677         (ft_open): Duplicate base->filename.  Increment ref-count of
678         ft_info->charmap_list.  Free ft_info->charmap_list and
679         ft_info->filename on error.
680         (mfont__ft_parse_name, mfont__ft_unparse_name): New functions.
681
682         * m17n-X.c (xfont_driver): Don't include xfont_parse_name and
683         xfont_build_name.
684         (enum xlfd_field_idx): Moved to font.c.
685         (split_font_name, build_font_name): Likewise.
686         (build_font_list): Call mfont__parse_name_info_font.
687         (xfont_open): Call mfont__unparse_name.  Free name.
688         (xfont_parse_name, xfont_build_name): Moved to font.c
689         (xft_select): Prototype deleted.
690         (device_open): Check HAVE_FREETYPE on using mfont__ft_driver.
691         Call mfont_pase_name.
692
693         * m17n-gui.c (free_frame): Unref frame->font_driver_list.
694         (m17n_fini_win): Add check HAVE_FREETYPE on using null_interface.
695         (mframe): Likewise.
696
697         * m17n-gui.h (mfont_parse_name, mfont_unparse_name, Mfontconfig):
698         Extern them.
699
700         * Makefile.am (linkgui_LDADD): Add libm17n-X.la and libm17n-gd.la.
701
702 2004-06-01  Kenichi Handa  <handa@m17n.org>
703
704         * fontset.c (mfontset_modify_entry): Pay attention to the case
705         that fontset->font_spec_list is NULL.
706
707 2004-05-31  Kenichi Handa  <handa@m17n.org>
708
709         * m17n-gui.c: Include <dlfcn.h> only when HAVE_DLFCN_H is defined.
710
711         * input.c: Include <dlfcn.h> only when HAVE_DLFCN_H is defined.
712
713         * font.c (mfont__select): Print score the a font for debugging.
714
715         * Makefile.am (libm17n_la_LIBADD): Delete -ldl.
716
717         * coding.c (reset_coding_sjis): Check kanji and kana instead of
718         kanji_sym and kana_sym.
719
720 2004-05-28  Kenichi Handa  <handa@m17n.org>
721
722         * Makefile.am (VINFO): New variable.
723         (libm17n_core_la_LDFLAGS, libm17n_la_LDFLAGS)
724         (libm17n_gd_la_LDFLAGS): Include ${VINFO}.
725
726 2004-05-27  Kenichi Handa  <handa@m17n.org>
727
728         The following chanages are to make device dependent functions
729         accessible only from MDeviceDriver structure, and to add GD and
730         null device drivers.  Font drivers get also device dependent.
731
732         * m17n.c (m17n_init): Increament shell_initialized.
733         (m17n_fini): Decremented shell_initialized.
734
735         * m17n-misc.h (enum MErrorCode): New element MERROR_GD.
736
737         * m17n-gui.h (Mdevice, Mdisplay, Mscreen, Mdrawable, Mdepth)
738         (Mwidget, Mcolormap, Mx): Extern them.
739
740         * m17n-gui.c: Include <dlfcn.h> and "config.h".
741         (free_frame): Call frame->driver->close instead of
742         mwin__close_device.
743         (DLOPEN_SHLIB_EXT): New macro.
744         (MDeviceLibraryInterface): New type.
745         (device_library_list): New variable.
746         (register_device_library): New function.
747         (null_device): New variable.
748         (null_device_close, null_device_get_prop)
749         (null_device_realize_face, null_device_free_realized_face): New
750         function.
751         (null_driver): New variable.
752         (null_device_init, null_device_fini, null_device_open): New
753         functions.
754         (null_interface): New variable.
755         (Mfreetype, Mdevice): Declare them.
756         (m17n_init_win): Increment win_initialized.  Initialize Mx, Mgd,
757         Mfreetype, Mdevice, Mdisplay, Mscreen, Mdrawable, Mdevice, and
758         Mwin__Close_Device.  Register drivers for Mx and Mgd.
759         (m17n_fini_win): Decremented win_initialized.  Call "fini"
760         function of all opened devices.  Don't call mwin__fini.
761         (Mdisplay, Mscreen, Mdrawable, Mdepth, Mwidget, Mcolormap):
762         Declare them here.
763         (mframe): Handle Mdevice key of PLIST.
764         (mframe_get_prop): Call frame->device->get_prop instead of
765         mwin__device_get_prop.
766
767         * m17n-gd.c: New file.
768
769         * m17n-core.h (M17NLIB_MAJOR_VERSION, M17NLIB_MINOR_VERSION)
770         (M17NLIB_PATCH_LEVEL, M17NLIB_VERSION_NAME): Updated to 1.1.0.
771
772         * m17n-core.c (m17n_init_core): Increate core_initialized.
773         (m17n_fini_core): Decremented core_initialized.
774
775         * m17n-X.h (Mdisplay, Mscreen, Mdrawable, Mdepth, Mwidget)
776         (Mcolormap): Don't extern them here.
777
778         * m17n-X.c (FRAME_DEVICE): New macro.
779         (FRAME_DISPLAY, FRAME_SCREEN, FRAME_CMAP): Use FRAME_DEVICE.
780         (free_display_info): Use MPLIST_DO.
781         (free_device): Free rface->info.
782         (xft_close): Delete it.
783         (device_init): Renamed from mwin__init.
784         (device_fini): Renamed from mwin__fini.
785         (device_open): Renamed from mwin__open_device.
786         (x_driver): New variable.
787         (MXFontInfo): Delete member frame, add member display.
788         (Mdisplay, Mscreen, Mdrawable, Mdepth, Mwidget, Mcolormap, Mxim):
789         Don't declare them here.
790
791         * internal-gui.h (MDeviceType): New enum.
792         (MWDefice): Delete it.
793         (struct MFrame): Change type of device to void *.  New members
794         device_type, driver, font_driver_list.
795         (M_CHECK_WRITABLE, M_CHECK_READABLE): New macros.
796         (MDeviceDriver): New type.
797         (Mx, Mgd, Mfreetype): Extern them.
798         (mwin__XXX): Delete all of them.
799
800         * input-gui.c (win_create_ic): Call frame->driver->XXX instead of
801         mwin__XXX.
802         (win_destroy_ic): Likewise.
803         (adjust_window_and_draw): Likewise.
804         (win_callback): Likewise.
805         (Mxim): Declare it here.
806         (minput_event_to_key): Call M_CHECK_READABLE.
807
808         * fontset.c (mfont__lookup_fontset): Delete local variable
809         font_group.
810
811         * font.h (struct MFontDriver): Delete member close, add members
812         parse_name and build_name.
813         (mfont__driver_list): Delete extern.
814         (mfont__close): Delete extern.
815
816         * font.c (mfont__init): Don't set mfont__driver_list.
817         (mfont__fini): Don't unref mfont__driver_list.
818         (mfont__select): Try font drivers in frame->font_driver_list.  Set
819         driver member of a realized font.
820         (mfont__close): Delete it.
821         (mfont_from_name, mfont_name, mdebug_dump_font): Call driver
822         functions of the default frame.
823
824         * font-ft.c (close_ft): Check ft_info->ft_face and work
825         differently.
826         (add_font_info): Allocate ft_info by M17N_OBJECT.
827         (ft_close): Delete it.
828         (mfont__ft_driver): Don't set ft_close.
829         (ft_select): Increment ref-count of best_font.
830         (ft_open): Decremented ref-count of base.  On error, call
831         FT_Done_Face and free ft_info.
832         (ft_find_metric): Always use XXX_MONO in load_flags.
833         (ft_render): Fix setting of width.  Call
834         frame->driver->draw_points instead of mwin__draw_points.
835         (ft_to_prop): Don't set mfont__driver_list.
836         (mfont__ft_fini): Just unref ft_info.
837
838         * face.c (mface__init): Exchange foreground and background of
839         mface__default.  Call mface_put_prop to set hline of
840         mface_underline,
841         (mface__realize): Call frame->driver->XXX instead of mwin__XXX.
842         (mface__free_realized): Don't call mwin__free_realized_face.
843
844         * draw.c (Mdepth): Don't declare it here.
845         (draw_background): Call frame->driver->XXX instead of mwin__XXX.
846         (render_glyphs, render_glyph_string): Likewise.
847         (mdraw__init): Don't set Mdepth.
848         (mdraw_text, mdraw_image_text, mdraw_text_with_control): Call
849         M_CHECK_WRITABLE.
850         (mdraw_text_per_char_extents): Return 0 on success and -1 on
851         error.
852         (mdraw_text_items): Check FRAME is writable.
853         (mdraw_per_char_extents): Implement body.
854
855         * Makefile.am (lib_LTLIBRARIES): Include libm17n-gui.la and
856         libm17n-gd.la.
857         (OPTIONAL_LD_FLAGS): Include @FONTCONFIG_LD_FLAGS@.
858         (GUI_SOURCES): Delete it.
859         (libm17n_X_la_SOURCES): Don't include ${GUI_SOURCES}.
860         (libm17n_gui_la_SOURCES, libm17n_gui_la_LIBADD)
861         (libm17n_gui_la_LDFLAGS, libm17n_gd_la_SOURCES)
862         (libm17n_gd_la_LIBADD, libm17n_gd_la_LDFLAGS): New targets.
863         (linkgui_LDADD): Set to libm17n-gui.la
864         (linkgui_LDFLAGS): New target.
865         (SRC): Include ${libm17n_gui_la_SOURCES} and
866         ${libm17n_gd_la_SOURCES}.
867
868 2004-05-24  Kenichi Handa  <handa@m17n.org>
869
870         * draw.c (draw_background): Don't draw background even if
871         rface->face.property[MFACE_BACKGROUND] is not Mnil.
872
873 2004-05-22  Kenichi Handa  <handa@m17n.org>
874
875         * m17n-X.c (xft_open_font): Fix anti_alias setting.
876
877 2004-05-20  Kenichi Handa  <handa@m17n.org>
878
879         * m17n-gui.h (MFaceHookFunc): Change this function type to void.
880
881         * m17n-gui.c: Include "plist.h".
882         (mframe): If PLIST is NULL, initialize it to emply plist.
883
884         * m17n-X.c (build_font_list): Don't set property[MFONT_TYPE].
885         (xft_driver): New variable.
886         (xft_select, close_xft, xft_open_font, xft_open, xft_close)
887         (xft_find_metric, xft_render): New function.
888         (mwin__init): Adjusted for the new mfont__driver_list.
889         (mwin__open_device): Assume arg PARAM is not NULL.  Push a newly
890         generated face to PARAM.
891         (mwin__realize_face): Fix setting of box colors.  Don't call hook
892         function here.
893         (mwin__draw_hline): New function.
894         (mwin__xft_close, mwin__xft_open, mwin__xft_get_metric)
895         (mwin__xft_render): Delete these function.
896
897         * internal-gui.h (struct MFrame): New member tick.
898         (struct MGlyphString): New member tick.
899         (mwin__draw_rect, mwin__draw_empty_boxes): Extern them.
900         (mwin__xft_open, mwin__xft_close, mwin__xft_get_metric)
901         (mwin__xft_render): Delete extern.
902
903         * fontset.c (mfont__lookup_fontset): Make the code simpler.
904         (mfontset): Always increment the reference count of returned
905         object.
906
907         * font-ft.c (mfont__ft_fini): Don't include <otf.h> here.
908         (MFTInfo): Moved to font.h.
909         (ft_iso8859_1_font_list): Delete this variable.
910         (set_font_info): Don't set font->property[MFONT_TYPE].
911         (set_font_info): Don't udpate ft_iso8859_1_font_list.
912         (add_font_info): Change type to void.
913         (fc_list): Change anme from xft_list.  Caller changed.  Include
914         FC_FOUNDRY and FC_PIXEL_SIZE in FcObjectSet.
915         (mfont__ft_driver): Change name from ft_driver.  Caller changed.
916         (ft_select): Check HAVE_FONTCONFIG instead of HAVE_XFT2.
917         (close_ft): Don't call mwin__xft_close.  Unref
918         ft_info->extra_info.
919         (ft_open): Don't setup ft_info->fontname.  Don't call
920         mwin__xft_open.
921         (ft_find_metric): Don't call mwin__xft_get_metric.
922         (ft_encode_char): Call rfont->driver->open instead of ft_open.
923         (ft_render): Don't check HAVE_XFT2.  Don't call mwin__xft_render.
924         (mfont__ft_init): Adjusted for new mfont__driver_list.
925         (mfont__ft_fini): Don't unref ft_iso8859_1_font_list.
926
927         * font.c (mfont__driver_list): Make it MPlist.
928         (mfont__init): Adjust initialization of mfont__driver_list.
929         (mfont__fini): Free mfont__driver_list.
930         (mfont__set_spec_from_face): Don't set spec->property[MFONT_TYPE].
931         (mfont__select): Adjusted for the new mfont__driver_list.
932
933         * font.h (enum MFontProperty): Delete MFONT_TYPE.
934         (mfont__drirver_list): Adjust prototype.
935         (MFTInfo): Move to here from fron.c.  Deleve member fontname.
936
937         * face.h (struct MFace): Delete member realized_face_list, add
938         member frame_list.
939         (struct MRealizedFace): Delete member need_update
940         andnofont_rface, add member non_ascii_list.
941         (mface__update_frame_face): Extern it.
942
943         * face.c (hline_prop_list, box_prop_list, noop_hook): New
944         variables.
945         (get_hline_create, get_box_create): New functions.
946         (find_realized_face): Cancel previous change.  Arg RFONT deleted.
947         Use memcmp.
948         (free_face): Cancep previous change.  Free face->frame_list.
949         (serialize_hline): Do nothing if hline->width is zero.
950         (serialize_box): Do nothing if box->width is zero.
951         (mface__init): Setup all properties of mface__default.
952         (mface__fini): Free hline_prop_list and box_prop_list.
953         (mface__realize): Cancel previous change.  Update
954         face->frame_list.  Setup rface->non_ascii_list.
955         (mface__for_chars): Update rface->non_ascii_list.
956         (mface__free_realized): Free rface->non_ascii_list.
957         (mface__update_frame_face): New function.
958         (mface): Initialize face->frame_list.
959         (mface_copy): Likewise.  Just copy MFACE_HLINE and MFACE_BOX
960         properties.
961         (mface_merge): Likewise.
962         (mface_put_prop): If key is Mhline or Mbox, get value by
963         get_hline_create or get_box_create respectively.
964         (mface_put_prop): Update frame->tick and call
965         mface__update_frame_face if necessary.
966         (mface_update): Do nothing if func is noop_hook.
967
968         * draw.c (render_glyphs): If a font is not found, use
969         mwin__draw_empty_boxes.
970         (alloc_gstring): Initialize gstring->tick.
971         (get_gstring): Check gstring->tick.
972
973 2004-05-17  Kenichi Handa  <handa@m17n.org>
974
975         * face.c (find_realized_face): Return value changed.  If RFONT is
976         NULL, avoid unnecessary checking.
977         (free_face): Free face->realized_face_list.
978         (mface__realize): Adjusted for the change of find_realized_face.
979         If it returns a realized face that needs update, free it and
980         realize a new one.  Push a new realized face to
981         frame->realized_face_list instead of appending.
982         (mface__for_chars): Adjusted for the change of find_realized_face.
983         Short cut if the required font is in rface->ascii_rface.
984         (mface_put_prop): Free old value if necessary.  Set need_update
985         member of realized faces to 1.
986
987         * face.h (struct MFace): Delete member tick, add member
988         realized_face_list.
989         (struct MRealizedFace): Delete member tick, add member
990         need_update.
991
992 2004-05-13  Kenichi Handa  <handa@m17n.org>
993
994         * m17n-X.c (mwin__xft_open): Destroy unnecessary patterns.
995
996 2004-05-12  Kenichi Handa  <handa@m17n.org>
997
998         * internal-gui.h (mwin__xft_open): Arguemnt name changed.
999
1000         * m17n-X.c (mwin__xft_open): Argument changed to fontname and
1001         parse it XftNameParse.
1002
1003         * font-ft.c (MFTInfo) [HAVE_XFT2]: New member fontname.
1004         (all_fonts_scaned): New variable.
1005         (set_font_info): FAMILY may be Mnil.
1006         (add_font_info): Argument changed.
1007         (xft_list): Call add_font_info in it.
1008         (ft_list): Likewise.
1009         (ft_select): Make it work in the case family is Mnil.
1010         (ft_open) [HAVE_XFT2]: Setup ft_info->fontname.
1011         (mfont__ft_fini): Set all_fonts_scaned to 0.
1012
1013         * fontset.c (mfont__lookup_fontset): Don't repeatedly try a font
1014         that is failed to open.
1015
1016 2004-05-10  Kenichi Handa  <handa@m17n.org>
1017
1018         * m17n-X.c (mwin__xft_render): Don't use anti-alias if the
1019         device's depth is 1 (i.e. monochrome).
1020
1021         * Makefile.am (OPTIONAL_LD_FLAGS): Change the order of elements
1022         to work around the problem of libtool.
1023
1024         * font-ft.c: Include <freetype/ftbdf.h>.
1025         (Municode_bmp, Municode_full, Miso10646_1, Miso8859_1): New
1026         variables.
1027         (mfont__ft_init): Initialize them.
1028         (ft_iso8859_1_font_list): New variable.
1029         (set_font_info): Detect a font containing iso8859-1 glyphs and
1030         register it in ft_iso8859_1_font_list.  If the font is not
1031         scalable, assume it as BDF or PCF font and setup SIZE and RESY
1032         properties of the font from its properties.
1033         (add_font_list): If the font is not scalable, check if it is BDF
1034         or PCF font.  If not, ignore it.
1035         (ft_select): If FAMILY is Mnil, return NULL only if the requested
1036         registry is not iso8859-1.
1037         (ft_select) [not HAVE_XFT2]: If FAMILY is Mnil, select one from
1038         ft_iso8859_1_font_list.
1039         (ft_find_metric): If the font is not scalable, assume it as BDF
1040         or PCF, and get a metric from its properties.
1041         (mfont__ft_fini): Free ft_iso8859_1_font_list.
1042
1043 2004-05-07  Kenichi Handa  <handa@redhat.m17n.org>
1044
1045         * Makefile.am (libm17n_la_LIBADD): Include -ldl.
1046         (libm17n_la_LDFLAGS): Delete it.
1047         (noinst_PROGRAMS): Renamed from bin_PROGRAMS.
1048         (install-binPROGRAMS, uninstall-binPROGRAMS): Delete them.
1049
1050 2004-05-06  Kenichi Handa  <handa@m17n.org>
1051
1052         * draw.c (compose_glyph_string): Fix previous change.
1053
1054 2004-04-30  Kenichi Handa  <handa@m17n.org>
1055
1056         * font-ft.c (ft_list): Delete unused variable `result'.
1057         (ft_render): Fix for the case that bitmap.pitch < bitmap.width.
1058
1059 2004-04-27  Kenichi Handa  <handa@m17n.org>
1060
1061         * m17n-X.c: Include config.h
1062         [HAVE_XFT2]: Include <X11/Xft/Xft.h>.
1063         (GCInfo) [HAVE_XFT2]: New member xft_color_fore, xft_color_back.
1064         (MWDevice) [HAVE_XFT2]: New member xft_draw.
1065         (FRAME_CMAP, FRAME_VISUAL): New macros.
1066         (free_device) [HAVE_XFT2]: Destroy device->xft_draw.
1067         (xfont_driver): Make it static.
1068         (mwin__open_device) [HAVE_XFT2]: Setup device->xft_draw.
1069         (mwin__realize_face) [HAVE_XFT2]: Setup info->xft_color_fore and
1070         info->xft_color_back.
1071         (MXftFontInfo) [HAVE_XFT2]: New type.
1072         (mwin__xft_close) [HAVE_XFT2]: New function.
1073         (mwin__xft_open) [HAVE_XFT2]: New function.
1074         (mwin__xft_get_metric) [HAVE_XFT2]: New function.
1075         (mwin__xft_render) [HAVE_XFT2]: New function.
1076
1077         * internal-gui.h [HAVE_FREETYPE]: Include FT_FREETYPE_H.
1078         (mwin__xft_open, mwin__xft_close) [HAVE_FREETYPE]: New externs.
1079         (mwin__xft_get_metric, mwin__xft_render) [HAVE_FREETYPE]: New
1080         externs.
1081
1082         * font.h [HAVE_FREETYPE]: Include FT_FREETYPE_H.
1083
1084         * font-ft.c: Don't include FT_FREETYPE_H here.
1085         [HAVE_XFT2]: Include <fontconfig/fontconfig.h>.
1086         (fontconfig_initialized, fc_config) [HAVE_XFT2]: New variables.
1087         (MFTInfo): New member charmap_index.
1088         (MFTInfo) [HAVE_XFT2]: New member xft_info.
1089         (check_otf_filename): Renamed from check_filename.  Return value
1090         changed.
1091         (ft_set_property): This function deleted.
1092         (set_font_info): New function.
1093         (add_font_list): Argument changed.  Add multiple fonts.
1094         (xft_list) [HAVE_XFT2]: New function.
1095         (ft_list) [not HAVE_XFT2]: New function.
1096         (ft_select): Add code for Xft.
1097         (close_ft): Likewise.
1098         (ft_open): Likewise.
1099         (ft_find_metric): Likewise.
1100         (ft_encode_char): Likewise.
1101         (ft_render): Likewise.
1102
1103         * makefile.am (OPTIONAL_LD_FLAGS): Include @XFT2_LD_FLAGS@.
1104
1105 2004-04-26  Kenichi Handa  <handa@m17n.org>
1106
1107         * textprop.c (mtext_attach_property): Declare the return type as
1108         `int'.
1109
1110 2004-04-21  Kenichi Handa  <handa@m17n.org>
1111
1112         * Makefile.am (OPTIONAL_LD_FLAGS): Include @XFT2_LD_FLAGS@
1113
1114 2004-04-09  Kenichi Handa  <handa@m17n.org>
1115
1116         * font-flt.c (struct): New members seq_beg, seq_end, seq_from,
1117         seq_to.
1118         (load_command): Setup above members.
1119
1120 2004-04-05  Kenichi Handa  <handa@m17n.org>
1121
1122         * m17n-X.c (xfont_encode_char): Fix checking of byte1 and byte2.
1123
1124 2004-03-30  Kenichi Handa  <handa@m17n.org>
1125
1126         * m17n-X.c (xfont_encode_char): Return MCHAR_INVALID_CODE if code
1127         >= 0x10000.
1128
1129         * m17n-core.h (M17NLIB_PATCH_LEVEL): Changed to 2.
1130         (M17NLIB_VERSION_NAME): Changed to 1.0.2.
1131
1132 2004-03-29  Kenichi Handa  <handa@m17n.org>
1133
1134         * Version 1.0 Patch Level 2 released.
1135
1136 2004-03-29  Kenichi Handa  <handa@m17n.org>
1137
1138         * charset.c (make_charset): Set charset->fully_loaded and
1139         charset->simple correctly.  Don't try to get charset->min_char and
1140         charset->max_char for a charset of method subset and superset.
1141         Don't load a mapping file here.
1142         (mcharset__init): Set unified_max.
1143         (mcharset__load_from_database): Free a working plist.
1144
1145         * coding.c (mcoding__fini): Free all malloced data.
1146
1147         * input-gui.c (win_create_ic): Set control.as_image for preediting
1148         to 0.
1149
1150         * internal.h (M17N_OBJECT_REGISTER): Check the member `used' (not
1151         `count') to initialize the array.
1152
1153         * locale.c (mlocale_set): Fix the order of M17N_OBJECT_REF and
1154         M17N_OBJECT_UNREF.
1155
1156         * m17n-X.c (xfont_render): If rface->rfont is null, draw a
1157         rectangle.
1158         (mwin__create_window): Fix bug of setting a background pixel of a
1159         new window.
1160         (mwin__adjust_window): Clear the window before drawing.
1161
1162         * m17n-core.c (mdebug__report_object): Free array->objectes if
1163         necessary.
1164         (m17n_init_core): Don't set report_header_printed to 0 here.
1165         Fix debugging information.
1166         (m17n_fini_core): Set report_header_printed to 0 here.
1167
1168         * m17n-core.h (mplist_deserialize): Extern it.
1169
1170         * m17n-gui.c (m17n_fini_win): Fix debugging information.
1171
1172         * m17n.c (m17n_fini): Fix debugging information.
1173
1174         * mtext.c (mtext__adjust_foramt): New function.
1175
1176         * mtext.h (mtext__adjust_foramt): Extern it.
1177
1178         * plist.c (mplist_deserialize): Renamed from mplist__deserialize.
1179
1180         * plist.h (mplist__deserialize): Don't extern it.
1181
1182         * symbol.c (msymbol__fini): Set freed_symbols to 0.  Set all
1183         elements of symbol_table to NULL.  Report about created and freed
1184         symbols if MDEBUG_FINI is set.
1185
1186 2004-03-22  Kenichi Handa  <handa@m17n.org>
1187
1188         * m17n-core.c (m17n_init_core): Set merror_code to MERROR_NONE.
1189
1190         * m17n.c (m17n_init): Fix the way of checking merror_code.
1191
1192         * m17n-gui.c (m17n_init_win): Fix the way of checking merror_code.
1193
1194 2004-03-22  Kenichi Handa  <handa@m17n.org>
1195
1196         * fontset.c (realize_font_group): Adjust the font size by
1197         mfont__resize before selecting a font.
1198
1199         * font-ft.c (mfont__ft_init): Add oblique and boldoblique.
1200
1201 2004-03-19  Kenichi Handa  <handa@m17n.org>
1202
1203         * Version 1.0 Patch Level 1 released.
1204
1205 2004-03-19  Kenichi Handa  <handa@m17n.org>
1206
1207         * m17n-core.h (M17NLIB_PATCH_LEVEL): New macro.
1208
1209         * m17n-core.c (M17NLIB_PATCH_LEVEL): Describe it.
1210
1211 2004-03-19  Kenichi Handa  <handa@m17n.org>
1212
1213         Re-apply the changes forgotten in the released version.
1214
1215         * charset.c (mcharset__load_from_database): Call
1216         mchar_define_charset.
1217
1218         * coding.c (encode_unsupporeted_char): Put Mcoding text property.
1219         (mconv_encode_range): Put Mcoding text property.
1220
1221 2004-03-18  Kenichi Handa  <handa@m17n.org>
1222
1223         * draw.c (Mdepth): New variable.
1224         (visual_order): Delete unused local var `pos'.
1225         (compose_glyph_string): Fix for the case that gstring->glyphs is
1226         realloced.  Stop generating glyphs at TO.  Fix handling of
1227         control charaters.
1228         (layout_glyphs): Get metrics of all glyphs in advance.  Set
1229         lbearing and rbearing of base of composition glyph correctly.
1230         Handle left-overhang glyphs correctly.
1231         (alloc_gstring): New arg frame.  Set gstring->anti_alias.  Caller
1232         changed.
1233         (dump_combining_code): Change the defualt off_x character to ".".
1234         (mdraw__init): Initialize Mdepth.
1235
1236         * face.c (work_gstring): New variable
1237         (mface__init): Initialize work_gstring.
1238         (mface__fini): Free work_gstring.glyphs.
1239         (mface__realize): Don't handle videomode property here.  Adjusted
1240         for the change of mfont__get_metric.
1241         (mface__for_chars): Adjusted for the change of mfont__get_metric.
1242
1243         * face.h (enum face_gc): Moved to m17n-X.c.
1244
1245         * font.h (struct MFontDriver): Arguments of find_metric changed.
1246         (mfont__select): Prototype adjusted.
1247         (mfont__get_metric): Likewise.
1248         (mfont__ft_drive_otf): Likewise.
1249         (mfont__flt_run): Likewise.
1250         
1251         * font.c (mfont__select): New argument layouter.  If layouter is
1252         different in the registered font, make a new copy of realized
1253         font.
1254         (mfont__get_metric): Argument changed.  Get metrics of multiple
1255         glyphs.
1256         (mfont_find): Call mfont__select with layouter as Mnil.
1257
1258         * font-flt.c (FontLayoutContext): New member rfont.
1259         (run_otf): Adjusted for the change of mfont__ft_drive_otf.
1260         (mfont__flt_run): Argument changed.  Initialize ctx.rfont.
1261
1262         * font-ft.c (ft_find_metric): Arguments changed.  Get metrics of
1263         multiple glyphs.
1264         (NUM_POINTS): New macro.
1265         (MPointTable): New type.
1266         (ft_render): Use mwin__draw_points instead of mwin__draw_bitmap.
1267         (mfont__ft_drive_otf): New argument rfont.
1268
1269         * fontset.c (realize_font_group): Adjusted for the changed of
1270         mfont__select.
1271         (check_fontset_element): This function deleted.
1272
1273         * input-gui.c (adjust_window_and_draw): Locate a preedit window
1274         off the parent window if the preedit text is zero length.
1275
1276         * internal-gui.h (struct MFrame): New members foreground,
1277         background, videomode, font.
1278         (struct MGlyphString): New member anti_alias.
1279         (MDrawPoint): New type.
1280         (mwin__draw_bitmap): Prototype deleted.
1281         (mwin__draw_points): Prototype added.
1282
1283         * m17n-gui.h (MDrawControl): New member anti_alias.
1284
1285         * m17n-gui.c (free_frame): Free frame->font.
1286         (mframe): Set the fontset of frame->face to the default fontset.
1287
1288         * m17n-X.c (RGB_GC): New type.
1289         (enum gc_index): Renamed from enum face_gc.  Member names changed.
1290         (GCInfo): New typel
1291         (struct MWDevice): Members foreground and background deleted.  New
1292         member scratch_gc, gc_list.
1293         (DEFAULT_FONT, FALLBACK_FONT): New macros.
1294         (free_device): Free GCs in device->gc_list.
1295         (get_rgb_gc): New function.
1296         (get_gc): Renamed and argument changed from get_color.
1297         (get_gc_for_anti_alias): New function.
1298         (xfont_find_metric): Arguments changed.  Get metrics of multiple
1299         glyphs.
1300         (set_region): Argument changed.  Caller changed.
1301         (xfont_render): Allways set a font in gc.
1302         (x_error_handler, x_io_error_handler): Define only if
1303         X_SET_ERROR_HANDLER is defined.
1304         (mwin__open_device): Create device->scratch_gc.  Set members
1305         foreground, background, and videomode of frame.  Call
1306         XSetErrorHandler and XSetIOErrorHandler only if
1307         X_SET_ERROR_HANDLER is defined.
1308         (struct gc_list): Deleted.
1309         (REGISTER_GC, UNREGISTER_GC): These macros deleted.
1310         (mwin__realize_face): Adjusted for the change of the format of
1311         rface->info and the charge of set_region.
1312         (mwin__free_realized_face, mwin__fill_space, mwin__draw_hline)
1313         (mwin__draw_box): Likewise.
1314         (mwin__draw_bitmap): This function deleted.
1315         (mwin__draw_points): New function.
1316         (mwin__verify_region): Adjusted for the change of the format of
1317         rface->info and the charge of set_region.
1318         (mwin__create_window): Inherit backgound pixel from parent.
1319         (mwin__dump_gc): Adjusted for the change of the format of
1320         rface->info.
1321
1322 2004-03-16  Kenichi Handa  <handa@m17n.org>
1323
1324         * m17n-X.c (mwin__parse_event): Fix handling of modifier keys.
1325
1326         * input.c (M_key_alias): New variable.
1327         (handle_key): Try M_key_alias property of a key too.
1328         (minput__init): Initialize M_key_alias.  Give that property to
1329         symbols in one_char_symbol.  Fix bug of initializing
1330         one_char_symbol.
1331
1332         * draw.c (compose_glyph_string): Don't handle
1333         ignore_formatting_char here.  Include formatting characters in the
1334         range processed by a FTL.
1335         (layout_glyph_string): Handle ignore_formatting_char here.
1336
1337 2004-03-12  Kenichi Handa  <handa@m17n.org>
1338
1339         * input-gui.c (win_create_ic): Enable bidi in status control.
1340
1341         * draw.c (visual_order): Avoid re-ordering of combining glyphs only.
1342
1343 2004-03-09  Kenichi Handa  <handa@m17n.org>
1344
1345         * input.c (load_input_method): If title is not specified, use the
1346         input method name as title.
1347
1348         * m17n-X.c (get_color): Make it static.
1349         (xim_create_ic, xim_destroy_ic, x_error_handler)
1350         (x_io_error_handler): Likewise.
1351
1352 2004-03-01  Kenichi Handa  <handa@m17n.org>
1353
1354         * Version 1.0 released.
1355
1356 \f
1357 Copyright (C) 2003, 2004
1358   National Institute of Advanced Industrial Science and Technology (AIST)
1359   Registration Number H15PRO112
1360
1361 This file is part of the m17n library.
1362
1363 The m17n library is free software; you can redistribute it and/or
1364 modify it under the terms of the GNU Lesser General Public License
1365 as published by the Free Software Foundation; either version 2.1 of
1366 the License, or (at your option) any later version.
1367
1368 The m17n library is distributed in the hope that it will be useful,
1369 but WITHOUT ANY WARRANTY; without even the implied warranty of
1370 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
1371 Lesser General Public License for more details.
1372
1373 You should have received a copy of the GNU Lesser General Public
1374 License along with the m17n library; if not, write to the Free
1375 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
1376 02111-1307, USA.