[slime-devel] Daily ChangeLog diff

Marco Baringer mbaringer at common-lisp.net
Mon Mar 24 05:35:01 UTC 2008


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1331 slime/ChangeLog:1.1335
--- slime/ChangeLog:1.1331	Wed Mar 19 06:46:43 2008
+++ slime/ChangeLog	Sun Mar 23 19:20:43 2008
@@ -1,10 +1,36 @@
+2008-03-24  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* HACKING: Updated due to broken links. 
+	Reported by Mirko Vukovic.
+
+2008-03-24  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* slime.el (slime-set-connection-info): Display SLIME and SWANK
+	versions explicitly in Protocol Mismatch message.  Adapted from
+	idea and patch by Jeronimo Pellegrini.
+	
+2008-03-24  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* swank-source-path-parser.lisp 
+
+	The source parser READs in files, and if such a file contains some
+	nasty #. hackery that results in an error being signalled, M-. would
+	fail on anything that's defined in those files. Fix that by using
+	a special #. reader function that invokes the original #. reader 
+	with an IGNORE-ERRORS wrapped around.
+
+	(make-sharpdot-reader): New function.
+	(make-source-recording-readtable): Use it and install it on #.
+
+	* slime.el (find-definition.2): New test case to guard against it.
+
 2008-03-18  Geo Carncross <geocar at gmail.com>
 
 	* swank-ecl.lisp: ECL moved gray streams into GRAY package.
 
 2008-03-18  Helmut Eller  <heller at common-lisp.net>
 
-	* slime.el (slime-xref-group): Hanlde :zip files.
+	* slime.el (slime-xref-group): Handle :zip files.
 
 2008-03-17  Tobias C. Rittweiler  <tcr at freebits.de>
 



More information about the slime-devel mailing list