diff options
| author | Kenichi Handa | 2002-05-22 11:14:25 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-05-22 11:14:25 +0000 |
| commit | 435b59f61fa15d4692def96b23c081871ec32c5c (patch) | |
| tree | d728b80536f235251b24a03ac7be7f586fa3f609 /src | |
| parent | 1f3c47e893f8542a7482797ed8c5b56abc1f2b60 (diff) | |
| download | emacs-435b59f61fa15d4692def96b23c081871ec32c5c.tar.gz emacs-435b59f61fa15d4692def96b23c081871ec32c5c.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 20d05d47494..3aedc493fca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2002-05-22 Kenichi Handa <handa@etl.go.jp> | 1 | 2002-05-22 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * coding.c (decode_coding_charset): Adjusted for the change of | ||
| 4 | Fdefine_coding_system_internal. | ||
| 5 | (Fdefine_coding_system_internal): For a coding system of | ||
| 6 | `charset' type, store a list of charset IDs in | ||
| 7 | `charset_attr_charset_valids' element of coding attributes. | ||
| 8 | |||
| 3 | * charset.c (Fmake_char): Fix previous change. | 9 | * charset.c (Fmake_char): Fix previous change. |
| 4 | 10 | ||
| 5 | 2002-05-21 Kenichi Handa <handa@etl.go.jp> | 11 | 2002-05-21 Kenichi Handa <handa@etl.go.jp> |