aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2014-01-25 15:39:49 +0100
committerMartin Rudalics2014-01-25 15:39:49 +0100
commit45ccd909415552157b546e917b425101c7c0b063 (patch)
treeaae1be4896074490fca746beef2d3c42c78b402a /src/ChangeLog
parent83682f3e4d196c68ed1d053f9eeab767d61b6d4f (diff)
downloademacs-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/ChangeLog7
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 @@
12014-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
12014-01-25 Fabrice Popineau <fabrice.popineau@gmail.com> 82014-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