# HG changeset patch # User Andrew Innes # Date 972396070 0 # Node ID bab58b62d220e2e973690d1f007e7679bdb4970d # Parent 9e8ab826e86c22757d61058213457820938968eb *** empty log message *** diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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