aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2007-07-17 07:27:27 +0000
committerMartin Rudalics2007-07-17 07:27:27 +0000
commit71ec17e68295ebf6b570b17a7303612052bbd12b (patch)
tree260f295fb8d7767555486536c06a863a9d65cd0a /src/ChangeLog
parent857cc3fc2c4250480caae0b663210af0b6913987 (diff)
downloademacs-71ec17e68295ebf6b570b17a7303612052bbd12b.tar.gz
emacs-71ec17e68295ebf6b570b17a7303612052bbd12b.zip
(Fdisplay_buffer): If largest or LRU window is the
only window, split it even if it is not eligible for splitting. This restores the original behavior broken by the 2007-07-15 change.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e9f89ae554d..441f2c67922 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12007-07-17 Martin Rudalics <rudalics@gmx.at>
2
3 * window.c (Fdisplay_buffer): If largest or LRU window is the
4 only window, split it even if it is not eligible for splitting.
5 This restores the original behavior broken by the 2007-07-15
6 change.
7
12007-07-17 Glenn Morris <rgm@gnu.org> 82007-07-17 Glenn Morris <rgm@gnu.org>
2 9
3 * abbrev.c (abbrev_check_chars): New function. 10 * abbrev.c (abbrev_check_chars): New function.