aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-11-16 22:16:01 +0000
committerStefan Monnier2007-11-16 22:16:01 +0000
commitb51d6c92fd5567e37d43f4ccd9a575c48d9ebbb3 (patch)
tree59e5544d8b75926d402e3a31467d29d23293b064 /src/ChangeLog
parent59938af3338f4b06cdf036d34c26b42e014665e4 (diff)
downloademacs-b51d6c92fd5567e37d43f4ccd9a575c48d9ebbb3.tar.gz
emacs-b51d6c92fd5567e37d43f4ccd9a575c48d9ebbb3.zip
(Fset_match_data): Remove the `evaporate' feature.
(unwind_set_match_data): Don't use the `evaporate' feature.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e620d1e9e9e..0fb4f189fb9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,12 @@
12007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * search.c (Fset_match_data): Remove the `evaporate' feature.
4 (unwind_set_match_data): Don't use the `evaporate' feature.
5
12007-11-15 Andreas Schwab <schwab@suse.de> 62007-11-15 Andreas Schwab <schwab@suse.de>
2 7
3 * editfns.c (Fformat): Correctly format EMACS_INT values. Also 8 * editfns.c (Fformat): Correctly format EMACS_INT values.
4 take precision into account when formatting an integer. 9 Also take precision into account when formatting an integer.
5 10
62007-11-15 Juanma Barranquero <lekktu@gmail.com> 112007-11-15 Juanma Barranquero <lekktu@gmail.com>
7 12