From: Kenichi Handa Date: Thu, 12 Oct 2000 02:53:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~952 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20401fcc56768630ea41db9d08cfc4d4a81ced5b;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 600064e9e11..b3d6bbe7aab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2000-10-12 Kenichi Handa + * 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