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