summaryrefslogtreecommitdiff
path: root/viengoos/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'viengoos/ChangeLog')
-rw-r--r--viengoos/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/viengoos/ChangeLog b/viengoos/ChangeLog
index 8236c44..3b33d3a 100644
--- a/viengoos/ChangeLog
+++ b/viengoos/ChangeLog
@@ -1,3 +1,20 @@
+2008-01-13 Neal H. Walfield <neal@gnu.org>
+
+ * activity.c (activity_destroy): When making a frame inactive, be
+ sure to reset its age to 0.
+
+ * list.h (list_unlink): Improve debugging output.
+
+2008-01-10 Neal H. Walfield <neal@gnu.org>
+
+ * ager.c (ager_loop): Update activity statistics. Change the
+ number of iterations
+
+ * activity.h (struct activity): Add field stats and
+ current_period.
+ (ACTIVITY_STATS): New macro.
+ (ACTIVITY_STAT_UPDATE): New macro.
+
2008-01-06 Neal H. Walfield <neal@gnu.org>
* object.h (object_age): Add parameter referenced. Update users.