diff options
| author | Martin Rudalics | 2014-01-25 15:39:49 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2014-01-25 15:39:49 +0100 |
| commit | 45ccd909415552157b546e917b425101c7c0b063 (patch) | |
| tree | aae1be4896074490fca746beef2d3c42c78b402a /src/ChangeLog | |
| parent | 83682f3e4d196c68ed1d053f9eeab767d61b6d4f (diff) | |
| download | emacs-45ccd909415552157b546e917b425101c7c0b063.tar.gz emacs-45ccd909415552157b546e917b425101c7c0b063.zip | |
Fix handling of face attributes in Fx_create_frame (Bug#16529).
* w32fns.c (Fx_create_frame): Don't inhibit running Lisp code
too early. Again run change_frame_size before assigning menu-
and tool-bar-lines.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4f4f14e6020..7ed097976a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-01-25 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | Fix handling of face attributes in Fx_create_frame (Bug#16529). | ||
| 4 | * w32fns.c (Fx_create_frame): Don't inhibit running Lisp code | ||
| 5 | too early. Again run change_frame_size before assigning menu- | ||
| 6 | and tool-bar-lines. | ||
| 7 | |||
| 1 | 2014-01-25 Fabrice Popineau <fabrice.popineau@gmail.com> | 8 | 2014-01-25 Fabrice Popineau <fabrice.popineau@gmail.com> |
| 2 | 9 | ||
| 3 | * w32term.c (w32_read_socket): When the WM_DISPLAYCHANGE message | 10 | * w32term.c (w32_read_socket): When the WM_DISPLAYCHANGE message |