aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2002-12-17 11:57:18 +0000
committerKenichi Handa2002-12-17 11:57:18 +0000
commitb6da19efbc72b19f993620c7159c1a93fa78002d (patch)
treef503c92122d5b2396c7c348cf8130de2af8eb337
parent701414e3a0a3650bcc213b31bd6ddb8e0563cdfe (diff)
downloademacs-b6da19efbc72b19f993620c7159c1a93fa78002d.tar.gz
emacs-b6da19efbc72b19f993620c7159c1a93fa78002d.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog8
-rw-r--r--src/ChangeLog12
2 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6f295d0601a..415903be8db 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,13 @@
12002-12-17 Kenichi Handa <handa@m17n.org> 12002-12-17 Kenichi Handa <handa@m17n.org>
2 2
3 * international/mule.el (set-file-name-coding-system): New
4 function.
5
6 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
7 Add bindings for set-file-name-coding-system.
8
92002-12-17 Kenichi Handa <handa@m17n.org>
10
3 * international/mule-cmds.el (universal-coding-system-argument): 11 * international/mule-cmds.el (universal-coding-system-argument):
4 Bind coding-system-require-warning to t. 12 Bind coding-system-require-warning to t.
5 (select-safe-coding-system): Handle t in the arg 13 (select-safe-coding-system): Handle t in the arg
diff --git a/src/ChangeLog b/src/ChangeLog
index 20b77f7c841..ae7f9788233 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12002-12-17 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (coding_system_require_warning): New variable.
4 (syms_of_coding): DEFVAR it.
5
6 * coding.h (coding_system_require_warning): Extern it.
7
8 * fileio.c (choose_write_coding_system): Even if
9 Vcoding_system_for_write is non-nil, if
10 coding_system_require_warning is nonzero, call
11 Vselect_safe_coding_system_function.
12
12002-12-17 Markus Rost <rost@math.ohio-state.edu> 132002-12-17 Markus Rost <rost@math.ohio-state.edu>
2 14
3 * Makefile.in (lisp, shortlisp): Add cus-face and timer. 15 * Makefile.in (lisp, shortlisp): Add cus-face and timer.