[slime-cvs] CVS slime
mbaringer
mbaringer at common-lisp.net
Sun Apr 8 12:52:19 UTC 2007
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv18752
Modified Files:
slime.el ChangeLog
Log Message:
--- /project/slime/cvsroot/slime/slime.el 2007/04/08 12:15:25 1.778
+++ /project/slime/cvsroot/slime/slime.el 2007/04/08 12:52:18 1.779
@@ -8170,6 +8170,7 @@
((kbd "RET") 'sldb-default-action)
("\C-m" 'sldb-default-action)
([mouse-2] 'sldb-default-action/mouse)
+ ([follow-link] 'mouse-face)
("e" 'sldb-eval-in-frame)
("d" 'sldb-pprint-eval-in-frame)
("D" 'sldb-disassemble)
--- /project/slime/cvsroot/slime/ChangeLog 2007/04/08 12:19:31 1.1097
+++ /project/slime/cvsroot/slime/ChangeLog 2007/04/08 12:52:18 1.1098
@@ -1,3 +1,7 @@
+2007-04-07 Harald Hanche-Olsen <hanche at math.ntnu.no>
+
+ * slime.el (sldb-mode-map): Added key definition for follow-link.
+
2007-04-08 Marco Baringer <mb at bese.it>
* swank.lisp (fuzzy-completion-set): Use two check-type forms
More information about the slime-cvs
mailing list