emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 8c2946e: In NEWS describe new handling of window


From: Martin Rudalics
Subject: [Emacs-diffs] emacs-25 8c2946e: In NEWS describe new handling of window margins (Bug#24193)
Date: Tue, 16 Aug 2016 10:41:08 +0000 (UTC)

branch: emacs-25
commit 8c2946e29b38fa3e0dff6b4d402ba0fda0e03c9b
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    In NEWS describe new handling of window margins (Bug#24193)
    
    * etc/NEWS: Describe new handling of margins when splitting or
    resizing windows (Bug#24193).
---
 etc/NEWS |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index b72495f..8758826 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1631,6 +1631,14 @@ frames.
 'window-divider-default-places', 'window-divider-default-bottom-width'
 and 'window-divider-default-right-width'.
 
+*** When a window is shrunk horizontally its margins are no more removed
+automatically.  Rather, Emacs refuses to split or resize windows when
+this would cause margins to no more fit into the width reserved for the
+corresponding window.  An application can override this behavior for a
+particular window by setting that window's 'min-margins' parameter.  As
+a consequence, the application becomes fully responsible for trimming
+the margin sizes of that window and any window inheriting these margins.
+
 *** The window displaying the '*Completions*' buffer with minibuffer
 completion candidates is now shown at the bottom of the selected
 frame.  The size of that window is always as large as required to



reply via email to

[Prev in Thread] Current Thread [Next in Thread]