diff options
| author | Kenichi Handa | 2003-01-06 13:25:48 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-01-06 13:25:48 +0000 |
| commit | 5a8437850234e8b3f373c19baa29515ce2086102 (patch) | |
| tree | e77b28d988d5e672e4898f546a097550d952ea0e /src | |
| parent | 372edcb6ade5f82e254cd93249418a5aa9cb79bf (diff) | |
| download | emacs-5a8437850234e8b3f373c19baa29515ce2086102.tar.gz emacs-5a8437850234e8b3f373c19baa29515ce2086102.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 606e18a9e51..e1c28be009d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2003-01-06 Kenichi Handa <handa@m17n.org> | 1 | 2003-01-06 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * chartab.c (char_table_ascii): Check if the char table contents | ||
| 4 | is sub-char-table or not. | ||
| 5 | (char_table_set): Fix argument to char_table_ascii. | ||
| 6 | (char_table_set_range): Likewise. | ||
| 7 | |||
| 3 | * coding.c (CATEGORY_MASK_RAW_TEXT): New macro. | 8 | * coding.c (CATEGORY_MASK_RAW_TEXT): New macro. |
| 4 | (detect_coding_utf_8, detect_coding_utf_16) | 9 | (detect_coding_utf_8, detect_coding_utf_16) |
| 5 | (detect_coding_emacs_mule, detect_coding_iso_2022) | 10 | (detect_coding_emacs_mule, detect_coding_iso_2022) |