# HG changeset patch # User Kenichi Handa # Date 1049976151 0 # Node ID 42265835091ce7689f8e95ec9906add6dfad490c # Parent 987ee3ecc0a857adf22e910bf0415e969df9b22b *** empty log message *** diff -r 987ee3ecc0a8 -r 42265835091c lisp/ChangeLog --- 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 + + * 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 * files.el (file-chase-links): Fix previous change. diff -r 987ee3ecc0a8 -r 42265835091c src/ChangeLog --- 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 + + * 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 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to