aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-03 12:29:36 +0000
committerGerd Moellmann2000-07-03 12:29:36 +0000
commitaee625fa34f12d6b9e78e05e879a76495daa50b4 (patch)
tree83726674987170de2b0213987509d214ac4dfb20 /src/ChangeLog
parent67c9a1d26efc40aca38419e38522d9690c6ab822 (diff)
downloademacs-aee625fa34f12d6b9e78e05e879a76495daa50b4.tar.gz
emacs-aee625fa34f12d6b9e78e05e879a76495daa50b4.zip
(sweep_weak_table): Mark only objects that are not
marked already.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9e30bff4191..1bc2bf0b8bb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-07-03 Gerd Moellmann <gerd@gnu.org> 12000-07-03 Gerd Moellmann <gerd@gnu.org>
2 2
3 * fns.c (sweep_weak_table): Mark only objects that are not
4 marked already.
5
3 * frame.c (next_frame, prev_frame): If MINIBUF is a window, 6 * frame.c (next_frame, prev_frame): If MINIBUF is a window,
4 include those frames as candidates which have their focus 7 include those frames as candidates which have their focus
5 redirected to the minibuffer frame. 8 redirected to the minibuffer frame.