changeset 50531:42265835091c

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 10 Apr 2003 12:02:31 +0000
parents 987ee3ecc0a8
children 4737239e4dad
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Apr 10 12:01:10 2003 +0000
+++ b/lisp/ChangeLog	Thu Apr 10 12:02:31 2003 +0000
@@ -1,3 +1,13 @@
+2003-04-10  Kenichi Handa  <handa@m17n.org>
+
+	* international/mule.el: Set
+	after-insert-file-adjust-coding-function to
+	after-insert-file-set-buffer-file-coding-system instead of adding
+	it to after-insert-file-functions.
+
+	* language/ind-util.el (indian-2-column-to-ucs-region): Fix for
+	the case of replacing multibyte characters.
+
 2003-04-09  Richard M. Stallman  <rms@gnu.org>
 
 	* files.el (file-chase-links): Fix previous change.
--- a/src/ChangeLog	Thu Apr 10 12:01:10 2003 +0000
+++ b/src/ChangeLog	Thu Apr 10 12:02:31 2003 +0000
@@ -1,3 +1,12 @@
+2003-04-10  Kenichi Handa  <handa@etlken2>
+
+	* fileio.c (Vafter_insert_file_adjust_coding_function): New
+	variable.
+	(syms_of_fileio): Declare it as a lisp variable.
+	(Finsert_file_contents): Call
+	Vafter_insert_file_adjust_coding_function before calling
+	decode-format.
+
 2003-04-09  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
 	* xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to