diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2013-02-05 13:21:55 +0100 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2013-02-05 13:21:55 +0100 |
commit | ef12b77cedfbe7e55b638992f46a31e247489c00 (patch) | |
tree | 3a4ae425d2883f5fb1a12f7402b866eefb9ce955 | |
parent | 6871e574da7938313bbfd519c17035a6805a2305 (diff) | |
download | emacs-ef12b77cedfbe7e55b638992f46a31e247489c00.tar.gz emacs-ef12b77cedfbe7e55b638992f46a31e247489c00.tar.bz2 emacs-ef12b77cedfbe7e55b638992f46a31e247489c00.zip |
* NEWS: Mention ns-use-native-fullscreen.
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index e50ae678a70..f6f47d6d1a8 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2013-02-05 Jan Djärv <jan.h.d@swipnet.se> + + * NEWS: Mention ns-use-native-fullscreen. + 2013-02-01 Glenn Morris <rgm@gnu.org> * CALC-NEWS: Move here from lisp/calc/README, README.prev. @@ -432,6 +432,9 @@ Use "coding: raw-text" instead. ** Nextstep (GNUstep / Mac OS X) port *** Support for fullscreen and the frame parameter fullscreen. +Both native (>= OSX 10.7) and "old style" fullscreen are supported. +Customize ns-use-native-fullscreen to change style. For >= 10.7 +native is the default. *** A file dialog is used for open/save operations initiated from the menu/toolbar. |