[slime-devel] Daily ChangeLog diff

Marco Baringer mbaringer at common-lisp.net
Mon Jan 21 05:35:02 UTC 2008


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1269 slime/ChangeLog:1.1271
--- slime/ChangeLog:1.1269	Sat Jan 19 10:09:31 2008
+++ slime/ChangeLog	Sun Jan 20 11:18:59 2008
@@ -1,3 +1,22 @@
+2008-01-20  Matthias Koeppe  <mkoeppe at mail.math.uni-magdeburg.de>
+
+	New hooks that allow the slime-presentations contrib to hook
+	into the debugger and inspector.
+	
+	* slime.el (sldb-insert-frame-variable-value-function): New
+	variable.
+	(sldb-insert-frame-variable-value): New function, default value
+	for sldb-insert-frame-variable-value-function.
+	(sldb-insert-locals): Use it here.
+
+	* slime.el (slime-inspector-insert-ispec-function): New variable.
+	(slime-open-inspector): Use it here.
+
+2008-01-20  Matthias Koeppe  <mkoeppe at mail.math.uni-magdeburg.de>
+
+	* doc/slime.texi (Presentations): Improve documentation of
+	presentations. 
+
 2008-01-19  Geo Carncross  <geocar at gmail.com>
 
 	* swank-ecl.lisp (inspect-for-emacs): Make ECL inspection better;
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.79 slime/contrib/ChangeLog:1.80
--- slime/contrib/ChangeLog:1.79	Sat Jan 19 09:08:27 2008
+++ slime/contrib/ChangeLog	Sun Jan 20 11:18:49 2008
@@ -1,3 +1,16 @@
+2008-01-20  Matthias Koeppe  <mkoeppe at mail.math.uni-magdeburg.de>
+
+	Hook presentations into debugger and inspector, restoring 
+	features that were removed on 2007-08-27.
+	
+	* slime-presentations.el (slime-presentation-add-easy-menu):
+	Install presentation menu also in the debugger and inspector.
+	(slime-presentation-inspector-insert-ispec): New.
+	(slime-presentation-sldb-insert-frame-variable-value): New.
+	(slime-presentations-init): Install these functions as
+	slime-inspector-insert-ispec-function and
+	sldb-insert-frame-variable-value-function. 
+
 2008-01-19  Helmut Eller   <heller at common-lisp.net>
 
 	* swank-goo.goo: New file.



More information about the slime-devel mailing list