[slime-cvs] CVS slime
CVS User heller
heller at common-lisp.net
Wed Mar 3 11:57:19 UTC 2010
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv8403
Modified Files:
ChangeLog
Log Message:
Fix ChangeLog
--- /project/slime/cvsroot/slime/ChangeLog 2010/03/03 11:57:11 1.2011
+++ /project/slime/cvsroot/slime/ChangeLog 2010/03/03 11:57:18 1.2012
@@ -1,15 +1,49 @@
+2010-03-03 Helmut Eller <heller at common-lisp.net>
+
+ Don't special case special operators with M-. for CMUCL.
+
+ * swank-cmucl.lisp (function-definitions): Special operators will
+ have IR1-translators anyway, so no need to mark them "special".
+ (gf-definitions): Renamed from generic-function-definitions.
+
+2010-03-03 Helmut Eller <heller at common-lisp.net>
+
+ * slime.el (slime-inspector-history): New command.
+
+2010-03-03 Helmut Eller <heller at common-lisp.net>
+
+ Don't try to bind keywords in inspector-eval.
+
+ * swank.lisp (inspector-eval): For now, don't bind symbols which
+ are constantp. Maybe something better can be found later.
+
+2010-03-03 Helmut Eller <heller at common-lisp.net>
+
+ Use @ instead of # to mark object in the inspect history.
+
+ * swank.lisp (print-part-to-string): Use @.
+
+2010-03-03 Helmut Eller <heller at common-lisp.net>
+
+ Make eval-in-frame display multiple values; not only the first.
+
+ * swank.lisp (values-to-string): New macro.
+ (eval-string-in-frame): Use it.
+
2010-03-02 Stas Boukarev <stassats at gmail.com>
- * swank-sbcl.lisp (definition-source-for-emacs): Don't error when source
- location doesn't contain form position, point emacs to the beginning of a source file
- and if it's a function provide a snippet "(defun <name> ".
+ * swank-sbcl.lisp (definition-source-for-emacs): Don't error when
+ source location doesn't contain form position, point emacs to the
+ beginning of a source file and if it's a function provide a
+ snippet "(defun <name> ".
2010-03-02 Stas Boukarev <stassats at gmail.com>
* slime.el (slime-compile-and-load-file): Accept C-u arguments for
compilation policy the same way as slime-compile-defun.
- * swank.lisp (compile-file-for-emacs): Take an additional policy argument.
+ * swank.lisp (compile-file-for-emacs): Take an additional policy
+ argument.
* swank-backend.lisp (swank-compile-file): Ditto.
* swank-sbcl.lisp (compiler-policy, (setf compiler-policy)):
@@ -181,38 +215,6 @@
resulting in duplicate modeline strings.
Reported by Leo Liu.
-2010-03-03 Helmut Eller <heller at common-lisp.net>
-
- Don't special case special operators with M-. for CMUCL.
-
- * swank-cmucl.lisp (function-definitions): Special operators will
- have IR1-translators anyway, so no need to mark them "special".
- (gf-definitions): Renamed from generic-function-definitions.
-
-2010-03-03 Helmut Eller <heller at common-lisp.net>
-
- * slime.el (slime-inspector-history): New command.
-
-2010-03-03 Helmut Eller <heller at common-lisp.net>
-
- Don't try to bind keywords in inspector-eval.
-
- * swank.lisp (inspector-eval): For now, don't bind symbols which
- are constantp. Maybe something better can be found later.
-
-2010-03-03 Helmut Eller <heller at common-lisp.net>
-
- Use @ instead of # to mark object in the inspect history.
-
- * swank.lisp (print-part-to-string): Use @.
-
-2010-02-19 Helmut Eller <heller at common-lisp.net>
-
- Make eval-in-frame display multiple values; not only the first.
-
- * swank.lisp (values-to-string): New macro.
- (eval-string-in-frame): Use it.
-
2010-02-18 Mark Harig <idirectscm at aim.com>
The compiler warns about various stuff. Fix some of it.
More information about the slime-cvs
mailing list