Index: slime/ChangeLog diff -u slime/ChangeLog:1.495 slime/ChangeLog:1.498 --- slime/ChangeLog:1.495 Tue Aug 3 23:23:30 2004 +++ slime/ChangeLog Wed Aug 4 10:18:06 2004 @@ -1,3 +1,16 @@ +2004-08-04 Luke Gorrie luke@bluetail.com + + * swank-allegro.lisp (find-fspec-location): Fixed to work for more + types of definition than just functions. So M-. now works for e.g. + classes in Allegro. From Matthew Danish. + (find-fspec-location): Include the type of the definition in the + designator sent to Emacs. From Matthew Danish. + +2004-08-04 Martin Simmons martin@xanalys.com + + * swank-lispworks.lisp (frame-actual-args): Correct syntax for + handler-case. + 2004-08-04 Helmut Eller e9626484@stud3.tuwien.ac.at
* slime.el: (slime-mode-map, slime-repl-mode-map)