[slime-cvs] CVS update: slime/ChangeLog
Helmut Eller
heller at common-lisp.net
Sat Nov 29 08:03:44 UTC 2003
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv21055
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
Date: Sat Nov 29 03:03:44 2003
Author: heller
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.120 slime/ChangeLog:1.121
--- slime/ChangeLog:1.120 Fri Nov 28 18:29:02 2003
+++ slime/ChangeLog Sat Nov 29 03:03:43 2003
@@ -1,3 +1,34 @@
+2003-11-29 Helmut Eller <e9626484 at stud3.tuwien.ac.at>
+
+ * slime.el: Some tweaking to the REPL. slime-repl-input-end-mark
+ is now always left inserting and slime-mark-input-end
+ "deactivates" the end mark by moving it to the beginning of the
+ buffer.
+ (slime-goto-source-location): Next try for more uniform
+ source-locations. A source-location is now a structure with a
+ "buffer-designator" and "position-designator". The buffer-designator
+ open the file or buffer and the position-designator moves point to the
+ right position.
+ (slime-autodoc-mode): New command.
+ (slime-find-fdefinitions): Experimental support for generic functions
+ with methods.
+ (slime-show-xrefs, slime-insert-xrefs, slime-goto-xref): Rewritten to
+ work with more general source locations.
+
+ * swank.lisp: Structure definitions for source-locations.
+ (alistify, location-position<, group-xrefs): Utilities for xref
+ support.
+
+ * swank-cmucl.lisp (code-location-source-location): Renamed from
+ safe-source-location-for-emacs.
+ (code-location-from-source-location): Renamed from
+ source-location-for-emacs.
+ (find-fdefinitions, function-source-locations): New functions.
+ (safe-definition-finding): New macro.
+
+ * swank-lispworks.lisp: Xref support.
+ (make-dspec-location): Updated for the new source-location format.
+
2003-11-29 Luke Gorrie <luke at bluetail.com>
* slime.el (complete-symbol, arglist): Updated test cases for new
More information about the slime-cvs
mailing list