diff src/ChangeLog @ 66598:bc45ad547d66

(window_loop): For LRU and LARGEST, let the `mini' argument determine whether to consider dedicated windows as well. (Fget_lru_window, Fget_largest_window): Add `dedicated' argument. (Fdisplay_buffer): Do consider dedicated windows in those cases where we will split the window rather than reuse it. Don't try to use windows on other displays.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 01 Nov 2005 08:01:40 +0000
parents 621fdbc28285
children efa4981f3d7e
line wrap: on
line diff
--- a/src/ChangeLog	Tue Nov 01 07:31:15 2005 +0000
+++ b/src/ChangeLog	Tue Nov 01 08:01:40 2005 +0000
@@ -1,3 +1,12 @@
+2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* window.c (window_loop): For LRU and LARGEST, let the `mini' argument
+	determine whether to consider dedicated windows as well.
+	(Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
+	(Fdisplay_buffer): Do consider dedicated windows in those cases where
+	we will split the window rather than reuse it.
+	Don't try to use windows on other displays.
+
 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* puresize.h (BASE_PURESIZE): Increment to 1170000.