From 7c08684536d59c03eea4863bd51f0d193f2749cb Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 8 Apr 2003 11:28:57 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 3 +++ src/ChangeLog | 3 +++ 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 48cabb65fee..9801fa45c81 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2003-04-08 Kenichi Handa + * international/mule-conf.el: Register ?\225 in + latin-extra-code-table. + * international/utf-16.el (utf-16-le-decode-loop) (utf-16-be-decode-loop): New temporary variables. (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop. diff --git a/src/ChangeLog b/src/ChangeLog index 22fc78e6136..6cfe3b2b6f8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -6,6 +6,9 @@ the value of last-coding-sytem, keep the new value in coding->symbol so that it won't be overridden. (run_pre_post_conversion_on_str): Likewise. + (coding_system_accept_latin_extra_p): New function. + (find_safe_codings): Pay attention to characters registered in + latin-extra-code-table. 2003-04-07 Thien-Thi Nguyen -- 2.39.2