*** empty log message ***
[m17n/m17n-lib.git] / example / ChangeLog
1 2004-05-28  Kenichi Handa  <handa@m17n.org>
2
3         * Makefile.am (VINFO): New variable.
4         (libmimx_ispell_la_LDFLAGS, libmimx_anthy_la_LDFLAGS): Include
5         ${VINFO}.
6
7         * mdump.c (PROGRAM_VERSION): Renamed from VERSION.
8         (main): Use PROGRAM_VERSION.
9
10         * medit.c (main): Make face_input_status copy of face_default.
11
12 2004-05-27  Kenichi Handa  <handa@m17n.org>
13
14         * medit.c (show_cursor): Check hline->width and box->width.
15         (main): Set reverse videomode in a face for selection.
16
17         * mdump.c: Include config.h.  Include <gd.h> instead of
18         <X11/Xlib.h>.  If not HAVE_FREETYPE nor HAVE_GD, define a pseudo
19         function main that just print an error message.
20         (help_exit): Adjusted for the change of spec.
21         (dump_image): Argument changed.  Dump PNG image instead of PBM.
22         (main): Adjusted for the change of spec.
23
24         * Makefile.am (common_ldflags_gui): Renamed from
25         common_ldflags_X.  Set to .../libm17n-gui.la.  Referrer changed.
26         (mdump_LDFLAGS): Include @GD_LD_FLAGS@
27
28         * HELLO.xml:  Add Bengali.
29
30 2004-05-21  Kenichi Handa  <handa@m17n.org>
31
32         * HELLO.utf8: Add Bengali.
33
34 2004-05-20  Kenichi Handa  <handa@m17n.org>
35
36         * medit.c (redraw): If contro.anti_alias is nonzero, always clear.
37         (ButtonMoveProc): Don't give control.anti_alias to redraw.
38         (default_face_list): New variable.
39         (FaceProc): If no selection, change the default face.
40         (main): Initialize and finalize default_face_list.
41
42 2004-04-27  Kenichi Handa  <handa@m17n.org>
43
44         * mimx-ispell.c: Add coding tag euc-jp.
45
46         * mimx-anthy.c: Add coding tag euc-jp.
47
48         * medit.c: Add coding tag euc-jp.
49         (ButtonMoveProc): Full redraw if we are using anti-aliased text.
50         (main): Set control.anti_alias to 1. 
51
52         * mdump.c: Add coding tag euc-jp.
53
54         * mdate.c: Add coding tag euc-jp.
55
56         * mconv.c: Add coding tag euc-jp.
57
58 2004-04-20  Kenichi Handa  <handa@m17n.org>
59
60         * Makefile.am (medit_LDFLAGS): Include X_PRE_LIBS, XLIBS,
61         X_EXTRA_LIBS.
62         (mview_LDFLAGS): Likewise.
63
64         * linebreak.c: Don't include wordcut/xmalloc.h, wordcut/path.h.
65
66 2004-03-29  Kenichi Handa  <handa@m17n.org>
67
68         * Version 1.0 Patch Level 2 released.
69
70 2004-03-19  Kenichi Handa  <handa@m17n.org>
71
72         * Version 1.0 Patch Level 1 released.
73
74 2004-03-19  Kenichi Handa  <handa@m17n.org>
75
76         * medit.c (VERSION): Changed to 1.0.1.
77         (update_selection): Fix for the case that the selected region is
78         expanded to the opposite direction.
79         (ButtonMoveProc): Likewise.
80         (main): Use alloca instead of malloc for allocating menu names.
81         Free several memory areas and GCs.
82
83 2004-03-12  Kenichi Handa  <handa@m17n.org>
84
85         * medit.c (input_status_control): New variable.
86         (input_status): Use input_status_control.
87         (main): Initialize input_status_control.
88
89 2004-03-01  Kenichi Handa  <handa@m17n.org>
90
91         * Version 1.0 released.
92
93 \f
94 Copyright (C) 2003, 2004
95   National Institute of Advanced Industrial Science and Technology (AIST)
96   Registration Number H15PRO112
97
98 This file is part of the m17n library.
99
100 The m17n library is free software; you can redistribute it and/or
101 modify it under the terms of the GNU Lesser General Public License
102 as published by the Free Software Foundation; either version 2.1 of
103 the License, or (at your option) any later version.
104
105 The m17n library is distributed in the hope that it will be useful,
106 but WITHOUT ANY WARRANTY; without even the implied warranty of
107 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
108 Lesser General Public License for more details.
109
110 You should have received a copy of the GNU Lesser General Public
111 License along with the m17n library; if not, write to the Free
112 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
113 02111-1307, USA.