[slime-devel] Daily ChangeLog diff
Luke Gorrie
lgorrie at common-lisp.net
Wed Dec 7 23:00:16 UTC 2005
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.816 slime/ChangeLog:1.818
--- slime/ChangeLog:1.816 Tue Dec 6 00:01:49 2005
+++ slime/ChangeLog Wed Dec 7 18:51:41 2005
@@ -1,8 +1,24 @@
+2005-12-07 Matthias Koeppe <mkoeppe at mail.math.uni-magdeburg.de>
+
+ * swank-allegro.lisp (find-definition-in-file)
+ (find-fspec-location, fspec-definition-locations): Allegro CL
+ properly records all definitions made by arbitrary macros whose
+ names start with "def". Use excl::find-source-file and
+ scm:find-definition-in-definition-group (rather than
+ scm:find-definition-in-file) to find them.
+
+ * slime.el (slime-load-file): Change the default to be the buffer
+ file name with extension. This is more convenient for files like
+ .asd files that do not have the default source file extension.
+ (slime-save-some-lisp-buffers, slime-update-modeline-package):
+ Handle all files with major mode in slime-lisp-modes, not just
+ lisp-mode.
+
2005-12-06 Juho Snellman <jsnell at iki.fi>
- * swank-sbcl.lisp (function-source-location,
- safe-function-source-location): Oops, define these functions
- also for the >0.9.6 case. Fixes broken sldb-show-source on
- SBCL 0.9.7.
+
+ * swank-sbcl.lisp (function-source-location,
+ safe-function-source-location): Oops, define these functions also
+ for the >0.9.6 case. Fixes broken sldb-show-source on SBCL 0.9.7.
2005-12-05 Helmut Eller <heller at common-lisp.net>
More information about the slime-devel
mailing list