[slime-cvs] CVS update: slime/ChangeLog

Luke Gorrie lgorrie at common-lisp.net
Wed Jan 7 00:12:22 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv8676

Modified Files:
	ChangeLog 
Log Message:

Date: Tue Jan  6 19:12:22 2004
Author: lgorrie

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.185 slime/ChangeLog:1.186
--- slime/ChangeLog:1.185	Tue Jan  6 08:50:16 2004
+++ slime/ChangeLog	Tue Jan  6 19:12:22 2004
@@ -1,3 +1,20 @@
+2004-01-07  Luke Gorrie  <luke at bluetail.com>
+
+	* slime.el (slime): Multisession support: with prefix argument,
+	gives the option of keeping existing sessions and firing up an
+	additional *inferior-lisp* to connect to. Each connection now has
+	its own *slime-repl[<n>]* buffer.
+	(slime-connection): Should now be read via the function of the
+	same name. The accessor will check if the value is NIL, and if so
+	use `slime-default-connection'.
+	(slime-default-connection): The connection that will be used by
+	default, i.e. unless `slime-connection' is bound. Renamed from
+	`slime-primary-connection'.
+	(slime-init-connection-state): When reconnecting, update the
+	`slime-connection' binding in the REPL to use the new connection.
+	(slime-repl-input-history, ...): REPL variables are now
+	buffer-local.
+
 2004-01-06  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
 
 	* swank.lisp (eval-string): New argument 'id'.  Used to identify





More information about the slime-cvs mailing list