aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.225
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index 679f3b08a32..4971463c89e 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -1,6 +1,11 @@
12003-11-22 Kenichi Handa <handa@m17n.org> 12003-11-22 Kenichi Handa <handa@m17n.org>
2 2
3 * charset.c (find_charsets_in_text): Delete unused locale
4 variable.
5 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
6
3 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB. 7 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
8 Resync charset_list to Vemacs_mule_charset_list.
4 9
5 * keymap.c (store_in_keymap): Pay attention to the case that idx 10 * keymap.c (store_in_keymap): Pay attention to the case that idx
6 is a cons specifying a character range. 11 is a cons specifying a character range.