1c53be15f764d49bba2ae0bbd9a419d6ba4cecf8
[m17n/m17n-lib.git] / src / ChangeLog
1 2004-03-16  Kenichi Handa  <handa@etlken2>
2
3         * m17n-X.c (mwin__parse_event): Fix handling of modifier keys.
4
5         * input.c (M_key_alias): New variable.
6         (handle_key): Try M_key_alias property of a key too.
7         (minput__init): Initialize M_key_alias.  Give that property to
8         symbols in one_char_symbol.  Fix bug of initializing
9         one_char_symbol.
10
11         * draw.c (compose_glyph_string): Don't handle
12         ignore_formatting_char here.  Include formatting characters in the
13         range processed by a FTL.
14         (layout_glyph_string): Handle ignore_formatting_char here.
15
16 2004-03-12  Kenichi Handa  <handa@m17n.org>
17
18         * input-gui.c (win_create_ic): Enable bidi in status control.
19
20         * draw.c (visual_order): Avoid re-ordering only combining glyphs.
21
22 2004-03-09  Kenichi Handa  <handa@m17n.org>
23
24         * input.c (load_input_method): If title is not specified, use the
25         input method name as title.
26
27         * m17n-X.c (get_color): Make it static.
28         (xim_create_ic, xim_destroy_ic, x_error_handler)
29         (x_io_error_handler): Likewise.
30
31 2004-03-01  Kenichi Handa  <handa@m17n.org>
32
33         * Version 1.0 released.
34
35 \f
36 Copyright (C) 2003, 2004
37   National Institute of Advanced Industrial Science and Technology (AIST)
38   Registration Number H15PRO112
39
40 This file is part of the m17n library.
41
42 The m17n library is free software; you can redistribute it and/or
43 modify it under the terms of the GNU Lesser General Public License
44 as published by the Free Software Foundation; either version 2.1 of
45 the License, or (at your option) any later version.
46
47 The m17n library is distributed in the hope that it will be useful,
48 but WITHOUT ANY WARRANTY; without even the implied warranty of
49 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
50 Lesser General Public License for more details.
51
52 You should have received a copy of the GNU Lesser General Public
53 License along with the m17n library; if not, write to the Free
54 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
55 02111-1307, USA.