[w3m-dev 03159] "ttp:" is marked instead of "http:" by MARL_URL
* main.c (chkURLBuffer): check internal URLs first From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-03-30 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
|
||||
|
||||
* [w3m-dev 03159] "ttp:" is marked instead of "http:" by MARL_URL
|
||||
* main.c (chkURLBuffer): check internal URLs first
|
||||
|
||||
2002-03-28 Fumitoshi UKAI <ukai@debian.or.jp>
|
||||
|
||||
* terms.c (set_tty): s/term_info/w3m_term_info/g;
|
||||
@@ -3303,4 +3308,4 @@
|
||||
* release-0-2-1
|
||||
* import w3m-0.2.1
|
||||
|
||||
$Id: ChangeLog,v 1.363 2002/03/27 15:41:37 ukai Exp $
|
||||
$Id: ChangeLog,v 1.364 2002/03/29 16:32:00 ukai Exp $
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* $Id: main.c,v 1.94 2002/03/27 15:35:06 ukai Exp $ */
|
||||
/* $Id: main.c,v 1.95 2002/03/29 16:32:00 ukai Exp $ */
|
||||
#define MAINPROGRAM
|
||||
#include "fm.h"
|
||||
#include <signal.h>
|
||||
@@ -4362,12 +4362,12 @@ chkURLBuffer(Buffer *buf)
|
||||
NULL
|
||||
};
|
||||
int i;
|
||||
#ifdef USE_EXTERNAL_URI_LOADER
|
||||
chkExternalURIBuffer(buf);
|
||||
#endif
|
||||
for (i = 0; url_like_pat[i]; i++) {
|
||||
reAnchor(buf, url_like_pat[i]);
|
||||
}
|
||||
#ifdef USE_EXTERNAL_URI_LOADER
|
||||
chkExternalURIBuffer(buf);
|
||||
#endif
|
||||
buf->check_url |= CHK_URL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user