diff options
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 |