diff --git a/src/ChangeLog b/src/ChangeLog index 9ad8f78b389..bc2490b47a8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -101,6 +101,18 @@ a user interrupt. Also enable immediate_quit while calling re_search, so that matching can be interrupted as well. +2000-10-24 Andrew Innes + + * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on + NT-Emacs only. + (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT, + so that re_search functions only quit when callers expect them to. + +2000-10-24 Kenichi Handa + + * regex.c (regex_compile): Change the way of handling a range from + a char less than 256 to a char not less than 256. + 2000-10-24 Gerd Moellmann * window.c (size_window): Prevent setting window's width or