summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog7
-rw-r--r--src/ChangeLog10
2 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 00487c733c2..f300743e190 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -12,6 +12,13 @@
2003-04-11 Kenichi Handa <handa@m17n.org>
+ * international/mule.el: Don't set
+ after-insert-file-adjust-coding-function.
+ (after-insert-file-set-coding): Renamed from
+ after-insert-file-set-buffer-file-coding-system.
+
+2003-04-11 Kenichi Handa <handa@m17n.org>
+
* international/quail.el (quail-guidance-str)
(quail-guidance-frame): New variables.
(quail-guidance-win): Delete this variable.
diff --git a/src/ChangeLog b/src/ChangeLog
index 788851263a8..400b71d3340 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2003-04-11 Kenichi Handa <handa@etlken2>
+
+ * fileio.c (Vafter_insert_file_adjust_coding_function): Delete
+ this variable.
+ (Qafter_insert_file_set_coding): New variable.
+ (syms_of_fileio): Initialize and staticpro it. Delete declaration
+ for after-insert-file-adjust-coding-function.
+ (Finsert_file_contents): Call Qafter_insert_file_set_coding
+ instead of Vafter_insert_file_adjust_coding_function.
+
2003-04-11 Kenichi Handa <handa@m17n.org>
* lisp.h (temp_echo_area_glyphs): Adjust prototype.