Mercurial > emacs
comparison src/ChangeLog @ 48881:23fcd656a17e
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 17 Dec 2002 11:57:18 +0000 |
parents | 172d3103dde0 |
children | f0df5f687c15 |
comparison
equal
deleted
inserted
replaced
48880:669a7bd630a8 | 48881:23fcd656a17e |
---|---|
1 2002-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 | |
1 2002-12-17 Markus Rost <rost@math.ohio-state.edu> | 13 2002-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. |
4 (lisp): Add font-core. | 16 (lisp): Add font-core. |
5 | 17 |