[slime-devel] Daily ChangeLog diff

Helmut Eller heller at common-lisp.net
Fri May 15 07:33:02 UTC 2009


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1748 slime/ChangeLog:1.1750
--- slime/ChangeLog:1.1748	Wed May 13 14:51:26 2009
+++ slime/ChangeLog	Thu May 14 10:41:47 2009
@@ -1,4 +1,15 @@
-2009-05-12  Tobias C. Rittweiler  <tcr at freebits.de>
+2009-05-14  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* slime.el (slime-region-for-tlf-at-point): Use
+	`(end-of-defun) (backward-sexp)' rather than
+	`(end-of-defun) (beginning-of-defun' to go to the start of the
+	current defun. The latter would fail on "() (a\nb\nc)".
+
+2009-05-14  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* slime.el (slime-compute-region-for-font-lock): Fix typo.
+
+2009-05-13  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	* slime.el (slime-search-suppressed-forms): On errors, we have to
 	continue the search, otherwise there's a chance that we miss
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.205 slime/contrib/ChangeLog:1.206
--- slime/contrib/ChangeLog:1.205	Fri May  8 14:00:49 2009
+++ slime/contrib/ChangeLog	Thu May 14 14:13:21 2009
@@ -1,3 +1,21 @@
+2009-05-14  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	Optionally sort slots displayed for STANDARD-OBJECTS not
+	alphabetically, but by inheritance. That is group the slots
+	according to the class they're direct slots of.
+
+	* swank-fancy-inspector.lisp ([struct] inspector-checklist): New
+	slot `count'.
+	(make-checklist-button): Adapted accordingly.
+	(reinitialize-checklist): New.
+	(box, ref, (setf ref)): New.
+	(all-slots-for-inspector): Add button to group slots by
+	inheritance rather than alphabetically. Adapted accordingly.
+	(list-all-slots-by-inheritance): New. Does the bulk work.
+	(make-slot-listing): Factored out from `all-slots-for-inspector'.
+	(slot-home-class-using-class): New helper.
+	(stable-sort-by-inheritance): Also new.
+
 2009-05-08  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	The inspector page for standard-objects does not append




More information about the slime-devel mailing list