aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2000-02-14 17:00:16 +0000
committerStefan Monnier2000-02-14 17:00:16 +0000
commitfb4a568d44416da2db75525d8403228db0237145 (patch)
tree9bf2a6c6410f7d16556d8fc6ad99b90e48e0547e /src/ChangeLog
parente5dd1155a49d27ddbfd5810f59f1c38c54e821fe (diff)
downloademacs-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/ChangeLog8
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 @@
12000-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
12000-02-12 Dave Love <fx@gnu.org> 92000-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