diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-02-24 01:06:03 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-02-24 01:06:03 +0000 |
commit | d7c5579129bfc058131c46e252ffd98791776af8 (patch) | |
tree | 8107d8e44d101f2429d0284d2e70181cf0a1643d /admin | |
parent | 57b8e96ad5fafc0e82e8560e2fdb49e0dd33476c (diff) | |
download | emacs-d7c5579129bfc058131c46e252ffd98791776af8.tar.gz |
** modify-frame-parameters behaviour broken
The fix Ulrich Neumerkel looks correct, and has been checked in.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/FOR-RELEASE | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index b4721f13b33..c2f1c07721d 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -35,24 +35,6 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00024.html And: Bug in url-get-authentication http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00059.html -** modify-frame-parameters behaviour broken -http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00058.html -http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01367.html - -This should move the R frame edge 20pix to the R of the R screen edge. -Instead, it moves the L frame edge 20pix to the R of the L screen edge. -(modify-frame-parameters nil - '((user-position . t) (user-size . t) (left - -20))) - -This should move the L frame edge 20pix to the L of the L screen edge. -Instead, it moves the R frame edge 20pix to the L of the R screen edge. -(modify-frame-parameters nil - '((user-position . t) (user-size . t) (left + -20))) - -It works in Emacs 21. The "+ +" and "- +" forms are OK; ie it is when -the number is -ve that things go wrong. - - * Bugs and feature requests for 22.3 or later ** python.el changes by Dave Love? |