]> code.delx.au - gnu-emacs/blobdiff - admin/FOR-RELEASE
Revert removal of `mm-hack-charsets' in Gnus
[gnu-emacs] / admin / FOR-RELEASE
index df08c113dcdf4b95b645a07ae6a7762f48e5e108..a00a200a75316a856d8da410db3ade5ae2f909ce 100644 (file)
@@ -55,6 +55,24 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00055.html
 
 * 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.
+
+
 ** Does deleting frames run Lisp code?  If so, can we get rid of that?
 It is a dangerous design.
 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01330.html
@@ -117,6 +135,8 @@ http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00234.html
 ** stack-trace-on-error segfaults infloop
 http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg02031.html
 
+** `make bootstrap; make install' dumps another emacs
+http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00311.html
 
 ** unicode-merge issues:
 
@@ -125,24 +145,9 @@ The "data" size increased for emacs from ~4MB to ~11MB on x86.
 The temacs sizes are comparable.
 http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg00951.html
 
-** ps-prin1.ps: "Handle multiple strings in a line"
-http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00079.html
-Change lost?
-
-** ucs-mule-8859-to-mule-unicode
-This has been removed (together with ucs-tables.el), but
-latin1-disp.el still uses it.
-http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00066.html
-
-** auto-compose-current-font
-This has been removed, but is still used in
-devan-util.el, mlm-util.el, tibet-util.el, tml-util.el
-http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00064.html
-
-** cp-supported-codepages
-This has been removed (together with most of codepage.el).  There is no NEWS
-entry about this removal.
-http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00063.html
+** Xresource pane.menubar.*font no longer takes effect
+http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00314.html
+http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg01683.html
 
 ** han@mijncomputer.nl, Feb 3: emacsclient misbehaves