aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 788851263a8..400b71d3340 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12003-04-11 Kenichi Handa <handa@etlken2>
2
3 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete
4 this variable.
5 (Qafter_insert_file_set_coding): New variable.
6 (syms_of_fileio): Initialize and staticpro it. Delete declaration
7 for after-insert-file-adjust-coding-function.
8 (Finsert_file_contents): Call Qafter_insert_file_set_coding
9 instead of Vafter_insert_file_adjust_coding_function.
10
12003-04-11 Kenichi Handa <handa@m17n.org> 112003-04-11 Kenichi Handa <handa@m17n.org>
2 12
3 * lisp.h (temp_echo_area_glyphs): Adjust prototype. 13 * lisp.h (temp_echo_area_glyphs): Adjust prototype.