[slime-cvs] CVS slime

trittweiler trittweiler at common-lisp.net
Sun Sep 28 12:14:44 UTC 2008


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv1453

Modified Files:
	slime.el ChangeLog 
Log Message:

* slime.el (slime-list-compiler-notes): Revert change from
  2008-08-15 which introduced automatic shrinkage of the
  compiler-notes buffer. This turned out to be more annoying than
  worthwhile. On the cases where it's desired, the user can just use
  `C-x -' himself to shrink the notes buffer.


--- /project/slime/cvsroot/slime/slime.el	2008/09/26 12:24:53	1.1044
+++ /project/slime/cvsroot/slime/slime.el	2008/09/28 12:14:44	1.1045
@@ -4153,8 +4153,6 @@
           (when (slime-tree.collapsed-p tree) (setf collapsed-p t))
           (slime-tree-insert tree "")
           (insert "\n"))
-        (unless collapsed-p
-          (shrink-window-if-larger-than-buffer))
         (goto-char (point-min))))))
 
 (defun slime-alistify (list key test)
--- /project/slime/cvsroot/slime/ChangeLog	2008/09/28 09:39:31	1.1546
+++ /project/slime/cvsroot/slime/ChangeLog	2008/09/28 12:14:44	1.1547
@@ -1,3 +1,11 @@
+2008-09-28  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* slime.el (slime-list-compiler-notes): Revert change from
+	2008-08-15 which introduced automatic shrinkage of the
+	compiler-notes buffer. This turned out to be more annoying than
+	worthwhile. On the cases where it's desired, the user can just use
+	`C-x -' himself to shrink the notes buffer.
+
 2008-09-28  Helmut Eller  <heller at common-lisp.net>
 
 	Stop handling events in worker threads after sldb-quit.




More information about the slime-cvs mailing list