[slime-cvs] CVS slime
CVS User heller
heller at common-lisp.net
Wed Dec 31 11:25:46 UTC 2008
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv19541
Modified Files:
ChangeLog
Log Message:
Fix automatic merge.
--- /project/slime/cvsroot/slime/ChangeLog 2008/12/31 11:25:39 1.1614
+++ /project/slime/cvsroot/slime/ChangeLog 2008/12/31 11:25:46 1.1615
@@ -1,28 +1,3 @@
-2008-12-30 Tobias C. Rittweiler <tcr at freebits.de>
-
- As of now, `C-u C-c C-c' compiled a function with maximum debug
- settings (SBCL only.)
-
- Now, `M-- C-c C-c' will compile a function with maximum _speed_
- settings (still SBCL only) --- useful to elicit compiler notes.
-
- * slime.el (slime-compilation-debug-level): Renamed to
- `slime-compilation-policy'.
- (slime-normalize-optimization-level): Renamed to
- `slime-compute-policy'.
-
- * swank.lisp (compile-string-for-emacs): Takes a policy now.
- (compile-multiple-strings-for-emacs): Ditto.
-
- * swank-backend.lisp (swank-compile-string): Change :DEBUG key arg
- to :POLICY.
-
- * swank-scl.lisp, swank-openmcl.lisp, swank-lispworks.lisp
- * swank-ecl.lisp, swank-corman.lisp, swank-cmucl.lisp,
- * swank-clisp.lisp, swank-allegro.lisp, swank-sbcl.lisp:
-
- Changed accordingly.
-
2008-12-31 Helmut Eller <heller at common-lisp.net>
* swank.lisp (maybe-redirect-global-io): Don't consider
@@ -57,6 +32,31 @@
handler here ...
(install-sigint-handler): ... use this instead
+2008-12-30 Tobias C. Rittweiler <tcr at freebits.de>
+
+ As of now, `C-u C-c C-c' compiled a function with maximum debug
+ settings (SBCL only.)
+
+ Now, `M-- C-c C-c' will compile a function with maximum _speed_
+ settings (still SBCL only) --- useful to elicit compiler notes.
+
+ * slime.el (slime-compilation-debug-level): Renamed to
+ `slime-compilation-policy'.
+ (slime-normalize-optimization-level): Renamed to
+ `slime-compute-policy'.
+
+ * swank.lisp (compile-string-for-emacs): Takes a policy now.
+ (compile-multiple-strings-for-emacs): Ditto.
+
+ * swank-backend.lisp (swank-compile-string): Change :DEBUG key arg
+ to :POLICY.
+
+ * swank-scl.lisp, swank-openmcl.lisp, swank-lispworks.lisp
+ * swank-ecl.lisp, swank-corman.lisp, swank-cmucl.lisp,
+ * swank-clisp.lisp, swank-allegro.lisp, swank-sbcl.lisp:
+
+ Changed accordingly.
+
2008-12-29 Helmut Eller <heller at common-lisp.net>
* swank-openmcl.lisp (find-definitions, source-locations): Use
More information about the slime-cvs
mailing list