X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/52c7b770d5f3d9deedf47fec4a23190d48bd62a1..c558890bde00f4b5079edd2c1d0d51086af3b13b:/etc/NEWS diff --git a/etc/NEWS b/etc/NEWS index 726b4b9b71..d878228720 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -321,6 +321,12 @@ command line when 'initial-buffer-choice' is non-nil. ** The value of 'initial-scratch-message' is now treated as a doc string and can contain escape sequences for command keys, quotes, and the like. +--- +** The default height of GUI frames was enlarged. +This is so there's enough space in the initial window to display the +optional text about recovering crashes sessions, without losing the +splash image display. + * Changes in Emacs 25.1 @@ -1695,7 +1701,8 @@ symbol-function was changed not to signal 'void-function' any more. *** As a consequence, the second arg of 'indirect-function' is now obsolete. +++ -** Comint, term, and compile do not set the EMACS env var any more. +** Although comint, term, and compile still set the EMACS variable, +this is now considered deprecated and will be removed in a future release. Use the INSIDE_EMACS environment variable instead. ** 'C-up', 'C-down', 'C-left' and 'C-right' are now defined in term @@ -2240,6 +2247,16 @@ frames. 'window-divider-default-places', 'window-divider-default-bottom-width' and 'window-divider-default-right-width'. ++++ +*** 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 +display all the candidates, except when limited by the minimum size +of the other windows on that frame; those other windows are resized +to provide space for the '*Completions*' display. The Emacs manual +describes how to customize 'display-buffer-alist' to get back the old +behavior, see the node "Temporary Displays" there. + --- ** Tearoff menus and detachable toolbars for Gtk+ have been removed. Those features have been deprecated in Gtk+ for a long time.