Dai Sato
3c7e9b27c1
[w3m-dev 04155] fix for minpw.
2007-05-23 15:06:05 +00:00
Dai Sato
22d66ca585
rewind to 10 Feb 2006.
2006-04-07 13:21:11 +00:00
Dai Sato
bc7f9c9026
apply multiple patches on w3m-dev(-en) ML since Jun 2005 to Jan 2006.
2006-04-05 14:18:53 +00:00
Fumitoshi UKAI
e4e1dd26a2
[w3m-dev 04063] about Makefile
...
* Makefile.in (DEFS): use CGIBIN_DIR instead of LIB_DIR
(MAKE_ARGS): ditto
(distclean): rm -f
* config.h.dist: use CGIBIN_DIR instead of LIB_DIR
* indep.c (w3m_lib_dir): ditto
* scripts/Makefile.in: ditto
* scripts/multipart/Makefile.in: ditto
* w3mimg/Makefile.in (clearn): remove w3mimg.a
From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp >
2004-04-09 17:18:48 +00:00
Fumitoshi UKAI
c913794f0c
[w3m-dev 03945] Re: application/xhtml+xml support
...
* Makefile.in (ETC_DIR): added
(CONF_DIR): added
(DEFS): add CONF_DIR
(MAKE_ARGS): add CONF_DIR
* config.h.in (SYS_MAILCAP): use CONF_DIR
(SYS_URIMETHODMAP): use CONF_DIR
* func.c (sys_current_keymap_file): added
(interpret_keymap): added
(initKeymap): use interpret_keymap
(interpret_mouse_action): added
(initMouseAction): use interpret_mouse_action
* indep.c (w3m_conf_dir): added
* indep.h (w3m_conf_dir): added
* menu.c (interpret_menu): added
(initMenu): use interpret_menu
* proto.h (confFile): added
* rc.c (init_rc): read config file by interpret_rc
(confFile): added
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp >
2003-07-26 17:16:24 +00:00
Fumitoshi UKAI
bd7c73b8f9
[w3m-dev 03856] <gc.h>
...
* backend.c entity.c fm.h hash.c indep.c indep.h matrix.c
textlist.c: s/"gc.h"/<gc.h>/
From: Fumitoshi UKAI <ukai@debian.or.jp >
2003-04-07 16:27:09 +00:00
Fumitoshi UKAI
8f4d3b66f1
fix indent
2003-02-05 16:45:07 +00:00
Fumitoshi UKAI
e312638d0c
[w3m-dev 03730] display decoded URL
...
* anchor.c (link_list_panel): support DecodeURL
* display.c (make_lastline_link): support DecodeURL
* etc.c (url_unquote_conv): added
* fm.h (DecodeURL): added
* history.c (historyBuffer): support DecodeURL
* indep.c (QUOTE_MAP): added
(HTML_QUOTE_MAP): added
(html_quote_char): deleted
(url_quote): use is_url_quote
(file_quote): use is_file_quote
(is_url_safe): deleted
(Str_form_quote): use is_url_unsafe
(Str_url_unquote): add safe args
(is_shell_safe): delete
(shell_quote): use is_shell_unsafe
* indep.h (QUOTE_MAP): added
(HTML_QUOTE_MAP): added
(HTML_QUOTE_MASK): added
(SHELL_UNSAFE_MASK): added
(URL_QUOTE_MASK): added
(FILE_QUOTE_MASK): added
(URL_UNSAFE_MASK): added
(GET_QUOTE_TYPE): added
(is_html_quote): added
(is_shell_unsafe): added
(is_url_quote): added
(is_file_quote): added
(is_url_unsafe): added
(html_quote_char): added
(html_quote_char): deleted
(Str_url_unquote): added safe
(form_unquote): Str_url_unquote changes
* linein.c (_prev): support DecodeURL
(_next): ditto
* main.c (goURL0): support DecodeURL
(_peekURL): ditto
(curURL): ditto
* map.c (follow_map_panel): support DecodeURL
(append_map_info): ditto
(append_link_info): ditto
(append_frame_info): ditto
(page_info_panel): ditto
* menu.c (initSelectMenu): delete SCM_LOCAL_CGI
support DecodeURL
(initSelTabMenu): delete SCM_LOCAL_CGI
support DecodeURL
(link_menu): support DecodeURL
* parsetagx.c (parse_tag): is_html_quote
* proto.h (url_unquote_conv): added
* rc.c (CMT_DECODE_URL): added
(params1): add decode_url
* url.c (openURL): Str_url_unquote non safe
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp >
2003-02-05 16:43:56 +00:00
Fumitoshi UKAI
264b3e35ec
fix indent
2003-01-17 17:06:57 +00:00
Fumitoshi UKAI
c09389519e
[w3m-dev 03647] expandName() and expandPath()
...
* etc.c (openSecretFile): use expandPath
(expandName): rewrite
(file_to_url): use expandPath
* file.c (_doFileCopy): use expandPath
(doFileSave): use expandPath
* indep.c (expandPath): rewrite
* linein.c (inputLineHistSearch): use expandPath
(next_dcompl): use expandPath
(doComplete): use expandPath
* local.c (set_cgi_environ): rewrite
* mailcap.c (loadMailcap): use expandPath
* main.c (svBuf): use expandPath
(addDownloadList): use expandPath
* rc.c (init_rc): use expandPath
(rcFile): rewrite
(auxbinFile): use expandPath
(libFile): use expandPath
(etcFile): use expandPath
(helpFile): use expandPath
* url.c (loadMimeTypes): use expandPath
(loadURIMethods): use expandPath
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp >
2003-01-17 17:05:57 +00:00
Fumitoshi UKAI
e78b061cfd
[w3m-dev 03616] Re: data: URL scheme
...
* file.c (loadGeneralFile): check SCM_DATA
(loadImageBuffer): newBuffer()
* html.h (SCM_DATA): added
* indep.c (url_unquote): deleted
(Str_url_unquote): renamed from Str_form_unquote
+ is decoded is_form only
* indep.h (url_unquote): deleted
(Str_url_unquote): added
(Str_form_unquote): define by Str_url_unquote
* main.c (followA): file_unquote
(cmd_loadURL): file_unquote
* url.c (DefaultPort): add for data:
(schemetable): add "data"
(DefaultFile): SCM_FTPDIR
(parseURL): scheme copied from current
(parseURL2): SCM_DATA
check SCM_FTP, SCM_FTPDIR
(_parsedURL2Str): add data in scheme_str
handle SCM_DATA
SCM_FTPDIR
(openURL): file_unquote
handle SCM_DATA
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp >
2003-01-08 17:24:11 +00:00
Fumitoshi UKAI
4ca69fff36
[w3m-dev 03595] tolower, toupper
...
* Str.c (Strlower): TOLOWER
(Strupper): TOUPPER
* backend.c: delete ctype.h
* etc.c (gethtmlcmd): TOLOWER
* file.c (readHeader): TOLOWER
(checkOverWrite): TOLOWER
(guess_charset): TOLOWER
* ftp.c: delete ctype.h
* indep.c (strcasecmp): TOLOWER
(strncasecmp): TOLOWER
(strcasematch): TOLOWER
* istream.c: include myctype.h
(ssl_get_certificate): TOLOWER
* mailcap.c (mailcapMatch): TOLOWER
* main.c (_quitfm): TOLOWER
* menu.c (accesskey_menu): TOLOWER
* mimehead.c: include myctype.h
(decodeWord): TOUPPER
* mktable.c: delete ctype.h, include myctype.h
(main): IS_SPACE
* myctype.h: delete ctype.h
(TOLOWER): added
(TOUPPER): added
* parsetagx.c (parse_tag): TOLOWER
* rc.c (str_to_bool): TOLOWER
(str_to_color): TOLOWER
* regex.c: delete ctype.h, include myctype.h
(TOLOWER): added
(TOUPPER): added
(regmatch1): TOLOWER
(matchWhich): TOLOWER, TOUPPER
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp >
2002-12-24 17:20:45 +00:00
Fumitoshi UKAI
f9657e4719
[w3m-dev 03542] news support
...
* file.c (loadGeneralFile): NNTP as well as NEWS
* indep.c (url_unquote_char): check % hex hex
(url_unquote): unquote except \0, \n, \r
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp >
2002-12-09 15:24:00 +00:00
Fumitoshi UKAI
d7ed8ae7d7
[w3m-dev 03398] auxbindir
...
* XMakefile: EXT_TARGETS -> LIB_TARGETS, AUXBIN_TARGETS
* config.h.dist: add AUXBIN_DIR
LIB_DIR is cgi-bin
* configure: add -auxbindir
add AUXBIN_DIR
LIB_DIR is cgi-bin
EXT_TARGETS -> LIB_TARGETS, AUXBIN_TARGETS
* file.c (compression_decoder): libfile_p -> auxbin_p
(check_command): libfile_p -> auxbin_p
use w3m_auxbin_dir() instead of w3m_lib_dir()
(acceptableEncoding): libfile_p -> auxbin_p
(xface2xpm): use auxbinFile() instead of libFile()
(uncompress_stream): libfile_p -> auxbin_p
use auxbinFile() instead of libFile()
* image.c (getCharSize): use w3m_auxbin_dir() instead of w3m_lib_dir()
(openImgdisplay): use w3m_auxbin_dir() instead of w3m_lib_dir()
* indep.c (w3m_auxbin_dir): added
* indep.h (w3m_auxbin_dir): added
* proto.h (auxbinFile): added
* rc.c (auxbinFile): added
(libFile): #if 0, no longer used
(helpFile): used only #ifndef USE_HELP_CGI
* NEWS: separate auxbindir and libdir (local-CGI, file:///$LIB/)
From: Fumitoshi UKAI <ukai@debian.or.jp >
2002-11-09 21:55:24 +00:00
Fumitoshi UKAI
8d9955198a
[w3m-dev 03290] Re: Forward: Bug#157098: wrong file presentation on large files
...
* indep.c (strtoclen): need defined()
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp >
2002-08-27 16:35:15 +00:00
Fumitoshi UKAI
d404404dda
Debian Bug#157098: wrong file presentation on large files
...
from "Eduard Bloch" <blade@debian.org >
* configure (clen_t): added
(HAVE_STRTOLL): added
(HAVE_STRTOQ): added
(HAVE_ATOLL): added
(HAVE_ATOQ): added
* config.h.dist: ditto
* file.c (current_content_length): s/int/clen_t/
(loadGeneralFile): s/atoi/strtoclen/
(convert_size): s/int/clen_t/
(convert_size2): s/int/clen_t/
(showProgress): s/int/clen_t/
(loadHTMLstream): s/int/clen_t/ linelen, trbyte
(loadBuffer): ditto
(getNextPage): s/int/clen_t/ linelen
(save2tmp): s/int/clen_t/ linelen, trbye
(_MoveFile): s/int/clen_t/ linelen, trbye
* fm.h (_Buffer): s/int/clen_t/ linelen, trbye
* ftp.c (size_int2str): s/long/clen_t/
(ex_ftpdir_name_size_date): s/long/clen_t/
* indep.c (strtoclen): added
* indep.h (strtoclen): added
* proto.h (showProgress): s/int/clen_t/
From: Fumitoshi UKAI <ukai@debian.or.jp >
2002-08-20 17:49:38 +00:00
Fumitoshi UKAI
259d1f18be
[w3m-dev 03207] strchr(), strcasecmp(), and strncasecmp()
...
* etc.c (strchr): removed
(strcasecmp): removed
(strncasecmp): removed
* indep.c (strchr): moved, cast
(strcasecmp): moved, fix the case that s1 = ""
(strncasecmp): moved, fix the case that s1 is shorter than s2
* indep.h (strchr): added
(strcasecmp): added
(strncasecmp): added
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp >
2002-06-07 15:46:44 +00:00
Fumitoshi UKAI
e8865ad8a0
[w3m-dev 02735]
...
From: "OMAE, jun" <jun-o@dai.meta.ne.jp >
2001-12-26 17:57:57 +00:00
Fumitoshi UKAI
e125b1fb10
[w3m-dev 02725] bcopy, bzero
...
From: Kazuhiro NISHIYAMA <zn@mbf.nifty.com >
2001-12-25 16:19:28 +00:00
Fumitoshi UKAI
6ab6376f31
[w3m-dev 02725] bcopy, bzero
...
From: Kazuhiro NISHIYAMA <zn@mbf.nifty.com >
2001-12-25 16:11:07 +00:00
Fumitoshi UKAI
68d47de87a
[w3m-dev 02656]
...
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp >
2001-12-14 17:10:54 +00:00
Fumitoshi UKAI
14f4297a04
[w3m-dev 02651] search keymap using hash
...
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp >
2001-12-10 17:02:43 +00:00
Fumitoshi UKAI
53901c289a
[w3m-dev 02648] rewrite strCmp() with strcmp()
...
Hironori Sakamoto <hsaka@mth.biglobe.ne.jp >
2001-12-10 15:27:58 +00:00
Fumitoshi UKAI
aa0b3fe4d1
[w3m-dev 02441] A patch against functions *_(un)?quote()
...
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp >
2001-12-10 15:23:08 +00:00
Fumitoshi UKAI
ba4557fc9d
[w3m-dev 02605]
...
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp >
2001-12-02 16:26:08 +00:00
Fumitoshi UKAI
600a6bbd4b
[w3m-dev 02574] sysconfdir
...
From: Fumitoshi UKAI <ukai@debian.or.jp >
2001-11-27 18:29:24 +00:00
Fumitoshi UKAI
c99c729780
[w3m-dev 02571]
...
From: Fumitoshi UKAI <ukai@debian.or.jp >
2001-11-27 16:55:46 +00:00
Fumitoshi UKAI
86cc59ae41
[w3m-dev 02556]
...
From: Fumitoshi UKAI <ukai@debian.or.jp >
2001-11-26 09:04:01 +00:00
Fumitoshi UKAI
b136c763a1
[w3m-dev 02555]
...
From: Fumitoshi UKAI <ukai@debian.or.jp >
2001-11-26 09:01:08 +00:00
Fumitoshi UKAI
975c8f9d43
run make indent
2001-11-24 02:01:26 +00:00
Fumitoshi UKAI
6f0999cbc2
[w3m-dev 02503]
...
From: aito@fw.ipsj.or.jp
closes: Debian Bug#120540
2001-11-22 14:15:19 +00:00
Fumitoshi UKAI
4493ae705f
[w3m-dev 02497]
...
From: WATANABE Katsuyuki <katsuyuki_1.watanabe@toppan.co.jp >
2001-11-22 13:30:02 +00:00
Fumitoshi UKAI
91c91cb5cd
[w3m-dev 02479] #ifdef cleanups
...
make -> $(MAKE)
2001-11-21 16:29:46 +00:00
Fumitoshi UKAI
6efb142eea
remove gcc warnings
2001-11-20 04:11:16 +00:00
Fumitoshi UKAI
3a391ef6c2
follow autoconf conventions, #include cleanups
2001-11-16 22:02:00 +00:00
Akinori Ito
85da7ee692
Update to w3m-0.2.1-inu-1.6.
2001-11-15 00:32:13 +00:00
Akinori Ito
6c63633545
Updates from 0.2.1 into 0.2.1-inu-1.5
2001-11-09 04:59:17 +00:00
Akinori Ito
68a07bf03b
Initial revision
2001-11-08 05:14:08 +00:00