aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2003-09-30 11:34:13 +0000
committerKenichi Handa2003-09-30 11:34:13 +0000
commitc1900b7e609f4f2419ebae3ca829c959e3b21774 (patch)
treed8ba7eefd79c655784c1e134c3e52d8e12be6c67 /src
parent36358790c032dd01e452a04a224d7b7acffa1ba2 (diff)
downloademacs-c1900b7e609f4f2419ebae3ca829c959e3b21774.tar.gz
emacs-c1900b7e609f4f2419ebae3ca829c959e3b21774.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.2221
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index db8f35bec45..5046ef0a04f 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -1,3 +1,19 @@
12003-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
92003-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
12003-09-29 Dave Love <fx@gnu.org> 172003-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
@@ -99,6 +115,11 @@
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.
101 117
1182003-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.
122
1022003-07-09 Kenichi Handa <handa@m17n.org> 1232003-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.