Mercurial > emacs
comparison lisp/ChangeLog @ 109089:bd58a72bb9bb
Fix application of default-frame-alist (Bug#5378).
* lisp/frame.el (make-frame): Add default-frame-alist to the PARAMETERS
argument passed to frame-creation-function (Bug#5378).
* lisp/faces.el (x-handle-named-frame-geometry)
(x-handle-reverse-video, x-create-frame-with-faces)
(face-set-after-frame-default, tty-create-frame-with-faces): Don't
separately consult default-frame-alist. It is now passed as the
PARAMETER argument.
* src/frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
check default-frame-alist.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 30 Jun 2010 20:14:17 -0400 |
parents | 05a72c8a402b |
children | 4de0b34e2c2e |
comparison
equal
deleted
inserted
replaced
109088:05a72c8a402b | 109089:bd58a72bb9bb |
---|---|
1 2010-06-30 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS | |
4 argument passed to frame-creation-function (Bug#5378). | |
5 | |
6 * faces.el (x-handle-named-frame-geometry) | |
7 (x-handle-reverse-video, x-create-frame-with-faces) | |
8 (face-set-after-frame-default, tty-create-frame-with-faces): Don't | |
9 separately consult default-frame-alist. It is now passed as the | |
10 PARAMETER argument. | |
11 | |
1 2010-06-30 Andreas Schwab <schwab@linux-m68k.org> | 12 2010-06-30 Andreas Schwab <schwab@linux-m68k.org> |
2 | 13 |
3 * startup.el (command-line): Don't call tool-bar-setup in a | 14 * startup.el (command-line): Don't call tool-bar-setup in a |
4 tty-only build. | 15 tty-only build. |
5 | 16 |