emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/admin/FOR-RELEASE,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/admin/FOR-RELEASE,v
Date: Sun, 24 Feb 2008 23:07:29 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/02/24 23:07:29

Index: FOR-RELEASE
===================================================================
RCS file: /sources/emacs/emacs/admin/FOR-RELEASE,v
retrieving revision 1.760
retrieving revision 1.761
diff -u -b -r1.760 -r1.761
--- FOR-RELEASE 22 Feb 2008 08:31:15 -0000      1.760
+++ FOR-RELEASE 24 Feb 2008 23:07:29 -0000      1.761
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]