diff options
| author | Stefan Monnier | 2000-05-22 04:29:52 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-05-22 04:29:52 +0000 |
| commit | 40aeecadb8fc54c941eb36c6584654627c300c39 (patch) | |
| tree | 6d7351b72361f557263738ede14be73163765d20 /lisp/ChangeLog | |
| parent | c9d80d38167190dcf2c1d049b723e7a70e0d7538 (diff) | |
| download | emacs-40aeecadb8fc54c941eb36c6584654627c300c39.tar.gz emacs-40aeecadb8fc54c941eb36c6584654627c300c39.zip | |
Rewritten to take advantage of shy-groups and
intervals which makes it heaps simpler.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 737524baa43..04aa3be2b30 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 2 | ||
| 3 | * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and | ||
| 4 | intervals which makes it heaps simpler. | ||
| 5 | |||
| 3 | * newcomment.el (comment-region-internal): Go back to BEG after quoting | 6 | * newcomment.el (comment-region-internal): Go back to BEG after quoting |
| 4 | the nested comment markers. | 7 | the nested comment markers. |
| 5 | 8 | ||