[slime-devel] Daily ChangeLog diff

Luke Gorrie lgorrie at common-lisp.net
Thu Feb 5 08:00:06 UTC 2004


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.243 slime/ChangeLog:1.246
--- slime/ChangeLog:1.243	Mon Feb  2 02:31:29 2004
+++ slime/ChangeLog	Thu Feb  5 02:03:29 2004
@@ -1,3 +1,40 @@
+2004-02-05  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
+
+	* swank-openmcl.lisp (compile-system-for-emacs): Remove compile
+	time dependency on ASDF.
+
+2004-02-05  Wolfgang Jenkner  <wjenkner at inode.at>
+
+	* swank-clisp.lisp, swank-loader.lisp: Add profiling support via
+	Kantrowitz's metering package.  Reporting needs to be
+	refined (profile-package currently ignores callers-p and methods).
+
+2004-02-04  Bryan O'Connor <bryan-slime at lunch.org>
+
+	* swank-openmcl.lisp (mailbox): Use a semaphore instead of
+	process-wait.  Works better with native threads.
+
+2004-02-04  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
+
+	* swank-backend.lisp (debugger-info-for-emacs): Export it.
+
+	* swank-sbcl.lisp (add-input-handler): Use fcntl from the sb-posix
+	package.
+	
+	* swank.lisp (sldb-loop, dispatch-event, send-to-socket-io): Send
+	a :debug-activate event instead of a :debug event (to avoid
+	sending a potentially long backtrace each time).
+	(handle-sldb-condition): Include the thread-id in the message.
+
+	* slime.el (slime-path): Use load-file-name as fallback.
+	Suggested by Lawrence Mitchell.
+	(slime-dispatch-event): Add support for :debug-activate event.
+	(sldb-activate): New function.
+	(sldb-mode): make-local-hook doesn't seem to work in Emacs 20.
+	Use a buffer local variable instead.
+	(slime-list-connections): Don't print Lisp's state.
+	(slime-short-state-name): Deleted.
+	
 2004-02-02  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
 
 	* slime.el (slime-debugger): The customization group is called




More information about the slime-devel mailing list