aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 897dbe0..31bec12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2006-02-13 Aubrey Jaffer <jaffer@aubrey>
+
+ * require.scm (*slib-version*): Bumped from 3a2 to 3a3.
+
+2006-02-02 Aubrey Jaffer <agj@alum.mit.edu>
+
+ * grapheps.scm (graph:plot): Plot multiple traces from array.
+ (functions->array): Generalizes graph:plot-function.
+
+2006-01-16 Aubrey Jaffer <agj@alum.mit.edu>
+
+ * guile.init (slib:load, slib:load-from-path): Adapted patch from
+ Thomas Bushnell BSG for loading into SLIB module.
+
+ * top-refs.scm (top-refs:expression): Check for lists before
+ walking CASE and COND clauses (srfi-61.scm macro broke it).
+
+2006-01-09 Aubrey Jaffer <agj@alum.mit.edu>
+
+ * http-cgi.scm (query-alist->parameter-list): Fixed order of nary
+ fields.
+
+2006-01-05 Aubrey Jaffer <agj@alum.mit.edu>
+
+ * db2html.scm (command:make-editable-table): Boolean "arity".
+
+ * http-cgi.scm (http:status-line): Changed to HTTP-1.0; works
+ better in MS-Windows.
+
2005-12-01 Aubrey Jaffer <agj@alum.mit.edu>
* require.scm, mklibcat.scm, mkclrnam.scm, alistab.scm, Makefile: