diff options
| author | Paul Eggert | 2016-08-22 14:38:49 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-08-22 14:38:49 -0700 |
| commit | 590dab5a68f4283d53ce79d4633fe1503131baea (patch) | |
| tree | 2e2452d22d54826cb84e2c5dc976abbb2ed40322 /etc | |
| parent | caa2770d1d79f9c8013d6dddcd9e86d05230b26d (diff) | |
| parent | 8c2946e29b38fa3e0dff6b4d402ba0fda0e03c9b (diff) | |
| download | emacs-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/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -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' |
| 2216 | and 'window-divider-default-right-width'. | 2216 | and 'window-divider-default-right-width'. |
| 2217 | 2217 | ||
| 2218 | *** When a window is shrunk horizontally its margins are no more removed | ||
| 2219 | automatically. Rather, Emacs refuses to split or resize windows when | ||
| 2220 | this would cause margins to no more fit into the width reserved for the | ||
| 2221 | corresponding window. An application can override this behavior for a | ||
| 2222 | particular window by setting that window's 'min-margins' parameter. As | ||
| 2223 | a consequence, the application becomes fully responsible for trimming | ||
| 2224 | the 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 |
| 2219 | completion candidates is now shown at the bottom of the selected | 2227 | completion candidates is now shown at the bottom of the selected |
| 2220 | frame. The size of that window is always as large as required to | 2228 | frame. The size of that window is always as large as required to |