[slime-devel] Daily ChangeLog diff

Helmut Eller heller at common-lisp.net
Wed Nov 18 08:33:01 UTC 2009


Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.275 slime/contrib/ChangeLog:1.277
--- slime/contrib/ChangeLog:1.275	Mon Nov 16 10:47:54 2009
+++ slime/contrib/ChangeLog	Tue Nov 17 15:38:22 2009
@@ -1,3 +1,24 @@
+2009-11-17  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	M-x slime-isearch-system will run `isearch-forward' on all files
+	pertaining to an ASDF system.
+
+	M-x slime-query-replace-system will run `query-replace' on all
+	files pertaining to an ASDF system.
+
+	* slime-asdf.el (slime-read-system-name): Refactored so callers
+	have choice over how the default value is computed.
+	(slime-find-asd-file): Renamed from `slime-find-asd'.
+	(slime-determine-asdf-system): New helper.
+	(slime-isearch-system): New function. Depends on functionality
+	only available on GNU Emacs 23.1.x.
+	(slime-query-replace-system): New function.
+
+2009-11-17  Stas Boukarev  <stassats at gmail.com>
+
+	* swank-asdf.lisp (asdf-determine-system): Rewritten to be much
+	faster and to cons less (and look ugly).
+
 2009-11-16  Stas Boukarev  <stassats at gmail.com>
 
 	* swank-asdf.lisp (asdf-determine-system): New function for




More information about the slime-devel mailing list