changeset 50489:d100df2e7bdf

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 08 Apr 2003 11:28:57 +0000
parents a23ddd4b5a0b
children 52dcc63018da
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Apr 08 11:28:44 2003 +0000
+++ b/lisp/ChangeLog	Tue Apr 08 11:28:57 2003 +0000
@@ -1,5 +1,8 @@
 2003-04-08  Kenichi Handa  <handa@etlken2>
 
+	* 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.
--- a/src/ChangeLog	Tue Apr 08 11:28:44 2003 +0000
+++ b/src/ChangeLog	Tue Apr 08 11:28:57 2003 +0000
@@ -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  <ttn@gnu.org>