summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>2000-03-21 23:14:43 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>2000-03-21 23:14:43 +0000
commit3920465b9cc4d6ced9f2c6c1833536ba82ab1ed5 (patch)
treee5f97364eb88507206239337154da17be5842eb8
parent9f0e55a65bab8c64e339353c4d8f8fda79c4d7b7 (diff)
downloadguile-3920465b9cc4d6ced9f2c6c1833536ba82ab1ed5.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 7666c1825..ec7b9a813 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,11 @@
+2000-03-22 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
+
+ * async.c, __scm.h: Removed lots of the old async click logic. It
+ is possible to reinsert it by defining GUILE_OLD_ASYNC_CLICK in
+ __scm.h. Let's try this out and dump the old code after the
+ threads reorganization.
+ (set-tick-rate, set-switch-rate): Conditionally removed.
+
2000-03-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* gc.c (scm_gc_mark): Bugfix 1: The recent SCM_PACK/UNPACK change