aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2013-12-30 10:14:29 +0100
committerMartin Rudalics2013-12-30 10:14:29 +0100
commit564eb533f9f36bbc1a18ea17522d97fa21d1b4bc (patch)
treec6d2b403f425822fb05784a15c534d31922ca55a /src/ChangeLog
parentdcd812be6a39c9290339bfaba48e64d65713168b (diff)
downloademacs-564eb533f9f36bbc1a18ea17522d97fa21d1b4bc.tar.gz
emacs-564eb533f9f36bbc1a18ea17522d97fa21d1b4bc.zip
Fix Bug#16284.
* dispnew.c (change_frame_size_1): Take old width of root window from that window's pixel width. Bug#16284.
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 e1e9777fa4f..fd2b6db1165 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-12-30 Martin Rudalics <rudalics@gmx.at>
2
3 * dispnew.c (change_frame_size_1): Take old width of root window
4 from that window's pixel width. Bug#16284.
5
12013-12-29 Paul Eggert <eggert@cs.ucla.edu> 62013-12-29 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Plain copy-file no longer chmods an existing destination (Bug#16133). 8 Plain copy-file no longer chmods an existing destination (Bug#16133).