[slime-devel] Daily ChangeLog diff
Marco Baringer
mbaringer at common-lisp.net
Fri Mar 14 05:35:02 UTC 2008
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1312 slime/ChangeLog:1.1319
--- slime/ChangeLog:1.1312 Sat Mar 8 03:42:21 2008
+++ slime/ChangeLog Thu Mar 13 18:45:35 2008
@@ -1,3 +1,43 @@
+2008-03-13 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * slime.el (slime-eval-macroexpand): Indent expansion.
+
+2008-03-13 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * slime.el (slime-edit-definition-cont): If no definition could
+ be found, print also the package name in the error message where
+ the definition was tried to be found in.
+
+2008-03-13 Helmut Eller <heller at common-lisp.net>
+
+ * slime.el (slime-region-for-defun-function): Deleted.
+ (slime-region-for-defun-at-point): Use beginning-of-defun
+ and not beginning-of-sexp.
+ (slime-flash-region): New function.
+ (slime-compile-region): Use it.
+
+2008-03-13 Helmut Eller <heller at common-lisp.net>
+
+ * slime.el (slime-xref-group): Renamed from slime-location-to-string.
+ Handle source-form locations.
+
+2008-03-12 Helmut Eller <heller at common-lisp.net>
+
+ * slime.el (slime-find-definitions-function): Renamed from
+ slime-edit-definition-fallback-function.
+ (slime-find-definitions): Use it.
+ (slime-find-tag-if-tags-table-visited): Deleted.
+
+2008-03-12 Helmut Eller <heller at common-lisp.net>
+
+ * slime.el (slime-inspector-operate-on-point): Signal an error if
+ there is no object to operate on.
+
+2008-03-08 Helmut Eller <heller at common-lisp.net>
+
+ * slime.el (sldb-toggle-details): Inhibit point-motion-hooks.
+ This is a workaround for problems with the --more-- field.
+
2008-03-07 Helmut Eller <heller at common-lisp.net>
Be GC friendlier when parsing net packets.
More information about the slime-devel
mailing list