summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLudovic Courtes2006-03-07 22:58:58 +0000
committerLudovic Courtes2006-03-07 22:58:58 +0000
commit86c7ef726434b31b78570bf80db3cdecf8b84ca3 (patch)
tree73b6ee4f648316b93cba740d4fc5b51474104f8f /ChangeLog
parentfaf5a61d584ccad016d5bb3d50ce515931e17897 (diff)
downloadskribilo-86c7ef726434b31b78570bf80db3cdecf8b84ca3.tar.gz
skribilo-86c7ef726434b31b78570bf80db3cdecf8b84ca3.tar.lz
skribilo-86c7ef726434b31b78570bf80db3cdecf8b84ca3.zip
Partial rewrite of the debugging facilities (slightly slower).
* src/guile/skribilo.scm (skribilo): Use the new debugging API. * src/guile/skribilo/debug.scm: Use SRFI-39 parameter objects. Moved legacy procedures to `compat.scm'. * src/guile/skribilo/utils/compat.scm (set-skribe-debug!): New. (no-debug-color): New. (skribe-debug): New. (add-skribe-debug-symbol): New. git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-44
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d1136c..1946a68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,28 @@
# arch-tag: automatic-ChangeLog--lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2
#
+2006-03-07 22:58:58 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-44
+
+ Summary:
+ Partial rewrite of the debugging facilities (slightly slower).
+ Revision:
+ skribilo--devel--1.2--patch-44
+
+ * src/guile/skribilo.scm (skribilo): Use the new debugging API.
+
+ * src/guile/skribilo/debug.scm: Use SRFI-39 parameter objects.
+ Moved legacy procedures to `compat.scm'.
+
+ * src/guile/skribilo/utils/compat.scm (set-skribe-debug!): New.
+ (no-debug-color): New.
+ (skribe-debug): New.
+ (add-skribe-debug-symbol): New.
+
+ modified files:
+ ChangeLog src/guile/skribilo.scm src/guile/skribilo/debug.scm
+ src/guile/skribilo/utils/compat.scm
+
+
2006-03-07 22:56:07 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-43
Summary: