aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorFabrice Popineau2014-01-25 15:04:48 +0200
committerEli Zaretskii2014-01-25 15:04:48 +0200
commit83682f3e4d196c68ed1d053f9eeab767d61b6d4f (patch)
treee057fb93abd5a04555942d5825cffe3cb95c5dc1 /src/ChangeLog
parente96f7bf11ebeef086c48776ecfe8c41a1c0db7c4 (diff)
downloademacs-83682f3e4d196c68ed1d053f9eeab767d61b6d4f.tar.gz
emacs-83682f3e4d196c68ed1d053f9eeab767d61b6d4f.zip
Fix bug #16517 with display change on MS-Windows while in full-screen mode.
src/w32term.c (w32_read_socket): When the WM_DISPLAYCHANGE message arrives, call x_check_fullscreen, in case the new display has a different resolution.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 89b4c06def1..4f4f14e6020 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-01-25 Fabrice Popineau <fabrice.popineau@gmail.com>
2
3 * w32term.c (w32_read_socket): When the WM_DISPLAYCHANGE message
4 arrives, call x_check_fullscreen, in case the new display has a
5 different resolution. (Bug#16517)
6
12014-01-25 Eli Zaretskii <eliz@gnu.org> 72014-01-25 Eli Zaretskii <eliz@gnu.org>
2 8
3 * term.c (read_menu_input): If the selected frame changes, exit 9 * term.c (read_menu_input): If the selected frame changes, exit