aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2016-08-22 14:38:49 -0700
committerPaul Eggert2016-08-22 14:38:49 -0700
commit590dab5a68f4283d53ce79d4633fe1503131baea (patch)
tree2e2452d22d54826cb84e2c5dc976abbb2ed40322 /etc
parentcaa2770d1d79f9c8013d6dddcd9e86d05230b26d (diff)
parent8c2946e29b38fa3e0dff6b4d402ba0fda0e03c9b (diff)
downloademacs-590dab5a68f4283d53ce79d4633fe1503131baea.tar.gz
emacs-590dab5a68f4283d53ce79d4633fe1503131baea.zip
Merge from origin/emacs-25
8c2946e In NEWS describe new handling of window margins (Bug#24193) 0cee66c Facultatively ignore margins when splitting and resizing wind... 8d68147 Document CATEGORY arg to modify-category-entry 8342e74 Document char-script-table's effect on word motion e9ff485 Further fix for 'url-http-create-request' and multibyte strings 0695235 Fix docstring of eval-expression 98b01dd Clarify when 'cursor' property is in effect 75f1882 Convert the remaining strings to unibyte before concatenating d2db5dd Fix bug with handling the bidi cache ccd0e92 * doc/lispref/text.texi (Change Hooks): Minor copyedits. f785ff4 Clarify documentation of before/after-change-functions 3c9cb57 Document use of vectors in keymaps # Conflicts: # src/xdisp.c
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0c561ccc511..1c3c036fbbe 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2215,6 +2215,14 @@ frames.
2215'window-divider-default-places', 'window-divider-default-bottom-width' 2215'window-divider-default-places', 'window-divider-default-bottom-width'
2216and 'window-divider-default-right-width'. 2216and 'window-divider-default-right-width'.
2217 2217
2218*** When a window is shrunk horizontally its margins are no more removed
2219automatically. Rather, Emacs refuses to split or resize windows when
2220this would cause margins to no more fit into the width reserved for the
2221corresponding window. An application can override this behavior for a
2222particular window by setting that window's 'min-margins' parameter. As
2223a consequence, the application becomes fully responsible for trimming
2224the margin sizes of that window and any window inheriting these margins.
2225
2218*** The window displaying the '*Completions*' buffer with minibuffer 2226*** The window displaying the '*Completions*' buffer with minibuffer
2219completion candidates is now shown at the bottom of the selected 2227completion candidates is now shown at the bottom of the selected
2220frame. The size of that window is always as large as required to 2228frame. The size of that window is always as large as required to