Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jul 01 02:08:29 2010 +0200 +++ b/lisp/ChangeLog Wed Jun 30 20:14:17 2010 -0400 @@ -1,3 +1,14 @@ +2010-06-30 Chong Yidong <cyd@stupidchicken.com> + + * frame.el (make-frame): Add default-frame-alist to the PARAMETERS + argument passed to frame-creation-function (Bug#5378). + + * 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. + 2010-06-30 Andreas Schwab <schwab@linux-m68k.org> * startup.el (command-line): Don't call tool-bar-setup in a