aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2003-11-22 11:41:15 +0000
committerKenichi Handa2003-11-22 11:41:15 +0000
commit10039eb6cbcc2c9035b081b126cd64b5b75e2b59 (patch)
tree82f3c2ca25b7b35e531f551d02afc943def89ce7 /src
parent321c819c906071fc2f9c20e4aa2d02698ac49c01 (diff)
downloademacs-10039eb6cbcc2c9035b081b126cd64b5b75e2b59.tar.gz
emacs-10039eb6cbcc2c9035b081b126cd64b5b75e2b59.zip
*** empty log message ***
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.