diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-07-09 08:58:38 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-07-09 08:58:38 +0000 |
commit | 524ac5b25a6a3cd21afa27280ca4eebb0a065d4b (patch) | |
tree | 93a0041761ab975698f6ff619c77a13e2a90161e /lisp/ChangeLog | |
parent | 7443aaa688f3ef8014d2f9472c018982219eac97 (diff) | |
download | emacs-524ac5b25a6a3cd21afa27280ca4eebb0a065d4b.tar.gz |
(ange-ftp-file-modtime): Check a 213 response
from the server for the format we expect. Don't use it if it
doesn't look like what the Internet draft for FTP extensions
specifies.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 289d6af3cd2..285c04bd078 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,4 +1,11 @@ -Mon Jul 09 2001 Martin Stjernholm <bug-cc-mode@gnu.org> +2001-07-09 Gerd Moellmann <gerd@gnu.org> + + * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response + from the server for the format we expect. Don't use it if it + doesn't look like what the Internet draft for FTP extensions + specifies. + +2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org> * cc-cmds.el: Extended the kludge to interoperate with the delsel and pending-del packages wrt to the new function |