]> code.delx.au - gnu-emacs/blobdiff - admin/FOR-RELEASE
** Bug in url-get-authentication
[gnu-emacs] / admin / FOR-RELEASE
index ed49838a61f1099e18e1e5863cc45977ed378975..0e5588180b020649fa46d99e4554df641c00233c 100644 (file)
@@ -24,10 +24,6 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00055.html
 
 * BUGS
 
-** nesting of unwind-protect and atomic-change-group
-Stefan has a fix at
-http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00032.html
-
 ** 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
@@ -35,31 +31,6 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00033.html
 ** dired cannot access file names with a quote
 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00024.html
 
-** Auto-Save bug when file/directory no longer exists
-http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-11/msg00058.html
-
-** url-digest-auth doesn't work with Apache 2.2.3 and AUTH Digest
-And: Bug in url-get-authentication
-http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00059.html
-
-** 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
 
 ** python.el changes by Dave Love?
@@ -102,6 +73,23 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00119.html
 ** overlay face property not used for after-string property
 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00124.html
 
+** Should dired-do-search bind tags-loop-revert-buffers automatically?
+http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00059.html
+
+** Backport find-function-search-for-symbol change to try `.emacs'
+Fix is already in the trunk, and can wait till after 22.2.
+http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00147.html
+
+** Auto-Save bug when file/directory no longer exists
+http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-11/msg00058.html
+Fix is already in the trunk, and can wait till after 22.2.
+2008-02-23 change to fileio.c by cyd.
+
+** Bug in url-get-authentication
+http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00058.html
+Fix is already in the trunk.
+2008-01-29 change to url-auth.el by John Wiegley.
+
 * DOCUMENTATION
 
 ** Shouldn't directory-abbrev-alist be in Emacs manual?