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