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