diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 600064e9e11..b3d6bbe7aab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2000-10-12 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-10-12 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * regex.c (regex_compile): Change the way of handling a range from | ||
| 4 | unibyte char to multibyte char. | ||
| 5 | |||
| 6 | * syntax.c (skip_chars): Change the way of handling a range from | ||
| 7 | unibyte char to multibyte char. | ||
| 8 | |||
| 3 | * process.c (read_process_output): Cancel previous change. | 9 | * process.c (read_process_output): Cancel previous change. |
| 4 | 10 | ||
| 5 | 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il> | 11 | 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il> |