*** empty log message ***
[m17n/m17n-lib.git] / example / ChangeLog
1 2004-06-24  Kenichi Handa  <handa@m17n.org>
2
3         * Makefile.am (libmimx_ispell_la_LDFLAGS)
4         (libmimx_anthy_la_LDFLAGS): Add -module.
5
6 2004-06-23  Kenichi Handa  <handa@m17n.org>
7
8         * Makefile.am (medit_LDFLAGS, mview_LDFLAGS): Cancel the previous
9         change.
10
11         * medit.c (redraw_cursor): Refer to cursor.logical_width instead
12         of cursor.this.width.
13
14 2004-06-21  Kenichi Handa  <handa@m17n.org>
15
16         * Makefile.am (medit_LDFLAGS, mview_LDFLAGS): Include -lX11 and
17         -lXt.
18
19 2004-06-17  Kenichi Handa  <handa@m17n.org>
20
21         * mdump.c (main): Don't set control.as_image to 1.
22
23 2004-06-16  Kenichi Handa  <handa@m17n.org>
24
25         * mdump.c (main): Fix typo of error message.
26
27         * medit.c (face_freeserif): New variable.
28         (face_table): Add an entry for freeserif.
29         (main): Initialized and free face_freeserif.
30
31 2004-06-15  Kenichi Handa  <handa@m17n.org>
32
33         * mdump.c: Add command line arguments --family and --language.
34         (help_exit): Print info about those arguemnts.
35         (main): Make family name to lowercase.
36
37 2004-06-04  Kenichi Handa  <handa@m17n.org>
38
39         * mconv.c (compare_coding_name): New function.
40         (list_coding): Sort the list of codings by their names.
41
42 2004-06-03  Kenichi Handa  <handa@m17n.org>
43
44         * medit.c (InputMethodInfo): New type.
45         (input_method_table): Type changed to `InputMethodInfo *'.
46         (select_input_method): Adjusted for the change of
47         input_method_table.
48         (show_cursor): Open an input method here if necessary.
49         (compare_input_method): Adjusted for the change of
50         input_method_table.
51         (setup_input_methods): Likewise.  Don't open input methods here
52         except for XIM.
53         (main): Adjusted for the change of input_method_table.
54
55         * mconv.c (main): Close `in' and `out'.
56
57         * HELLO.utf8: Fix Greek line.
58
59         * HELLO.xml: Fix Greek line.
60
61 2004-05-28  Kenichi Handa  <handa@m17n.org>
62
63         * Makefile.am (VINFO): New variable.
64         (libmimx_ispell_la_LDFLAGS, libmimx_anthy_la_LDFLAGS): Include
65         ${VINFO}.
66
67         * mdump.c (PROGRAM_VERSION): Renamed from VERSION.
68         (main): Use PROGRAM_VERSION.
69
70         * medit.c (main): Make face_input_status copy of face_default.
71
72 2004-05-27  Kenichi Handa  <handa@m17n.org>
73
74         * medit.c (show_cursor): Check hline->width and box->width.
75         (main): Set reverse videomode in a face for selection.
76
77         * mdump.c: Include config.h.  Include <gd.h> instead of
78         <X11/Xlib.h>.  If not HAVE_FREETYPE nor HAVE_GD, define a pseudo
79         function main that just print an error message.
80         (help_exit): Adjusted for the change of spec.
81         (dump_image): Argument changed.  Dump PNG image instead of PBM.
82         (main): Adjusted for the change of spec.
83
84         * Makefile.am (common_ldflags_gui): Renamed from
85         common_ldflags_X.  Set to .../libm17n-gui.la.  Referrer changed.
86         (mdump_LDFLAGS): Include @GD_LD_FLAGS@
87
88         * HELLO.xml:  Add Bengali.
89
90 2004-05-21  Kenichi Handa  <handa@m17n.org>
91
92         * HELLO.utf8: Add Bengali.
93
94 2004-05-20  Kenichi Handa  <handa@m17n.org>
95
96         * medit.c (redraw): If contro.anti_alias is nonzero, always clear.
97         (ButtonMoveProc): Don't give control.anti_alias to redraw.
98         (default_face_list): New variable.
99         (FaceProc): If no selection, change the default face.
100         (main): Initialize and finalize default_face_list.
101
102 2004-04-27  Kenichi Handa  <handa@m17n.org>
103
104         * mimx-ispell.c: Add coding tag euc-jp.
105
106         * mimx-anthy.c: Add coding tag euc-jp.
107
108         * medit.c: Add coding tag euc-jp.
109         (ButtonMoveProc): Full redraw if we are using anti-aliased text.
110         (main): Set control.anti_alias to 1. 
111
112         * mdump.c: Add coding tag euc-jp.
113
114         * mdate.c: Add coding tag euc-jp.
115
116         * mconv.c: Add coding tag euc-jp.
117
118 2004-04-20  Kenichi Handa  <handa@m17n.org>
119
120         * Makefile.am (medit_LDFLAGS): Include X_PRE_LIBS, XLIBS,
121         X_EXTRA_LIBS.
122         (mview_LDFLAGS): Likewise.
123
124         * linebreak.c: Don't include wordcut/xmalloc.h, wordcut/path.h.
125
126 2004-03-29  Kenichi Handa  <handa@m17n.org>
127
128         * Version 1.0 Patch Level 2 released.
129
130 2004-03-19  Kenichi Handa  <handa@m17n.org>
131
132         * Version 1.0 Patch Level 1 released.
133
134 2004-03-19  Kenichi Handa  <handa@m17n.org>
135
136         * medit.c (VERSION): Changed to 1.0.1.
137         (update_selection): Fix for the case that the selected region is
138         expanded to the opposite direction.
139         (ButtonMoveProc): Likewise.
140         (main): Use alloca instead of malloc for allocating menu names.
141         Free several memory areas and GCs.
142
143 2004-03-12  Kenichi Handa  <handa@m17n.org>
144
145         * medit.c (input_status_control): New variable.
146         (input_status): Use input_status_control.
147         (main): Initialize input_status_control.
148
149 2004-03-01  Kenichi Handa  <handa@m17n.org>
150
151         * Version 1.0 released.
152
153 \f
154 Copyright (C) 2003, 2004
155   National Institute of Advanced Industrial Science and Technology (AIST)
156   Registration Number H15PRO112
157
158 This file is part of the m17n library.
159
160 The m17n library is free software; you can redistribute it and/or
161 modify it under the terms of the GNU Lesser General Public License
162 as published by the Free Software Foundation; either version 2.1 of
163 the License, or (at your option) any later version.
164
165 The m17n library is distributed in the hope that it will be useful,
166 but WITHOUT ANY WARRANTY; without even the implied warranty of
167 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
168 Lesser General Public License for more details.
169
170 You should have received a copy of the GNU Lesser General Public
171 License along with the m17n library; if not, write to the Free
172 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
173 02111-1307, USA.