aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2014-02-18 11:52:00 +0100
committerMartin Rudalics2014-02-18 11:52:00 +0100
commit5185f8ed16a8ec076b2517fb8bf50c56e12d76af (patch)
tree37de933bf3d9b4a13ab89b514b3a5e0d71189f7b /src/ChangeLog
parenta73fae1ffa16e60f5ddc3a5536d322edc10a8a83 (diff)
downloademacs-5185f8ed16a8ec076b2517fb8bf50c56e12d76af.tar.gz
emacs-5185f8ed16a8ec076b2517fb8bf50c56e12d76af.zip
Don't set FRAME_PIXEL_HEIGHT and FRAME_PIXEL_WIDTH in update_various_frame_slots (Bug#16736).
* widget.c (update_various_frame_slots): Don't set FRAME_PIXEL_HEIGHT and FRAME_PIXEL_WIDTH here (Bug#16736).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1db4d4ac375..0fc12fce809 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12014-02-18 Martin Rudalics <rudalics@gmx.at>
2
3 * widget.c (update_various_frame_slots): Don't set
4 FRAME_PIXEL_HEIGHT and FRAME_PIXEL_WIDTH here (Bug#16736).
5
12014-02-18 Michael Albinus <michael.albinus@gmx.de> 62014-02-18 Michael Albinus <michael.albinus@gmx.de>
2 7
3 * dbusbind.c (xd_close_bus): Apply proper check on busobj. 8 * dbusbind.c (xd_close_bus): Apply proper check on busobj.