diff options
| author | Martin Rudalics | 2015-02-11 09:07:24 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2015-02-11 09:07:24 +0100 |
| commit | 02138cb0b88c5f6addf891d725967d9867eda3f9 (patch) | |
| tree | 073bd7e1c58cee1f02a52ff8eabcfa6dd24a6fb2 /src/ChangeLog | |
| parent | 6ebbeafc94a35e49fc3a842b5f5fbd7b069ce936 (diff) | |
| download | emacs-02138cb0b88c5f6addf891d725967d9867eda3f9.tar.gz emacs-02138cb0b88c5f6addf891d725967d9867eda3f9.zip | |
Improve toggling fullscreen state of frames.
* frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
Rename frame parameter `maximized' to `fullscreen-restore'.
Restore fullwidth/-height after fullboth state. Update
doc-strings.
* w32term.c (w32_read_socket): In SIZE_MAXIMIZED and
SIZE_RESTORED cases correctly handle `maximized' value for the
`fullscreen' parameter. Don't use the 'maximized' parameter any
more.
(w32fullscreen_hook): Include menu bar height when calculating
new text height in FULLSCREEN_BOTH case.
* xterm.c (do_ewmh_fullscreen): Handle transition from
FULLSCREEN_BOTH to FULLSCREEN_MAXIMIZED when
x_frame_normalize_before_maximize is set.
* frames.texi (Size Parameters): Update description of
fullscreen frame parameter.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b4abdc59045..f8e65d5d91d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2015-02-11 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * w32term.c (w32_read_socket): In SIZE_MAXIMIZED and | ||
| 4 | SIZE_RESTORED cases correctly handle `maximized' value for the | ||
| 5 | `fullscreen' parameter. Don't use 'maximized' frame parameter | ||
| 6 | any more. | ||
| 7 | (w32fullscreen_hook): Include menu bar height when calculating | ||
| 8 | new text height in FULLSCREEN_BOTH case. | ||
| 9 | * xterm.c (do_ewmh_fullscreen): Handle transition from | ||
| 10 | FULLSCREEN_BOTH to FULLSCREEN_MAXIMIZED when | ||
| 11 | x_frame_normalize_before_maximize is set. | ||
| 12 | |||
| 1 | 2015-02-10 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2015-02-10 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 14 | ||
| 3 | Use bool for boolean in xdisp.c | 15 | Use bool for boolean in xdisp.c |