From b94fdf61ba670eff6daadc11795404c704691f05 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Thu, 26 Oct 2000 12:43:47 +0000 Subject: [PATCH] Copy across changelog entries for regex.c. --- src/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 2.39.2