diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aa2b3505411..4100efc4d6d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2013-06-30 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | Some fixes and improvements for desktop frame restoration. | ||
| 4 | It is still experimental and disabled by default. | ||
| 5 | * desktop.el (desktop--save-windows): Put the selected frame at | ||
| 6 | the head of the list. | ||
| 7 | (desktop--make-full-frame): New function. | ||
| 8 | (desktop--restore-windows): Try to re-select the frame that was | ||
| 9 | selected upon saving. Do not abort if some frames fail to restore, | ||
| 10 | just show an error message and contnue. Set up maximized frames so | ||
| 11 | they have default non-maximized dimensions. | ||
| 12 | |||
| 1 | 2013-06-30 Dmitry Gutov <dgutov@yandex.ru> | 13 | 2013-06-30 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 14 | ||
| 3 | * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Don't | 15 | * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Don't |