[slime-cvs] CVS update: slime/ChangeLog
Helmut Eller
heller at common-lisp.net
Tue Mar 9 11:51:18 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv801
Modified Files:
Tag: package-split
ChangeLog
Log Message:
*** empty log message ***
Date: Tue Mar 9 06:51:17 2004
Author: heller
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.285.2.1 slime/ChangeLog:1.285.2.2
--- slime/ChangeLog:1.285.2.1 Tue Mar 9 04:03:22 2004
+++ slime/ChangeLog Tue Mar 9 06:51:17 2004
@@ -1,5 +1,23 @@
2004-03-09 Helmut Eller <e9626484 at stud3.tuwien.ac.at>
+ * swank-openmcl.lisp (preferred-communication-style): Implemented.
+ (call-without-interrupts, getpid): Use defimplementation.
+ (arglist, swank-compile-file, swank-compile-string)
+ (swank-compile-system, backtrace): Renamed.
+ (print-frame): New function.
+ (frame-catch-tags): Don't exclude nil source location.
+ (format-restarts-for-emacs, debugger-info-for-emacs,
+ inspect-in-frame). deleted
+ (frame-arguments): Don't use to-string.
+ (find-source-locations, find-function-locations
+ (method-source-location): Deleted.
+ (canonicalize-location, find-definitions,
+ function-source-location, list-callers): Use
+ ccl::edit-definition-p and
+ ccl::get-source-files-with-types&classes. Makes things easier.
+ (return-from-frame): Take a sexp not a string.
+ (describe-definition): Describe more types.
+
* swank-loader.lisp: Change load order. swank.lisp is now the last
file.
More information about the slime-cvs
mailing list