diff options
| author | Jan Djärv | 2012-10-06 19:31:11 +0200 |
|---|---|---|
| committer | Jan Djärv | 2012-10-06 19:31:11 +0200 |
| commit | 04fafa467506fe9ca9b77d9cdc3f8e25cb8fd5d3 (patch) | |
| tree | b979881a01a83b9faf1fe22765e068617a04a2c8 /src/ChangeLog | |
| parent | d39109c3e111bf2403f6e636ff1273f2701683e7 (diff) | |
| download | emacs-04fafa467506fe9ca9b77d9cdc3f8e25cb8fd5d3.tar.gz emacs-04fafa467506fe9ca9b77d9cdc3f8e25cb8fd5d3.zip | |
Handle fullscreen parameter in initial/defult-frame-alist for NS.
* nsfns.m (Fx_create_frame): Call x_default_parameter with
fullscreen/Fullscreen.
* nsterm.h (EmacsView): Rename tbar_height to tibar_height.
tobar_height is new.
* nsterm.m (x_make_frame_visible): Check for fullscreen.
(ns_fullscreen_hook): Activate old style fullscreen with a timer.
(ns_term_init): Set activateIgnoringOtherApps if old style fullscreen.
(windowDidResize:): Check for correct window if old style fullscreen.
Capitalize word in comment. Remove incorrect comment.
(initFrameFromEmacs:): tbar_height renamed tibar_height.
(windowDidEnterFullScreen:): Toggle toolbar for fullscreen to fix
error in drawing background.
(toggleFullScreen:): Remove comment. Rearrange calls.
Set toolbar values to zero, save old height in tobar_height.
Restore tool bar height when leaving fullscreen.
(canBecomeMainWindow): New function.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 956e78e6c7e..b960837eaab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2012-10-06 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * nsfns.m (Fx_create_frame): Call x_default_parameter with | ||
| 4 | fullscreen/Fullscreen. | ||
| 5 | |||
| 6 | * nsterm.h (EmacsView): Rename tbar_height to tibar_height. | ||
| 7 | tobar_height is new. | ||
| 8 | |||
| 9 | * nsterm.m (x_make_frame_visible): Check for fullscreen. | ||
| 10 | (ns_fullscreen_hook): Activate old style fullscreen with a timer. | ||
| 11 | (ns_term_init): Set activateIgnoringOtherApps if old style fullscreen. | ||
| 12 | (windowDidResize:): Check for correct window if old style fullscreen. | ||
| 13 | Capitalize word in comment. Remove incorrect comment. | ||
| 14 | (initFrameFromEmacs:): tbar_height renamed tibar_height. | ||
| 15 | (windowDidEnterFullScreen:): Toggle toolbar for fullscreen to fix | ||
| 16 | error in drawing background. | ||
| 17 | (toggleFullScreen:): Remove comment. Rearrange calls. | ||
| 18 | Set toolbar values to zero, save old height in tobar_height. | ||
| 19 | Restore tool bar height when leaving fullscreen. | ||
| 20 | (canBecomeMainWindow): New function. | ||
| 21 | |||
| 1 | 2012-10-06 Paul Eggert <eggert@cs.ucla.edu> | 22 | 2012-10-06 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 23 | ||
| 3 | * keyboard.c (read_char): Remove unnecessary 'volatile's and label. | 24 | * keyboard.c (read_char): Remove unnecessary 'volatile's and label. |