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 [EMACS_22_BASE]


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/admin/FOR-RELEASE,v [EMACS_22_BASE]
Date: Sat, 23 Feb 2008 21:01:04 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       08/02/23 21:01:04

Index: FOR-RELEASE
===================================================================
RCS file: /sources/emacs/emacs/admin/FOR-RELEASE,v
retrieving revision 1.660.2.150
retrieving revision 1.660.2.151
diff -u -b -r1.660.2.150 -r1.660.2.151
--- FOR-RELEASE 23 Feb 2008 20:49:14 -0000      1.660.2.150
+++ FOR-RELEASE 23 Feb 2008 21:01:03 -0000      1.660.2.151
@@ -30,21 +30,25 @@
 
 ** Emacs fails to start properly if the current working directory is
 on a vfat or ntfs filesystem
+http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00033.html
 
 ** Loading ebrowse file yields warning
 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00014.html
+[fixed in trunk 2007-10-13]
 
 ** dired cannot access file names with a quote
 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00024.html
 
 ** inserting a comment into a blank line for nroff (M-;)
 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00162.html
+[was fixed by 2007-11-01 change]
 
 ** Auto-Save bug when file/directory no longer exists
 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-11/msg00058.html
 
 ** url-cookies file stored world-readable
 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00012.html
+[was fixed by 2007-12-11 change]
 
 ** url-digest-auth doesn't work with Apache 2.2.3 and AUTH Digest
 And: Bug in url-get-authentication
@@ -52,6 +56,21 @@
 
 ** 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
 
@@ -68,7 +87,7 @@
 
 ** Emacs CVS: find-file.el - Line up all columns in output
 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00039.html
-Do we need papers for Jari Aalto?
+Do we need papers for Jari Aalto? [no, we have them already]
 
 ** emacs crashs when remote x-windows closes after make-frame-on-display
 even when other frame was closed due to assertion in xcd_xlib.c
@@ -91,6 +110,7 @@
 ** Tweak sit-for to accept the form (sit-for 1 nil t)
 This obsolete form was not explicitly allowed, but some legacy
 programs use it.
+[already fixed in 22 branch on 2008-02-21 AFAIK]
 
 ** Two display bugs involving interactions between after-string and
 display properties of adjacent overlays




reply via email to

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