[slime-cvs] CVS update: slime/ChangeLog
Matthias Koeppe
mkoeppe at common-lisp.net
Wed Dec 7 17:51:42 UTC 2005
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv23833
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
Date: Wed Dec 7 18:51:41 2005
Author: mkoeppe
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.817 slime/ChangeLog:1.818
--- slime/ChangeLog:1.817 Wed Dec 7 14:16:58 2005
+++ slime/ChangeLog Wed Dec 7 18:51:41 2005
@@ -1,5 +1,12 @@
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.
More information about the slime-cvs
mailing list