diff options
| author | Eli Zaretskii | 2013-03-13 19:31:06 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-03-13 19:31:06 +0200 |
| commit | c7ffccaf17d63cefd34bef0a9becc4e68df3b115 (patch) | |
| tree | fc936df9760c95bbe90ecabe3bb1e8e2140c158e /src/ChangeLog | |
| parent | ffcd945ec5f57bcea1c7ebc6329981577baaae80 (diff) | |
| download | emacs-c7ffccaf17d63cefd34bef0a9becc4e68df3b115.tar.gz emacs-c7ffccaf17d63cefd34bef0a9becc4e68df3b115.zip | |
Fix bug #13937 with creating a maximized frame on MS-Windows.
src/w32term.c (w32_read_socket): If we Emacs frame is being
activated, call w32fullscreen_hook, to make sure the new frame
dimensions are in effect.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6c575946b25..ae6fe86f661 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-03-13 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c (w32_read_socket): If we Emacs frame is being | ||
| 4 | activated, call w32fullscreen_hook, to make sure the new frame | ||
| 5 | dimensions are in effect. (Bug#13937) | ||
| 6 | |||
| 1 | 2013-03-13 Dmitry Antipov <dmantipov@yandex.ru> | 7 | 2013-03-13 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 8 | ||
| 3 | * xdisp.c (init_iterator): Simplify because both character and byte | 9 | * xdisp.c (init_iterator): Simplify because both character and byte |