1 2004-06-16 Kenichi Handa <handa@m17n.org>
3 * mdump.c (main): Fix typo of error message.
5 * medit.c (face_freeserif): New variable.
6 (face_table): Add an entry for freeserif.
7 (main): Initialized and free face_freeserif.
9 2004-06-15 Kenichi Handa <handa@m17n.org>
11 * mdump.c: Add command line arguments --family and --language.
12 (help_exit): Print info about those arguemnts.
13 (main): Make family name to lowercase.
15 2004-06-04 Kenichi Handa <handa@m17n.org>
17 * mconv.c (compare_coding_name): New function.
18 (list_coding): Sort the list of codings by their names.
20 2004-06-03 Kenichi Handa <handa@m17n.org>
22 * medit.c (InputMethodInfo): New type.
23 (input_method_table): Type changed to `InputMethodInfo *'.
24 (select_input_method): Adjusted for the change of
26 (show_cursor): Open an input method here if necessary.
27 (compare_input_method): Adjusted for the change of
29 (setup_input_methods): Likewise. Don't open input methods here
31 (main): Adjusted for the change of input_method_table.
33 * mconv.c (main): Close `in' and `out'.
35 * HELLO.utf8: Fix Greek line.
37 * HELLO.xml: Fix Greek line.
39 2004-05-28 Kenichi Handa <handa@m17n.org>
41 * Makefile.am (VINFO): New variable.
42 (libmimx_ispell_la_LDFLAGS, libmimx_anthy_la_LDFLAGS): Include
45 * mdump.c (PROGRAM_VERSION): Renamed from VERSION.
46 (main): Use PROGRAM_VERSION.
48 * medit.c (main): Make face_input_status copy of face_default.
50 2004-05-27 Kenichi Handa <handa@m17n.org>
52 * medit.c (show_cursor): Check hline->width and box->width.
53 (main): Set reverse videomode in a face for selection.
55 * mdump.c: Include config.h. Include <gd.h> instead of
56 <X11/Xlib.h>. If not HAVE_FREETYPE nor HAVE_GD, define a pseudo
57 function main that just print an error message.
58 (help_exit): Adjusted for the change of spec.
59 (dump_image): Argument changed. Dump PNG image instead of PBM.
60 (main): Adjusted for the change of spec.
62 * Makefile.am (common_ldflags_gui): Renamed from
63 common_ldflags_X. Set to .../libm17n-gui.la. Referrer changed.
64 (mdump_LDFLAGS): Include @GD_LD_FLAGS@
66 * HELLO.xml: Add Bengali.
68 2004-05-21 Kenichi Handa <handa@m17n.org>
70 * HELLO.utf8: Add Bengali.
72 2004-05-20 Kenichi Handa <handa@m17n.org>
74 * medit.c (redraw): If contro.anti_alias is nonzero, always clear.
75 (ButtonMoveProc): Don't give control.anti_alias to redraw.
76 (default_face_list): New variable.
77 (FaceProc): If no selection, change the default face.
78 (main): Initialize and finalize default_face_list.
80 2004-04-27 Kenichi Handa <handa@m17n.org>
82 * mimx-ispell.c: Add coding tag euc-jp.
84 * mimx-anthy.c: Add coding tag euc-jp.
86 * medit.c: Add coding tag euc-jp.
87 (ButtonMoveProc): Full redraw if we are using anti-aliased text.
88 (main): Set control.anti_alias to 1.
90 * mdump.c: Add coding tag euc-jp.
92 * mdate.c: Add coding tag euc-jp.
94 * mconv.c: Add coding tag euc-jp.
96 2004-04-20 Kenichi Handa <handa@m17n.org>
98 * Makefile.am (medit_LDFLAGS): Include X_PRE_LIBS, XLIBS,
100 (mview_LDFLAGS): Likewise.
102 * linebreak.c: Don't include wordcut/xmalloc.h, wordcut/path.h.
104 2004-03-29 Kenichi Handa <handa@m17n.org>
106 * Version 1.0 Patch Level 2 released.
108 2004-03-19 Kenichi Handa <handa@m17n.org>
110 * Version 1.0 Patch Level 1 released.
112 2004-03-19 Kenichi Handa <handa@m17n.org>
114 * medit.c (VERSION): Changed to 1.0.1.
115 (update_selection): Fix for the case that the selected region is
116 expanded to the opposite direction.
117 (ButtonMoveProc): Likewise.
118 (main): Use alloca instead of malloc for allocating menu names.
119 Free several memory areas and GCs.
121 2004-03-12 Kenichi Handa <handa@m17n.org>
123 * medit.c (input_status_control): New variable.
124 (input_status): Use input_status_control.
125 (main): Initialize input_status_control.
127 2004-03-01 Kenichi Handa <handa@m17n.org>
129 * Version 1.0 released.
132 Copyright (C) 2003, 2004
133 National Institute of Advanced Industrial Science and Technology (AIST)
134 Registration Number H15PRO112
136 This file is part of the m17n library.
138 The m17n library is free software; you can redistribute it and/or
139 modify it under the terms of the GNU Lesser General Public License
140 as published by the Free Software Foundation; either version 2.1 of
141 the License, or (at your option) any later version.
143 The m17n library is distributed in the hope that it will be useful,
144 but WITHOUT ANY WARRANTY; without even the implied warranty of
145 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
146 Lesser General Public License for more details.
148 You should have received a copy of the GNU Lesser General Public
149 License along with the m17n library; if not, write to the Free
150 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA