diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-07-28 15:28:44 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-07-28 15:28:44 +0000 |
commit | 92482d771b8169a550935196557f17913c6d6ecb (patch) | |
tree | 47809518b5955daf21a94e7fdd1734d739fe12c9 /lisp/ChangeLog | |
parent | 6480c508bfebe3bcc39ece65111d4bbc67c1eec4 (diff) | |
download | emacs-92482d771b8169a550935196557f17913c6d6ecb.tar.gz |
(ange-ftp-gateway-fatal-msgs, ange-ftp-pending-error-line): New vars.
(ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
to handle the non-fatal no-route-to-host messages.
(internal-ange-ftp-mode): Make the no-match regexp more efficient.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1c67f63aa08..3b1de569838 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca> + + * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs) + (ange-ftp-pending-error-line): New vars. + (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them + to handle the non-fatal no-route-to-host messages. + (internal-ange-ftp-mode): Make the no-match regexp more efficient. + 2005-07-28 Juanma Barranquero <lekktu@gmail.com> * isearch.el (isearch-mode-map, isearch-other-meta-char) |