aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.