diff options
| author | Eli Zaretskii | 2016-03-25 10:45:39 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-03-25 10:45:39 +0300 |
| commit | 326c64fcc37cdb31183ec62d5535ec0a52c4738e (patch) | |
| tree | baa97b7ac79e07463c18f74be2a55ccddfc402e2 /etc | |
| parent | 7ab2a9743faca2ddde04ea2e6127badac9ce1bb1 (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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 |
| 124 | and can contain escape sequences for command keys, quotes, and the like. | 124 | and can contain escape sequences for command keys, quotes, and the like. |
| 125 | 125 | ||
| 126 | --- | ||
| 127 | ** The default height of GUI frames was enlarged. | ||
| 128 | This is so there's enough space in the initial window to display the | ||
| 129 | optional text about recovering crashes sessions, without losing the | ||
| 130 | splash image display. | ||
| 131 | |||
| 126 | 132 | ||
| 127 | * Changes in Emacs 25.1 | 133 | * Changes in Emacs 25.1 |
| 128 | 134 | ||