diff options
| author | Juanma Barranquero <lekktu@gmail.com> | 2013-08-08 02:46:48 +0200 |
|---|---|---|
| committer | Juanma Barranquero <lekktu@gmail.com> | 2013-08-08 02:46:48 +0200 |
| commit | 6585d561aa30fa91135cbd4c145906abd4d66a51 (patch) | |
| tree | 0111e30b980ae9d36f74ba73db8cd24e7d4b0fa9 | |
| parent | 2805a6512b464d65d8d8b00a126cde61a08cc291 (diff) | |
| download | emacs-6585d561aa30fa91135cbd4c145906abd4d66a51.tar.gz | |
etc/NEWS: Document new keybinding of `C-x r f' to frameset-to-register.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 9 |
2 files changed, 11 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 85a04f87f57..1de3abd549c 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2013-08-08 Juanma Barranquero <lekktu@gmail.com> + + * NEWS: Document new keybinding of `C-x r f' to frameset-to-register. + 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru> * NEWS: Mention `cache-long-scans'. @@ -131,6 +131,11 @@ You can change the default by customizing the variable blink-cursor-blinks. Also timers for blinking are stopped when no blinking is done, so Emacs does not consume CPU cycles. +** New command `frameset-to-register' is now bound to `C-x r f', replacing +`frame-configuration-to-register'. It offers similar functionality, plus +some enhancements, like the ability to restore deleted frames. Command +`frame-configuration-to-register' is still available, but unbound. + * Editing Changes in Emacs 24.4 @@ -284,9 +289,9 @@ on the given date. auto-saves of the desktop. *** `desktop-restore-frames', enabled by default, allows saving and -restoring the window/frame configuration. Additional options +restoring the frame/window configuration (frameset). Additional options `desktop-restore-in-current-display', `desktop-restore-reuses-frames' -and `desktop-restore-forces-onscreen' allow further customization. +and `desktop-restore-forces-onscreen' offer further customization. ** Dired |
