Mercurial > emacs
changeset 49530:4746ab25c458
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 30 Jan 2003 14:27:00 +0000 |
parents | fd79b3081e01 |
children | c42f1f4f3ade |
files | etc/NEWS src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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 <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.