diff options
| author | Kim F. Storm | 2005-06-08 23:04:27 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-06-08 23:04:27 +0000 |
| commit | b7aae902ed6d45976a249e44e296df9a97737c16 (patch) | |
| tree | 68c098467b869de953f2c15513e5af335e46aa2c /lisp/ChangeLog | |
| parent | 4e370af25a24a401f5f5577da13078c318fc96ad (diff) | |
| download | emacs-b7aae902ed6d45976a249e44e296df9a97737c16.tar.gz emacs-b7aae902ed6d45976a249e44e296df9a97737c16.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 82055d3e613..a0a5c227413 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2005-06-09 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * subr.el (save-match-data): Add RESEAT arg `evaporate' to | ||
| 4 | set-match-data to free markers in match-data. | ||
| 5 | |||
| 6 | * replace.el (replace-match-data): Pass RESEAT arg `t' to | ||
| 7 | match-data to unchain markers in match-data. | ||
| 8 | |||
| 1 | 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 10 | ||
| 3 | * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter | 11 | * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter |