Mercurial > emacs
comparison src/ChangeLog @ 51359:24e32b75730a
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 31 May 2003 02:02:02 +0000 |
parents | a53ff6272121 |
children | 991f2dd7d5e1 |
comparison
equal
deleted
inserted
replaced
51358:f827a37d5c82 | 51359:24e32b75730a |
---|---|
1 2003-05-31 Kenichi Handa <handa@m17n.org> | 1 2003-05-31 Kenichi Handa <handa@m17n.org> |
2 | 2 |
3 * charset.h (VALID_LEADING_CODE_P): New macro. | 3 * charset.h (VALID_LEADING_CODE_P): New macro. |
4 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly. | 4 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly. |
5 | 5 |
6 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags | |
7 is nonzero, accept multibyte form of eight-bit-control chars. | |
8 (decode_composition_emacs_mule): Likewise. | |
9 (decode_coding_emacs_mule): Likewise. | |
10 (encode_coding_emacs_mule): If coding->flags is nonzero, produce | |
11 multibyte form of eight-bit-control chars. | |
12 | |
13 * fileio.c (Qauto_save_coding, auto_save_coding): New variables. | |
14 (Finsert_file_contents): If coding-system-for-read is bound to | |
15 Qauto_save_coding, use the coding system emacs-mule with special | |
16 setting for recovering a file. | |
17 (choose_write_coding_system): On auto saving, use the coding | |
18 system emacs-mule with special setting for auto saving. | |
19 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it. | |
20 | |
6 2003-05-30 Kenichi Handa <handa@m17n.org> | 21 2003-05-30 Kenichi Handa <handa@m17n.org> |
7 | 22 |
8 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control | 23 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control |
9 properly before calling ccl_driver. | 24 properly before calling ccl_driver. |
10 | 25 |
11 * ccl.h (struct ccl_program) <eight_bit_control: Comment fixed. | 26 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed. |
12 | 27 |
13 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is | 28 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is |
14 nonzero. | 29 nonzero. |
15 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control. | 30 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control. |
16 (setup_ccl_program): Initialize ccl->eight_bit_control to zero. | 31 (setup_ccl_program): Initialize ccl->eight_bit_control to zero. |