diff options
| author | Kenichi Handa | 2002-05-30 11:04:58 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-05-30 11:04:58 +0000 |
| commit | 7c7dceee95698ad2add77f35de5d2e8f87ad9287 (patch) | |
| tree | 38e7879e91e3009832bfdd0992eb1a823d6bbe38 /src/ChangeLog | |
| parent | e73576a3f363fed886a0c113939b52ddd206705c (diff) | |
| download | emacs-7c7dceee95698ad2add77f35de5d2e8f87ad9287.tar.gz emacs-7c7dceee95698ad2add77f35de5d2e8f87ad9287.zip | |
(charset_jisx0201_roman, charset_jisx0208_1978,
charset_jisx0208): New variables.
(Fdefine_charset_internal): Setup them if appropriate.
(init_charset_once): Initialize them to -1.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e1617fcdfc4..1f692dea373 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2002-05-30 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * charset.c (charset_jisx0201_roman, charset_jisx0208_1978, | ||
| 4 | charset_jisx0208): New variables. | ||
| 5 | (Fdefine_charset_internal): Setup them if appropriate. | ||
| 6 | (init_charset_once): Initialize them to -1. | ||
| 7 | |||
| 8 | * charset.h (charset_jisx0201_roman, charset_jisx0208_1978, | ||
| 9 | charset_jisx0208): Extern them. | ||
| 10 | |||
| 11 | * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro | ||
| 12 | (CODING_ISO_FLAG_USE_OLDJIS): New macro. | ||
| 13 | (CODING_ISO_FLAG_FULL_SUPPORT): Macro definition changed. | ||
| 14 | (setup_iso_safe_charsets): Fix arguemtns to Fassq. | ||
| 15 | (DECODE_DESIGNATION): Pay attention to CODING_ISO_FLAG_USE_ROMAN | ||
| 16 | and CODING_ISO_FLAG_USE_OLDJIS. | ||
| 17 | (ENCODE_ISO_CHARACTER_DIMENSION1): Likewise. | ||
| 18 | (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise. | ||
| 19 | (encode_coding_iso_2022): Change the 1st arg to | ||
| 20 | ENCODE_ISO_CHARACTER to a variable. | ||
| 21 | |||
| 1 | 2002-05-29 Kenichi Handa <handa@etl.go.jp> | 22 | 2002-05-29 Kenichi Handa <handa@etl.go.jp> |
| 2 | 23 | ||
| 3 | * charset.h (enum define_charset_arg_index): New enums | 24 | * charset.h (enum define_charset_arg_index): New enums |