Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 4930:9f04877ce07e
fix up comments about finalizers and NEWGC internal objects
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-01-20 Ben Wing <ben@xemacs.org>
* lrecord.h:
* lrecord.h (enum lrecord_type):
* lrecord.h (struct lrecord_implementation):
Clean up description of finalizer methods. Clean up and expand
the long comment at the top of lrecord.h. Add a section about why
New-GC requires a bunch of new internal objects to be created (not
completely understood).
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 20 Jan 2010 04:20:49 -0600 |
parents | b5ad8cf9f6e4 |
children | 8a08cf0b7583 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jan 20 02:25:04 2010 -0600 +++ b/src/ChangeLog Wed Jan 20 04:20:49 2010 -0600 @@ -1,3 +1,13 @@ +2010-01-20 Ben Wing <ben@xemacs.org> + + * lrecord.h: + * lrecord.h (enum lrecord_type): + * lrecord.h (struct lrecord_implementation): + Clean up description of finalizer methods. Clean up and expand + the long comment at the top of lrecord.h. Add a section about why + New-GC requires a bunch of new internal objects to be created (not + completely understood). + 2010-01-20 Ben Wing <ben@xemacs.org> * lisp.h: