From: yamaoka Date: Fri, 10 Aug 2001 09:55:16 +0000 (+0000) Subject: Synch with semi-1_14 branch. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7d36f822da5fc25f19acc8524b9ee4284c546814;p=elisp%2Fsemi.git Synch with semi-1_14 branch. --- diff --git a/ChangeLog b/ChangeLog index a513ee4..8ff7251 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-08-10 Kenichi OKADA + + * semi-def.el (mime-browse-url-regexp): Allow nntps and ftps. + 2001-06-12 Yuuichi Teranishi * mime-view.el (mime-display-multipart/related): When "start" diff --git a/semi-def.el b/semi-def.el index 6ca512a..17f1d7b 100644 --- a/semi-def.el +++ b/semi-def.el @@ -206,7 +206,7 @@ if the TTY frame is used." ;;; (defcustom mime-browse-url-regexp - (concat "\\(https?\\|ftp\\|file\\|gopher\\|news\\|telnet\\|wais\\|mailto\\):" + (concat "\\(https?\\|ftps?\\|file\\|gopher\\|news\\|nntps?\\|telnets?\\|wais\\|mailto\\):" "\\(//[-a-zA-Z0-9_.]+:[0-9]*\\)?" "[-a-zA-Z0-9_=?#$@~`%&*+|\\/.,]*[-a-zA-Z0-9_=#$@~`%&*+|\\/]") "*Regexp to match URL in text body."