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
2003-01-23 18:37:18 +00:00
2003-01-23 18:37:18 +00:00
2003-01-23 18:37:18 +00:00
2003-02-05 16:43:56 +00:00
2003-01-23 18:37:18 +00:00
2003-02-05 16:43:56 +00:00
2003-02-05 16:43:56 +00:00
2003-02-05 16:43:56 +00:00
2003-02-05 16:43:56 +00:00
2003-01-25 17:42:17 +00:00
2003-01-23 18:37:18 +00:00
2003-02-05 16:43:56 +00:00
2003-01-29 17:31:22 +00:00
2003-02-05 16:43:56 +00:00
2003-02-05 16:43:56 +00:00
2002-12-13 03:02:03 +00:00
2003-02-05 16:43:56 +00:00
2003-01-31 16:26:41 +00:00
2003-02-05 16:43:56 +00:00
2003-02-05 16:43:56 +00:00
2003-02-05 16:43:56 +00:00
2003-01-23 18:37:18 +00:00
2002-12-24 17:20:45 +00:00
2002-12-24 17:20:45 +00:00
2003-01-23 18:44:26 +00:00
2003-02-05 16:43:56 +00:00
2003-02-05 16:43:56 +00:00
2002-12-24 17:20:45 +00:00
2003-01-30 16:26:15 +00:00
2002-12-24 17:20:45 +00:00
2003-01-20 15:30:18 +00:00
2003-02-05 16:17:10 +00:00
2003-02-05 16:43:56 +00:00
2002-12-27 16:07:44 +00:00

If you can read English, see doc/*.
If you can read Japanese, see doc-jp/*.
If you can read both, read both and correct English. :-)
Description
A modernized fork of w3m with next and previous heading and form navigation.b
Readme 13 MiB
Languages
C 60.9%
HTML 13.4%
Roff 12.2%
JavaScript 5.6%
Perl 1.7%
Other 6.1%