From 6eed9bed52f0d4b3ef26ef3998e9e72244235829 Mon Sep 17 00:00:00 2001 From: Dave Love <fx@gnu.org> Date: Thu, 30 Jan 2003 14:27:00 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 3 +++ src/ChangeLog | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 9de654fe9a3..feed33221dc 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1145,6 +1145,9 @@ with Custom. * Lisp Changes in Emacs 21.4 +** New variables `gc-elapsed' and `gcs-done' provide extra information +on garbage collection. + ** New function `decode-coding-region-as-inserted-from-file' decodes a region as if it is read from a file without decoding. diff --git a/src/ChangeLog b/src/ChangeLog index 6be247431fb..bf7d35d6ed4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2003-01-30 Dave Love <fx@gnu.org> + + * alloc.c (Vgc_elapsed, gcs_done): New variables. + (Fgarbage_collect): Use them. + (init_alloc, syms_of_alloc): Set them up. + 2003-01-30 Juanma Barranquero <lektu@terra.es> * w32fns.c (init_external_image_libraries): Add missing operator. -- 2.39.5