aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2003-05-31 02:02:02 +0000
committerKenichi Handa2003-05-31 02:02:02 +0000
commit778e2804186ee52c168ec5f49f97f4350e8d04b2 (patch)
tree6454006e8e9f8f453d3a3e3d396536283a89f217 /src/ChangeLog
parent77619f8e69ff4ab5d75ef5ed31bd0cd483e333a6 (diff)
downloademacs-778e2804186ee52c168ec5f49f97f4350e8d04b2.tar.gz
emacs-778e2804186ee52c168ec5f49f97f4350e8d04b2.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
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
62003-05-30 Kenichi Handa <handa@m17n.org> 212003-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.