comparison lisp/ChangeLog @ 64667:04315354635e

(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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 28 Jul 2005 15:28:44 +0000
parents 12d83ca1ff3a
children 9a6cb62f5184 890cc78a5a24
comparison
equal deleted inserted replaced
64666:12d83ca1ff3a 64667:04315354635e
1 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
4 (ange-ftp-pending-error-line): New vars.
5 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
6 to handle the non-fatal no-route-to-host messages.
7 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
8
1 2005-07-28 Juanma Barranquero <lekktu@gmail.com> 9 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
2 10
3 * isearch.el (isearch-mode-map, isearch-other-meta-char) 11 * isearch.el (isearch-mode-map, isearch-other-meta-char)
4 (isearch-quote-char, isearch-printing-char) 12 (isearch-quote-char, isearch-printing-char)
5 (isearch-text-char-description): "?\ " -> "?\s". 13 (isearch-text-char-description): "?\ " -> "?\s".