diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-02-23 23:13:52 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-02-23 23:13:52 +0000 |
commit | 200cca12a61e09b2d550747308bba20ceabfecba (patch) | |
tree | 1d031c44833a1551546f441e506233ee10f66ec9 | |
parent | dd2af8a946bde8e3a89d24530d57123f9822b9d9 (diff) | |
download | emacs-200cca12a61e09b2d550747308bba20ceabfecba.tar.gz |
** Auto-Save bug when file/directory no longer exists
Fix in trunk, delaying till after 22.2.
-rw-r--r-- | admin/FOR-RELEASE | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index ecd52a7e25d..d2271f1c206 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -35,9 +35,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 @@ -109,6 +106,11 @@ http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00059.html 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. + * DOCUMENTATION ** Shouldn't directory-abbrev-alist be in Emacs manual? |