[slime-devel] Daily ChangeLog diff

Marco Baringer mbaringer at common-lisp.net
Sun Nov 25 05:35:02 UTC 2007


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1245 slime/ChangeLog:1.1250
--- slime/ChangeLog:1.1245	Fri Nov 23 03:26:31 2007
+++ slime/ChangeLog	Sat Nov 24 03:19:25 2007
@@ -1,3 +1,47 @@
+2007-11-24  Helmut Eller  <heller at common-lisp.net>
+
+	Drop remaining dependencies on nregex.
+
+	* swank-lispworks.lisp (unmangle-unfun): Use sys::setf-symbol-p
+	instead of regexp matching.
+
+	* swank-loader.lisp (*sysdep-files*): Don't include nregex.
+
+2007-11-24  Helmut Eller  <heller at common-lisp.net>
+
+	Mirror *modules* in Emacs.
+	
+	* slime.el (slime-lisp-modules): New connction variable.
+	(slime-set-connection-info): Load requested modules.
+	(slime-required-modules): New variable.
+	(slime-require, slime-load-contribs): New functions.
+
+	* swank.lisp (connection-info): Include *modules*.
+	(swank-require): Accept a list of modules as argument.
+	
+2007-11-24  Helmut Eller  <heller at common-lisp.net>
+
+	* swank.lisp (parse-package): The old version didn't pass the
+	test-suite.  Now use the reader directly instead of emulating it
+	half-heartedly.
+
+	* slime.el (slime-search-buffer-package): Don't remove double
+	quotes or "#:", swank:parse-package takes care of that.
+
+2007-11-24  Helmut Eller  <heller at common-lisp.net>
+
+	* swank.lisp (apropos-symbols):  Use simple search instead of
+	regexps.
+	(make-apropos-matcher): Used to be make-regexp-matcher.
+
+	(*sldb-printer-bindings*): Set *print-right-margin* to
+	most-positive-fixnum. This prints each frame in the backtrace in a
+	single long line.  But is suboptimal for other purposes, like
+	eval-in-frame.
+	
+	(setup-server): Initialize multiprocessing here, so that is also
+	done for create-server.
+
 2007-11-23  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	* swank.lisp (swank-require): Fix typo (:key was used instead of
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.65 slime/contrib/ChangeLog:1.66
--- slime/contrib/ChangeLog:1.65	Tue Nov 20 16:30:51 2007
+++ slime/contrib/ChangeLog	Sat Nov 24 03:15:20 2007
@@ -1,3 +1,7 @@
+2007-11-24  Helmut Eller  <heller at common-lisp.net>
+
+	* slime-fuzzy.el: Use slime-require instead of a connected-hook.
+
 2007-11-20  Helmut Eller  <heller at common-lisp.net>
 
 	* swank-fancy-inspector.lisp (inspect-for-emacs function t): Don't



More information about the slime-devel mailing list