[slime-devel] Daily ChangeLog diff

Marco Baringer mbaringer at common-lisp.net
Sat Feb 23 05:35:02 UTC 2008


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1294 slime/ChangeLog:1.1300
--- slime/ChangeLog:1.1294	Thu Feb 21 07:56:21 2008
+++ slime/ChangeLog	Fri Feb 22 10:19:37 2008
@@ -1,3 +1,45 @@
+2008-02-22  Mark Evenson <mark.evenson at gmx.at>
+
+	* swank-abcl.lisp (getpid): Return '0' in case of error.
+	Apparently needed bacause $PPID isn't not a standard feature.
+	"[T]his is not a disentanglement from, but a progressive knotting
+	into."
+
+2008-02-22  Mark Harig <idirectscm at aim.com>
+
+	Fix typos: "contribs" -> "contrib".
+
+	* slime-autoloads.el (slime-setup-contribs):
+	* slime.el (slime-setup):
+
+2008-02-22  Mark Harig <idirectscm at aim.com>
+
+	Fixes for CLISP 2.44.
+
+	* swank-clisp.lisp (sldb-backtrace, %parse-stack-values):
+	sys::frame-up-1 no longer exists; use sys::frame-up instead.
+
+2008-02-22  Helmut Eller  <heller at common-lisp.net>
+
+	* slime.el (slime-pop-to-location): Slight cleanups.
+	(slime-goto-xref, slime-goto-next-xref): Use it.
+
+2008-02-22  Helmut Eller  <heller at common-lisp.net>
+
+	Remove save-restriction-if-possible.
+
+	* slime.el (save-restriction-if-possible): Deleted.  It was only
+	used in one place.
+	(slime-goto-source-location): Obey widen-automatically.
+	(slime-location-offset): New function.
+
+2008-02-21  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* slime.el (slime-location-to-string): New function.
+	(slime-analyze-xrefs): Use it; display definitions defined
+	interactively via C-c C-c as comming from #<buffer foo.lisp>
+	instead of foo.lisp.
+	
 2008-02-21  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	Fix regressions in the `find-definition' test case on SBCL:



More information about the slime-devel mailing list