comparison src/ChangeLog.22 @ 89560:3b8f43ceb4b9

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 30 Sep 2003 11:34:13 +0000
parents d2c6900fc175
children 4047309fb78f
comparison
equal deleted inserted replaced
89559:44b83fad0b9b 89560:3b8f43ceb4b9
1 2003-09-30 Kenichi Handa <handa@m17n.org>
2
3 * xdisp.c (handle_auto_composed_prop): Check if the last
4 characters of auto-composed region is newly composed with the
5 following characters.
6 (handle_composition_prop): Fix checking of point being inside
7 composition.
8
9 2003-09-26 Kenichi Handa <handa@m17n.org>
10
11 * fns.c (concat): Don't change multibyteness of the result by
12 concatenating an 8-bit character.
13
14 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
15 multibyteness of the result when newelt is an 8-bit character.
16
1 2003-09-29 Dave Love <fx@gnu.org> 17 2003-09-29 Dave Love <fx@gnu.org>
2 18
3 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used 19 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
4 EMACS_INT. 20 EMACS_INT.
5 21
96 112
97 2003-09-16 Kenichi Handa <handa@m17n.org> 113 2003-09-16 Kenichi Handa <handa@m17n.org>
98 114
99 * fileio.c (Finsert_file_contents): Call setup_coding_system in 115 * fileio.c (Finsert_file_contents): Call setup_coding_system in
100 the case of auto saving. 116 the case of auto saving.
117
118 2003-09-10 Andreas Schwab <schwab@suse.de>
119
120 * chartab.c (map_char_table): Protect `range' from GC.
121 (map_char_table_for_charset): Likewise.
101 122
102 2003-07-09 Kenichi Handa <handa@m17n.org> 123 2003-07-09 Kenichi Handa <handa@m17n.org>
103 124
104 * coding.c (decode_coding_sjis): Check bytes more rigidly. 125 * coding.c (decode_coding_sjis): Check bytes more rigidly.
105 126