diff options
| author | Kenichi Handa | 2000-08-11 05:44:20 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-08-11 05:44:20 +0000 |
| commit | 6e264fadfa7fbd0fa6889043b096275030df45c9 (patch) | |
| tree | 63e58d2a4de311dc4a1fc05589f8945b262bef3d /src/ChangeLog | |
| parent | e0277a471613d6e3d38fa13d965bf7855d249822 (diff) | |
| download | emacs-6e264fadfa7fbd0fa6889043b096275030df45c9.tar.gz emacs-6e264fadfa7fbd0fa6889043b096275030df45c9.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3b3a90a7c95..bd188fe670f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2000-08-11 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-08-11 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * ccl.c (CCL_READ_CHAR): If source is multibyte, pay attention to | ||
| 4 | the multibyte form of eight-bit-control characters. | ||
| 5 | (Fccl_execute_on_string): Initialize ccl->multibyte. | ||
| 6 | |||
| 7 | * ccl.h (struct ccl_program): New member multibyte. | ||
| 8 | |||
| 9 | * coding.c (ccl_coding_driver): Initialize ccl->multibyte. | ||
| 10 | |||
| 11 | 2000-08-11 Kenichi Handa <handa@etl.go.jp> | ||
| 12 | |||
| 3 | * regex.c (regex_compile) <normal_char>: Pay attention to | 13 | * regex.c (regex_compile) <normal_char>: Pay attention to |
| 4 | multibyteness. | 14 | multibyteness. |
| 5 | (analyse_first) <exactn>: Setup fastmap correctly for | 15 | (analyse_first) <exactn>: Setup fastmap correctly for |