X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/5d1d0a9868c6783269bd5725f164884a392edcc7..eaebd3de48120a737ac70a6ae4269290f983675c:/admin/FOR-RELEASE diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 4f63e079dd..0e5588180b 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -24,54 +24,13 @@ 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 -** 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 -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? @@ -114,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?