diff options
| author | Stefan Monnier | 2000-02-14 17:00:16 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-02-14 17:00:16 +0000 |
| commit | fb4a568d44416da2db75525d8403228db0237145 (patch) | |
| tree | 9bf2a6c6410f7d16556d8fc6ad99b90e48e0547e /src/ChangeLog | |
| parent | e5dd1155a49d27ddbfd5810f59f1c38c54e821fe (diff) | |
| download | emacs-fb4a568d44416da2db75525d8403228db0237145.tar.gz emacs-fb4a568d44416da2db75525d8403228db0237145.zip | |
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
to Emacs' syntax. Also fix the comment about set/not-set meanings
since Emacs syntax is not the value 0 any more.
* search.c (compile_pattern_1): Remove RE_CHAR_CLASSES from the syntax
since it's now part of RE_SYNTAX_EMACS.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 793d8f49d61..3b28faa0750 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2000-02-14 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS | ||
| 4 | to Emacs' syntax. Also fix the comment about set/not-set meanings | ||
| 5 | since Emacs syntax is not the value 0 any more. | ||
| 6 | * search.c (compile_pattern_1): Remove RE_CHAR_CLASSES from the syntax | ||
| 7 | since it's now part of RE_SYNTAX_EMACS. | ||
| 8 | |||
| 1 | 2000-02-12 Dave Love <fx@gnu.org> | 9 | 2000-02-12 Dave Love <fx@gnu.org> |
| 2 | 10 | ||
| 3 | * frame.h (SELECTED_FRAME): Use NULL, not 0 to avoid warnings on | 11 | * frame.h (SELECTED_FRAME): Use NULL, not 0 to avoid warnings on |