aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2010-01-15 18:04:14 +0100
committerJan Djärv2010-01-15 18:04:14 +0100
commitf0d138880a572e2b064d5af2668cd3a54a1d0a1e (patch)
tree2937eecd09b8c970643b7bf275c3fda028e7e6d6 /src/ChangeLog
parent6554a5df3a807911922673bc46b1b74fb16c6087 (diff)
downloademacs-f0d138880a572e2b064d5af2668cd3a54a1d0a1e.tar.gz
emacs-f0d138880a572e2b064d5af2668cd3a54a1d0a1e.zip
Take desktop panels into account when sizing frames so they fit on the screen.
xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions. (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea to find out usable size of the desktop. Don't make frames larger than this. Bug #3643.
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 72552a34d30..98489e1d71d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12010-01-15 Jan Djärv <jan.h.d@swipnet.se>
2
3 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
4 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
5 to find out usable size of the desktop. Don't make frames larger than
6 this. Bug #3643.
7
12010-01-15 Kenichi Handa <handa@m17n.org> 82010-01-15 Kenichi Handa <handa@m17n.org>
2 9
3 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed. 10 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.