# HG changeset patch # User Dave Love # Date 1043936820 0 # Node ID 4746ab25c458b4fb7e747d762ffa6e385a543c15 # Parent fd79b3081e01b638aecc65b2758667501d841e13 *** empty log message *** diff -r fd79b3081e01 -r 4746ab25c458 etc/NEWS --- a/etc/NEWS Thu Jan 30 14:15:58 2003 +0000 +++ b/etc/NEWS Thu Jan 30 14:27:00 2003 +0000 @@ -1145,6 +1145,9 @@ * 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 -r fd79b3081e01 -r 4746ab25c458 src/ChangeLog --- a/src/ChangeLog Thu Jan 30 14:15:58 2003 +0000 +++ b/src/ChangeLog Thu Jan 30 14:27:00 2003 +0000 @@ -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.