[slime-devel] Daily ChangeLog diff

Luke Gorrie lgorrie at common-lisp.net
Tue Dec 2 08:00:09 UTC 2003


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.124 slime/ChangeLog:1.131
--- slime/ChangeLog:1.124	Sun Nov 30 03:20:40 2003
+++ slime/ChangeLog	Mon Dec  1 20:33:14 2003
@@ -1,3 +1,45 @@
+2003-12-02  Daniel Barlow  <dan at telent.net>
+
+	* slime.el (slime-with-xref-buffer): moved further up the file so
+	it's defined before slime-show-xrefs needs it
+
+	* swank-sbcl.lisp (function-source-location-for-emacs): return a
+	list of source locations (one per method) when the request is
+	for a GF.  This seems to make the elisp side popup a window
+	to let the user select one.  Cool.
+
+2003-12-01  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
+
+	* swank-[cmucl,sbcl,openmcl,lispworks].lisp (invoke-nth-restart):
+	Use invoke-restart-interactively.
+
+	* slime.el (slime-create-note-overlay, slime-sexp-depth): The
+	'priority' property is unused. Remove it.
+
+	* swank-openmcl.lisp (find-function-locations): Return all methods
+	for generic functions. Doesn't work very well if multiple methods
+	are in the same file.
+	(swank-accept-connection): Don't create an extra thread, call
+	request-loop directly.
+
+2003-12-01  Luke Gorrie  <luke at bluetail.com>
+
+	* slime.el (slime-repl-return): Goto end of input area before
+	inserting newline.
+	(slime-autodoc-message-ok-p): Test to see if a documentation
+	message should be printed (returns nil if the
+	minibuffer/echo-area is already being used).
+	(slime-symbol-at-point): Skip back over whitespace before
+	looking for the symbol.
+	(slime-autodoc-delay): New configurable to specify the delay
+	before printing an autodoc message (default 0.2 secs).
+	(slime-ensure-typeout-frame): New function to call create a
+	typeout frame unless it already exists. Suitable to run on
+	slime-mode-hook if you always want to have a typeout window.
+	(slime-log-events): When nil, don't log events to
+	*slime-events*. This works-around a problem Raymond Toy has when
+	starting SLIME under XEmacs. Still investigating..
+
 2003-11-29  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
 	
 	* slime.el: Rewrite the xref code to work with other source




More information about the slime-devel mailing list