[slime-devel] Daily ChangeLog diff

Marco Baringer mbaringer at common-lisp.net
Thu Apr 20 04:35:01 UTC 2006


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.886 slime/ChangeLog:1.889
--- slime/ChangeLog:1.886	Tue Apr 18 03:47:08 2006
+++ slime/ChangeLog	Wed Apr 19 12:00:23 2006
@@ -1,3 +1,39 @@
+2006-04-19  Christophe Rhodes <csr21 at cam.ac.uk>
+
+	* doc/Makefile (contributors.texi): use texinfo macros for
+	accented characters.
+
+	* ChangeLog: canonize Gabor Melis' spelling, otherwise he appears
+	twice in the "Hackers of the good Hack table"
+
+	* doc/slime.texi (nyorsko): delete
+	(EDITION): make it say 2.0
+	
+2006-04-19  Christophe Rhodes <csr21 at cam.ac.uk>
+
+	* swank.lisp (decoded-arglist-to-string): if the keyword and the
+	variable are different, print the keyword name with escapes.
+	(encode-keyword-arg): get the keyword and the arg-name the same
+	way round as in lambda lists.
+	(appliable-methods-keywords): use
+	swank-mop:compute-applicable-methods-using-classes and
+	compute-applicable-methods in the AMOP-friendly way, to get EQL
+	specializers right.
+	(class-from-class-name-form, extra-keywords/slots): new.
+	(extra-keywords/make-instance): use new functions.  Also get
+	keywords from SHARED-INITIALIZE (after Dan Barlow) and
+	ALLOCATE-INSTANCE.
+	(extra-keywords/change-class): new.
+	(extra-keywords (eql 'change-class)): new.  Won't work at present,
+	just as the CERROR case doesn't work.
+	
+2006-04-19  Christophe Rhodes <csr21 at cam.ac.uk>
+
+	* swank-sbcl.lisp (preferred-communication-style): Make it nil
+	under win32, for now.
+
+	* doc/slime.texi: document nil *communication-style*
+
 2006-04-18  Espen Wiborg  <espenhw at grumblesmurf.org>
 
 	* swank-corman.lisp: Define a class file-stream to let swank.lisp
@@ -811,7 +847,7 @@
 	* slime.el (slime-repl-history-size, slime-repl-history-file): Use
 	defcustom to declare the variables.
 	
-2005-10-23  Gabor Melis  <mega at hotpop.com>
+2005-10-23  Gábor Melis  <mega at hotpop.com>
  
 	* swank-backend.lisp (install-debugger-globally): new interface
 	function
@@ -1804,12 +1840,12 @@
 	(slime-repl-compile-and-load): Use save-some-lisp-buffers.
 	(slime-oos): Use save-some-lisp-buffers.
 
-2005-07-01  Gabor Melis  <mega at hotpop.com>
+2005-07-01  Gábor Melis  <mega at hotpop.com>
 
 	* swank-sbcl.lisp (threaded stuff): make SBCL 0.9.2.9+ work while
 	retaining support for 0.9.2
 
-2005-06-28  Gabor Melis <mega at hotpop.com>
+2005-06-28  Gábor Melis <mega at hotpop.com>
 
 	* swank-sbcl.lisp (threaded stuff): horrible hack to make threaded
 	SBCL 0.9.2 work.  (also, Happy Birthday Christophe!)



More information about the slime-devel mailing list