aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2016-03-25 10:45:39 +0300
committerEli Zaretskii2016-03-25 10:45:39 +0300
commit326c64fcc37cdb31183ec62d5535ec0a52c4738e (patch)
treebaa97b7ac79e07463c18f74be2a55ccddfc402e2 /etc
parent7ab2a9743faca2ddde04ea2e6127badac9ce1bb1 (diff)
downloademacs-326c64fcc37cdb31183ec62d5535ec0a52c4738e.tar.gz
emacs-326c64fcc37cdb31183ec62d5535ec0a52c4738e.zip
Fix splash screen display at startup
* src/frame.c (DEFAULT_ROWS): Enlarge to 36, so that the initial window displayed by "emacs -q" has enough space to show the whole text even if it includes 2 lines talking about recovering crashes sessions. (Bug#23074) * lisp/startup.el (use-fancy-splash-screens-p): Fix off-by-one error when computing the window-height from frame-height. * etc/NEWS: Mention the change.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3defc1914ed..35f93410e8f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -123,6 +123,12 @@ command line when 'initial-buffer-choice' is non-nil.
123** The value of 'initial-scratch-message' is now treated as a doc string 123** The value of 'initial-scratch-message' is now treated as a doc string
124and can contain escape sequences for command keys, quotes, and the like. 124and can contain escape sequences for command keys, quotes, and the like.
125 125
126---
127** The default height of GUI frames was enlarged.
128This is so there's enough space in the initial window to display the
129optional text about recovering crashes sessions, without losing the
130splash image display.
131
126 132
127* Changes in Emacs 25.1 133* Changes in Emacs 25.1
128 134