aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 82055d3e61..a0a5c22741 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2005-06-09 Kim F. Storm <[email protected]>
+
+ * subr.el (save-match-data): Add RESEAT arg `evaporate' to
+ set-match-data to free markers in match-data.
+
+ * replace.el (replace-match-data): Pass RESEAT arg `t' to
+ match-data to unchain markers in match-data.
+
2005-06-08 Stefan Monnier <[email protected]>
* emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter