*** empty log message ***
[m17n/m17n-lib.git] / example / ChangeLog
1 2004-06-16  Kenichi Handa  <handa@m17n.org>
2
3         * mdump.c (main): Fix typo of error message.
4
5         * medit.c (face_freeserif): New variable.
6         (face_table): Add an entry for freeserif.
7         (main): Initialized and free face_freeserif.
8
9 2004-06-15  Kenichi Handa  <handa@m17n.org>
10
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.
14
15 2004-06-04  Kenichi Handa  <handa@m17n.org>
16
17         * mconv.c (compare_coding_name): New function.
18         (list_coding): Sort the list of codings by their names.
19
20 2004-06-03  Kenichi Handa  <handa@m17n.org>
21
22         * medit.c (InputMethodInfo): New type.
23         (input_method_table): Type changed to `InputMethodInfo *'.
24         (select_input_method): Adjusted for the change of
25         input_method_table.
26         (show_cursor): Open an input method here if necessary.
27         (compare_input_method): Adjusted for the change of
28         input_method_table.
29         (setup_input_methods): Likewise.  Don't open input methods here
30         except for XIM.
31         (main): Adjusted for the change of input_method_table.
32
33         * mconv.c (main): Close `in' and `out'.
34
35         * HELLO.utf8: Fix Greek line.
36
37         * HELLO.xml: Fix Greek line.
38
39 2004-05-28  Kenichi Handa  <handa@m17n.org>
40
41         * Makefile.am (VINFO): New variable.
42         (libmimx_ispell_la_LDFLAGS, libmimx_anthy_la_LDFLAGS): Include
43         ${VINFO}.
44
45         * mdump.c (PROGRAM_VERSION): Renamed from VERSION.
46         (main): Use PROGRAM_VERSION.
47
48         * medit.c (main): Make face_input_status copy of face_default.
49
50 2004-05-27  Kenichi Handa  <handa@m17n.org>
51
52         * medit.c (show_cursor): Check hline->width and box->width.
53         (main): Set reverse videomode in a face for selection.
54
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.
61
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@
65
66         * HELLO.xml:  Add Bengali.
67
68 2004-05-21  Kenichi Handa  <handa@m17n.org>
69
70         * HELLO.utf8: Add Bengali.
71
72 2004-05-20  Kenichi Handa  <handa@m17n.org>
73
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.
79
80 2004-04-27  Kenichi Handa  <handa@m17n.org>
81
82         * mimx-ispell.c: Add coding tag euc-jp.
83
84         * mimx-anthy.c: Add coding tag euc-jp.
85
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. 
89
90         * mdump.c: Add coding tag euc-jp.
91
92         * mdate.c: Add coding tag euc-jp.
93
94         * mconv.c: Add coding tag euc-jp.
95
96 2004-04-20  Kenichi Handa  <handa@m17n.org>
97
98         * Makefile.am (medit_LDFLAGS): Include X_PRE_LIBS, XLIBS,
99         X_EXTRA_LIBS.
100         (mview_LDFLAGS): Likewise.
101
102         * linebreak.c: Don't include wordcut/xmalloc.h, wordcut/path.h.
103
104 2004-03-29  Kenichi Handa  <handa@m17n.org>
105
106         * Version 1.0 Patch Level 2 released.
107
108 2004-03-19  Kenichi Handa  <handa@m17n.org>
109
110         * Version 1.0 Patch Level 1 released.
111
112 2004-03-19  Kenichi Handa  <handa@m17n.org>
113
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.
120
121 2004-03-12  Kenichi Handa  <handa@m17n.org>
122
123         * medit.c (input_status_control): New variable.
124         (input_status): Use input_status_control.
125         (main): Initialize input_status_control.
126
127 2004-03-01  Kenichi Handa  <handa@m17n.org>
128
129         * Version 1.0 released.
130
131 \f
132 Copyright (C) 2003, 2004
133   National Institute of Advanced Industrial Science and Technology (AIST)
134   Registration Number H15PRO112
135
136 This file is part of the m17n library.
137
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.
142
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.
147
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
151 02111-1307, USA.