Mercurial > emacs
changeset 80181:7e99c7b33e67
Some comments on previous change. A couple of things are already
fixed.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 23 Feb 2008 21:01:03 +0000 |
parents | 1c2ce4ba404b |
children | d76ed673ee21 |
files | admin/FOR-RELEASE |
diffstat | 1 files changed, 21 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/FOR-RELEASE Sat Feb 23 20:49:14 2008 +0000 +++ b/admin/FOR-RELEASE Sat Feb 23 21:01:03 2008 +0000 @@ -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