diff options
| author | Juanma Barranquero | 2013-07-21 04:42:11 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2013-07-21 04:42:11 +0200 |
| commit | 728dc3cc6093d56809c4159bb8022dbd1eb57d8a (patch) | |
| tree | 6ff3be6d8b4ff0dc2d504fac5c2eb431a385bea8 /lisp/ChangeLog | |
| parent | d828e5f94255c799cf7ecb4bbe5cbc00828fbfdb (diff) | |
| download | emacs-728dc3cc6093d56809c4159bb8022dbd1eb57d8a.tar.gz emacs-728dc3cc6093d56809c4159bb8022dbd1eb57d8a.zip | |
lisp/desktop.el: Correctly restore iconified frames.
(desktop--filter-iconified-position): New function.
(desktop-filter-parameters-alist): Add entries for `top' and `left'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 95b4a2a2b6f..720e040fbff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-07-21 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * desktop.el: Correctly restore iconified frames. | ||
| 4 | (desktop--filter-iconified-position): New function. | ||
| 5 | (desktop-filter-parameters-alist): Add entries for `top' and `left'. | ||
| 6 | |||
| 1 | 2013-07-20 Glenn Morris <rgm@gnu.org> | 7 | 2013-07-20 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped): | 9 | * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped): |