[slime-cvs] CVS update: slime/ChangeLog
Helmut Eller
heller at common-lisp.net
Fri Jan 2 08:22:31 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv31010
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
Date: Fri Jan 2 03:22:31 2004
Author: heller
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.180 slime/ChangeLog:1.181
--- slime/ChangeLog:1.180 Sun Dec 21 04:20:45 2003
+++ slime/ChangeLog Fri Jan 2 03:22:31 2004
@@ -1,3 +1,32 @@
+2004-01-02 Wolfgang Jenkner <wjenkner at inode.at>
+
+ * swank-clisp.lisp: New file. Merged with Vladimir's version.
+
+ * xref.lisp: New file. Used by swank-clisp.
+
+ * swank-loader.lisp (user-init-file): Add CLISP files.
+
+ * swank.lisp (eval-region, tokenize-completion): Modify loops a
+ bit to make CLISP happy.
+
+ * swank-backend.lisp (with-compilation-hooks): Replace () with
+ (&rest _) to make CLISP happy.
+
+ * slime.el (slime-goto-source-location): Support for CLISP style
+ line numbers. Split it up.
+ (slime-goto-location-buffer, slime-goto-location-position): New
+ functions.
+ (slime-load-system): Use slime-display-output-buffer.
+ (slime-repl-mode): Disable conservative scrolling. Not sure if it
+ was a good idea.
+ (sldb-insert-frames, sldb-show-frame-details, sldb-list-locals):
+ Minor fixes.
+ (sldb-insert-locals): Renamed from sldb-princ-locals.
+ (sldb-invoke-restart): Use slime-eval instead of
+ slime-oneway-eval, because interactive restarts may read input.
+ (slime-open-inspector): Minor indentation fixes.
+ (slime-net-output-funcall): Removed. Was unused.
+
2003-12-19 Alan Ruttenberg <alanralanr at comcast.net>
* slime.el 1.157
fix bug in sldb-princ-locals I introduced when adding fonts to sldb
More information about the slime-cvs
mailing list