Index: slime/ChangeLog diff -u slime/ChangeLog:1.100 slime/ChangeLog:1.102 --- slime/ChangeLog:1.100 Wed Nov 19 08:14:17 2003 +++ slime/ChangeLog Sat Nov 22 02:45:24 2003 @@ -1,3 +1,24 @@ +2003-11-22 Brian Mastenbrook bmastenb@cs.indiana.edu + + * swank.asd: ASDF definition to load "swank-loader.lisp". This is + useful for starting the Swank server in a separate Lisp and later + connecting with Emacs. The file includes commentary. + +2003-11-22 Luke Gorrie luke@bluetail.com + + * slime.el (slime-connect): Slightly reordered some window + operations to ensure that *slime-repl* is popped up after `M-x + slime-connect'. + (slime-show-last-output): If the *slime-repl* buffer is already + visible in any frame, don't change anything. + + * swank.lisp (listener-eval): Format results in *buffer-package*. + Exporting (CREATE-SWANK-SERVER <port>). This function can be + called directly to start a swank server, which you can then + connect to with `M-x slime-connect'. It takes a port number as + argument, but this can be zero to use a random available port. + The function always returns the actual port number being used. + 2003-11-19 Helmut Eller e9626484@stud3.tuwien.ac.at
* swank.lisp: Better printing off return values. In the REPL
Luke Gorrie lgorrie@common-lisp.net writes:
Index: slime/ChangeLog diff -u slime/ChangeLog:1.100 slime/ChangeLog:1.102
This comes from a cronjob that sends a diff of ChangeLog to the list every day (unless it hasn't changed). Thanks Dan B. for the nice idea.
-Luke