aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2005-11-01 08:01:40 +0000
committerStefan Monnier2005-11-01 08:01:40 +0000
commit3cbb13c82d7c8e6d0446f55c60e8e1e43b909a02 (patch)
treee28ca374c5d59f808ca66884c9e0cb941e0cc235 /src/ChangeLog
parent20e3cbfd339d87e42fbe0325e25aa757ffbef6c6 (diff)
downloademacs-3cbb13c82d7c8e6d0446f55c60e8e1e43b909a02.tar.gz
emacs-3cbb13c82d7c8e6d0446f55c60e8e1e43b909a02.zip
(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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 808b10cabe5..86f08dd188f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12005-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
12005-10-31 Dan Nicolaescu <dann@ics.uci.edu> 102005-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.