aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSam Steingold2012-12-12 09:43:45 -0500
committerSam Steingold2012-12-12 09:43:45 -0500
commit37f38bca1dbcce25b4f41928a249ecf937d795ff (patch)
treec85378baeca37af3d5bec91d4ae11643fb66df5f /etc
parentfd49a2185ff4f1710bc337168fd15af91064a74e (diff)
downloademacs-37f38bca1dbcce25b4f41928a249ecf937d795ff.tar.gz
emacs-37f38bca1dbcce25b4f41928a249ecf937d795ff.zip
* lisp/frame.el (frame-maximization-style): New user option.
(toggle-frame-maximized): Toggle frame maximization according to `frame-maximization-style', bound to <f11>. (cycle-frame-maximized): Cycle between all maximization styles and non-maximized frame, bound to shift-<f11>.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 77e7e47b8a3..4199bd302a9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -35,6 +35,9 @@ simply disabling Transient Mark mode does the same thing.
35 35
36* Editing Changes in Emacs 24.4 36* Editing Changes in Emacs 24.4
37 37
38** New commands `toggle-frame-maximized' and `cycle-frame-maximized',
39bound to <f11> and S-<f11>, respectively.
40
38 41
39* Changes in Specialized Modes and Packages in Emacs 24.4 42* Changes in Specialized Modes and Packages in Emacs 24.4
40 43