aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/FOR-RELEASE17
1 files changed, 17 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index b6d52323c73..a4af056bff3 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -55,6 +55,23 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00055.html
55 55
56* BUGS 56* BUGS
57 57
58** modify-frame-parameters behaviour broken
59http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00058.html
60http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01367.html
61
62This should move the R frame edge 20pix to the R of the R screen edge.
63Instead, it moves the L frame edge 20pix to the R of the L screen edge.
64(modify-frame-parameters nil
65 '((user-position . t) (user-size . t) (left - -20)))
66
67This should move the L frame edge 20pix to the R of the L screen edge.
68It also moves the L frame edge 20pix to the R of the L screen edge.
69(modify-frame-parameters nil
70 '((user-position . t) (user-size . t) (left + +20)))
71
72(It works in Emacs 21.)
73
74
58** Does deleting frames run Lisp code? If so, can we get rid of that? 75** Does deleting frames run Lisp code? If so, can we get rid of that?
59It is a dangerous design. 76It is a dangerous design.
60http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01330.html 77http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01330.html