Mercurial > emacs
changeset 32398:7d051f1f92cd
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 12 Oct 2000 02:53:21 +0000 |
parents | 89808047822b |
children | 3819d0d851cb |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Oct 11 23:59:36 2000 +0000 +++ b/src/ChangeLog Thu Oct 12 02:53:21 2000 +0000 @@ -1,5 +1,11 @@ 2000-10-12 Kenichi Handa <handa@etl.go.jp> + * regex.c (regex_compile): Change the way of handling a range from + unibyte char to multibyte char. + + * syntax.c (skip_chars): Change the way of handling a range from + unibyte char to multibyte char. + * process.c (read_process_output): Cancel previous change. 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>