diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1ceb2ec3134..e439a5f9946 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,12 +3,27 @@ | |||
| 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. |