diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9ad8f78b389..bc2490b47a8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -101,6 +101,18 @@ | |||
| 101 | a user interrupt. Also enable immediate_quit while calling | 101 | a user interrupt. Also enable immediate_quit while calling |
| 102 | re_search, so that matching can be interrupted as well. | 102 | re_search, so that matching can be interrupted as well. |
| 103 | 103 | ||
| 104 | 2000-10-24 Andrew Innes <andrewi@gnu.org> | ||
| 105 | |||
| 106 | * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on | ||
| 107 | NT-Emacs only. | ||
| 108 | (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT, | ||
| 109 | so that re_search functions only quit when callers expect them to. | ||
| 110 | |||
| 111 | 2000-10-24 Kenichi Handa <handa@etl.go.jp> | ||
| 112 | |||
| 113 | * regex.c (regex_compile): Change the way of handling a range from | ||
| 114 | a char less than 256 to a char not less than 256. | ||
| 115 | |||
| 104 | 2000-10-24 Gerd Moellmann <gerd@gnu.org> | 116 | 2000-10-24 Gerd Moellmann <gerd@gnu.org> |
| 105 | 117 | ||
| 106 | * window.c (size_window): Prevent setting window's width or | 118 | * window.c (size_window): Prevent setting window's width or |