diff options
| author | Eli Zaretskii | 2013-03-14 19:37:51 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-03-14 19:37:51 +0200 |
| commit | a5cc4ddeb84fbdceff31af8d8df7036edebbc58d (patch) | |
| tree | 397d22a1f14aabfbf53c67f488963691abdc359c /src/ChangeLog | |
| parent | d35f586402bb8545871f488b07032805310b8de2 (diff) | |
| download | emacs-a5cc4ddeb84fbdceff31af8d8df7036edebbc58d.tar.gz emacs-a5cc4ddeb84fbdceff31af8d8df7036edebbc58d.zip | |
Fix bug #13953 with spontaneous frame resizes on MS-Windows.
src/w32term.c (w32_read_socket) <WM_WINDOWPOSCHANGED>: Remove old
and incorrect code. Treat WM_WINDOWPOSCHANGED like WM_ACTIVATE
and WM_ACTIVATEAPP.
(w32fullscreen_hook): If the frame is visible, reset
f->want_fullscreen flag after changing the frame size. If the
frame is not visible, set f->want_fullscreen to FULLSCREEN_WAIT.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8f379e25b49..84a0cdcf6ec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2013-03-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c (w32_read_socket) <WM_WINDOWPOSCHANGED>: Remove old | ||
| 4 | and incorrect code. Treat WM_WINDOWPOSCHANGED like WM_ACTIVATE | ||
| 5 | and WM_ACTIVATEAPP. | ||
| 6 | (w32fullscreen_hook): If the frame is visible, reset | ||
| 7 | f->want_fullscreen flag after changing the frame size. If the | ||
| 8 | frame is not visible, set f->want_fullscreen to FULLSCREEN_WAIT. | ||
| 9 | (Bug#13953) | ||
| 10 | |||
| 1 | 2013-03-13 Daniel Colascione <dancol@dancol.org> | 11 | 2013-03-13 Daniel Colascione <dancol@dancol.org> |
| 2 | 12 | ||
| 3 | * emacs.c (main): Call syms_of_cygw32 on CYGWIN non-NTGUI builds | 13 | * emacs.c (main): Call syms_of_cygw32 on CYGWIN non-NTGUI builds |