[slime-devel] Daily ChangeLog diff
Helmut Eller
heller at common-lisp.net
Mon Jun 29 07:33:01 UTC 2009
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1794 slime/ChangeLog:1.1799
--- slime/ChangeLog:1.1794 Sat Jun 27 11:10:29 2009
+++ slime/ChangeLog Mon Jun 29 00:24:51 2009
@@ -1,3 +1,36 @@
+2009-06-29 Stas Boukarev <stassats at gmail.com>
+
+ * swank.lisp (open-streams): do not create unnecessary output stream
+ when using dedicated output stream. Thanks to Terje Norderhaug.
+
+2009-06-28 Terje Norderhaug <terje at in-progress.com>
+
+ Generalize list-threads for implementation-dependent attributes.
+
+ * swank-backend.lisp (thread-attributes): New function.
+ * swank-openmcl (thread-attributes): Implement it.
+ * swank.lisp (list-threads): Return a table with the attribute
+ names as the first row and the new attributes in the last columns.
+ * slime.el (slime-update-threads-buffer): For now, ignore the
+ extra attributes.
+
+2009-06-28 Stelian Ionescu <stelian.ionescu-zeus at poste.it>
+
+ * slime.el (slime-compiler-macroexpand-inplace)
+ (slime-compiler-macroexpand-1-inplace): New commands.
+ (slime-macroexpansion-minor-mode-map): Bind them.
+
+2009-06-28 Helmut Eller <heller at common-lisp.net>
+
+ * swank-sbcl.lisp (add-fd-handler): Avoid recursive invocation
+ of the handler, e.g. when read-sequence blocks.
+
+2009-06-28 Stas Boukarev <stassats at gmail.com>
+
+ * swank-openmcl.lisp (compiler-warning-short-message): In new
+ versions of CCL `compiler-warning-nrefs' slot
+ of the `compiler-warning' class is now a list, not an integer.
+
2009-06-25 Geo Carncross <geocar at gmail.com>
* swank-ecl.lisp: Profiling support by Marko KociÄ
@@ -13,12 +46,11 @@
SWANK:INSPECT-IN-EMACS.
* swank.lisp (inspect-in-emacs): added keyword argument :wait.
-
+
* slime.el (slime-dispatch-event): if swank requests response to
:inspect, add a hook to the inspector to signal swank once done.
(slime-open-inspector): add optional hook argument to be added as
local kill-buffer-hook.
-
2009-06-21 Helmut Eller <heller at common-lisp.net>
@@ -26,6 +58,7 @@
contrib/slime-fontifying-fu.el
2009-06-21 Helmut Eller <heller at common-lisp.net>
+
Don't try so hard to get symbol-at-point right.
The old implementation was complicated and didn't even pass it's
own test suite. The new version is less ambitious but simpler.
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.219 slime/contrib/ChangeLog:1.220
--- slime/contrib/ChangeLog:1.219 Tue Jun 23 14:11:13 2009
+++ slime/contrib/ChangeLog Sun Jun 28 04:51:18 2009
@@ -1,3 +1,12 @@
+2009-06-28 Stas Boukarev <stassats at gmail.com>
+
+ * slime-fuzzy.el (slime-fuzzy-complete-symbol): show message in the
+ minibuffer after showing completion list, because completion
+ itself can take place in the minibuffer.
+ (slime-fuzzy-choices-buffer): if completion was started in the minibuffer,
+ don't switch to minibuffer in the other window, but select minibuffer window
+ instead.
+
2009-06-23 Helmut Eller <heller at common-lisp.net>
* swank-ikarus.ss, swank-larceny.scm, swank-r6rs.scm: New files.
More information about the slime-devel
mailing list