diff options
| author | Sam Steingold | 2012-12-12 09:43:45 -0500 |
|---|---|---|
| committer | Sam Steingold | 2012-12-12 09:43:45 -0500 |
| commit | 37f38bca1dbcce25b4f41928a249ecf937d795ff (patch) | |
| tree | c85378baeca37af3d5bec91d4ae11643fb66df5f /etc | |
| parent | fd49a2185ff4f1710bc337168fd15af91064a74e (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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', | ||
| 39 | bound 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 | ||