*** empty log message ***
[m17n/m17n-lib.git] / src / ChangeLog
1 2006-10-27  Kenichi Handa  <handa@m17n.org>
2
3         * input.c (marker_code): New arg surrounding.  Callers changed.
4         (surrounding_pos): Check if name[0] == '@'.
5         (integer_value): Fix for the change semantics of `@-N' and `@+N'.
6         (take_action_list): Likewise.
7         (get_preceding_char): If POS is zero, always call
8         get_surrounding_text.
9
10 2006-10-19  Kenichi Handa  <handa@m17n.org>
11
12         * input.c (load_variables): Fix setting of `global'.
13
14 2006-10-16  Kenichi Handa  <handa@m17n.org>
15
16         * draw.c (draw_background): Be sure to set *to_x.
17         (render_glyph_string): If from == to, just return.
18
19 2006-10-18  Kenichi Handa  <handa@m17n.org>
20
21         * database.c (get_dir_info): Return NULL if the directory name is
22         too long.
23         (register_databases_in_files): Call register_database with
24         MDB_STATUS_AUTO.
25         (mdatabase__update): Fix logic.  Call register_database with
26         MDB_STATUS_AUTO.
27         (mdatabase_define): Call register_database with
28         MDB_STATUS_EXPLICIT.
29
30         * input.c (delete_surrounding_text): Be sure to set members
31         preceding_text and following_text to NULL.
32         (shift_state): Save variable values in ic_info->vars_saved.
33         (preedit_commit): Don't print debug information here.  Don't
34         change ic_info->keys here.
35         (get_candidate_list): Don't ref plist.
36         (take_action_list): Don't unref return value of
37         get_candidate_list.  For undo, reset ic->produced and recover
38         ic_info->vars.  Be sure to set ic->candidate_list to NULL after
39         unref it.
40         (init_ic_info): Set ic_info->vars_saved.
41         (fini_ic_info): Unref ic_info->vars_saved.
42         (re_init_ic): Be sure to set ic->candidate_list to NULL after
43         unref it.
44         (filter): Be sure to set members preceding_text and following_text
45         to NULL.  Print debug information about produced text.  Delete
46         processed keys from ic_info->keys.
47
48         * input.h (MInputContextInfo): New member vars_saved.
49
50 2006-10-16  Kenichi Handa  <handa@m17n.org>
51
52         * database.c (mdatabase__update): Fix the way to get db_info.
53
54 2006-10-02  Kenichi Handa  <handa@m17n.org>
55
56         * font.h (struct MFont): New member `multiple_sizes'.  Bit-size of
57         `size' changed to 24.
58
59         * font.c (xlfd_unparse_name): Adjusted for the change of
60         MFont->size.
61         (font_score): Likewise.
62         (mfont__set_spec_from_face): Set spec->multiple_sizes to 0.
63
64         * m17n-X.c (MFontX, _MFontX): Deleted.
65         (SET_SIZE, HAVE_SIZE): Deleted.
66         (free_display_info): Adjusted for the change of
67         disp_info->font_list format.
68         (xfont_registry_list): Likewise.
69         (xfont_open): Likewise.
70         (xfont_list): Likewise.
71         (xfont_encode_char): Ignore size to find a realized font.
72         (MRealizedFontXft): Change the order of members to make it
73         compatible with MRealizedFontFT.
74
75 2006-09-27  Kenichi Handa  <handa@m17n.org>
76
77         * font.c (mfont_match_p, mfont_open, mfont_encapsulate)
78         (mfont_close): Add comments.
79
80         * mtext-lbrk.c (mtext_line_break): Add comment.
81
82 2006-09-26  Kenichi Handa  <handa@m17n.org>
83
84         * input.c (minput_get_description): Handle description about
85         inclusion-only input methods.
86
87 2006-09-21  Kenichi Handa  <handa@m17n.org>
88
89         * input.c (M_gettext): New variable.
90         (fully_initialize): Initialize M_gettext.
91         (check_description): New function.
92         (load_commands): Call check_description.
93         (config_all_commands): Be sure to unref pl.
94         (load_variables): Call check_description.
95         (config_all_variables): Be sure to unref pl.
96         (load_im_info): Call check_description.
97
98         * internal.h [ENABLE_NLS]: Include <libintl.h> and define _.
99
100         * m17n-core.c (m17n_init_core) [ENABLE_NLS]: Call bindtextdoman
101         and bind_textdomain_codeset.
102
103         * Makefile.am (AM_CPPFLAGS): Add -DGETTEXTDIR=...
104
105 2006-09-15  Kenichi Handa  <handa@m17n.org>
106
107         * input.c (reload_im_info): Update custom and global info.
108         (init_ic_info): Fix previous change.
109
110 2006-09-14  Kenichi Handa  <handa@m17n.org>
111
112         * database.c: Include <libgen.h>.
113         (mdatabase__lock): Make a directory if necessary.
114
115         * input.c (resolve_command): Adjusted for the format change of
116         configured_cmds member.
117         (load_commands, load_variables): Fix for errornous data handling.
118         (config_command, config_variable): New function.
119         (config_all_commands, config_all_variables): Renamed from
120         config_commands and config_variables.  Utilize the above function.
121         (check_variable_value): Argument changed.  Callers changed.
122         (load_im_info): Call config_all_commands and config_all_variables.
123         (init_ic_info): Adjusted for the format change of configured_vars
124         member.
125         (minput__init): Initialize Mcustomized, Mconfigured, and
126         Minherited.
127         (Mcustomized, Mconfigured, Minherited): New variables.
128         (minput_get_command): Be sure to return NULL if an input method
129         use no local command.
130         (minput_get_variable): Be sure to return NULL if an input method
131         use no local variable.
132         (minput_config_command, minput_config_variable)
133         (minput_save_config): Adjusted for the format change of
134         configured_cmds and configured_vars members.
135         
136         * plist.c (write_element): Delete superfluous ':'.
137
138 2006-09-13  Kenichi Handa  <handa@m17n.org>
139
140         * m17n.h (Minherited, Mcustomized, Mconfigured): Extern them.
141         (minput_config_file): Extern it.
142
143         * draw.c (Minherited): Declaration moved to input.c.
144         (mdraw__init): Don't initialize Minherited here.
145
146         * database.c (mdatabase__unlock): Be sure to unlink uniq file.
147
148 2006-09-07  Kenichi Handa  <handa@m17n.org>
149
150         * textprop.c (mtext_serialize): Call mplist__serialize with the
151         arg pretty 0.
152
153         * plist.h (mplist__serialize): Prototype adjusted.
154         (mplist__assq): Extern it.
155
156         * plist.c: Include <ctype.h>
157         (PUTC, PUTS): New macros.
158         (write_symbol): New function.
159         (write_element): New arg indent.
160         (dump_string, dump_plist_element): Delete them.
161         (mplist__from_string): New arg pretty.
162         (mplist__assq): New function.
163         (mdebug_dump_plist): Use write_element.
164
165         * mtext.c (mtext_cat_char): Allocate more memory.
166         (mdebug_dump_mtext): Don't escal a newline character.
167
168         * m17n.h (minput_get_command, minput_get_variable)
169         (minput_config_command, minput_config_variable)
170         (minput_save_config): Extern them.
171
172         * m17n-core.c: Include <string.h>.
173         (m17n_init_core): If the env. var. MDEBUG_OUTPUT_FILE is "stdout",
174         use the stream stdout instead of a file of that name.
175
176         * m17n-X.c (mwin__parse_event): Fix handling of Shift and Control
177         modifiers.
178
179         * internal.h (MFAILP, MDEBUG_PRINT0): New macros.
180         (MDEBUG_PRINT, MDEBUG_PRINT1, MDEBUG_PRINT2, MDEBUG_PRINT3)
181         (MDEBUG_PRINT4, MDEBUG_PRINT5): Use MDEBUG_PRINT0.
182         (MDEBUG_DUMP): Flush the stream.
183
184         * input.h (struct _MInputMethodInfo): Delete member im.  New
185         members mdb, language, name, extra, cmds, configured_cmds,
186         bc_cmds, vars, configured_vars, bc_vars, description, and tick.
187         (MInputContextInfo): New member tick.
188
189         * input.c: Big change to improve user-side input method
190         customization.  Here, list just public API changes.
191         (minput_get_commands, minput_get_variables)
192         (minput_assign_command_keys, minput_set_variable): Label them
193         obsolete.
194         (minput_get_command, minput_get_variable)
195         (minput_config_command, minput_config_variable)
196         (minput_save_config): New functions.
197         
198         * database.h (PATH_MAX): Define it if not yet defined.
199         (PATH_SEPARATOR): Likewise.
200         (enum MDatabaseStatus): New enum.
201         (struct MDatabaseInfo): Moved from database.c.  New members status,
202         time, lock_file, and uniq_file.
203         (mdatabase__update, mdatabase__file, mdatabase__lock, mdatabase__save)
204         (mdatabase__unlock): Extern them.
205
206         * database.c: Include <time.h>.
207         (MDB_DIR_LEN): Don't include the terminating '\0' in the length.
208         (GEN_PATH): Args changed.  Callers changed.
209         (struct MDatabaseInfo): Moved to database.h.
210         (struct MDatabase, mdb_list): Deleted.
211         (mdatabase__list): New var.
212         (get_database_filename): Deleted.  Callers changed to use
213         get_database_file.
214         (find_file, get_database_file): New files.
215         (get_dir_info): Initialize new members of MDatabaseInfo.
216         (find_database): Arg chagnded.  Callers changed.
217         (free_db_info, register_database, register_databases_in_files):
218         New functions.
219         (update_database_list): Deleted.
220         (mdatabase__init): Initialize mdatabase__list instead of mdb_list.
221         (mdatabase__fini): Finalize mdatabase__list instead of mdb_list.
222         (mdatabase__update): New function.
223         (mdatabase__check): Return value changed.
224         (mdatabase__file, mdatabase__lock, mdatabase__save)
225         (mdatabase__unlock): New functions.
226
227 2006-08-30  TAKAHASHI Naoto  <ntakahas@m17n.org>
228
229         * input.c (get_surrounding_text): Return -2 when surrounding text
230         is unavailable.
231         (get_following_char): Likewise.
232         (get_preceding_char): Likewise.
233         (minput__callback): Return 0 if there is a callback function,
234         otherwise -1.
235
236 2006-08-17  Kenichi Handa  <handa@m17n.org>
237
238         * input.c (reset_ic): Use shift_state to setup the current state.
239
240 2006-08-02  Theppitak Karoonboonyanan  <thep@linux.thai.net>  (tiny change)
241
242         * Makefile.am (libm17n_la_LIBADD, libm17n_gui_la_LIBADD)
243         (libm17n_X_la_LIBADD, libm17n_gd_la_LIBADD, linkcore_LDADD)
244         (linkshell_LDADD, linkgui_LDADD): Use ${top_builddir}.
245
246 2006-08-02  Kenichi Handa  <handa@m17n.org>
247
248         * plist.c (mdebug_dump_plist): Fix the 2nd arg to dump_plist_element.
249
250         * mtext.c (mdebug_dump_mtext): If not fullp, dump just text. 
251
252         * font-ft.c (ft_encapsulate): Add code for debugging.
253         (mfont__ft_drive_otf): Be sure to encode character before getting
254         metrics.
255
256 2006-07-21  Kenichi Handa  <handa@m17n.org>
257
258         * draw.c (mdraw_text_extents): Fix previous typo.
259
260 2006-07-19  Kenichi Handa  <handa@m17n.org>
261
262         * draw.c (gstring_width): New arg lbearing.
263         (render_glyph_string): Adjusted for the change of gstring_width.
264         (mdraw_text_extents): Fix lbearing of ink and line metrics.
265
266         * m17n-core.h (Mlanguage): Extern it.
267
268         * m17n.h (Mlanguage): Extern deleted. 
269
270         * mtext.c (mtext__init): Initialize Mlanguage.
271         (Mlanguage): Declaration moved from locale.c
272
273         * locale.c (mlocale__init): Don't initialize Mlanguage here.
274         (Mlanguage): Declaration moved to mtext.c.
275
276         * language.c (mlang__init): Don't initialize Mlanguage here.
277
278         * font.c (OTF_tag_name) [! HAVE_OTF]: New function.
279
280 2006-07-14  Kenichi Handa  <handa@m17n.org>
281
282         * font-ft.c: Use FT_BDF_H macro.  Include fontconfig/fcfreetype.h.
283         (MRealizedFontFT): New member face_encapsulated.
284         (free_ft_rfont): Pay attention to ft_rfont->face_encapsulated.
285         (ft_gen_font): New function.
286         (ft_add_font): Use ft_gen_font.
287         (ft_list_script): Store lists in ft_script_list.
288         (ft_check_otf): New arg ft_face.  Caller changed.
289         (ft_check_language): Likewise.
290         (ft_check_script): Likewise.
291         (ft_encapsulate, ft_close): New functions.
292         (mfont__ft_driver): Initialize members encapsulate and close.
293         (mfont__ft_drive_otf): Use OTF_open_ft_face if it is available.
294
295         * font.h (struct MRealizedFont): New member encapsulating.
296         (struct MFontDriver): New members encapsulate and close.
297
298         * font.c (mfont__match_p): If FONT is realized, check capability
299         by font drivers's check_capability method.
300         (mfont_match_p, mfont_open, mfont_encapsulate, mfont_close): New
301         functions.
302
303         * m17n-X.c (xfont_list_family_names): Delete unused var.  Fix
304         declarations of foundry and fam local vars.
305         (xft_driver): Make it static.
306
307         * m17n-gui.h (mfont_match_p, mfont_open, mfont_encapsulate)
308         (mfont_close): Extern them.
309
310         * m17n-gd.c (device_open): Don't specify foundry and family of the
311         default face.
312
313 2006-07-11  Kenichi Handa  <handa@m17n.org>
314
315         * m17n-gui.c (m17n_fini_win): Set null_interface.handle to NULL;
316
317 2006-07-13  Kenichi Handa  <handa@m17n.org>
318
319         * font-ft.c (fc_build_charset): Return NULL if FcCharSet can't be
320         created.
321         (ft_check_script): Delete unused var.
322         (ft_list_capability): Likewise.
323
324         * font.c (mfont__get_capability): Setup cap->otf.
325         (Motf): Make it global.
326         (mfont_get_prop): Accept Mlanguage, Mscript, and Motf as key arg.
327
328         * font.h (MFontCapability): New member otf.
329
330         * language.c (mlang__fini): Delete unused vars.
331
332         * m17n-gui.h (Motf): Extern it.
333
334         * database.c (update_database_list): Delete unused vars.
335
336 2006-07-07  Kenichi Handa  <handa@m17n.org>
337
338         * font-ft.c (DEVICE_DELTA): Fix typo.
339
340 2006-07-06  Kenichi Handa  <handa@m17n.org>
341
342         * fontset.c (mfont__lookup_fontset): Don't ignore family and
343         foundry of face.
344
345 2006-07-05  TAKAHASHI Naoto  <ntakahas@m17n.org>
346
347         * database.c: Update comments.
348
349 2006-07-05  Kenichi Handa  <handa@m17n.org>
350
351         * database.c (PATH_MAX): Define it if not yet defined.
352         (PATH_SEPARATOR, USE_GEN_PATH, GEN_PATH, GEN_PATH_FROM_MT): New
353         macros.
354         (get_database_filename): Use GEN_PATH.
355         (get_dir_info): Don't include the last '/' in directory name.
356         (register_database): New function.
357         (update_database_list): Use register_database.  Search all
358         directories in mdatabase__dir_list for wildcard databases.
359         (mdatabase__init): Check "~/.m17n.d".
360
361 2006-07-03  Kenichi Handa  <handa@m17n.org>
362
363         * input-gui.c (win_callback): If is ic->candidate_show zero, don't
364         push reverse property.
365
366         * plist.c (dump_plist_element): Fix previous change.
367
368 2006-06-28  Kenichi Handa  <handa@m17n.org>
369
370         * font.c (xlfd_unparse_name): Suppress the heading '-' if not
371         necessary.
372
373         * draw.c (MbidiNSM): New variable.
374         (visual_order) [! HAVE_FRIBIDI]: Clear levels at first.  Pay
375         attention to bidi type NSM.
376         (mdraw__init): Initialize MbibiNSM.
377
378         * language.c (mscript__char_list): Fix finding a char-list element.
379
380         * plist.c (dump_string): Return number of printed characters.
381         (dump_plist_element): Print elements more compactly.
382
383 2006-06-23  Kenichi Handa  <handa@m17n.org>
384
385         * Makefile.am (BUILD_LIBS): Don't increment it conditionally.
386         (include_HEADERS): Likewise.
387
388 2006-06-23  TAKAHASHI Naoto  <ntakahas@m17n.org>
389
390         * language.c: Update documentation.
391
392 2006-06-23  Kenichi Handa  <handa@m17n.org>
393
394         * font-ft.c (struct MFontFT): Delete member lang.
395         (free_ft_info): Don't unref member lang.  Destroy members langset
396         and charset.
397         (fc_parse_pattern): Last argument changed to MFontFT *.  Callers
398         changed.  Set members langset and charset.
399         (fc_init_font_list, fc_list_pattern, fc_build_charset): New
400         functions.
401         (ft_init_font_list, ft_has_char_list_p, ft_list_char_list): New
402         functions.
403         (ft_list_family) [HAVE_FONTCONFIG]: Include FC_CHARSET on objset.
404         (ft_list_family) [! HAVE_FONTCONFIG]: Call ft_init_font_list.
405         (ft_list_language) [HAVE_FONTCONFIG]: Check representative
406         characters at first.  If it fails, try listing by language names.
407         (ft_list_language) [! HAVE_FONTCONFIG]: Call ft_list_char_list.
408         (ft_check_language): Renamed from ft_check_lang.  Adjusted for the
409         change of MFontCapability.
410         (ft_list_capability): Likewise.  Try listing by languages, then by
411         scripts.  Check OTF at last.
412         (ft_check_script): New function.
413         (ft_select): Adjusted for the check of MFontCapability.
414         (ft_list_family_names): New function.
415         (ft_check_capability): If cap->script is not Mnil, call
416         ft_check_script.
417         (mfont__ft_driver): Initialize with ft_list_family_names.
418
419         * font.h (struct MFontDriver): New member list_fmaily_names.
420         (struct): Change member "MSymbol *lang" to "MSymbol language".
421
422         * font.c: Include "language.h".
423         (Motf): New variable.
424         (otf_script_list, load_otf_script_list): Delete it.
425         (find_script_from_otf_tag): Delete it.
426         (merge_capability): New function.
427         (mfont__init): Init Motf.
428         (mfont__fini): Don't unref otf_script_list.
429         (free_font_capability): Check cap->script_tag to determine if
430         OTF-related capability is set.
431         (mfont__get_capability): Call mscript__from_otf_tag.  Adjusted for
432         the change of type MFontCapability.
433         (mfont_put_prop): Call merge_capability for Mlanguage, Mscript,
434         and Motf properties.
435         (mfont_list): Call merge_capability for LANGUAGE arg.
436         (mfont_list_family_names): New function.
437
438         * input-gui.c: Typo in comments fixed.
439
440         * input.c: Typo in comments fixed.
441
442         * language.h (mlanguage__list): Delete it.
443         (mscript__char_list, mscript__otf_tag, mscript__from_otf_tag): New
444         functions.
445
446         * language.c: Include "mtext.h".
447         (M_script_lang_list): Delete it.
448         (language_list, script_list): New variables.
449         (load_lang_script_list, init_language_list, init_script_list): New
450         functions.
451         (mlang__init): Don't load language database here.
452         (mlang__fini): Unref language_list and script_list if not NULL.
453         (mlanguage__list): Delete it.
454         (mlanguage__info, mscript__info, mscript__char_list)
455         (mscript__otf_tag, mscript__from_otf_tag): New functions.
456         (mlanguage_list, mlanguage_code, mlanguage_name, mlanguage_text)
457         (mscript_list, mscript_language_list): New functions.
458
459         * m17n-gui.h (mfont_list_family_names): Extern it.
460
461         * m17n.h (mlanguage_list, mlanguage_code, mlanguage_name)
462         (mlanguage_text, mscript_list, mscript_language_list): Extern
463         them.
464
465 2006-06-21  Kenichi Handa  <handa@m17n.org>
466
467         * m17n-X.c (xfont_driver): Initialize with
468         xfont_list_family_names.
469         (xfont_list_family_names): New function.
470         (xft_driver): Initialize with NULL for list_family_names member.
471         (device_init): Set list_family_names member of xft_driver to that
472         of mfont__ft_driver.
473
474 2006-06-06  Kenichi Handa  <handa@m17n.org>
475
476         * fontset.c (mfont__lookup_fontset): Don't set *num to 1 if it is 0.
477
478 2006-03-24  Kenichi Handa  <handa@m17n.org>
479
480         * font-ft.c (ft_open): Improve debug message.
481
482         * fontset.c (mfontset__get_font): Fix for the case that no font in
483         per_script list is available.
484
485 2006-02-06  Kenichi Handa  <handa@m17n.org>
486
487         * Version 1.3.3 released.
488
489 2006-02-22  Kenichi Handa  <handa@m17n.org>
490
491         * textprop.c: Fix some typos in documentation.
492
493         * plist.c: Fix some typos in documentation.
494
495         * m17n-core.h: Fix some typos in documentation.
496         (M17NLIB_PATCH_LEVEL): Updated to 3.
497         (M17NLIB_VERSION_NAME): Updated to "1.3.3".
498
499         * symbol.c: Fix some typos in documentation.
500
501         * mtext.c: Fix some typos in documentation.
502
503         * input.c: Fix several typos in documentation.
504
505 2006-02-06  Kenichi Handa  <handa@m17n.org>
506
507         * Version 1.3.2 released.
508
509 2006-02-03  Kenichi Handa  <handa@m17n.org>
510
511         * m17n-core.h (M17NLIB_PATCH_LEVEL): Updated to 2.
512         (M17NLIB_VERSION_NAME): Updated to "1.3.2".
513
514         * font.c (xlfd_parse_name): Fix handling of the name "nil".
515
516         * draw.c (layout_glyphs): Fix handling left_padding of
517         composition's base.
518
519         * m17n-gd.c (read_rgb_txt): Support HTML 4.0 color names.
520
521 2006-02-02  Kenichi Handa  <handa@m17n.org>
522
523         * Makefile.am (include_HEADERS): Add m17n-gui.h and m17n-X.h only
524         if WITH_GUI is true.
525
526 2006-01-25  Kenichi Handa  <handa@m17n.org>
527
528         * input.c (resolve_expression): If the value of PLIST is a plist,
529         but the first element is not symbol, return 0.
530
531 2006-01-17  Kenichi Handa  <handa@m17n.org>
532
533         * m17n-gd.c (gd_render): Use gdImageColorResolveAlpha only if
534         HAVE_GD is 2 or the greater.
535
536 2006-01-16  Kenichi Handa  <handa@m17n.org>
537
538         * Version 1.3.1 released.
539
540 2006-01-16  Kenichi Handa  <handa@m17n.org>
541
542         * m17n-gd.c (gd_render): Use gdImageColorResolveAlpha instead of
543         simulating anti-aliasing.
544
545         * m17n-core.h (M17NLIB_PATCH_LEVEL): Updated to 1.
546         (M17NLIB_VERSION_NAME): Updated to "1.3.1".
547
548 2006-01-12  Kenichi Handa  <handa@m17n.org>
549
550         * input.c (get_surrounding_text): Always pop ic->plist.
551         (reset_ic): Don't reset ic->plist.
552
553 2006-01-10  Kenichi Handa  <handa@m17n.org>
554
555         * input.c (preedit_commit): For debugging, print only commiting
556         charactes.  Don't set ic->candidate_show to 0.
557         (handle_key): Don't run branch-actions just by shifting to the
558         current state.
559         (reset_ic): Reset state_key_head and key_head of ic_info to 0.
560         Reset vars and plist.
561
562 2006-01-07  Kenichi Handa  <handa@m17n.org>
563
564         * input.c (load_branch): Confirm that maps is not NULL.
565
566 2006-01-05  Kenichi Handa  <handa@m17n.org>
567
568         * input-gui.c (win_filter): Try to convert arg to key only when
569         arg is not NULL.
570
571         * plist.c (read_integer_element): If '#' and '-' are followed by
572         non-integer-constituent, read them as a part of a symbol.
573         (read_symbol_element): New arg C.
574         (read_element): Adjust args to read_symbol_element.
575
576         * input.c (load_macros): On overwriting a macro, free the old
577         definition.
578         (minput__init): Store Mmap in load_im_info_keys.
579         (minput_get_title_icon): If the input method has no title, be sure
580         to return NULL.
581         (minput_get_description): If the input method has no description,
582         be sure to return NULL.
583         (minput_get_variables): Fix documentation.
584         (handle_key): Pay attention to the case that key is Mnil.
585         (filter): Likewise.  Fix handling of such symbol as S-A.
586
587 2005-12-22  Kenichi Handa  <handa@m17n.org>
588
589         * Version 1.3.0 released.
590
591 2005-12-22  Kenichi Handa  <handa@m17n.org>
592
593         * font-ft.c (ft_list): If the specified font has no property,
594         return all fonts.
595
596 2005-12-20  Kenichi Handa  <handa@m17n.org>
597
598         * character.c (mchar_get_prop): Check char_prop_list.
599         (mchar_put_prop, mchar_get_prop_table): Likewise.
600
601 2005-12-18  Kenichi Handa  <handa@m17n.org>
602
603         * input.c (minput_get_title_icon): If LANGUAGE is Mt, try also a
604         file name sans language.
605
606 2005-12-16  TAKAHASHI Naoto  <ntakahas@m17n.org>
607
608         * input.c: Fix typo in comments.
609
610 2005-12-14  Kenichi Handa  <handa@m17n.org>
611
612         * input.c (minput_get_title_icon): Check the default icon for the
613         input method.
614
615 2005-12-13  Kenichi Handa  <handa@m17n.org>
616
617         * input.c (Mless_equal, Mgreater_equal): New variables.
618         (parse_expression, resolve_expression, parse_action_list)
619         (take_action_list): Handle the aboves.
620         (filter): Treat key S-X as X.
621         (minput__init): Initialize Mless_equal and Mgreater_equal.
622         (minput_get_title_icon): New function.
623
624         * m17n.h (minput_get_title_icon): Extern it.
625
626         * database.c (get_database_filename): Return a filename instead of
627         file pointer.
628         (load_database): Adjusted for the above change.
629         (mdatabase__load_for_keys): Likewise.
630         (mdatabase__find_file): New function.
631
632         * database.h (mdatabase__find_file): Extern it.
633
634         * font.h (mfont__resize): Delete extern.
635
636         * font.c (mfont__list): Check resize ratio.
637         (mfont__resize): Delete it.
638         (mfont_resize_ratio): Include the code of mfont__resize.
639
640         * font-ft.c (ft_open): Check resize ratio.
641
642         * m17n-X.c (xfont_open): Check resize ratio.
643         (xft_open): Likewise.
644
645 2005-12-07  Kenichi Handa  <handa@m17n.org>
646
647         * input.c (take_action_list): If take_action_list return -1,
648         return -1.
649         (handle_key): Likewise.
650
651         * face.c (mface__for_chars): When font is specified and layouter
652         is found for it, if the layouter doesn't support one of a
653         character, use a face sans layouter for it.
654
655 2005-12-06  Kenichi Handa  <handa@m17n.org>
656
657         * fontset.c (mfont__lookup_fontset): If only a fallback font is
658         found, don't use it for more than one character.
659
660 2005-12-05  Kenichi Handa  <handa@m17n.org>
661
662         * face.c (mface__realize): Set rfont->layouter to Mnil.
663         (mface__for_chars): Fix handling of layouter.
664
665         * character.h (mchar__define_prop): Extern it.
666
667         * database.c (update_database_list): Call mchar__define_prop if
668         necessary.
669
670         * character.c (mchar__init): Don't call mchar_define_property.
671         Instead just initialize property keys.
672         (mchar__fini): Free char_prop_list only if it's not NULL.
673         (mchar__define_prop): New function.
674         (mchar_define_property): Call mchar__define_prop.
675
676         * m17n-core.c (m17n_fini_core): Call mtext__prop_fini at after
677         mplist__fini.
678
679 2005-12-02  Kenichi Handa  <handa@m17n.org>
680
681         * language.c (mlang__init): Handle extra chars.
682
683         * m17n-gui.h (mfont_check): Adjust prototype.
684
685         * m17n-X.c (xfont_driver): Specify xfont_check_capability.
686         (xfont_check_capability): New function.
687         (xft_driver): Specify xft_check_capability.
688         (xft_check_capability): New function.
689
690         * font-ft.c (M0_3): Delete it.
691         (M0): New variable.
692         (ft_get_charmaps): Refer to M0.
693         (fc_parse_pattern): Fix previous change.
694         (ft_list_language): Check also extra chars.
695         (ft_check_otf): Define it even if HAVE_OTF is undef.
696         (ft_check_lang): Check the result of FcLangSetHasLang against
697         FcLangDifferentLang.  Check also extra chars.
698         (ft_list_capability): Delete ifdef HAVE_OTF.
699         (ft_select): Likewise.
700         (ft_open): Improve debug information.
701         (ft_check_capability): New function.
702         (mfont__ft_driver): Specify ft_check_capability.
703         (mfont__ft_init): Initialize M0.
704
705         * fontset.c (get_font_from_group): New function.
706         (mfontset__get_font): New function.
707
708         * fontset.h (mfontset__get_font): Extern it.
709
710         * font.c (OTF_tag): Define it if HAVE_OTF is undef.
711         (mfont__fini): Delete ifdef HAVE_OTF.
712         (free_font_capability): Likewise.
713         (mfont__get_capability): Likewise.
714         (mfont__check_capability): New function.
715         (mfont_check): Change the order of arguments.  Use
716         mfontset__get_font.
717
718         * font.h (struct MFontDriver): New member check_capability.
719         (MFontCapability): Delete ifdef HAVE_OTF.
720         (mfont__check_capability): Extern it.
721
722         * face.c (mface__realize): Fix handling of FONT arg.
723         (mface__for_chars): Fix handling of explicitly specified font.
724
725 2005-11-25  Kenichi Handa  <handa@m17n.org>
726
727         * font-flt.c (run_command): Print debug info for
728         left/rigth_padding
729
730         * draw.c (layout_glyphs): Fix handling of left/right_padding.
731
732         * face.c (mface__for_chars): Check rfont before accessing the
733         members.
734
735 2005-11-21  Kenichi Handa  <handa@m17n.org>
736
737         * Makefile.am (lib_LTLIBRARIES): Define it conditionaly on
738         WITH_GUI.
739
740         * fontset.c (fontset_table): New variable.
741         (free_fontset): Call M17N_OBJECT_UNREGISTER.
742         (mfont__fontset_init): Add fontset_table as an object array.
743         (mfont__realize_fontset): Ref FONTSET.
744         (mfont__free_realized_fontset): Unref REALIZED->fontset.
745         (mfontset): Call M17N_OBJECT_REGISTER.
746         (mfontset_copy): Likewise.
747
748         * input.c (handle_key): For debugging, print information about
749         alias key.
750         (filter): Add an alias for Meta and Alt modifiers.
751         (Mcond, Mplus, Mminus, Mstar, Mslush, Mand, Mor, Mnot): New
752         variables.
753         (minput__init): Initialize them.
754         (parse_expression): New function.
755         (resolve_expression): New function.
756         (parse_action_list): Handle expressions by parse_expression.
757         (take_action_list): Handle expressions by resolve_expression.
758         (parse_nested_list_value): Fix previous change.
759         (resolve_command): Fix handling of the return value of
760         get_nested_list.
761
762 2005-11-18  Kenichi Handa  <handa@m17n.org>
763
764         * font-ft.c (ft_check_otf, otf_script_list): Define only when
765         HAVE_OTF is defined.
766         (ft_list_capability): Call ft_check_otf only when HAVE_OTF is
767         defined.
768         (ft_select): Likewise.
769
770         * font.c (mfont_list): Fix for the case that FONT is NULL.
771         (OTF_tag): Delete it.
772         (load_otf_script_list): Define only when HAVE_OTF is defined.
773         (mfont__fini): Unref otf_script_list only when HAVE_OTF is
774         defined.
775
776         * draw.c (truncate_gstring): Be sure to truncate at
777         glapheme-cluster boundary.
778
779 2005-11-11  Kenichi Handa  <handa@m17n.org>
780
781         * input.c (delete_surrounding_text): Clear cache if necessary.
782
783 2005-11-09  Kenichi Handa  <handa@m17n.org>
784
785         * draw.c (compose_glyph_string): Update prev->rface->rfont if the
786         glyph prev is also supported by the current flt.
787
788 2005-11-08  Kenichi Handa  <handa@m17n.org>
789
790         * m17n-X.c (xft_render): Cancel previous change.
791
792 2005-11-07  Kenichi Handa  <handa@m17n.org>
793
794         * input.c: Include <stdlib.h>.
795         (get_surrounding_text, delete_surrounding_text)
796         (get_preceding_char, get_following_char): New functions.
797         (integer_value): New arg surrounding.  If it is nonzero, try to
798         get a surrounding character.  Callers changed.
799         (take_action_list): Check `value' before setting an element.
800         (destroy_ic): Unref ic_info->preceding_text and
801         ic_info->following_text.
802         (minput__init): Initialize Minput_get_surrounding_text and
803         Minput_delete_surrounding_text.
804         (Minput_get_surrounding_text, Minput_delete_surrounding_text): New
805         variables.
806         (filter): Unref ic_info->preceding_text and
807         ic_info->following_text.
808
809         * m17n.h (Minput_get_surrounding_text, Minput_delete_surrounding_text):
810         Extern them.
811
812         * input.h (MInputContextInfo): New members preceding_text and
813         following_text.
814
815 2005-11-04  Kenichi Handa  <handa@m17n.org>
816
817         * input.c (parse_nested_list_value): Fix handling of the global
818         definition.
819         (get_nested_list): Get global definitions by load_partial_im_info.
820         (preedit_commit): Set ic->candidates_changed to bitwise or of enum
821         MInputCandidatesChanged.
822         (take_action_list): Likewise.
823         (reset_ic): Likewise.
824         (create_ic): Don't pay special attention to
825         Mcandidates_group_size.
826         (load_partial_im_info): Call mdatabase_find with correct 4th arg.
827         (minput_set_variable): Get a definition of varible by
828         mplist_find_by_value, not mplist_get.
829
830         * m17n.h (enum MInputCandidatesChanged): New enum.
831
832 2005-11-01  Kenichi Handa  <handa@m17n.org>
833
834         * m17n-X.c (xft_render): Check xft_draw's drawable before changing
835         it.
836         (mwin__destroy_window): If xft_draw's drawable is win, change it
837         to device->drawable before destroying win.
838
839 2005-10-31  Kenichi Handa  <handa@m17n.org>
840
841         * input.c (load_im_info): Fix adding of state.
842
843         * m17n-core.c (m17n_fini_core): Fix reporting of module
844         finalization.
845
846         * m17n.c (m17n_fini): Fix reporting of module finalization.
847
848         * m17n-gui.c (m17n_init_win): Fix reporting of module
849         finalization.
850
851 2005-10-29  Kenichi Handa  <handa@m17n.org>
852
853         * input.c (get_candidate_list): Fix the timing of referring plist.
854
855 2005-10-28  Kenichi Handa  <handa@m17n.org>
856
857         * input.c (load_branch): Ignore an undefined map name.
858         (load_im_info): Set im_info->title from `name' only if it's not
859         Mnil.
860         (shift_state): Always update ic->status.
861         (adjust_candidates): Renamed from adjust_candidate_command.
862         Argument changed.  Caller changed.
863         (get_candidate_list, regularize_action): New functions.
864         (take_action_list): Use them.  On handling Munhandle, don't set
865         ic_info->used to 0.
866         (handle_key): If KEY is not handled by MAP, and MAP has
867         branch_actions, perform them.
868
869         * database.c (mdatabase__fini): Free dir_info->filename;
870
871 2005-10-20  Kenichi Handa  <handa@m17n.org>
872
873         * input.c (marker_code): Accept '@@'.
874         (integer_value): Handle '@@'.
875         (parse_action_list): Accept a symbol argument.
876         (take_action_list): Resolve the symbol argument.  Handle the
877         integer argument.
878
879 2005-10-18  Kenichi Handa  <handa@m17n.org>
880
881         * input.c: Include "charset.h".
882         (M_candidates, Mcandidates_group_size, Mcandidates_charset): New
883         variables.
884         (MIMState): New member (M17NObject control).
885         (lookup_nested_list, set_nested_list, parse_nested_list_value)
886         (get_nested_list, resolve_variable): New functions.
887         (integer_value): New arg (MPlist **value).  Set it to the plist
888         element containing the value.
889         (resolve_command): New function.
890         (load_translation): New arg (MPlist *map_actions).
891         (load_branch): New args language and name.  If `keylist' is a
892         symbol, resolved that as a command name.
893         (free_map): New arg top.  Free map->map_actions only if top is
894         nonzero.
895         (free_state): New function.
896         (load_state): New arg name.
897         (im_info_list): New variable.
898         (free_im_info, get_im_info_by_tags): New functions.
899         (load_im_info): Arg key changed to plist.  Handle `include'.
900         Return (MInputMethodInfo *).
901         (preedit_commit): Ref ic->candidate_list.
902         (get_select_charset, adjust_candidate_command): New functions.
903         (take_action_list): Handle `include'.  Adjust candidate action
904         properly.  Handle control variables `candidates-charset' and
905         `candidates-group-size'.
906         (open_im): Use get_im_info.
907         (create_ic): Get global variables.
908         (load_partial_im_info): New function.
909         (get_im_info): New function.
910         (check_command_keyseq, check_command_list, check_variable_list):
911         New functions.
912         (minput__init): Don't handle M_database_hook and Mdetail_text.
913         Initialize M_candidates, Mcandidates_group_size,
914         Mcandidates_charset.
915         (parse_variable_list, get_variable_list, parse_command_list)
916         (get_command_list): Delete them.
917         (MDatabaseStatList, imdir_stat_list, input_method_hook): Delete them.
918         (minput__fini): Simply unref command_list and variable_list.
919         (minput_get_description): Adjusted for the new form of description.
920         (minput_get_commands): Use get_nested_list.
921         (minput_assign_command_keys): Likewise.
922         (minput_get_variables, minput_set_variable): Likewise.
923
924         * input.h (MInputMethodInfo): New members im and maps.
925
926         * database.h (M_database_hook): Delete extern.
927         (MDatabaseHookFunc): Delete extern.
928         (mdatabase__check): Extern it.
929
930         * database.c: Include <glob.h>.
931         (MAX_TIME): New macro.
932         (Masterisk): New variable.
933         (get_database_stream): Argument changed to (MDatabaseInfo *).
934         Callers changed.
935         (get_dir_info): Renamed from duplicate_dirname.  Callers changed.
936         (find_database): New function.
937         (update_database_list): New function.
938         (mdatabase__init): Initialize Masterisk.  Setup mdb_list by
939         calling update_database_list.
940         (mdatabase__check): New function.
941         (mdatabase_find): Use update_database and find_database.  Don't
942         handle MDatabaseHookFunc.
943         (mdatabase_list): Call update_database at first.
944         (mdatabase_define): Adjusted for the change of mdb->extra_info.
945         (MDatabaseList): New type.
946
947         * plist.h (mplist_conv, mplist__pop_unref): Extern them.
948
949         * m17n.h (Mdetail_text): Delete extern.
950
951         * m17n-core.h (mplist_conc): Delete extern.
952
953         * plist.c (mplist__conc): Renamed from mplist_conc.  Don't ref
954         tail.
955         (mplist_conc): Renamed to mplist__conc.
956         (mplist__pop_unref): New function.
957
958 2005-10-14  Kenichi Handa  <handa@m17n.org>
959
960         * plist.c (read_mtext_element): Ignore the sequence of '\\' and
961         newline.
962         (read_element): If keys is an empty plist, return any element
963         found first.
964         (dump_plist_element): Check if plist is nested.
965         (mplist_conc): Always ref tail.
966         (mplist_set): If key is a managing key, ref val in advance.
967
968         * plist.h (MPLIST_VAL_MANAGED_P): Delete this macro.
969         (MPLIST_NESTED_P, MPLIST_SET_NESTED_P): New macros.
970         (MPLIST_ADD_PLIST, MPLIST_PUSH_PLIST, MPLIST_PUT_PLIST): New
971         macros.
972
973         * fontset.c (free_fontset): Unref fontset_list if necessary.
974         (mfont__fontset_fini): Don't free fontset_list.  Unref
975         default_fontset.
976         (mfont__realize_fontset): Initialize request.
977         (mfontset): Ref default_fontset or fontset only if necessary.
978         (mfontset_copy): Don't ref copy.
979
980         * draw.c (render_glyphs): Check gend->type before checking
981         gend->to.
982
983         * font-ft.c (mfont__ft_fini): Unref ft_default_list.  Set all
984         unrefed plists to NULL.
985
986 2005-10-04  Kenichi Handa  <handa@m17n.org>
987
988         * textprop.c (mtext_serialize): Be sure to make mt
989         MTEXT_FORMAT_UTF_8 and NULL terminated.
990
991         * m17n-gui.c (m17n_init_win): Initialize Mcolormap.
992
993         * draw.c (mdraw_glyph_list): Fix settting of glyphs->font->source.
994
995 2005-10-03  Kenichi Handa  <handa@m17n.org>
996
997         * draw.c (mdraw_glyph_info): Pay attention to the case that FROM
998         is not at the beginning of line.
999
1000 2005-09-22  Kenichi Handa  <handa@m17n.org>
1001
1002         * input.c: Include <sys/stat.h> and <unistd.h>.
1003         (Minclude, Mcommit, Munhandle): New variables.
1004         (minput__init): Initialize them.  Push only Mstate to
1005         load_im_info_keys.   Add aliases C-lowercase for C-uppercase.
1006         (parse_action_list): Allow integer arg for undo.  Handle Mcommit
1007         and Munhandle.
1008         (load_input_method): Handle "include" directive.  If no states are
1009         loaded, return -1.
1010         (shift_state): If state_name is Mt, shift back to the previous
1011         state.  Call preedit_commit to commit preedit text.
1012         (preedit_commit): New function.
1013         (take_action_list): Improve debug printing.  Handle commit and
1014         unhandle commands.
1015         (handle_key): Check the return value of take_action_list.  Don't
1016         take branch_actions just after changing to the root map.
1017         (reset_ic): Reset all ic_info members.
1018         (filter): When a key is not handled, just move ic_info->keys
1019         instead fo calling reset_ic.
1020         (load_im_info): If key is not Mstate, push Mmap to
1021         load_im_info_keys.
1022         (MDatabaseStatList): New type.
1023         (imdir_stat_list): New variable.
1024         (input_method_hook): Don't cancel the hook.  Check the
1025         modification time of directories.
1026         (minput__fini): Free imdir_stat_list;
1027
1028         * input.h (MInputContextInfo): New member prev_state.
1029
1030         * m17n-core.h (mplist_conc): Extern it.
1031
1032         * plist.c (mplist_conc): New function.
1033
1034         * mtext.c (mdebug_dump_mtext): Escape '"' and '\\' by '\\'.
1035
1036         * font.h (MRealizedFont): New member average_width.
1037
1038         * font-ft.c (ft_open): Set rface->average_width.
1039
1040         * font.c (xlfd_unparse_name): Print '*' before registry name.
1041
1042         * m17n-X.c (MDisplayInfo): New member AVERAGE_WIDTH.
1043         (xfont_open): Set rfont->average_width.
1044         (xft_open): Likewise.
1045         (device_open): Initialize disp_info->AVERAGE_WIDTH.
1046
1047         * internal-gui.h (struct MFrame): New member average_width.
1048
1049         * m17n-gui.c (mframe): Fix setting of frame->rfont.
1050         (mframe_get_prop): Return the average_width of a font.
1051
1052         * face.c (mface__realize): Set rface->average_width.
1053         (mface__update_frame_face): Set frame->average_width.
1054
1055         * face.h (MRealizedFace): New member average_width.
1056
1057 2005-09-19  Kenichi Handa  <handa@m17n.org>
1058
1059         * font.c (xlfd_unparse_name): New arg full_xlfd.
1060         (mfont__encode_char): Use shortcut only for X core fonts.
1061         (mfont_unparse_name): Call xlfd_unparse_name with full_xlfd arg 1.
1062         (mfont_put_prop): Handle `language' property.
1063         (mdebug_dump_font): Call xlfd_unparse_name with full_xlfd arg 0.
1064         Print file can capability info too.
1065
1066         * m17n-core.c (mdebug__output): New variable.
1067         (SET_DEBUG_FLAG): Unset mask if env_value is '0'.
1068         (m17n_init_core): Handle MDEBUG_ALL and MDEBUG_OUTPUT_FILE.
1069         (m17n_fini_core): Close mdebug__output if it's not stderr.
1070
1071         * m17n-X.c (MDisplayInfo): New member MULE_BASELINE_OFFSET.
1072         (xfont_open): Handle baseline_offset.
1073         (xfont_find_metric): Likewise.
1074         (xfont_render): Likewise.
1075         (xft_open): Likewise.
1076         (xft_render): Likewise.
1077
1078         * internal.h (MDebugMaskBit): Add MDEBUG_ALL.
1079         (mdebug__output): Extern it.
1080         (MDEBUG_PRINT, MDEBUG_PRINT1, MDEBUG_PRINT2, MDEBUG_PRINT3)
1081         (MDEBUG_PRINT4, MDEBUG_PRINT5): Print to medebug__output.
1082         (MDEBUG_DUMP): New macro.
1083         (MDEBUG_PRINT_TIME): Print to medebug__output.
1084
1085         * font.h (MRealizedFont): New member baseline_offset.
1086
1087         * font-ft.c (ft_get_charmaps): Check if the font support iso8859-1
1088         characters.
1089         (fc_weight_table): Add FC_WEIGHT_REGULAR.
1090         (ft_list_family): Check alias.
1091         (ft_list_language): If language is "en", don't try to the second
1092         step.
1093         (ft_default_list): New variable.
1094         (ft_list_default): New function.
1095         (ft_select): If family is not specified, try only the default
1096         fonts.  Treat the weights normal and medium same.
1097         (ft_open): Fix debug message.  If registry is not specified, try
1098         unicode-bmp.  Handle _MULE_BASELINE_OFFSET property of BDF fonts.
1099         (ft_find_metric): Likewise.
1100         (ft_render): Likewise.
1101         (ft_list): Fix debug message.  Accept the registring iso8859-1.
1102         If family is not specified, try only the default fonts.
1103
1104         * face.c (mface__realize): Fix logic of opening a font.
1105
1106 2005-09-16  Kenichi Handa  <handa@m17n.org>
1107
1108         * face.c (mface__realize): 
1109
1110         * m17n.h (Minput_focus_move, Minput_focus_in, Minput_focus_out):
1111         Extern them.
1112
1113         * input.c (shift_state): Fix the condition of taking init actions.
1114         (take_action_list): Fix handling of pushback action.
1115         (handle_key): Don't change key while checking its alias.
1116         (minput__init): Initialize new variables.
1117         (Minput_focus_move, Minput_focus_in, Minput_focus_out): New
1118         variables.
1119
1120 2005-09-12  Kenichi Handa  <handa@m17n.org>
1121
1122         * mtext.c (mtext__uppercase): Add proper open/close parens.
1123         (mtext_titlecase): Add proper casting.
1124
1125         * input.c (parse_action_list): Handle the case that the arg is a
1126         key sequence (MText or MPlist).
1127         (take_action_list): Likewise.
1128         (shift_state): Shorter debug message.
1129         (handle_key): Terminate a debug message by "\n".
1130         (reset_ic): Don't take initial actions here.
1131         (minput_open_im): Print a debug message.
1132         (minput_close_im): Likewise.
1133         (minput_create_ic): Likewise.
1134         (minput_destroy_ic): Likewise.
1135
1136 2005-09-09  TAKAHASHI Naoto  <ntakahas@m17n.org>
1137
1138         * mtext.c (mtext_lowercase, mtext_titlecase, mtext_uppercase):
1139         Change API.
1140
1141 2005-09-07  TAKAHASHI Naoto  <ntakahas@m17n.org>
1142         * character.c: Add "cased", "soft-dotted", and "case-mapping" in
1143         mchar__init ().
1144
1145         * character.c: Add Japanese documentation for
1146         mchar_get_prop_table ().
1147
1148 2005-09-06  TAKAHASHI Naoto  <ntakahas@m17n.org>
1149
1150         * mtext.c (tricky_chars, *cased, *soft_dotted, *case_mapping)
1151         (MCharTable *combining_class, Mlt, Mtr, Maz, gr03A3, lt0049,
1152         (lt004A, lt012E, lt00CC, lt00CD, lt0128, tr0130, tr0049, tr0069):
1153         New variables.
1154         (init_case_conversion): New function.
1155         (CASE_CONV_INIT, REPLACE, DELETE, LOOKUP): New macros.
1156         (uppercase_precheck, lowercase_precheck, final_sigma)
1157         (after_soft_dotted, more_above, before_dot, after_i)
1158         (mtext_uppercase, mtext_titlecase, mtext_lowercase): New functions.
1159
1160 2005-09-05  TAKAHASHI Naoto  <ntakahas@m17n.org>
1161
1162         * plist.c (read_mtext_element): Fix previous change.
1163
1164 2005-09-05  Kenichi Handa  <handa@m17n.org>
1165
1166         * plist.c (read_mtext_element): Handle \uXXXX notation.
1167
1168         * internal.h (MTABLE_MALLOC): Don't use a local variable.
1169         (MTABLE_ALLOCA): Change the name of local variable.
1170
1171         * m17n-gd.c (device_open): Define it even if HAVE_GD nor
1172         HAVE_FREETYPE are defined.
1173
1174         * m17n-X.c: Check HAVE_X11.
1175
1176         * Makefile.am (X_LD_FLAGS): Use @X11_LD_FLAGS@ instead of
1177         directory listing libraries.
1178         (noinst_PROGRAMS): Define it only in maintainer mode.
1179
1180 2005-09-02  Kenichi Handa  <handa@m17n.org>
1181
1182         * m17n-gui.h (mdraw_line_break_option): Extern it.
1183
1184         * draw.c (truncate_gstring): Use find_glyph_in_gstring to find the
1185         end of the first glyph.
1186         (GET_LB_TYPE, find_break_backward, find_break_forward): Delete
1187         them.
1188         (mdraw_line_break_option): New variable.
1189         (mdraw_default_line_break): Use mtext_line_break.
1190
1191         * mtext.h (wordseg_func_table): Don't extern it.
1192         (mtext__wseg_fini): Extern it.
1193
1194         * mtext.c: Don't include word-thai.h.
1195         (wordseg_func_table): Delete this variable.
1196         (mtext__init): Don't initialize above.  Don't call
1197         mtext__word_thai_init.
1198         (mtext__fini): Don't free wordseg_func_table.  Call
1199         mtext__wseg_fini instead fo mtext__word_thai_fini.
1200         (MTextWordsegFunc): Don't typedef it.
1201         (mtext__word_segment): Moved to mtext-wseg.c.
1202
1203         * m17n-core.h (enum MTextLineBreakOption): New enum.
1204         (mtext_line_break): Extern it.
1205
1206         * mtext-wseg.c: New file.
1207
1208         * mtext-lbrk.c: New file.
1209
1210         * Makefile.am (libm17n_core_la_SOURCES): Delete word-thai.[ch],
1211         add mtext-lbrk.c and mtext-wseg.c.
1212
1213         * textprop.c (mtext__adjust_plist_for_change): Pay attention for
1214         the case that head is NULL.
1215
1216 2005-09-01  Kenichi Handa  <handa@m17n.org>
1217
1218         * word-thai.c (wordseg_propertize): If the property value is nil,
1219         don't make the property no-merge.
1220         (thai_wordseg): Don't require *from and *to are set a priori.  Pay
1221         attention to the case that they are NULL.
1222         (mtext__word_thai_init): Make the name of Mthai_wordseg starts
1223         with two spaces.
1224
1225         * character.c (mchar_get_prop_table): New function.
1226
1227         * textprop.h (mtext__adjust_plist_for_change): Prototype adjusted.
1228
1229         * m17n-core.h (mtext_insert, mtext_replace): Extern them.
1230         (mchar_get_prop_table): Extern it.
1231
1232         * textprop.c (prepare_to_modify): New arg deleting.  Callers changed.
1233         (mtext__adjust_plist_for_change): Argument changed.  Callers changed.
1234
1235         * internal.h (enum MTextCoverage): New enum.
1236         (MText): New member coverage.
1237
1238         * mtext.c (FORMAT_COVERAGE): New macro.
1239         (insert): Copy mt2->coverage.
1240         (mtext__from_data): Initialize mt->coverage.
1241         (mtext__adjust_format): Update mt->coverage.
1242         (mtext): Initialize mt->coverage.
1243         (mtext_set_char): Adjust args to mtext__adjust_plist_for_change.
1244         Update mt->coverage if necessary.
1245         (mtext_duplicate): Copy mt->coverage.
1246         (mtext_insert, mtext_replace): New functions.
1247         (mtext_dup): Use mtext_duplicate.
1248         (mtext__word_segment): Don't set *from and *to if a word
1249         segmentation funcion is not found.
1250         (mtext_ins_char): Fix typo.
1251
1252 2005-08-25  Kenichi Handa  <handa@m17n.org>
1253
1254         * font.h (MFont): New member for_full_width.
1255
1256         * font.c (compare_font_score): Prefer a font of not
1257         for_full_width.
1258
1259         * m17n-X.c (xfont_registry_list): Set font.for_full_width if the
1260         registry charset of a font is one of CJK charsets.
1261
1262         * font-ft.c (fc_parse_pattern): Set font->for_full_width if a font
1263         supports some of CJK.
1264
1265 2005-08-24  Kenichi Handa  <handa@m17n.org>
1266
1267         * m17n-gui.h (Mascent, Mdescent): Don't extern them.
1268
1269         * m17n-gui.c (null_device_open): Check Mresolution param and set
1270         frame->dpi.
1271
1272         * m17n-gd.c (device_open): Check Mresolution param and set
1273         frame->dpi.
1274
1275         * m17n-X.c (MWDevice): New member resy.
1276         (xfont_open): Set ascent, descent, and max_advance members of
1277         rfont.
1278         (xft_open): Likewise.
1279         (device_open): Compare also screen_num to find a device.  Set
1280         device->resy and frame->dpi.
1281
1282         * internal-gui.h (MFrame): New member dpi.
1283
1284         * font.h (MRealizedFont): New member max_advance.
1285
1286         * font.c (xlfd_unparse_name): Handle the case of font->size < 0.
1287         (mfont__init): Don't initialize Mascent, Mdescent.
1288         (Mascent, Mdescent): Delete these variables.
1289         (mfont_get_prop): Fix previous change.  Check Mfont_ascent and
1290         Mfont_descent instead of Mascent and Mdescent.
1291         (mfont_put_prop): Allow negative size.
1292         (mfont_find): Handle the case of spec->size < 0.  Fix previous
1293         change.
1294         (mfont_list): Handle the case of spec->size < 0.
1295         (mfont_check): Likewise.
1296
1297         * font-ft.c (STRDUP_LOWER): Ignore the tailing spaces.
1298         (fc_get_pattern): Handle the case of font->size < 0.
1299         (ft_open): Set ascent, descent, and max_advance members of rfont.
1300         (ft_find_metric): Improve rounding.
1301         (mfont__ft_parse_name): If FC_PIXEL_SIZE is not available, set
1302         FC_SIZE.
1303
1304         * face.c (mface__realize): Handle the case of font->size < 0.
1305
1306 2005-08-22  Kenichi Handa  <handa@m17n.org>
1307
1308         * coding.c (MConverterStatus): Change the member buf to union.
1309         (mconv_buffer_converter): Add const to the arg buf.
1310         (mconv_decode_buffer, mconv_rebind_buffer): Likewise.
1311         (mconv_decode): Adjusted for the change of MConverterStatus.
1312         (mconv_encode_range): Likewise.
1313
1314         * m17n.h (mconv_buffer_converter): Prototype adjusted.
1315         (mconv_decode_buffer, mconv_rebind_buffer): Likewise.
1316
1317 2005-08-20  Kenichi Handa  <handa@m17n.org>
1318
1319         * m17n-gui.h (mfont_from_name): Prototype adjusted.
1320         (Mspacing, Mascent, Mdescent, Mmax_advance): Extern them.
1321
1322         * m17n-X.c (xfont_open): Set members ascent, descent, and
1323         max_advance of rfont.
1324         (xft_open): Likewise.
1325
1326         * font-ft.c (ft_open): Set members ascent, descent, and max_advance
1327         of rfont.
1328         (mfont__ft_parse_name): Add const to the arg name.
1329
1330         * font.c (xlfd_parse_name): Add const to the arg name.  Call
1331         mfont__set_property instead of mfont_set_spec.  Set font->spacing.
1332         (xlfd_unparse_name): Handle spacing.
1333         (mfont__init): Initialize new variables.
1334         (mfont__id): Handle spacing.
1335         (mfont__merge): Likewise.
1336         (mfont__set_spec): This function deleted.
1337         (mfont__parse_name_into_font): Add const to the arg name.  Fix the
1338         condition of calling mfont__ft_parse_name.
1339         (Mspacing, Mascent, Mdescent, Mmax_advance): New variables.
1340         (mfont_get_prop): Handle properties spacing, ascent, descent,
1341         and max-advance.
1342         (mfont_find): Return a realized font.
1343         (mfont_from_name): Add const to the arg name.
1344
1345         * font.h (enum MFontProperty): New member MFONT_SPACING.
1346         (enum MFontSpacing): New enum.
1347         (MFont): New members spacing and max_advance.
1348         (mfont__ft_parse_name): Prototype adjusted.
1349         (mfont__set_spec): Extern deleted.
1350         (mfont__parse_name_into_font): Prototype adjusted.
1351
1352 2005-08-19  Kenichi Handa  <handa@m17n.org>
1353
1354         * m17n-gui.h (mfont_parse_name): Prototype adjusted.
1355
1356         * font.c (mfont_list): If FONT is null, use a temporary font.
1357         (mfont_parse_name): Add const to the arg name.
1358
1359 2005-08-18  Kenichi Handa  <handa@m17n.org>
1360
1361         * word-thai.c: Surround code by #ifdef and #endif to escape from
1362         doxygen.
1363
1364         * font-ft.c: Mostly re-written.
1365
1366         * font-flt.c (FontLayoutCmdOTF): This type deleted.
1367         (FontLayoutCmd): Type of the member otf changed..
1368         (load_otf_command): Adjusted for the format change of otf command.
1369         (load_command): Likewise.
1370         (free_flt_command): Unref cmd->body.otf.
1371         (run_otf): Ajusted for the type change of otf_cmd.
1372         (run_command): Ajusted for the type change of otf_cmd.  On
1373         debugging, print ctx->combining_code.
1374         (mfont__flt_run): Initialize ctx's members code_offset,
1375         combining_code, and left_padding to 0.
1376
1377         * face.h (struct MRealizedFace): New member font.
1378         (mface__realize): Prototype adjusted.
1379
1380         * face.c (find_realized_face): New arg font.
1381         (find_realized_face): Adjusted for the change of MFont.
1382         (mface__init): Call M17N_OBJECT_ADD_ARRAY.
1383         (mface__fini): Don't call mdebug__report_object.
1384         (mface__realize): New arg font.
1385         (mface__for_chars): Adjusted for the change of mfont__encode_char.
1386         Optimize the latin case.
1387         (mface__free_realized): Free rface->font.
1388         (mface__update_frame_face): Adjusted for the change of mface__realize.
1389         (mface_equal): New function.
1390
1391         * draw.c (Mcommon): New variable.
1392         (visual_order): Args to mfont__encode_char changed.
1393         (compose_glyph_string): Handle Mfont text property.
1394         (layout_glyphs): Adjusted for the change of MFont.
1395         (mdraw__init): Initialize Mcommon.
1396         (mdraw_glyph_info): Adjusted for the change of MRealizedFont.
1397
1398         * font.h (enum MFontType): Members completely changed.
1399         (enum MFontProperty): Move MFONT_SIZE to the tail.
1400         (enum MFontSource): New enum.
1401         (struct MFont): New members type, source, sizes, file, capability,
1402         and encoding.
1403         (struct MRealizedFont): Type of member font changed. Members
1404         score, status, and encoding deleted.
1405         (MFontScore): New type.
1406         (MFontList): Member changed.
1407         (struct MFontDriver): New member has_char.  Types of members
1408         changed.
1409         (Miso8859_1, Miso10646_1, Municode_bmp, Municode_full)
1410         (Mapple_roman): Extern them.
1411         (OTF_Tag): Typedefed if not HAVE_OTF.
1412         (enum MFontOpenTypeTable): New enum.
1413         (MFontCapability): New type.
1414         (mfont__ft_drive_otf): Prototype adjusted.
1415         (mfont__score): Extern deleted.
1416         (mfont__merge): Extern it.
1417         (mfont__has_char): Extern it.
1418         (mfont__encode_char): Prototype adjusted.
1419         (mfont__open): Extern it.
1420         (mfont__set_spec): Prototype adjusted.
1421         (mfont__get_capability): Extern it.
1422
1423         * font.c: Include "fontset.h".
1424         (M_font_capability, M_font_list, M_font_list_len): New variables.
1425         (font_score_priority): Change order of initial elements.
1426         (font_score_shift_bits): Fix array size.
1427         (common_weight): Add "thin", "semibold", and "heavy".
1428         (common_stretch): Add "ultracondensed", "extracondensed",
1429         "extraexpanded", and "utltraexpand".
1430         (font_weight_regular, font_weight_normal, font_weight_medium): New
1431         variables.
1432         (gen_font_name): This function deleted.
1433         (find_encoding): Set font->encoding.
1434         (OTF_tag): New function.
1435         (otf_script_list): New variable.
1436         (load_otf_script_list): New function.
1437         (find_script_from_otf_tag): New function.
1438         (xlfd_parse_name): Set font->type and font->source.
1439         (mfont__free_realized): Free chains rfonts.
1440         (font_score): Renamed from mfont__score.
1441         (Miso8859_1, Miso10646_1, Municode_bmp, Municode_full)
1442         (Mapple_roman): New variables.
1443         (mfont__init): Initilize new variables.  Initalize
1444         default_encoding.encoding_name and
1445         default_encoding.encoding_charset to Municode_full and
1446         mcharset__unicode.  Use SAFE* macros for allocating filepath
1447         buffer.
1448         (mfont__fini): Free otf_script_list.
1449         (mfont__id): New function.
1450         (mfont__match_p): Check also capability member of MFont.
1451         (mfont__merge): New funciton.
1452         (mfont__set_spec_from_face): Set type and source members.
1453         (mfont__set_spec_from_plist): Set capability and type members.
1454         (mfont__select): Argument changed.
1455         (mfont__available): New function.
1456         (compare_font_score): New function.
1457         (mfont__list): New function.
1458         (mfont__open): Return a realized font.
1459         (mfont__resize): Adjusted for the change of MFont.
1460         (mfont__has_char): New function.
1461         (mfont__encode_char): Argument changed.
1462         (mfont__set_spec): Argument changed.
1463         (free_font_capability): New function.
1464         (mfont__get_capability): New function.
1465         (MFontfile): New variable.
1466         (mfont_get_prop): Adjusted for the change of MFont.
1467         (mfont_put_prop): Likewise.
1468         (mfont_set_selection_priority): Fix the way of setting
1469         font_score_priority[].
1470         (mfont_find): Use mfont__list instead of mfont__select.
1471         (mfont_resize_ratio): Adjusted for the change of MFont.
1472         (mfont_list): Use mfont__list.
1473         (mfont_check): New function.
1474         (font_score): Make it static.
1475
1476         * fontset.h (mfont__realize_fontset): Prototype adjusted.
1477         (mfont__lookup_fontset): Likewise.
1478
1479         * fontset.c (struct MFontset): Delete member font_spec_list.
1480         (struct MRealizedFontset): Type of member spec changed.  New
1481         member request.
1482         (load_font_group): Arg spec_list deleted.
1483         (load_fontset_contents): Adjusted for the change of fontset_def.
1484         (free_fontset): Fix the way of freeing fontset elements.
1485         (realize_fontset_elements): Argument changed.
1486         (get_per_script): New function.
1487         (free_realized_fontset_elements): Fix the way of feeing rfontset
1488         elements.
1489         (update_fontset_elements): Fix args to realize_fontset_elements.
1490         (mfont__realize_fontset): New arg spec.
1491         (try_font_list): New function.
1492         (try_font_group): New arg request.  Use try_font_list.
1493         (mfont__lookup_fontset): New arg ignore_fallback.  Fix arg to
1494         try_font_group.
1495         (mfontset): Adjusted for the change of MFontset.
1496         (mfontset_copy): Likewise.  Don't share plists.
1497         (mfontset_modify_entry): Adjusted for the change of MFontset.
1498         (mfontset_lookup): Call get_per_script.
1499         (mdebug_dump_fontset): Print also the address of fonts.
1500
1501         * input.c (shift_state): Don't reset ic_info->vars.
1502         (take_action_list): Call MDEBUG_PRINT fore calling
1503         take_action_list.
1504
1505         * internal-gui.h (MFontDriver): Don't typedef it here.
1506
1507         * m17n-X.c: Include <fontconfig/fcfreetype.h> if HAVE_XFT2.
1508         (MXFont): This type deleted.
1509         (MFontX): New type.
1510         (struct _MFontX): New struct.
1511         (SET_SIZE, HAVE_SIZE): Adjusted for the change of arg FONTX.
1512         (MDisplayInfo): Member base_font_list deleted.
1513         (DEFAULT_FONT): Definition changed.
1514         (FALLBACK_FONT): This maclr deleted.
1515         (free_display_info): Adjusted for the change of MDisplayInfo.
1516         (free_device): Argument to mfont__free_realized changed.
1517         (xfont_driver): Adjusted for the change of MFontDriver.
1518         (xfont_registry_list): Use MFontX instead of MXFont.
1519         (MRealizedFontX): Renamed from MXFontInfo.
1520         (xfont_select): Return the font found first.
1521         (close_xfont): Change MXFontInfo to MRealizedFontX.
1522         (xfont_open): Return the realized font.
1523         (xfont_find_metric): Get xfont from rfont->fontp.
1524         (xfont_has_char): New function.
1525         (xfont_encode_char): Adjusted for the argument change.
1526         (xfont_render): Get xfont from rfont->fontp.
1527         (xfont_list): Adjusted for the argument change.
1528         (MRealizedFontXft): Renamed from MXftFontInfo.
1529         (xft_driver): Ajusted for the change of MFontDriver.
1530         (close_xft): Change MXtfFontInfo to MRealizedFontXft
1531         (xft_open_font): Argument changed.
1532         (xft_open): Argument changed.  Return the realized font.
1533         (xft_find_metric): Get xft_font from rfont->fontp.
1534         (xft_has_char, xft_encode_char): New functions.
1535         (xft_render): Change MXftFontInfo to MRealizedFontXft.  Open a
1536         font if not yet opened.
1537         (device_open): Don't set frame->font.
1538
1539         * m17n-gd.c (gd_font_driver): Adjusted for the change of
1540         MFontDriver.
1541         (gd_font_open): New function.
1542         (gd_render): Don't use the local variable ft_info.
1543         (device_init): Adjusted for the change of gd_font_driver.
1544
1545         * textprop.c (mtext__prop_init): Initialize text_property_table.
1546         Call M17N_OBJECT_ADD_ARRAY.
1547         (mtext__prop_fini): Don't call mdebug__report_object.
1548
1549         * plist.c (mplist__init): Initialize plist_table.
1550         (mplist__init): Call M17N_OBJECT_ADD_ARRAY.
1551         (mplist__fini): Don't call mdebug__report_object.
1552
1553         * mtext.c (mtext__init): Call M17N_OBJECT_ADD_ARRAY.
1554         (mtext__fini): Don't call mdebug__report_object.
1555         (MTEXT_FORMAT_UTF_16): Correct type.
1556         (mtext_data): New function.
1557         (mtext_text): Fix calculation of limit and args to
1558         find_char_backward.
1559
1560         * language.c: Include "plist.h".
1561         (M_script_lang_list): New variable.
1562         (mlang__init): Read languages and their information from m17n
1563         database.
1564         (mlanguage__list): New function.
1565         (Miso639_1, Miso639_2): New variables.
1566
1567         * language.h (mlanguage__list): Extern it.
1568
1569         * database.c (get_database_stream): Use SAFE_* macros for
1570         allocating and freeing path.
1571         (mdatabase__init): Likewise.
1572
1573         * symbol.c (msymbol__fini): Don't free symbols here.
1574         (msymbol__free_table): New function.
1575         (msymbol_is_managing_key): New function.
1576
1577         * symbol.h (msymbol__free_table): Extern it.
1578         (msymbol__list): Extern it.
1579
1580         * internal.h (MFATAL, USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE):
1581         New macros.
1582         (M17N_OBJECT_UNREF): Change "if ... else ..." structure.
1583         (struct _M17NObjectArray): New member name and next.
1584         (mdebug__add_object_array): Extern it.
1585         (M17N_OBJECT_ADD_ARRAY): New macro.
1586         (mdebug__report_object): Don't extern it.
1587
1588         * m17n-misc.h (enum MErrorCode): New element MERROR_FONT_X.
1589
1590         * m17n-gui.c (free_frame): Don't free frame->font.
1591         (null_device_fini): Fix code for freeing
1592         null_device.realized_font_list.
1593         (m17n_fini_win): Free interface.
1594         (mframe): Cast the return value of dlsym.  Set frame->font here.
1595         (mframe_get_prop): Check frame->rface->rfont before accessing the
1596         member font.
1597
1598         * m17n-gui.h (Mfontfile): Extern it.
1599         (mfont_check): Extern it.
1600         (mface_equal): Extern it.
1601
1602         * m17n-core.c: Include "symbol.h".
1603         (report_header_printed): This variable deleted.
1604         (object_array_root): New variable.
1605         (report_object_array): New function.
1606         (mdebug__report_object): This function deleted.
1607         (mdebug__add_object_array): New function.
1608         (m17n_init_core): Call mchartable_init () before mtext_init ().
1609         (m17n_fini_core): Call report_object_array (if necessary) and
1610         msymbol__free_atable at the end.
1611
1612         * m17n-core.h (msymbol_is_managing_key): Extern it.
1613         (mtext_data): Extern it.
1614         (MTEXT_FORMAT_UTF_16): Correct type.
1615         (M17NLIB_MINOR_VERSION): Changed to 3.
1616         (M17NLIB_VERSION_NAME): Changed to "1.3.0".
1617         
1618         * chartab.c (mchartable__init): Initalize chartable_table.count.
1619         (mchartable__fini): Use N17N_OBJECT_ADD_ARRAY instead of
1620         mdebug__report_object.
1621
1622 2005-05-26  Kenichi Handa  <handa@m17n.org>
1623
1624         * m17n.h (Miso639_1, Miso639_2): Extern them.
1625
1626         * symbol.h (msymbol__list): Extern it.
1627
1628         * symbol.c (msymbol__list): New function.
1629
1630 2005-05-19  Kenichi Handa  <handa@m17n.org>
1631
1632         * input-gui.c (minput__win_init): Don't change the value of
1633         minput_driver.
1634
1635 2005-05-16  Kenichi Handa  <handa@m17n.org>
1636
1637         * m17n-core.c (m17n_object): Be sure to initialize all members.
1638
1639         * font-ft.c (fc_decode_prop): Fix args to msymbol.
1640
1641 2005-05-09  Kenichi Handa  <handa@m17n.org>
1642
1643         * m17n-X.c (mwin__close_device): Fix arg to M17N_OBJECT_UNREF.
1644
1645 2005-04-27  Kenichi Handa  <handa@m17n.org>
1646
1647         * language.c (mlang__init): Add "an" (Aragonese).
1648
1649         * word-thai.c: Add support for libthai.
1650         (mtext__word_thai_init): Initialize wordseg library conditionaly.
1651         (mtext__word_thai_fini): Finalize wordseg library conditionaly.
1652
1653         * mtext.c: Include "word-thai.h" conditionaly.
1654         (mtext__init): Call mtext__word_thai_init conditionaly.
1655         (mtext__fini): Call mtext__word_thai_fini conditionaly.
1656
1657         * Makefile.am (libm17n_core_la_LIBADD): Add THAI_WORDSEG_LD_FLAGS,
1658         not WORDCUT_LD_FLAGS.
1659
1660 2005-04-19  Kenichi Handa  <handa@m17n.org>
1661
1662         * word-thai.c (wordseg_propertize): Always unref the attached
1663         property.
1664         (thai_wordseg): Don't unref the property.
1665
1666 2005-04-18  Kenichi Handa  <handa@m17n.org>
1667
1668         * word-thai.c: Include stdlib.h.
1669         (wordseg_propertize): Add dummy function for the case that wordcut
1670         library doesn't exist.
1671         (wordseg_propertize): Fix for old wordcut library.
1672
1673 2005-04-16  Kenichi Handa  <handa@m17n.org>
1674
1675         * word-thai.c: Include <stdio.h>.
1676
1677 2005-04-15  Kenichi Handa  <handa@m17n.org>
1678
1679         * draw.c: Include mtext.h.
1680         (linebreak_table, M_break_at_space, M_break_at_word)
1681         (M_break_at_any, M_kinsoku_bol, M_kinsoku_eol): New variables.
1682         (compose_glyph_string): Check POS before getting Mface text
1683         property.
1684         (truncate_gstring): Give correct TO arg to line_break function.
1685         (GET_LB_TYPE): New macro.
1686         (find_break_backward, find_break_forward): New functions.
1687         (mdraw__init): Initialize the above new variables.
1688         (mdraw__fini): Free linebreak_table.
1689         (mdraw_default_line_break): Use find_break_backward and
1690         find_break_forward.
1691
1692         * word-thai.c: New file.
1693
1694         * word-thai.h: New file.
1695
1696         * mtext.c: Include word-thai.h.
1697         (wordseg_func_table): New variable.
1698         (mtext__init): Initialize wordseg_func_table and call
1699         mtext__word_thai_init.
1700         (mtext__fini): Call mtext__word_thai_fini, free
1701         wordseg_func_table.
1702         (MTextWordsegFunc): New type.
1703         (mtext__word_segment): New function.
1704
1705         * mtext.h (wordseg_func_table): Extern it.
1706         (mtext__word_segment): Extern it.
1707
1708         * m17n.c (m17n_init): Fix typo (== -> =).
1709
1710         * Makefile.am (libm17n_core_la_SOURCES): Include word-thai.[ch].
1711         (libm17n_core_la_LIBADD): Add @WORDCUT_LD_FLAGS@.
1712
1713         * textprop.h (MTEXTPROP_START, MTEXTPROP_END, MTEXTPROP_KEY)
1714         (MTEXTPROP_VAL): New macros.
1715
1716         * input.c (DLOPEN_SHLIB_EXT): Don't define it.
1717
1718 2005-04-07  Kenichi Handa  <handa@m17n.org>
1719
1720         * database.c (load_chartable): Fix pursing of symbol name.
1721
1722 2005-03-24  Kenichi Handa  <handa@m17n.org>
1723
1724         * m17n.c (m17n_init): Fix typo (== -> =).
1725
1726 2005-03-11  Kenichi Handa  <handa@m17n.org>
1727
1728         * m17n-gui.c (m17n_init_win): Set merror_code to MERROR_NONE at first.
1729
1730         * m17n.c (m17n_init): Set merror_code to MERROR_NONE at first.
1731
1732         * m17n-core.c (m17n_init_core): Set merror_code to MERROR_NONE at
1733         first.
1734
1735 2005-03-09  handa  <handa@m17n.org>
1736
1737         * m17n-gui.c (m17n_init_win): Set merror_code to MERROR_NONE before
1738         calling m17n_init ().
1739
1740         * m17n.c (m17n_init): Set merror_code to MERROR_NONE before
1741         calling m17n_init_core ().
1742
1743 2005-02-28  Kenichi Handa  <handa@m17n.org>
1744
1745         * font-flt.c (mfont__flt_run): Add resulting code sequence in
1746         debug info.
1747
1748 2005-02-17  Kenichi Handa  <handa@m17n.org>
1749
1750         * input.c: Include <sys/types.h>, <dirent.h>, and "database.h".
1751         (M_description, M_command, M_variable): New variables.
1752         (load_im_info_keys): New variables.
1753         (load_im_info, check_command_keyseq, get_description_advance)
1754         (parse_command_list, get_command_list, parse_variable_list)
1755         (get_variable_list, input_method_hook): New functions.
1756         (command_list, variable_list): New variables.
1757         (minput__init): Put input_method_hook to Minput_method.
1758         Initialize M_description, M_command, M_variable, Mdetail_text,
1759         load_im_info_keys, command_list, variable_list.
1760         (minput__fini): Unref command_list, variable_list, load_im_info_keys.
1761         (Mdetail_text): New variable.
1762         (minput_get_description, minput_get_commands)
1763         (minput_assign_command_keys, minput_get_variables)
1764         (minput_set_variable): New functions.
1765
1766         * m17n.h (Mdetail_text, minput_get_description, minput_get_commands)
1767         (minput_assign_command_keys, minput_get_variables)
1768         (minput_set_variable): Extern them.
1769
1770         * plist.c (UNGETC): Just decrement st->p.
1771         (read_mtext_element): New arg skip.
1772         (read_integer_element): Likewise.
1773         (read_symbol_element): Likewise.
1774         (read_element): New arg KEYS.
1775         (mplist__from_plist): Don't increment ref-count of NULL object.
1776         (mplist__from_file): New arg KEYS.
1777         (mplist_put): Don't increment ref-count of NULL object.
1778         (mplist_add): Likewise.
1779         (mplist_push): Likewise.
1780         (mplist_set): Likewise.  Call M17N_OBJECT_UNREF unconditionally.
1781
1782         * plist.h (mplist__from_file): Prototype adjusted.
1783
1784         * database.c (mdatabase__dir_list): Renamed from mdb_dir_list.
1785         (get_database_stream): New function.
1786         (load_database): Use get_database_stream.
1787         (M_database_hook): New variable
1788         (mdatabase__init): Initialize M_database_hook.
1789         (mdatabase__load_for_keys): New function.
1790         (mdatabase_find, mdatabase_list, mdatabase_define): Check hook
1791         function.
1792         (mdatabase_define): Free mdb->extra_info if necessary.
1793
1794         * database.h (mdatabase__dir_list, M_database_hook)
1795         (mdatabase__load_for_keys): Extern them.
1796         (MDatabaseHookFunc): New type.
1797
1798         * internal.h (M17N_OBJECT_UNREF): When freed, set OBJECT to NULL.
1799
1800 2004-12-27  Kenichi Handa  <handa@m17n.org>
1801
1802         * Version 1.2.0 released.
1803
1804 2004-12-27  Kenichi Handa  <handa@m17n.org>
1805
1806         * input.c (minput_filter): Don't reset ic->xxx_changed.
1807
1808         * mtext.c (mtext_from_data): Fix documentation.
1809
1810 2004-12-25  Kenichi Handa  <handa@m17n.org>
1811
1812         * m17n-core.h (M17NLIB_MINOR_VERSION): Update to 2.
1813         (M17NLIB_VERSION_NAME): Update to "1.2.".
1814
1815 2004-12-24  Kenichi Handa  <handa@m17n.org>
1816
1817         * input.c (reset_ic): Set key_unhandled to 0.
1818
1819 2004-12-21  Kenichi Handa  <handa@m17n.org>
1820
1821         * m17n-gui.h (mfont_from_spec): Delete extern.
1822
1823         * input-gui.c (win_callback): Handle Minput_reset.
1824         (minput__win_init): Register reset_ic as a callback for
1825         Minput_reset.
1826
1827         * input.c (reset_ic): New arg IGNORE which is ignored.  Caller
1828         changed.  At first, shift to the initial state.
1829         (minput__init): Initialize Minput_reset.  Register reset_ic as a
1830         callback for Minput_reset.
1831         (Minput_reset): New variable.
1832         (minput_filter): Always set ic->xxx_changed to 0.
1833         (minput_reset_ic): New function.
1834         (integer_value): Fix typo ('>' -> '<') and calculation of length
1835         of preedit text.
1836
1837         * m17n-core.c (merror_code): Change type to `int'.
1838
1839         * m17n-misc.h (merror_code): Adjust type.
1840
1841         * m17n.h (Minput_reset, minput_reset_ic): Extern them.
1842
1843         * m17n-core.h (MTEXT_FORMAT_UTF_16, MTEXT_FORMAT_UTF_32): Adjust types.
1844         (mtext_change_prop): Delete extern.
1845
1846         * mtext.c (MTEXT_FORMAT_UTF_16, MTEXT_FORMAT_UTF_32): Change types
1847         to `int'.  Move the documents to m17n-core.h.
1848
1849 2004-12-13  Kenichi Handa  <handa@m17n.org>
1850
1851         * m17n-core.h (m17n_object): Rename extern from m17n_object_setup.
1852         (MTextProperty): Document it.
1853
1854 2004-12-09  Kenichi Handa  <handa@m17n.org>
1855
1856         * m17n-core.h: Fix typo (MTextStatus -> M17NStatus).
1857
1858 2004-12-03  Kenichi Handa  <handa@m17n.org>
1859
1860         * internal.h (m17n__core_initialized, m17n__shell_initialized,
1861         m17n__gui_initialized): New externs.
1862
1863         * m17n-core.h (enum M17NStatus): New enum.
1864         (m17n_status): Extern it.
1865
1866         * m17n-core.c (core_initialized): Delete this variable.
1867         (m17n__core_initialized, m17n__shell_initialized,
1868         m17n__gui_initialized): New variables.
1869         (m17n_init_core, m17n_fini_core): Check m17n__core_initialized
1870         instead of core_initialized.
1871         (m17n_status): New function.
1872
1873         * m17n.c (shell_initialized): Delete this variable.
1874         (m17n_init, m17n_fini): Check m17n__shell_initialized instead of
1875         shell_initialized.
1876
1877         * m17n-gui.h (m17n_init_win): Adjust the prototype.
1878
1879         * m17n-gui.c (win_initialized): Delete this variable.
1880         (m17n_init_win, m17n_fini_win): Check m17n__gui_initialized
1881         instead of gui_initialized.
1882
1883 2004-11-19  Kenichi Handa  <handa@m17n.org>
1884
1885         * input.c (reset_ic): Check if ic_info->state is NULL.
1886         (filter): If ic_info->state is NULL, return 0.
1887         (load_input_method): Don't unref `maps' it it's not created.
1888
1889 2004-11-15  Kenichi Handa  <handa@m17n.org>
1890
1891         * input.c (find_candidates_group): If INDEX is -1, find the last
1892         candidate group.
1893         (take_action_list): If the previous of the first candidate is
1894         requested, select the last candidate.
1895
1896 2004-11-08  Kenichi Handa  <handa@m17n.org>
1897
1898         * m17n-X.c (device_open): Try at most 32 fonts to find a
1899         non-autoscaled font.
1900
1901         * font.c (xlfd_parse_name): Fix previous change.
1902
1903 2004-11-05  Kenichi Handa  <handa@m17n.org>
1904
1905         * font.c: (commont_style): Include dummy elements "slanted" and
1906         "rslanted" to prefer "o" to "r" if "i" is requested.
1907
1908         * font-ft.c (ft_to_prop): Fix "oblique" entry.
1909
1910 2004-10-29  Kenichi Handa  <handa@m17n.org>
1911
1912         * font.c (xlfd_parse_name): If avgwidth is 0, set the size to 0.
1913
1914         * m17n-X.c (MXFont): Change type of the member `sizes' to int.
1915         New members smallest and larger.
1916         (SET_SIZE, HAVE_SIZE): Adjusted for the above change.
1917         (xfont_registry_list): Likewise.
1918         (xfont_select): Likewise.
1919         
1920
1921 2004-10-28  Kenichi Handa  <handa@m17n.org>
1922
1923         * m17n-X.c (xfont_registry_list): Include '-' before PIXEL_SIZE in
1924         font name comparison.
1925         (xfont_select): Fix logic for selecting a larger size font.
1926
1927 2004-10-25  Kenichi Handa  <handa@m17n.org>
1928
1929         * input.c (take_action_list): Initialize `ret' to 0 for "=", "<",
1930         ">" actions.
1931
1932 2004-10-22  Kenichi Handa  <handa@m17n.org>
1933
1934         * input.c (update_candidate): Renamed from udpate_candidate.
1935         (take_action_list): Show more debugging info on arithmetic commands.
1936
1937         * m17n-X.c (device_open): Fix previous change.
1938
1939         * draw.c (compose_glyph_string): Don't get face property at the
1940         end of M-text.
1941
1942 2004-10-21  Kenichi Handa  <handa@m17n.org>
1943
1944         * draw.c (compose_glyph_string): Fix for the case of category
1945         being Mnil.
1946
1947 2004-10-19  Kenichi Handa  <handa@m17n.org>
1948
1949         * input.c (mdebug_mask): New variable.
1950         (shift_state): Print debug information.
1951         (take_action_list): Likewise.
1952         (handle_key): Likewise.
1953
1954 2004-10-14  Kenichi Handa  <handa@m17n.org>
1955
1956         * m17n-X.c (device_open): Accept Mxft as the value of key Mfont.
1957
1958 2004-10-13  Kenichi Handa  <handa@m17n.org>
1959
1960         * m17n-X.c (device_open): Be sure to register at least one font
1961         driver.
1962
1963         * font-ft.c: Include <freetype/ftbdf.h> conditionally.  Check
1964         HAVE_FTBDF_H before calling FT_Get_BDF_Property.
1965
1966 2004-10-12  Kenichi Handa  <handa@m17n.org>
1967
1968         * draw.c (alloc_gstring): Fix previous change.
1969
1970         * font-ft.c (ft_list_generic): Fix for the case of not
1971         HAVE_FONTCONFIG.
1972
1973         * m17n-X.c (mwin__parse_event): Fix for non-ASCII keys.
1974
1975         * font.c (mfont_list): If no font is found, return NULL.
1976         (load_font_encoding_table): Put entries of nil registry first.
1977         (find_encoding): Adjust for the above change.
1978
1979 2004-10-11  Kenichi Handa  <handa@m17n.org>
1980
1981         * m17n-gui.h (mfont_list): Adjust prototype.
1982
1983         * m17n-X.c (xfont_list): New arg maxnum.
1984
1985         * font.h (struct MFontDriver): Change prototype of <list>.
1986
1987         * font-ft.c (fc_generic_family_list): Delete it.
1988         (Mserif, Msans_serif, Mmonospace): Delete them.
1989         (M_generic_family_info): New variable.
1990         (enum GenericFamilyType): New enum.
1991         (struct GenericFamilyInfo): New struct.
1992         (generic_family_table): New variable.
1993         (set_font_info): New arg style. Don't check 0xA0..0xBF to decide
1994         iso8859-1.
1995         (add_font_info): Get style here.
1996         (ft_list_family): Don't initialize fc_config here.  Don't list
1997         generic families.
1998         (ft_list_generic): New function.
1999         (ft_select): Pay attention to generic familes here.
2000         (ft_open): Fix calculation of ascent and descent.
2001         (ft_list): Pay attention to generic families.
2002         (mfont__ft_init): Initialize M_generic_family_info,
2003         generic_family_table, and fc_config..
2004         (mfont__ft_fini): Finalize generic_family_table.
2005
2006         * draw.c (compose_glyph_string): Use more constant font for
2007         glyphs.  Adjust for the member change in MGlyph.
2008         (layout_glyph_string): Adjust for the member change in MGlyph.
2009         (alloc_gstring): Intilize scracth_glyph to avoid
2010         compose_glyph_string on it.
2011         (get_gstring): Don't call compose_glyph_string on scracth_glyph.
2012         (mdraw_coordinates_position): Fix previous change.
2013
2014         * internal-gui.h (glyph_category): New enum.
2015         (MGlyph): Change type of <category> to enum glyph_category.
2016
2017         * face.c (mface__realize): Delete args langauge and charset.
2018         (mface__for_chars): Fix for the case that glyphs have different
2019         rfaces.
2020         (mface__update_frame_face): Adjust for mface__realize change.
2021
2022         * face.h (mface__realize): Adjust prototype.
2023
2024 2004-10-05  Kenichi Handa  <handa@m17n.org>
2025
2026         * language.c (mlang__init): Add Akan.
2027
2028 2004-10-04  Kenichi Handa  <handa@m17n.org>
2029
2030         * font-ft.c (add_font_info): Add instead of push the element.
2031         (ft_list_family): For generic fonts, try all
2032         substituted. families.
2033
2034         * font-flt.c (UPDATE_CLUSTER_RANGE): New macro.
2035         (run_rule): Don't update cluster range here.
2036         (run_command): Update cluster range on appending a glyph.
2037         (run_otf): Update cluster range for glyphs generated by OTF.
2038
2039 2004-10-02  Kenichi Handa  <handa@m17n.org>
2040
2041         * m17n-X.c (device_open): Handle Mfont key in PLIST.
2042
2043 2004-09-30  Kenichi Handa  <handa@m17n.org>
2044
2045         * font-ft.c (ft_select): Ignore family on calling mfont__score.
2046
2047 2004-09-30  Kenichi Handa  <handa@m17n.org>
2048
2049         * font.h: Include <fontconfig/fontconfig.h>.
2050         (MFTInfo): New member langset.
2051         (mfont__encoding_list): Extern it.
2052
2053         * font.c (mfont__encoding_list): New function.
2054         (mdebug_dump_font_list): New function.
2055
2056         * font-ft.c: Don't include <fontconfig/fontconfig.h> here.
2057         (Mserif, Msans_serif, Mmonospace, Mmedium, Mr, Mnull): New
2058         variables.
2059         (ft_family_list): New variable.
2060         (set_font_info): New arg basep.  Callers changed.
2061         (fc_list): Check the return value of FcPatternGetString.
2062         (add_font_info): New arg plist.  Callers changed. Update
2063         ft_family_list.
2064         (ft_list_family): New function (merged fc_list and ft_list_all).
2065         (ft_select): Use ft_list_family.
2066         (ft_list): Likewise.  If FONT is not NULL, check all fonts.  Fix
2067         typo (== -> !=).
2068         (mfont__ft_init): Initialize above new variables.
2069         (mfont__ft_fini): Free ft_family_list.
2070         (STRDUP_LOWER): New macro.
2071         (set_font_info): Use STRDUP_LOWER.
2072         (ft_list_family): Avoid duplicate addition of font path.  Use
2073         STRDUP_LOWER.
2074         (fc_decode_prop): Fix typo.
2075
2076         * m17n-X.c (MDisplayInfo): New member all_fonts_scaned.
2077         (xfont_registry_list): Change argument disp_info to frame.
2078         Callers changed.
2079         (xfont_list_all): New function.
2080         (xfont_list): If FONT is not NULL, check all fonts.
2081
2082 2004-09-28  Kenichi Handa  <handa@m17n.org>
2083
2084         * m17n-X.c (MXFont, MXFontList): New types.
2085         (MDisplayInfo): Delete members font_registry_list,
2086         iso8859_1_family_list, iso10646_1_family_list, new members
2087         font_list, base_font_list.
2088         (free_display_info): Adusted for the change of MDisplayInfo.
2089         (xfont_driver): Initialize with xfont_list.
2090         (font_compare): New function.
2091         (build_font_list): Deleted.
2092         (xfont_registry_list): New function.
2093         (xfont_select): Use xfont_registry_list.
2094         (xfont_list): New function.
2095         (device_open): Adusted for the change of MDisplayInfo.
2096
2097         * font-ft.c (add_font_info): New arg languages.  Callers changed.
2098         (fc_list): Get languages from fonts..
2099         (ft_list_all): Renamed from ft_list.  Callers changed.
2100         (ft_list): New function.
2101         (mfont__ft_driver): Initalize with ft_list.
2102
2103         * font.c (mfont_list): New function.
2104
2105         * font.h (struct MFontDriver): New member `list'.
2106         (MFTInfo): New member languages.
2107
2108         * m17n-gui.h (mfont_list): Extern it.
2109
2110 2004-09-27  Kenichi Handa  <handa@m17n.org>
2111
2112         * internal-gui.h (struct MGlyphString): Delete members mt,
2113         sub_width, sub_lbrearing, sub_rbearing, and region.
2114
2115         * draw.c (MSubTextExtents): New type.
2116         (layout_glyphs): New arg extents.  Set its members.
2117         (layout_glyph_string): Adjusted for the above change.
2118         (alloc_gstring): Don't set gstring->mt.
2119         (truncate_gstring): Call line_break function with mt instead of
2120         gstring->mt.
2121
2122 2004-09-22  Kenichi Handa  <handa@m17n.org>
2123
2124         * mtext.c (count_utf_16_chars): Count each code of invalid
2125         surrogates as one.
2126
2127 2004-09-19  Kenichi Handa  <handa@m17n.org>
2128
2129         * mtext.c (default_utf_16, default_utf_32): Rename them to
2130         MTEXT_FORMAT_UTF_16 and MTEXT_FORMAT_UTF_32 respectively.  Caller
2131         changed.
2132
2133         * m17n-core.h (MTEXT_FORMAT_UTF_16, MTEXT_FORMAT_UTF_32): Extern
2134         them.
2135
2136 2004-09-13  Kenichi Handa  <handa@m17n.org>
2137
2138         * draw.c (Mlatin): Don't declare it here.
2139         (visual_order): Fix reordering of combining characters.
2140         (compose_glyph_string): Fix detection of script.
2141         (layout_glyphs): Don't fix reordering of combining characters
2142         here.
2143         (layout_glyph_string): Pay attention to
2144         control->disable_overlapping_adjustment.
2145         (truncate_gstring): Include at least on character in a line.
2146         (get_gstring): Always scan one full line.
2147         (mdraw__init): Don't initialize Mlatin here.
2148         (mdraw_text_per_char_extents): Fix iteration.  If a glyph doesn't
2149         have a font, use ascent/descent of an ASCII font.  Allow
2150         ink_array_return and logical_array_return to be NULL.
2151         (mdraw_coordinates_position): Fix iteration.
2152
2153         * font-ft.c (MFTtoProp): Member completely changed.
2154         (ft_to_prop): Adjusted for the above change.
2155         (ft_to_prop_size): Likewise.
2156         (set_font_info): Adjusted for the change of MFTtoProp.
2157         (fc_generic_family_list): New variable.
2158         (fc_list): Add special handling of generic font names.
2159         (mfont__ft_init): Adjusted for the change of MFTtoProp.
2160         Initialize fc_generic_family_list.
2161         (mfont__ft_fini): Don't free ft_to_prop.  Free
2162         fc_generic_family_list.
2163         (FC_vs_M17N_font_prop): New type.
2164         (fc_weight_table, fc_slant_table, fc_width_table): New variables.
2165         (fc_decode_prop, fc_encode_prop): New functions.
2166         (mfont__ft_parse_name): Use fc_decode_prop.
2167         (mfont__ft_unparse_name): Use fc_encode_prop.
2168
2169         * m17n-X.c (MDisplayInfo): Delete member realized_font_list.
2170         (MWDevice): Add member realized_font_list.
2171         (free_display_info): Don't free disp_info->realized_font_list.
2172         (free_device): Free device->realized_fontset_list.
2173         (xft_find_metric): Use gstring->frame instead of rfont->frame.
2174         (device_open): Don't initialize disp_info->realized_font_list.
2175         (device_open): Initialize device->realized_font_list and set it to
2176         frame->realized_font_list.
2177
2178         * fontset.c (try_font_group): New function.
2179         (mfont__lookup_fontset): Use try_font_group.
2180
2181         * font.c (common_weight): Change the order of "regular".
2182
2183         * face.c (Mlatin): Don't make it static.
2184         (mface__realize): Be sure to set work_gstring.frame.
2185         (mface__for_chars): Likewise.
2186
2187         * mtext.c (mdebug_dump_mtext): Fix for the case of mt->format >
2188         MTEXT_FORMAT_UTF_8.
2189
2190         * internal-gui.h (Mlatin): Extern it.
2191
2192         * m17n-gui.h (MDrawControl): New member
2193         disable_overlapping_adjustment.
2194
2195 2004-09-06  Kenichi Handa  <handa@m17n.org>
2196
2197         * font-flt.c (run_otf): Fix typo ('}'->']').
2198
2199         * internal-gui.h (MAKE_PRECOMPUTED_COMBINDING_CODE)
2200         (COMBINING_PRECOMPUTED_P): New macros.
2201
2202         * draw.c (layout_glyphs): Handle precomputed combining code.
2203
2204         * font-ft.c (mfont__ft_drive_otf): Set g->combining_code to a
2205         precomupted combining code.
2206
2207 2004-09-03  Kenichi Handa  <handa@m17n.org>
2208
2209         * font-ft.c (mfont__ft_drive_otf): Use malloc and free for
2210         otf_gstring.glyphs.
2211
2212 2004-08-27  Kenichi Handa  <handa@m17n.org>
2213
2214         * face.c (mface_put_prop): If the new value is the same as the
2215         current one, don't increment frame->tick.
2216
2217 2004-08-25  Kenichi Handa  <handa@m17n.org>
2218
2219         * fontset.c (mfontset): Initialize font_spec_list member.
2220         (mfontset_copy): Load fontset if necessary.
2221
2222         * m17n-gui.h (MDrawGlyphInfo): Change the member name 'this' to
2223         'metrics' to for C++.
2224
2225         * draw.c (mdraw_glyph_info): Adjusted for the member name change
2226         (this -> metics).
2227
2228 2004-08-16  Kenichi Handa  <handa@m17n.org>
2229
2230         * Version 1.1.0 released.
2231
2232 2004-08-13  Kenichi Handa  <handa@m17n.org>
2233
2234         * language.c (mlang__init): Add Dhivehi.
2235
2236         * m17n-gui.c (Mx, Mfreetype): Delete it.
2237         (m17n_init_win): Don't initialize Mx and Mfreetype here.
2238
2239         * m17n-gui.h (Mfreetype, Mxft): Extern them.
2240         (mfont_resize_ratio): Extern it.
2241         (MDrawGlyphInfo): New member logical_width;
2242         (MDrawGlyph): New type.
2243         (mdraw_glyph_list): Prototype adjusted.
2244
2245         * m17n-X.c (xfont_open): Set type and fontp members.
2246         (xft_open): Likewise.
2247
2248         * internal-gui.h (Mx, Mfreetype): Delete extern.
2249
2250         * font.h (struct MRealizedFont): New member type and fontp.
2251
2252         * font.c (mfont__init): Initialize Mx, Mfreetype, and Mxft.
2253         (Mx, Mfreetype): Declare here.
2254         (Mxft): New variable.
2255         (mfont_resize_ratio): New function.
2256
2257         * font-ft.c (ft_open): Set type and fontp members.
2258
2259         * draw.c (mdraw_glyph_list): Argument type changed.  Don't set
2260         glyph_code member.
2261
2262 2004-08-11  Kenichi Handa  <handa@m17n.org>
2263
2264         * font-ft.c (ft_find_metric): Call FT_Load_Glyph with
2265         FT_LOAD_DEFAULT.
2266
2267 2004-08-06  Kenichi Handa  <handa@m17n.org>
2268
2269         * font-ft.c (mfont__ft_drive_otf): Fix for the case that no GSUB
2270         feature to apply.
2271
2272         * font-flt.c (run_otf): Print debugging information if necessary.
2273
2274 2004-08-05  Kenichi Handa  <handa@m17n.org>
2275
2276         * font-ft.c (mfont__ft_drive_otf): Fix sign of g->yoff.  Support
2277         positioning_type 5 and 6.  Switch simplified.
2278
2279 2004-08-04  Kenichi Handa  <handa@m17n.org>
2280
2281         * font-ft.c (mfont__ft_drive_otf): Call OTF_drive_gdef.
2282
2283 2004-08-02  Kenichi Handa  <handa@m17n.org>
2284
2285         * font.c (mfont__score): If prop is MFONT_FOUNDRY or MFONT_FAMILY,
2286         set val to 1 even if it is greater than 1.
2287
2288         * fontset.c (mfontset_modify_entry): Fix handling of the arg `how'.
2289
2290 2004-07-29  Kenichi Handa  <handa@m17n.org>
2291
2292         * font-flt.c (run_rule, run_command, mfont__flt_run): Print more
2293         debugging information.
2294
2295         * internal.h (MDEBUG_PRINT5): New macro.
2296
2297         * draw.c (layout_glyphs): Don't combine a zero width glyph with
2298         the previous one if the zero width glyph has left or right
2299         padding.
2300
2301 2004-07-26  Kenichi Handa  <handa@m17n.org>
2302
2303         * m17n-X.c (xft_render): Pay attention to members left_padding and
2304         right_padding of MGlyph.
2305
2306         * draw.c (visual_order): Allocate one more elements for arrays as
2307         a workaround of fribidi bug.
2308         (layout_glyphs): Fix previous change. Check MGlyph->combining_code
2309         instead of MGlyph->bidi_sensitive.
2310         (layout_glyph_string): Pay attentinon to
2311         control->orientation_reversed when padding at the head or tail.
2312         Fix adjustment of space glyph width.
2313         (get_gstring): If cursor_width or cursor_bidi is changed, don't
2314         use a cache.
2315
2316         * font-ft.c (mfont__ft_drive_otf): Set MGlyph->combining_code
2317         instead of MGlyph->bidi_sensitive.
2318
2319         * internal-gui.h (MGlyph): Delete member bidi_sensitive.
2320
2321 2004-07-26  Kenichi Handa  <handa@m17n.org>
2322
2323         * draw.c (visual_order): Don't treat combined glyphs specially.
2324         (layout_glyphs): Don't get metrics glyphs that are already ready.
2325         Pay attention to MGlyph->bidi_sensitive.  Combine a glyph of zero
2326         width with the previous one. 
2327         (draw_background): Fix bar cursor position on a r2l glyph.
2328
2329         * font-flt.c (FontLayoutCmdOTF): Move back from internal-gui.h.
2330         (run_rule): Fix place of updating cluster_begin_pos and
2331         cluster_end_pos here.
2332         (run_otf): Don't set left_padding.
2333
2334         * font-ft.c (adjust_anchor): Type of argument `code' changed.
2335         Caller changed.
2336         (mfont__ft_drive_otf): Renamed back from mfont__ft_drive_gsub.
2337         Fix handling of GPOS.
2338         (mfont__ft_drive_gpos): Delete this function.
2339
2340         * font.h (mfont__ft_drive_otf): Renamed back from
2341         mfont__ft_drive_gsub.
2342         (mfont__ft_drive_gpos): Delete extern.
2343
2344         * internal-gui.h (FontLayoutCmdOTF): Move back to font-flt.c.
2345         (MGlyph): Delete member otf_cmd, add member bidi_sensitive.
2346
2347 2004-07-23  Kenichi Handa  <handa@m17n.org>
2348
2349         * draw.c (layout_glyphs): Call mfont__ft_drive_gpos with glyphs of
2350         the same bidi level.
2351
2352         * font-ft.c (mfont__ft_drive_gpos): Check bidi-level.
2353
2354 2004-07-22  Kenichi Handa  <handa@m17n.org>
2355
2356         * font-flt.c (load_flt): Treat the symbol Mend as end-of-file.
2357
2358 2004-07-20  Kenichi Handa  <handa@m17n.org>
2359
2360         * draw.c (render_glyphs): Fix checking of g->code validity.
2361
2362         * face.c (mface__realize): Set g.type.
2363
2364 2004-07-18  Kenichi Handa  <handa@m17n.org>
2365
2366         * Makefile.am: Prepend ${top_srcdir} to all *.la in
2367         *_LIBADD/*_LDADD.
2368
2369         * m17n-gui.c (mframe): Print error message give by dlopen to
2370         stderr.
2371
2372 2004-07-16  Kenichi Handa  <handa@m17n.org>
2373
2374         * draw.c (compose_glyph_string): Improve the way of deciding a
2375         script.  For a character that doesn't have script property, use
2376         the last non-latin script.
2377
2378         * font-ft.c (fc_list): Cancel previous change.
2379         (mfont__ft_init): Add more entries in ft_to_prop_name.
2380
2381 2004-07-15  Kenichi Handa  <handa@m17n.org>
2382
2383         * draw.c (mdraw_glyph_list): Add the width of padding glyphs to
2384         previous or next character glyphs.
2385
2386 2004-07-14  Kenichi Handa  <handa@m17n.org>
2387
2388         * draw.c (compose_glyph_string): Be sure to set codes for glyphs
2389         of type GLYPH_SPACE.
2390
2391         * fontset.c (mfont__lookup_fontset): If glyph type is
2392         GLYPH_SPACE, get codes for SPACE.
2393
2394         * internal-gui.h (Mfont): Delete extern.
2395
2396         * m17n-gui.h (Mfont): Delete duplicated extern.
2397
2398 2004-07-13  Kenichi Handa  <handa@m17n.org>
2399
2400         * font-ft.c (DEVICE_DELTA): New macro.
2401         (adjust_anchor): New function.
2402         (mfont__ft_drive_gsub): Renamed from mfont__ft_drive_otf.  Drive
2403         only GSUB.
2404         (mfont__ft_drive_gpos): New function.
2405
2406         * font-flt.c (FontLayoutCmdOTF): Moved to internal-gui.h.
2407         (FontLayoutContext): Delete member `rfont'.
2408         (run_otf): Set g->otf_cmd.  Call 
2409         (mfont__flt_run): Don't set ctx.rfont.  Call mfont__ft_decode_otf
2410         only whne HAVE_OTF is defined.
2411
2412         * fontset.c: Include "config.h".
2413
2414         * internal-gui.h (FontLayoutCmdOTF): Moved from font-flt.c.
2415         (MGlyph): New member otf_cmd.
2416
2417         * font.h (mfont__ft_drive_gsub): Changed from mfont__ft_drive_otf.
2418         (mfont__ft_drive_gpos): Extern it.
2419
2420         * face.c: Include "config.h".
2421
2422         * draw.c (layout_glyphs): Call mfont__ft_drive_gpos.
2423
2424         * input-gui.c: Include "config.h".
2425
2426         * plist.c: Include "config.h".
2427
2428 2004-07-06  Kenichi Handa  <handa@m17n.org>
2429
2430         * m17n-gui.c, m17n-gui.h, m17n-gd.c, m17n-X.h, m17n-X.c,
2431         internal-gui.h: Cancel previous changes.
2432
2433         * m17n-gd.h: Delete it.
2434
2435         * Makefile.am (libm17n_core_la_LIBADD): New variable.
2436         (libm17n_core_la_LDFLAGS): Add -export-dynamic, move
2437         @XML2_LD_FLAGS@ to above.
2438         (libm17n_la_LIBADD): Add -ldl.
2439         (libm17n_la_LDFLAGS): Add -export-dynamic.
2440         (X_LD_FLAGS): Fix the order of linking.
2441         (libm17n_gui_la_LIBADD): Add ${OPTIONAL_LD_FLAGS}.
2442         (libm17n_gui_la_LDFLAGS): Add -export-dynamic, delete above.
2443         (libm17n_X_la_LDFLAGS): Add -module.
2444         (libm17n_gd_la_SOURCES): Delete m17n-gd.h.
2445         (libm17n_gd_la_LIBADD): Add @GD_LD_FLAGS@.
2446         (libm17n_gd_la_LDFLAGS): Add -module.
2447         (include_HEADERS): Delete m17n-gd.h.
2448
2449 2004-06-30  Kenichi Handa  <handa@m17n.org>
2450
2451         * m17n-gui.c: Adjusted for the change of struct MDeviceDriver.
2452         (MDeviceLibraryInterface): Delete it.
2453         (register_device_library): Delete it.
2454         (m17n__device_library_list): Renamed from device_library_list.
2455
2456         * m17n-gui.h (M17N_INIT_X, M17N_INIT_GD): New macros.
2457         (m17n_init_win): Adjust prototype.
2458
2459         * m17n-gd.c: Adjusted for the change of struct MDeviceDriver.
2460         (m17n_init_gd): New function. 
2461
2462         * m17n-gd.h: New file.
2463
2464         * m17n-X.h: Include <m17n-gui.h>.
2465         (m17n_init_X): Extern it.
2466         (M17N_INIT): Redefine it.
2467
2468         * m17n-X.c: Adjusted for the change of struct MDeviceDriver.
2469         (m17n_init_X): New function.
2470
2471         * internal-gui.h (m17n__device_library_list): Extern it.
2472         (struct MDeviceDriver): New members initialized, init, and fini.
2473
2474         * Makefile.am (libm17n_X_la_LIBADD): Add ${X_LD_FLAGS} and
2475         @XFT2_LD_FLAGS@.
2476         (libm17n_X_la_LIBADD): Delete aboves.
2477         (libm17n_gd_la_SOURCES): Add m17n-gd.h.
2478         (libm17n_gd_la_LIBADD): Add @GD_LD_FLAGS@.
2479         (libm17n_gd_la_LDFLAGS): Delete it.
2480         (include_HEADERS): Add m17n-gd.h.
2481
2482 2004-06-25  Kenichi Handa  <handa@m17n.org>
2483
2484         * Makefile.am (libm17n_X_la_LDFLAGS): Cancel previous change.
2485         (libm17n_gd_la_LDFLAGS): Cancel previous change.
2486
2487         * m17n-gd.c (gd_render): Don't call FT_Get_Char_Index.
2488
2489         * font-ft.c (fc_list): If FcFontList finds no font, try
2490         FcFontMatch.
2491
2492         * draw.c (compose_glyph_string): Terminate the last loop after
2493         doing default combining if necessary.
2494
2495 2004-06-24  Kenichi Handa  <handa@m17n.org>
2496
2497         * draw.c (mdraw_glyph_list): Unref gstring->top at the tail.
2498
2499         * character.c (mchar_define_property): Add const to an arg.
2500
2501         * charset.c (mchar_define_charset): Add const to an arg.
2502
2503         * coding.c (MCodingSystem): Add const to an arg or decoder.
2504         (finish_decoding): Add const to an arg.
2505         (decode_coding_charset, decode_coding_utf_8)
2506         (decode_coding_utf_16, decode_coding_utf_32)
2507         (decode_coding_iso_2022, decode_coding_sjis)
2508         (mconv_define_coding): Likewise.
2509
2510         * m17n-X.c (xft_find_metric): Delete unused variable.
2511
2512         * m17n-core.h (mchar_define_property, mtext_from_data): Adjust
2513         prototypes.
2514
2515         * m17n.h (mchar_define_charset, mconv_define_coding): Adjust
2516         prototypes.
2517
2518         * mtext.c (count_utf_8_chars, count_utf_16_chars)
2519         (mtext__from_data, mtext_from_data): Add `const' to an arg.
2520
2521         * mtext.h (mtext__from_data): Ajust prototype.
2522
2523 2004-06-23  Kenichi Handa  <handa@m17n.org>
2524
2525         * draw.c (compose_glyph_string): Always get glyph codes by
2526         mface__for_char.
2527         (mdraw_glyph_info): Set info->glyph_code and info->logical_width.
2528         (mdraw_glyph_list): New function.
2529
2530         * font-flt.c (mfont__flt_run): Be sure to call
2531         rfont->driver->encode_char.
2532
2533         * font-ft.c (ft_find_metric): Don't call FT_Get_Char_Index.
2534         (ft_encode_char): Delete arg C.
2535         (ft_render): Don't call FT_Get_Char_Index.
2536
2537         * font.c (mfont__encodable_p): Delete it.
2538         (mfont__encode_char): Be sure to call rfont->driver->encode_char.
2539
2540         * font.h (struct MFontDriver): Delete arg C of encode_char.
2541         (mfont__encodable_p): Delete extern.
2542
2543         * m17n-X.c (xfont_encode_char): Delete arg C.
2544         (xft_find_metric): Don't cal FT_Get_Char_Index.
2545         (xft_render): Likewise.
2546
2547         * m17n-gui.h (MDrawGlyphInfo): New members glyph_code and
2548         logical_width.
2549         (mdraw_glyph_list): Extern it.
2550
2551         * Makefile.am (libm17n_X_la_LDFLAGS): Don't include ${X_LD_FLAGS}.
2552
2553 2004-06-22  Kenichi Handa  <handa@m17n.org>
2554
2555         * m17n-gui.h (mfontset_lookup): Extern it.
2556
2557         * m17n-gui.c (m17n_init_win): Delete unnecessary printing.
2558
2559         * fontset.c (realize_fontset_elements)
2560         (free_realized_fontset_elements, update_fontset_elements): New
2561         functions.
2562         (mfont__realize_fontset): Call realize_fontset_elements.
2563         (mfont__free_realized_fontset): Call free_realized_fontset_elements.
2564         (mfont__lookup_fontset): If a fontset was modified, update
2565         the realized fontset.
2566         (mfontset_modify_entry): Increment fontset->tick.
2567         (mfontset_lookup): New function.
2568
2569 2004-06-21  Kenichi Handa  <handa@m17n.org>
2570
2571         * font-ft.c (mfont__ft_parse_name): Cast the arg to FcNameParse.
2572
2573         * mtext.c (mtext_dup, mtext_cat, mtext_ncat, mtext_cpy)
2574         (mtext_ncpy, mtext_duplicate): Pay attention to the case that the
2575         length of source text 0.
2576
2577 2004-06-21  Kenichi Handa  <handa@m17n.org>
2578
2579         * mtext.c (INC_POSITION): Use CHAR_UNITS_BY_HEAD_UTF16.
2580         (compare): Pay attention to format other than utf-8.
2581         (copy): Delete this function.
2582         (count_by_utf_8, count_by_utf_16, insert): New functions.
2583         (count_utf_16_chars): Fix handling of a surrogate pair.
2584         (find_char_forward, find_char_backward): Likewise.
2585         (mtext__from_data): Delete unnecessary check.  Fix number of
2586         allocated bytes.
2587         (mtext_from_data): Don't count items.
2588         (mtext_ref_char): Optimize the code.
2589         (mtext_set_char): Pay attention to format other than utf-8.
2590         (mtext_cat_char): Likewise.
2591         (mtext_dup): Don't call copy, instead do allocation here.
2592         (mtext_cat): Call insert instead of copy.
2593         (mtext_ncat): Likewise.
2594         (mtext_cpy): Delete character at first and call insert instead of
2595         copy.
2596         (mtext_ncpy): Likewise.
2597         (mtext_copy): Likewise.
2598         (mtext_duplicate): Call insert instead of copy.
2599         (mtext_del): Pay attention to format other than utf-8.
2600         (mtext_ins): Simply call insert.
2601         (mtext_ins_char): Pay attention to format other than utf-8.
2602         (mtext_tok): Call insert instead of copy.
2603         (mtext_text): Call UNIT_BYTES.
2604
2605         * textprop.c (mtext__adjust_plist_for_change): New function.
2606
2607         * character.h (USHORT_SIZE, UINT_SIZE, UNIT_BYTES): New macros.
2608         (CHAR_UNITS_UTF16, CHAR_UNITS): Simplified.
2609         (CHAR_UNITS_AT): Fix typo.
2610         (CHAR_UNITS_BY_HEAD): Fix typo.
2611         (STRING_CHAR_AND_UNITS): Fix typo.
2612
2613         * internal.h (MTEXT_READ_ONLY_P): New macro. 
2614
2615         * mtext.h (mtext__replace): Delete the extern.
2616         (mtext__adjust_foramt): Adjust prototype.
2617
2618         * plist.c (mplist_deserialize): Adjust the format of MT to utf-8
2619         if possible.  Otherwise make a copy of mmt.
2620
2621         * coding.c (mconv_decode, mconv_gets): Adjust the format of MT to
2622         utf-8.
2623
2624 2004-06-18  Kenichi Handa  <handa@m17n.org>
2625
2626         * character.h (CHAR_STRING_UTF16): Fix syntax.
2627
2628 2004-06-16  Kenichi Handa  <handa@m17n.org>
2629
2630         * Makefile.am (libm17n_gd_la_LIBADD): Delete it.
2631         (libm17n_X_la_LIBADD): Delete it.
2632         (libm17n_gd_la_LDFLAGS): Don't include @GD_LD_FLAGS@.
2633
2634         * m17n-X.c (device_open): Add parens in `if' condition.
2635
2636         * mtext.c (INC_POSITION): Handle format other than utf8 and utf16.
2637         (DEC_POSITION): Likewise.
2638         (compare): Fix case that mt1->format is MTEXT_FORMAT_UTF_8.
2639
2640 2004-06-15  Kenichi Handa  <handa@m17n.org>
2641
2642         * fontset.c (mfont__lookup_fontset): Fix selection of font groups
2643         by language.
2644
2645         * draw.c (compose_glyph_string): If langauge is specified, call
2646         mface__for_chars even if a text is all latin.  Fix condition for
2647         setting non_ascii_found.
2648
2649         * m17n-X.c (xft_find_metric): Fix setting of g->lbrearing.
2650
2651         * m17n.h (minput_char_to_key): Delete extern.
2652
2653         * m17n-gui.h (minput_event_to_key): Cancel previous change.
2654
2655         * m17n-gui.c (null_device_open): Set several members of frame.
2656
2657 2004-06-14  Kenichi Handa  <handa@m17n.org>
2658
2659         * m17n-gui.h (minput_event_to_key): Delete extern.
2660
2661         * symbol.h (struct MSymbolStruct): Renamed from MSymbol.
2662
2663         * m17n-core.h (MSymbol): Defined as "struct MSymbolStruct *".
2664
2665         * Makefile.am (AM_CPPFLAGS): Refer to @M17NDIR@.
2666
2667 2004-06-08  Kenichi Handa  <handa@m17n.org>
2668
2669         * character.c (mchar_put_prop): Don't increment the ref-count of
2670         record->table.
2671
2672 2004-06-04  Kenichi Handa  <handa@m17n.org>
2673
2674         * m17n-core.c (mdebug__register_object): New function.
2675         (mdebug__unregister_object): Likewise.
2676
2677         * internal.h (mdebug__register_object, mdebug__unregister_object):
2678         Extern them.
2679         (M17N_OBJECT_REGISTER, M17N_OBJECT_UNREGISTER): Call them
2680         respectively.
2681
2682         * charset.c (mcharset__load_from_database): Don't call
2683         mconv__register_charset_coding here.
2684
2685         * coding.c (find_coding): Get a real name from an element of
2686         coding_definition_list.
2687         (mconv__register_charset_coding): Set the real name at the top of
2688         param.
2689         (mcoding__load_from_database): Likewise.
2690         (mconv_list_codings): Adjusted for the above change.
2691
2692 2004-06-03  Kenichi Handa  <handa@m17n.org>
2693
2694         * coding.c (find_coding): Find by canonicalized name.  Don't have
2695         to modify the element of coding_definition_list by
2696         mplist__from_plist.
2697         (mconv__define_coding_from_charset): Delete it.
2698         (mconv__register_charset_coding): Canonicalize sym.
2699         (mcoding__load_from_database): Register plist modified by
2700         mplist__from_plist.
2701
2702         * coding.h (mconv__define_coding_from_charset): Don't extern it.
2703
2704         * font-ft.c (ft_open): Fix setting of rfont->descent.
2705
2706 2004-06-02  Kenichi Handa  <handa@m17n.org>
2707
2708         * font.c (enum xlfd_field_idx): Moved from m17n-X.c.
2709         (xlfd_parse_name): Merge split_font_name and xfont_parse_name.
2710         (xlfd_unparse_name): Renamed from xfont_build_name.
2711         (mfont__init): Initialized Mfontconfig.
2712         (mfont__free_realized): Unconditionally unref rfont->info.
2713         (mfont__select): Free `this' if it's not best.
2714         (mfont__open): Don't check frame->realized_font_list.
2715         (mfont__parse_name_into_font): New function.
2716         (Mfontconfig): New variable.
2717         (mfont_from_name): Call mfont_parse_name.
2718         (mfont_name): Call mfont_unparse_name.
2719         (mdebug_dump_font): Likewise.
2720
2721         * font.h (struct MFontDriver): Delete members parse_name and
2722         build_name.
2723         (mfont__ft_parse_name, mfont__ft_unparse_name): Extern them.
2724         (mfont__parse_name_into_font): Extern it.
2725
2726         * font-ft.c: Include "symbol.h".
2727         (close_ft): Unconditionally free filename and charmap_list of
2728         ft_into.
2729         (ft_open): Duplicate base->filename.  Increment ref-count of
2730         ft_info->charmap_list.  Free ft_info->charmap_list and
2731         ft_info->filename on error.
2732         (mfont__ft_parse_name, mfont__ft_unparse_name): New functions.
2733
2734         * m17n-X.c (xfont_driver): Don't include xfont_parse_name and
2735         xfont_build_name.
2736         (enum xlfd_field_idx): Moved to font.c.
2737         (split_font_name, build_font_name): Likewise.
2738         (build_font_list): Call mfont__parse_name_info_font.
2739         (xfont_open): Call mfont__unparse_name.  Free name.
2740         (xfont_parse_name, xfont_build_name): Moved to font.c
2741         (xft_select): Prototype deleted.
2742         (device_open): Check HAVE_FREETYPE on using mfont__ft_driver.
2743         Call mfont_pase_name.
2744
2745         * m17n-gui.c (free_frame): Unref frame->font_driver_list.
2746         (m17n_fini_win): Add check HAVE_FREETYPE on using null_interface.
2747         (mframe): Likewise.
2748
2749         * m17n-gui.h (mfont_parse_name, mfont_unparse_name, Mfontconfig):
2750         Extern them.
2751
2752         * Makefile.am (linkgui_LDADD): Add libm17n-X.la and libm17n-gd.la.
2753
2754 2004-06-01  Kenichi Handa  <handa@m17n.org>
2755
2756         * fontset.c (mfontset_modify_entry): Pay attention to the case
2757         that fontset->font_spec_list is NULL.
2758
2759 2004-05-31  Kenichi Handa  <handa@m17n.org>
2760
2761         * m17n-gui.c: Include <dlfcn.h> only when HAVE_DLFCN_H is defined.
2762
2763         * input.c: Include <dlfcn.h> only when HAVE_DLFCN_H is defined.
2764
2765         * font.c (mfont__select): Print score the a font for debugging.
2766
2767         * Makefile.am (libm17n_la_LIBADD): Delete -ldl.
2768
2769         * coding.c (reset_coding_sjis): Check kanji and kana instead of
2770         kanji_sym and kana_sym.
2771
2772 2004-05-28  Kenichi Handa  <handa@m17n.org>
2773
2774         * Makefile.am (VINFO): New variable.
2775         (libm17n_core_la_LDFLAGS, libm17n_la_LDFLAGS)
2776         (libm17n_gd_la_LDFLAGS): Include ${VINFO}.
2777
2778 2004-05-27  Kenichi Handa  <handa@m17n.org>
2779
2780         The following chanages are to make device dependent functions
2781         accessible only from MDeviceDriver structure, and to add GD and
2782         null device drivers.  Font drivers get also device dependent.
2783
2784         * m17n.c (m17n_init): Increament shell_initialized.
2785         (m17n_fini): Decremented shell_initialized.
2786
2787         * m17n-misc.h (enum MErrorCode): New element MERROR_GD.
2788
2789         * m17n-gui.h (Mdevice, Mdisplay, Mscreen, Mdrawable, Mdepth)
2790         (Mwidget, Mcolormap, Mx): Extern them.
2791
2792         * m17n-gui.c: Include <dlfcn.h> and "config.h".
2793         (free_frame): Call frame->driver->close instead of
2794         mwin__close_device.
2795         (DLOPEN_SHLIB_EXT): New macro.
2796         (MDeviceLibraryInterface): New type.
2797         (device_library_list): New variable.
2798         (register_device_library): New function.
2799         (null_device): New variable.
2800         (null_device_close, null_device_get_prop)
2801         (null_device_realize_face, null_device_free_realized_face): New
2802         function.
2803         (null_driver): New variable.
2804         (null_device_init, null_device_fini, null_device_open): New
2805         functions.
2806         (null_interface): New variable.
2807         (Mfreetype, Mdevice): Declare them.
2808         (m17n_init_win): Increment win_initialized.  Initialize Mx, Mgd,
2809         Mfreetype, Mdevice, Mdisplay, Mscreen, Mdrawable, Mdevice, and
2810         Mwin__Close_Device.  Register drivers for Mx and Mgd.
2811         (m17n_fini_win): Decremented win_initialized.  Call "fini"
2812         function of all opened devices.  Don't call mwin__fini.
2813         (Mdisplay, Mscreen, Mdrawable, Mdepth, Mwidget, Mcolormap):
2814         Declare them here.
2815         (mframe): Handle Mdevice key of PLIST.
2816         (mframe_get_prop): Call frame->device->get_prop instead of
2817         mwin__device_get_prop.
2818
2819         * m17n-gd.c: New file.
2820
2821         * m17n-core.h (M17NLIB_MAJOR_VERSION, M17NLIB_MINOR_VERSION)
2822         (M17NLIB_PATCH_LEVEL, M17NLIB_VERSION_NAME): Updated to 1.1.0.
2823
2824         * m17n-core.c (m17n_init_core): Increate core_initialized.
2825         (m17n_fini_core): Decremented core_initialized.
2826
2827         * m17n-X.h (Mdisplay, Mscreen, Mdrawable, Mdepth, Mwidget)
2828         (Mcolormap): Don't extern them here.
2829
2830         * m17n-X.c (FRAME_DEVICE): New macro.
2831         (FRAME_DISPLAY, FRAME_SCREEN, FRAME_CMAP): Use FRAME_DEVICE.
2832         (free_display_info): Use MPLIST_DO.
2833         (free_device): Free rface->info.
2834         (xft_close): Delete it.
2835         (device_init): Renamed from mwin__init.
2836         (device_fini): Renamed from mwin__fini.
2837         (device_open): Renamed from mwin__open_device.
2838         (x_driver): New variable.
2839         (MXFontInfo): Delete member frame, add member display.
2840         (Mdisplay, Mscreen, Mdrawable, Mdepth, Mwidget, Mcolormap, Mxim):
2841         Don't declare them here.
2842
2843         * internal-gui.h (MDeviceType): New enum.
2844         (MWDefice): Delete it.
2845         (struct MFrame): Change type of device to void *.  New members
2846         device_type, driver, font_driver_list.
2847         (M_CHECK_WRITABLE, M_CHECK_READABLE): New macros.
2848         (MDeviceDriver): New type.
2849         (Mx, Mgd, Mfreetype): Extern them.
2850         (mwin__XXX): Delete all of them.
2851
2852         * input-gui.c (win_create_ic): Call frame->driver->XXX instead of
2853         mwin__XXX.
2854         (win_destroy_ic): Likewise.
2855         (adjust_window_and_draw): Likewise.
2856         (win_callback): Likewise.
2857         (Mxim): Declare it here.
2858         (minput_event_to_key): Call M_CHECK_READABLE.
2859
2860         * fontset.c (mfont__lookup_fontset): Delete local variable
2861         font_group.
2862
2863         * font.h (struct MFontDriver): Delete member close, add members
2864         parse_name and build_name.
2865         (mfont__driver_list): Delete extern.
2866         (mfont__close): Delete extern.
2867
2868         * font.c (mfont__init): Don't set mfont__driver_list.
2869         (mfont__fini): Don't unref mfont__driver_list.
2870         (mfont__select): Try font drivers in frame->font_driver_list.  Set
2871         driver member of a realized font.
2872         (mfont__close): Delete it.
2873         (mfont_from_name, mfont_name, mdebug_dump_font): Call driver
2874         functions of the default frame.
2875
2876         * font-ft.c (close_ft): Check ft_info->ft_face and work
2877         differently.
2878         (add_font_info): Allocate ft_info by M17N_OBJECT.
2879         (ft_close): Delete it.
2880         (mfont__ft_driver): Don't set ft_close.
2881         (ft_select): Increment ref-count of best_font.
2882         (ft_open): Decremented ref-count of base.  On error, call
2883         FT_Done_Face and free ft_info.
2884         (ft_find_metric): Always use XXX_MONO in load_flags.
2885         (ft_render): Fix setting of width.  Call
2886         frame->driver->draw_points instead of mwin__draw_points.
2887         (ft_to_prop): Don't set mfont__driver_list.
2888         (mfont__ft_fini): Just unref ft_info.
2889
2890         * face.c (mface__init): Exchange foreground and background of
2891         mface__default.  Call mface_put_prop to set hline of
2892         mface_underline,
2893         (mface__realize): Call frame->driver->XXX instead of mwin__XXX.
2894         (mface__free_realized): Don't call mwin__free_realized_face.
2895
2896         * draw.c (Mdepth): Don't declare it here.
2897         (draw_background): Call frame->driver->XXX instead of mwin__XXX.
2898         (render_glyphs, render_glyph_string): Likewise.
2899         (mdraw__init): Don't set Mdepth.
2900         (mdraw_text, mdraw_image_text, mdraw_text_with_control): Call
2901         M_CHECK_WRITABLE.
2902         (mdraw_text_per_char_extents): Return 0 on success and -1 on
2903         error.
2904         (mdraw_text_items): Check FRAME is writable.
2905         (mdraw_per_char_extents): Implement body.
2906
2907         * Makefile.am (lib_LTLIBRARIES): Include libm17n-gui.la and
2908         libm17n-gd.la.
2909         (OPTIONAL_LD_FLAGS): Include @FONTCONFIG_LD_FLAGS@.
2910         (GUI_SOURCES): Delete it.
2911         (libm17n_X_la_SOURCES): Don't include ${GUI_SOURCES}.
2912         (libm17n_gui_la_SOURCES, libm17n_gui_la_LIBADD)
2913         (libm17n_gui_la_LDFLAGS, libm17n_gd_la_SOURCES)
2914         (libm17n_gd_la_LIBADD, libm17n_gd_la_LDFLAGS): New targets.
2915         (linkgui_LDADD): Set to libm17n-gui.la
2916         (linkgui_LDFLAGS): New target.
2917         (SRC): Include ${libm17n_gui_la_SOURCES} and
2918         ${libm17n_gd_la_SOURCES}.
2919
2920 2004-05-24  Kenichi Handa  <handa@m17n.org>
2921
2922         * draw.c (draw_background): Don't draw background even if
2923         rface->face.property[MFACE_BACKGROUND] is not Mnil.
2924
2925 2004-05-22  Kenichi Handa  <handa@m17n.org>
2926
2927         * m17n-X.c (xft_open_font): Fix anti_alias setting.
2928
2929 2004-05-20  Kenichi Handa  <handa@m17n.org>
2930
2931         * m17n-gui.h (MFaceHookFunc): Change this function type to void.
2932
2933         * m17n-gui.c: Include "plist.h".
2934         (mframe): If PLIST is NULL, initialize it to emply plist.
2935
2936         * m17n-X.c (build_font_list): Don't set property[MFONT_TYPE].
2937         (xft_driver): New variable.
2938         (xft_select, close_xft, xft_open_font, xft_open, xft_close)
2939         (xft_find_metric, xft_render): New function.
2940         (mwin__init): Adjusted for the new mfont__driver_list.
2941         (mwin__open_device): Assume arg PARAM is not NULL.  Push a newly
2942         generated face to PARAM.
2943         (mwin__realize_face): Fix setting of box colors.  Don't call hook
2944         function here.
2945         (mwin__draw_hline): New function.
2946         (mwin__xft_close, mwin__xft_open, mwin__xft_get_metric)
2947         (mwin__xft_render): Delete these function.
2948
2949         * internal-gui.h (struct MFrame): New member tick.
2950         (struct MGlyphString): New member tick.
2951         (mwin__draw_rect, mwin__draw_empty_boxes): Extern them.
2952         (mwin__xft_open, mwin__xft_close, mwin__xft_get_metric)
2953         (mwin__xft_render): Delete extern.
2954
2955         * fontset.c (mfont__lookup_fontset): Make the code simpler.
2956         (mfontset): Always increment the reference count of returned
2957         object.
2958
2959         * font-ft.c (mfont__ft_fini): Don't include <otf.h> here.
2960         (MFTInfo): Moved to font.h.
2961         (ft_iso8859_1_font_list): Delete this variable.
2962         (set_font_info): Don't set font->property[MFONT_TYPE].
2963         (set_font_info): Don't udpate ft_iso8859_1_font_list.
2964         (add_font_info): Change type to void.
2965         (fc_list): Change anme from xft_list.  Caller changed.  Include
2966         FC_FOUNDRY and FC_PIXEL_SIZE in FcObjectSet.
2967         (mfont__ft_driver): Change name from ft_driver.  Caller changed.
2968         (ft_select): Check HAVE_FONTCONFIG instead of HAVE_XFT2.
2969         (close_ft): Don't call mwin__xft_close.  Unref
2970         ft_info->extra_info.
2971         (ft_open): Don't setup ft_info->fontname.  Don't call
2972         mwin__xft_open.
2973         (ft_find_metric): Don't call mwin__xft_get_metric.
2974         (ft_encode_char): Call rfont->driver->open instead of ft_open.
2975         (ft_render): Don't check HAVE_XFT2.  Don't call mwin__xft_render.
2976         (mfont__ft_init): Adjusted for new mfont__driver_list.
2977         (mfont__ft_fini): Don't unref ft_iso8859_1_font_list.
2978
2979         * font.c (mfont__driver_list): Make it MPlist.
2980         (mfont__init): Adjust initialization of mfont__driver_list.
2981         (mfont__fini): Free mfont__driver_list.
2982         (mfont__set_spec_from_face): Don't set spec->property[MFONT_TYPE].
2983         (mfont__select): Adjusted for the new mfont__driver_list.
2984
2985         * font.h (enum MFontProperty): Delete MFONT_TYPE.
2986         (mfont__drirver_list): Adjust prototype.
2987         (MFTInfo): Move to here from fron.c.  Deleve member fontname.
2988
2989         * face.h (struct MFace): Delete member realized_face_list, add
2990         member frame_list.
2991         (struct MRealizedFace): Delete member need_update
2992         andnofont_rface, add member non_ascii_list.
2993         (mface__update_frame_face): Extern it.
2994
2995         * face.c (hline_prop_list, box_prop_list, noop_hook): New
2996         variables.
2997         (get_hline_create, get_box_create): New functions.
2998         (find_realized_face): Cancel previous change.  Arg RFONT deleted.
2999         Use memcmp.
3000         (free_face): Cancep previous change.  Free face->frame_list.
3001         (serialize_hline): Do nothing if hline->width is zero.
3002         (serialize_box): Do nothing if box->width is zero.
3003         (mface__init): Setup all properties of mface__default.
3004         (mface__fini): Free hline_prop_list and box_prop_list.
3005         (mface__realize): Cancel previous change.  Update
3006         face->frame_list.  Setup rface->non_ascii_list.
3007         (mface__for_chars): Update rface->non_ascii_list.
3008         (mface__free_realized): Free rface->non_ascii_list.
3009         (mface__update_frame_face): New function.
3010         (mface): Initialize face->frame_list.
3011         (mface_copy): Likewise.  Just copy MFACE_HLINE and MFACE_BOX
3012         properties.
3013         (mface_merge): Likewise.
3014         (mface_put_prop): If key is Mhline or Mbox, get value by
3015         get_hline_create or get_box_create respectively.
3016         (mface_put_prop): Update frame->tick and call
3017         mface__update_frame_face if necessary.
3018         (mface_update): Do nothing if func is noop_hook.
3019
3020         * draw.c (render_glyphs): If a font is not found, use
3021         mwin__draw_empty_boxes.
3022         (alloc_gstring): Initialize gstring->tick.
3023         (get_gstring): Check gstring->tick.
3024
3025 2004-05-17  Kenichi Handa  <handa@m17n.org>
3026
3027         * face.c (find_realized_face): Return value changed.  If RFONT is
3028         NULL, avoid unnecessary checking.
3029         (free_face): Free face->realized_face_list.
3030         (mface__realize): Adjusted for the change of find_realized_face.
3031         If it returns a realized face that needs update, free it and
3032         realize a new one.  Push a new realized face to
3033         frame->realized_face_list instead of appending.
3034         (mface__for_chars): Adjusted for the change of find_realized_face.
3035         Short cut if the required font is in rface->ascii_rface.
3036         (mface_put_prop): Free old value if necessary.  Set need_update
3037         member of realized faces to 1.
3038
3039         * face.h (struct MFace): Delete member tick, add member
3040         realized_face_list.
3041         (struct MRealizedFace): Delete member tick, add member
3042         need_update.
3043
3044 2004-05-13  Kenichi Handa  <handa@m17n.org>
3045
3046         * m17n-X.c (mwin__xft_open): Destroy unnecessary patterns.
3047
3048 2004-05-12  Kenichi Handa  <handa@m17n.org>
3049
3050         * internal-gui.h (mwin__xft_open): Arguemnt name changed.
3051
3052         * m17n-X.c (mwin__xft_open): Argument changed to fontname and
3053         parse it XftNameParse.
3054
3055         * font-ft.c (MFTInfo) [HAVE_XFT2]: New member fontname.
3056         (all_fonts_scaned): New variable.
3057         (set_font_info): FAMILY may be Mnil.
3058         (add_font_info): Argument changed.
3059         (xft_list): Call add_font_info in it.
3060         (ft_list): Likewise.
3061         (ft_select): Make it work in the case family is Mnil.
3062         (ft_open) [HAVE_XFT2]: Setup ft_info->fontname.
3063         (mfont__ft_fini): Set all_fonts_scaned to 0.
3064
3065         * fontset.c (mfont__lookup_fontset): Don't repeatedly try a font
3066         that is failed to open.
3067
3068 2004-05-10  Kenichi Handa  <handa@m17n.org>
3069
3070         * m17n-X.c (mwin__xft_render): Don't use anti-alias if the
3071         device's depth is 1 (i.e. monochrome).
3072
3073         * Makefile.am (OPTIONAL_LD_FLAGS): Change the order of elements
3074         to work around the problem of libtool.
3075
3076         * font-ft.c: Include <freetype/ftbdf.h>.
3077         (Municode_bmp, Municode_full, Miso10646_1, Miso8859_1): New
3078         variables.
3079         (mfont__ft_init): Initialize them.
3080         (ft_iso8859_1_font_list): New variable.
3081         (set_font_info): Detect a font containing iso8859-1 glyphs and
3082         register it in ft_iso8859_1_font_list.  If the font is not
3083         scalable, assume it as BDF or PCF font and setup SIZE and RESY
3084         properties of the font from its properties.
3085         (add_font_list): If the font is not scalable, check if it is BDF
3086         or PCF font.  If not, ignore it.
3087         (ft_select): If FAMILY is Mnil, return NULL only if the requested
3088         registry is not iso8859-1.
3089         (ft_select) [not HAVE_XFT2]: If FAMILY is Mnil, select one from
3090         ft_iso8859_1_font_list.
3091         (ft_find_metric): If the font is not scalable, assume it as BDF
3092         or PCF, and get a metric from its properties.
3093         (mfont__ft_fini): Free ft_iso8859_1_font_list.
3094
3095 2004-05-07  Kenichi Handa  <handa@redhat.m17n.org>
3096
3097         * Makefile.am (libm17n_la_LIBADD): Include -ldl.
3098         (libm17n_la_LDFLAGS): Delete it.
3099         (noinst_PROGRAMS): Renamed from bin_PROGRAMS.
3100         (install-binPROGRAMS, uninstall-binPROGRAMS): Delete them.
3101
3102 2004-05-06  Kenichi Handa  <handa@m17n.org>
3103
3104         * draw.c (compose_glyph_string): Fix previous change.
3105
3106 2004-04-30  Kenichi Handa  <handa@m17n.org>
3107
3108         * font-ft.c (ft_list): Delete unused variable `result'.
3109         (ft_render): Fix for the case that bitmap.pitch < bitmap.width.
3110
3111 2004-04-27  Kenichi Handa  <handa@m17n.org>
3112
3113         * m17n-X.c: Include config.h
3114         [HAVE_XFT2]: Include <X11/Xft/Xft.h>.
3115         (GCInfo) [HAVE_XFT2]: New member xft_color_fore, xft_color_back.
3116         (MWDevice) [HAVE_XFT2]: New member xft_draw.
3117         (FRAME_CMAP, FRAME_VISUAL): New macros.
3118         (free_device) [HAVE_XFT2]: Destroy device->xft_draw.
3119         (xfont_driver): Make it static.
3120         (mwin__open_device) [HAVE_XFT2]: Setup device->xft_draw.
3121         (mwin__realize_face) [HAVE_XFT2]: Setup info->xft_color_fore and
3122         info->xft_color_back.
3123         (MXftFontInfo) [HAVE_XFT2]: New type.
3124         (mwin__xft_close) [HAVE_XFT2]: New function.
3125         (mwin__xft_open) [HAVE_XFT2]: New function.
3126         (mwin__xft_get_metric) [HAVE_XFT2]: New function.
3127         (mwin__xft_render) [HAVE_XFT2]: New function.
3128
3129         * internal-gui.h [HAVE_FREETYPE]: Include FT_FREETYPE_H.
3130         (mwin__xft_open, mwin__xft_close) [HAVE_FREETYPE]: New externs.
3131         (mwin__xft_get_metric, mwin__xft_render) [HAVE_FREETYPE]: New
3132         externs.
3133
3134         * font.h [HAVE_FREETYPE]: Include FT_FREETYPE_H.
3135
3136         * font-ft.c: Don't include FT_FREETYPE_H here.
3137         [HAVE_XFT2]: Include <fontconfig/fontconfig.h>.
3138         (fontconfig_initialized, fc_config) [HAVE_XFT2]: New variables.
3139         (MFTInfo): New member charmap_index.
3140         (MFTInfo) [HAVE_XFT2]: New member xft_info.
3141         (check_otf_filename): Renamed from check_filename.  Return value
3142         changed.
3143         (ft_set_property): This function deleted.
3144         (set_font_info): New function.
3145         (add_font_list): Argument changed.  Add multiple fonts.
3146         (xft_list) [HAVE_XFT2]: New function.
3147         (ft_list) [not HAVE_XFT2]: New function.
3148         (ft_select): Add code for Xft.
3149         (close_ft): Likewise.
3150         (ft_open): Likewise.
3151         (ft_find_metric): Likewise.
3152         (ft_encode_char): Likewise.
3153         (ft_render): Likewise.
3154
3155         * makefile.am (OPTIONAL_LD_FLAGS): Include @XFT2_LD_FLAGS@.
3156
3157 2004-04-26  Kenichi Handa  <handa@m17n.org>
3158
3159         * textprop.c (mtext_attach_property): Declare the return type as
3160         `int'.
3161
3162 2004-04-21  Kenichi Handa  <handa@m17n.org>
3163
3164         * Makefile.am (OPTIONAL_LD_FLAGS): Include @XFT2_LD_FLAGS@
3165
3166 2004-04-09  Kenichi Handa  <handa@m17n.org>
3167
3168         * font-flt.c (struct): New members seq_beg, seq_end, seq_from,
3169         seq_to.
3170         (load_command): Setup above members.
3171
3172 2004-04-05  Kenichi Handa  <handa@m17n.org>
3173
3174         * m17n-X.c (xfont_encode_char): Fix checking of byte1 and byte2.
3175
3176 2004-03-30  Kenichi Handa  <handa@m17n.org>
3177
3178         * m17n-X.c (xfont_encode_char): Return MCHAR_INVALID_CODE if code
3179         >= 0x10000.
3180
3181         * m17n-core.h (M17NLIB_PATCH_LEVEL): Changed to 2.
3182         (M17NLIB_VERSION_NAME): Changed to 1.0.2.
3183
3184 2004-03-29  Kenichi Handa  <handa@m17n.org>
3185
3186         * Version 1.0 Patch Level 2 released.
3187
3188 2004-03-29  Kenichi Handa  <handa@m17n.org>
3189
3190         * charset.c (make_charset): Set charset->fully_loaded and
3191         charset->simple correctly.  Don't try to get charset->min_char and
3192         charset->max_char for a charset of method subset and superset.
3193         Don't load a mapping file here.
3194         (mcharset__init): Set unified_max.
3195         (mcharset__load_from_database): Free a working plist.
3196
3197         * coding.c (mcoding__fini): Free all malloced data.
3198
3199         * input-gui.c (win_create_ic): Set control.as_image for preediting
3200         to 0.
3201
3202         * internal.h (M17N_OBJECT_REGISTER): Check the member `used' (not
3203         `count') to initialize the array.
3204
3205         * locale.c (mlocale_set): Fix the order of M17N_OBJECT_REF and
3206         M17N_OBJECT_UNREF.
3207
3208         * m17n-X.c (xfont_render): If rface->rfont is null, draw a
3209         rectangle.
3210         (mwin__create_window): Fix bug of setting a background pixel of a
3211         new window.
3212         (mwin__adjust_window): Clear the window before drawing.
3213
3214         * m17n-core.c (mdebug__report_object): Free array->objectes if
3215         necessary.
3216         (m17n_init_core): Don't set report_header_printed to 0 here.
3217         Fix debugging information.
3218         (m17n_fini_core): Set report_header_printed to 0 here.
3219
3220         * m17n-core.h (mplist_deserialize): Extern it.
3221
3222         * m17n-gui.c (m17n_fini_win): Fix debugging information.
3223
3224         * m17n.c (m17n_fini): Fix debugging information.
3225
3226         * mtext.c (mtext__adjust_foramt): New function.
3227
3228         * mtext.h (mtext__adjust_foramt): Extern it.
3229
3230         * plist.c (mplist_deserialize): Renamed from mplist__deserialize.
3231
3232         * plist.h (mplist__deserialize): Don't extern it.
3233
3234         * symbol.c (msymbol__fini): Set freed_symbols to 0.  Set all
3235         elements of symbol_table to NULL.  Report about created and freed
3236         symbols if MDEBUG_FINI is set.
3237
3238 2004-03-22  Kenichi Handa  <handa@m17n.org>
3239
3240         * m17n-core.c (m17n_init_core): Set merror_code to MERROR_NONE.
3241
3242         * m17n.c (m17n_init): Fix the way of checking merror_code.
3243
3244         * m17n-gui.c (m17n_init_win): Fix the way of checking merror_code.
3245
3246 2004-03-22  Kenichi Handa  <handa@m17n.org>
3247
3248         * fontset.c (realize_font_group): Adjust the font size by
3249         mfont__resize before selecting a font.
3250
3251         * font-ft.c (mfont__ft_init): Add oblique and boldoblique.
3252
3253 2004-03-19  Kenichi Handa  <handa@m17n.org>
3254
3255         * Version 1.0 Patch Level 1 released.
3256
3257 2004-03-19  Kenichi Handa  <handa@m17n.org>
3258
3259         * m17n-core.h (M17NLIB_PATCH_LEVEL): New macro.
3260
3261         * m17n-core.c (M17NLIB_PATCH_LEVEL): Describe it.
3262
3263 2004-03-19  Kenichi Handa  <handa@m17n.org>
3264
3265         Re-apply the changes forgotten in the released version.
3266
3267         * charset.c (mcharset__load_from_database): Call
3268         mchar_define_charset.
3269
3270         * coding.c (encode_unsupporeted_char): Put Mcoding text property.
3271         (mconv_encode_range): Put Mcoding text property.
3272
3273 2004-03-18  Kenichi Handa  <handa@m17n.org>
3274
3275         * draw.c (Mdepth): New variable.
3276         (visual_order): Delete unused local var `pos'.
3277         (compose_glyph_string): Fix for the case that gstring->glyphs is
3278         realloced.  Stop generating glyphs at TO.  Fix handling of
3279         control charaters.
3280         (layout_glyphs): Get metrics of all glyphs in advance.  Set
3281         lbearing and rbearing of base of composition glyph correctly.
3282         Handle left-overhang glyphs correctly.
3283         (alloc_gstring): New arg frame.  Set gstring->anti_alias.  Caller
3284         changed.
3285         (dump_combining_code): Change the defualt off_x character to ".".
3286         (mdraw__init): Initialize Mdepth.
3287
3288         * face.c (work_gstring): New variable
3289         (mface__init): Initialize work_gstring.
3290         (mface__fini): Free work_gstring.glyphs.
3291         (mface__realize): Don't handle videomode property here.  Adjusted
3292         for the change of mfont__get_metric.
3293         (mface__for_chars): Adjusted for the change of mfont__get_metric.
3294
3295         * face.h (enum face_gc): Moved to m17n-X.c.
3296
3297         * font.h (struct MFontDriver): Arguments of find_metric changed.
3298         (mfont__select): Prototype adjusted.
3299         (mfont__get_metric): Likewise.
3300         (mfont__ft_drive_otf): Likewise.
3301         (mfont__flt_run): Likewise.
3302         
3303         * font.c (mfont__select): New argument layouter.  If layouter is
3304         different in the registered font, make a new copy of realized
3305         font.
3306         (mfont__get_metric): Argument changed.  Get metrics of multiple
3307         glyphs.
3308         (mfont_find): Call mfont__select with layouter as Mnil.
3309
3310         * font-flt.c (FontLayoutContext): New member rfont.
3311         (run_otf): Adjusted for the change of mfont__ft_drive_otf.
3312         (mfont__flt_run): Argument changed.  Initialize ctx.rfont.
3313
3314         * font-ft.c (ft_find_metric): Arguments changed.  Get metrics of
3315         multiple glyphs.
3316         (NUM_POINTS): New macro.
3317         (MPointTable): New type.
3318         (ft_render): Use mwin__draw_points instead of mwin__draw_bitmap.
3319         (mfont__ft_drive_otf): New argument rfont.
3320
3321         * fontset.c (realize_font_group): Adjusted for the changed of
3322         mfont__select.
3323         (check_fontset_element): This function deleted.
3324
3325         * input-gui.c (adjust_window_and_draw): Locate a preedit window
3326         off the parent window if the preedit text is zero length.
3327
3328         * internal-gui.h (struct MFrame): New members foreground,
3329         background, videomode, font.
3330         (struct MGlyphString): New member anti_alias.
3331         (MDrawPoint): New type.
3332         (mwin__draw_bitmap): Prototype deleted.
3333         (mwin__draw_points): Prototype added.
3334
3335         * m17n-gui.h (MDrawControl): New member anti_alias.
3336
3337         * m17n-gui.c (free_frame): Free frame->font.
3338         (mframe): Set the fontset of frame->face to the default fontset.
3339
3340         * m17n-X.c (RGB_GC): New type.
3341         (enum gc_index): Renamed from enum face_gc.  Member names changed.
3342         (GCInfo): New typel
3343         (struct MWDevice): Members foreground and background deleted.  New
3344         member scratch_gc, gc_list.
3345         (DEFAULT_FONT, FALLBACK_FONT): New macros.
3346         (free_device): Free GCs in device->gc_list.
3347         (get_rgb_gc): New function.
3348         (get_gc): Renamed and argument changed from get_color.
3349         (get_gc_for_anti_alias): New function.
3350         (xfont_find_metric): Arguments changed.  Get metrics of multiple
3351         glyphs.
3352         (set_region): Argument changed.  Caller changed.
3353         (xfont_render): Allways set a font in gc.
3354         (x_error_handler, x_io_error_handler): Define only if
3355         X_SET_ERROR_HANDLER is defined.
3356         (mwin__open_device): Create device->scratch_gc.  Set members
3357         foreground, background, and videomode of frame.  Call
3358         XSetErrorHandler and XSetIOErrorHandler only if
3359         X_SET_ERROR_HANDLER is defined.
3360         (struct gc_list): Deleted.
3361         (REGISTER_GC, UNREGISTER_GC): These macros deleted.
3362         (mwin__realize_face): Adjusted for the change of the format of
3363         rface->info and the charge of set_region.
3364         (mwin__free_realized_face, mwin__fill_space, mwin__draw_hline)
3365         (mwin__draw_box): Likewise.
3366         (mwin__draw_bitmap): This function deleted.
3367         (mwin__draw_points): New function.
3368         (mwin__verify_region): Adjusted for the change of the format of
3369         rface->info and the charge of set_region.
3370         (mwin__create_window): Inherit backgound pixel from parent.
3371         (mwin__dump_gc): Adjusted for the change of the format of
3372         rface->info.
3373
3374 2004-03-16  Kenichi Handa  <handa@m17n.org>
3375
3376         * m17n-X.c (mwin__parse_event): Fix handling of modifier keys.
3377
3378         * input.c (M_key_alias): New variable.
3379         (handle_key): Try M_key_alias property of a key too.
3380         (minput__init): Initialize M_key_alias.  Give that property to
3381         symbols in one_char_symbol.  Fix bug of initializing
3382         one_char_symbol.
3383
3384         * draw.c (compose_glyph_string): Don't handle
3385         ignore_formatting_char here.  Include formatting characters in the
3386         range processed by a FTL.
3387         (layout_glyph_string): Handle ignore_formatting_char here.
3388
3389 2004-03-12  Kenichi Handa  <handa@m17n.org>
3390
3391         * input-gui.c (win_create_ic): Enable bidi in status control.
3392
3393         * draw.c (visual_order): Avoid re-ordering of combining glyphs only.
3394
3395 2004-03-09  Kenichi Handa  <handa@m17n.org>
3396
3397         * input.c (load_input_method): If title is not specified, use the
3398         input method name as title.
3399
3400         * m17n-X.c (get_color): Make it static.
3401         (xim_create_ic, xim_destroy_ic, x_error_handler)
3402         (x_io_error_handler): Likewise.
3403
3404 2004-03-01  Kenichi Handa  <handa@m17n.org>
3405
3406         * Version 1.0 released.
3407
3408 \f
3409 Copyright (C) 2003, 2004
3410   National Institute of Advanced Industrial Science and Technology (AIST)
3411   Registration Number H15PRO112
3412
3413 This file is part of the m17n library.
3414
3415 The m17n library is free software; you can redistribute it and/or
3416 modify it under the terms of the GNU Lesser General Public License
3417 as published by the Free Software Foundation; either version 2.1 of
3418 the License, or (at your option) any later version.
3419
3420 The m17n library is distributed in the hope that it will be useful,
3421 but WITHOUT ANY WARRANTY; without even the implied warranty of
3422 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3423 Lesser General Public License for more details.
3424
3425 You should have received a copy of the GNU Lesser General Public
3426 License along with the m17n library; if not, write to the Free
3427 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
3428 02111-1307, USA.