]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 10 Apr 2003 12:02:31 +0000 (12:02 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 10 Apr 2003 12:02:31 +0000 (12:02 +0000)
lisp/ChangeLog
src/ChangeLog

index 937da2bd58aed2817255f819cff8ba867593d1e1..eabf1af02bdce5c480e9e90a346436235205ce23 100644 (file)
@@ -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.
index 286338b9fb2974c3115ab01692efbfec5f2d409a..4b5c685eb1a465f0583fd949eed73153d6a19f06 100644 (file)
@@ -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\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to