From: Dave Love Date: Thu, 30 Jan 2003 14:27:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~11409 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6eed9bed52f0d4b3ef26ef3998e9e72244235829;p=emacs.git *** empty log message *** --- 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 + + * 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 * w32fns.c (init_external_image_libraries): Add missing operator.