aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2014-01-04 10:31:30 +0100
committerMartin Rudalics2014-01-04 10:31:30 +0100
commit5159d5902f0a6f48b354bc568f086d99c2e64ea0 (patch)
treeb12715cf886b6906d1953a02b21a812658d26f43 /src/ChangeLog
parenta71324ccb69f9e3af5b1c613a60111c8f3885ce0 (diff)
downloademacs-5159d5902f0a6f48b354bc568f086d99c2e64ea0.tar.gz
emacs-5159d5902f0a6f48b354bc568f086d99c2e64ea0.zip
Fix maximization behavior on Windows (Bug#16300).
Fix maximization behavior on Windows (Bug#16300). * w32fns.c (w32_fullscreen_rect): Don't handle FULLSCREEN_MAXIMIZED and FULLSCREEN_NONE specially. * w32term.c (w32fullscreen_hook): Use SetWindowPlacement instead of SetWindowPos. Restore last placement also when leaving FULLSCREEN_HEIGHT and FULLSCREEN_WIDTH. Call ShowWindow in all but the FULLSCREEN_BOTH case.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0a4bd05bc06..2c4c7921147 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12014-01-04 Martin Rudalics <rudalics@gmx.at>
2
3 Fix maximization behavior on Windows (Bug#16300).
4 * w32fns.c (w32_fullscreen_rect): Don't handle
5 FULLSCREEN_MAXIMIZED and FULLSCREEN_NONE specially.
6 * w32term.c (w32fullscreen_hook): Use SetWindowPlacement instead
7 of SetWindowPos. Restore last placement also when leaving
8 FULLSCREEN_HEIGHT and FULLSCREEN_WIDTH. Call ShowWindow in all
9 but the FULLSCREEN_BOTH case.
10
12014-01-03 Paul Eggert <eggert@cs.ucla.edu> 112014-01-03 Paul Eggert <eggert@cs.ucla.edu>
2 12
3 Port to C89. 13 Port to C89.