aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2003-04-11 11:03:01 +0000
committerKenichi Handa2003-04-11 11:03:01 +0000
commitaa95b71094d8b72f59d167d2b518af4e12e0d291 (patch)
tree6fc759883e558766e8f9c773ea96018a64632d1a
parentc36b37ed1b96051f9ebcf0b26039a24a8b55eb5a (diff)
downloademacs-aa95b71094d8b72f59d167d2b518af4e12e0d291.tar.gz
emacs-aa95b71094d8b72f59d167d2b518af4e12e0d291.zip
*** empty log message ***
-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 @@
12 12
132003-04-11 Kenichi Handa <handa@m17n.org> 132003-04-11 Kenichi Handa <handa@m17n.org>
14 14
15 * international/mule.el: Don't set
16 after-insert-file-adjust-coding-function.
17 (after-insert-file-set-coding): Renamed from
18 after-insert-file-set-buffer-file-coding-system.
19
202003-04-11 Kenichi Handa <handa@m17n.org>
21
15 * international/quail.el (quail-guidance-str) 22 * international/quail.el (quail-guidance-str)
16 (quail-guidance-frame): New variables. 23 (quail-guidance-frame): New variables.
17 (quail-guidance-win): Delete this variable. 24 (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 @@
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.