Mercurial > emacs
comparison src/ChangeLog @ 81329:465e2d55267d
(regex_compile): Remove the `regnum' counter.
Use bufp->re_nsub instead. Add support for \(?N:RE\).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 12 Jun 2007 18:40:18 +0000 |
parents | e88adc9bd017 |
children | 5551f0be4abc |
comparison
equal
deleted
inserted
replaced
81328:99942c448a6f | 81329:465e2d55267d |
---|---|
1 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * regex.c (regex_compile): Remove the `regnum' counter. | |
4 Use bufp->re_nsub instead. Add support for \(?N:RE\). | |
5 | |
1 2007-06-12 Glenn Morris <rgm@gnu.org> | 6 2007-06-12 Glenn Morris <rgm@gnu.org> |
2 | 7 |
3 * config.in (HAVE_GIF): Doc fix. | 8 * config.in (HAVE_GIF): Doc fix. |
4 (LIBGIF): New (already used by Makefile.in). | 9 (LIBGIF): New (already used by Makefile.in). |
5 | 10 |