Index: slime/ChangeLog diff -u slime/ChangeLog:1.1522 slime/ChangeLog:1.1527 --- slime/ChangeLog:1.1522 Thu Sep 18 18:35:46 2008 +++ slime/ChangeLog Fri Sep 19 07:20:22 2008 @@ -1,10 +1,27 @@ 2008-09-19 Helmut Eller heller@common-lisp.net
+ * slime.el ([def-slime-test] break): Split it up in two versions + to make the debugger-hook issue more explicit. + + * swank-allegro.lisp (frob-allegro-field-def): There seems to be a + new type :func handle it like :lisp. + +2008-09-19 Helmut Eller heller@common-lisp.net + * slime.el (slime-save-marker): New marcro. Use it in combination with insert-before-markers. (slime-check-buffer-contents): Use {} resp. [] to describe the position of output resp. input markers.
+ (slime-repl-emit-result): Update window-point. + + (slime-randomize-test-order): New variable. + (slime-shuffle-list): New function. + (slime-run-tests): Use it. + (slime-batch-test): Accept test-name and randomize arguments. + + * test.sh (usage): Accept -n and -S options. + 2008-09-18 Tobias C. Rittweiler tcr@freebits.de
* swank-ecl.lisp: Forgot to update ECL's backend when introducing