diff options
| author | Chong Yidong | 2010-06-30 20:14:17 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-06-30 20:14:17 -0400 |
| commit | c1ef4455eaa816d8953d0c7cbef498cc727d4d34 (patch) | |
| tree | fa15a55fab0d37e79e3dd5ef3af86272c5251eed /lisp/ChangeLog | |
| parent | acd0102aa4f62f36b260f81ce3373dc95c9cbef5 (diff) | |
| download | emacs-c1ef4455eaa816d8953d0c7cbef498cc727d4d34.tar.gz emacs-c1ef4455eaa816d8953d0c7cbef498cc727d4d34.zip | |
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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d07acce079a..0184aa2dd94 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 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 |