# HG changeset patch # User Kenichi Handa # Date 1040126238 0 # Node ID 23fcd656a17e714677c64b88ff61534285098aca # Parent 669a7bd630a8da3dae9bd38095fa6cdbbf431363 *** empty log message *** diff -r 669a7bd630a8 -r 23fcd656a17e lisp/ChangeLog --- a/lisp/ChangeLog Tue Dec 17 11:56:56 2002 +0000 +++ b/lisp/ChangeLog Tue Dec 17 11:57:18 2002 +0000 @@ -1,3 +1,11 @@ +2002-12-17 Kenichi Handa + + * international/mule.el (set-file-name-coding-system): New + function. + + * international/mule-cmds.el (mule-keymap, set-coding-system-map): + Add bindings for set-file-name-coding-system. + 2002-12-17 Kenichi Handa * international/mule-cmds.el (universal-coding-system-argument): diff -r 669a7bd630a8 -r 23fcd656a17e src/ChangeLog --- a/src/ChangeLog Tue Dec 17 11:56:56 2002 +0000 +++ b/src/ChangeLog Tue Dec 17 11:57:18 2002 +0000 @@ -1,3 +1,15 @@ +2002-12-17 Kenichi Handa + + * coding.c (coding_system_require_warning): New variable. + (syms_of_coding): DEFVAR it. + + * coding.h (coding_system_require_warning): Extern it. + + * fileio.c (choose_write_coding_system): Even if + Vcoding_system_for_write is non-nil, if + coding_system_require_warning is nonzero, call + Vselect_safe_coding_system_function. + 2002-12-17 Markus Rost * Makefile.in (lisp, shortlisp): Add cus-face and timer.