diff options
| author | Andrew Innes | 2000-10-26 12:43:47 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-10-26 12:43:47 +0000 |
| commit | b94fdf61ba670eff6daadc11795404c704691f05 (patch) | |
| tree | 97d7ca0fc20b6ecbf445a0e88805e9cc3444b246 /src/ChangeLog | |
| parent | 166a0ef7953eac68a78db7fa496ddbe00a017475 (diff) | |
| download | emacs-b94fdf61ba670eff6daadc11795404c704691f05.tar.gz emacs-b94fdf61ba670eff6daadc11795404c704691f05.zip | |
Copy across changelog entries for regex.c.
Diffstat (limited to 'src/ChangeLog')
| -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 |