aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2013-07-25 02:37:56 +0200
committerJuanma Barranquero2013-07-25 02:37:56 +0200
commitcb3a56d2389eb6fe0635bd28b863c3a0734279c6 (patch)
tree2082d17f52abc0ca9f2fa8f939d0b015313c9144 /lisp/ChangeLog
parent8121f08950ca36647a6dfa32d02be574b253d9df (diff)
downloademacs-cb3a56d2389eb6fe0635bd28b863c3a0734279c6.tar.gz
emacs-cb3a56d2389eb6fe0635bd28b863c3a0734279c6.zip
lisp/desktop.el: Add workaround for bug#14949.
(desktop--make-frame): Do not pass the `fullscreen' parameter to modify-frame-parameters if the value has not changed. (desktop--make-frame): On cl-delete-if call, check parameter name, not full parameter.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 587c9b921c9..85c68323cfe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12013-07-25 Juanma Barranquero <lekktu@gmail.com>
2
3 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
4 parameter to modify-frame-parameters if the value has not changed;
5 this is a workaround for bug#14949.
6 (desktop--make-frame): On cl-delete-if call, check parameter name,
7 not full parameter.
8
12013-07-24 Juanma Barranquero <lekktu@gmail.com> 92013-07-24 Juanma Barranquero <lekktu@gmail.com>
2 10
3 * desktop.el (desktop-restoring-frames-p): Return a true boolean. 11 * desktop.el (desktop-restoring-frames-p): Return a true boolean.