comparison 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
comparison
equal deleted inserted replaced
66597:4944ad66d9a3 66598:bc45ad547d66
1 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * window.c (window_loop): For LRU and LARGEST, let the `mini' argument
4 determine whether to consider dedicated windows as well.
5 (Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
6 (Fdisplay_buffer): Do consider dedicated windows in those cases where
7 we will split the window rather than reuse it.
8 Don't try to use windows on other displays.
9
1 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu> 10 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2 11
3 * puresize.h (BASE_PURESIZE): Increment to 1170000. 12 * puresize.h (BASE_PURESIZE): Increment to 1170000.
4 13
5 2005-10-31 Romain Francoise <romain@orebokech.com> 14 2005-10-31 Romain Francoise <romain@orebokech.com>