# HG changeset patch # User Glenn Morris # Date 1203894449 0 # Node ID beff96972e2cf5dc80241d13b92cb2d96e2abaa9 # Parent 5e54541c6015753b947c6b81e2cd8cb183257cf8 *** empty log message *** diff -r 5e54541c6015 -r beff96972e2c admin/FOR-RELEASE --- a/admin/FOR-RELEASE Sun Feb 24 23:06:05 2008 +0000 +++ b/admin/FOR-RELEASE Sun Feb 24 23:07:29 2008 +0000 @@ -55,23 +55,8 @@ * BUGS -** 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. - +** vc-sccs-diff is broken (see FIXME). +http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00121.html ** Does deleting frames run Lisp code? If so, can we get rid of that? It is a dangerous design.