Fumitoshi UKAI d02a0802cd [w3m-dev 03529] Support of title, accesskey of anchor
* anchor.c (putAnchor): arg title, key
			initialize slave
	(registerHref): arg title, key
	(registerName): title = NULL, key = '\0'
	(registerForm): title = NULL, key = '\0'
	(_put_anchor_news): title = NULL, key = '\0'
	(_put_anchor_all): title = NULL, key = '\0'
	(addMultirowsImg): register title, accesskey
	(addMultirowsForm): title = NULL, key = '\0'
	(getAnchorText): added
* display.c (displayBuffer): show title if any
* file.c (set_breakpoint): use bcopy
	(back_to_breakpoint): use bcopy
	(flushline): s/anchor/anchor.url/
		     s/anchor_hseq/anchor.hseq/
		     s/anchor_target/anchor.target/
		     add anchor.*
	(close_effect0): s/anchor/anchor.url/
			s/anchor_hseq/anchor.hseq/
	(close_anchor): use bzero
	(process_img): ATTR_TITLE,
	(HTMLtagproc1): s/anchor/anchor.url/
			target, referer, title, accesskey, hseq
	(HTMLlineproc2body): ATTR_TITLE, ATTR_ACCESSKEY
	(init_henv): use bzero
* fm.h (Anchor): add title, accesskey, slave
	(Breakpoint): use Anchor
	(struct readbuffer): use Anchor
* funcname.tab (ACCESSKEY): added
	(LINK_MENU): added
* html.c (ALST_A): add ATTR_TITLE, ATTR_ACCESSKEY
	(ALST_IMG): add ATTR_TITLE
	(ALST_IMG_ALT): add ATTR_TITLE
	(AttrMAP): add accesskey, renum
* html.h (ATTR_ACCESSKEY): added
	(ATTR_*): renum 50->60
* main.c (linkMn): added
	(accessKey): added
* menu.c (LinkMenu): deleted
	(LinkV): deleted
	(initLinkMenu): deleted
	(lmGoURL): deleted
	(popupMenu): delete initLinkMenu()
	(initMenu): delete Link
	(link_menu): added
	(accesskey_menu): added
* proto.h (linkMn): added
	(link_menu): added
	(accessKey): added
	(accesskey_menu): added
	(putAnchor): arg title, key
	(registerHref): arg title, key
	(registerImg): arg title
	(getAnchorText): added
* doc/README.func (ACCESSKEY): added
		(LINK_MENU): added
* doc-jp/README.func (ACCESSKEY): added
		(LINK_MENU): added
* scripts/w3mhelp.cgi.in (Hyperlink operation): add linkMn accessKey
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
2002-12-05 16:29:02 +00:00
2002-11-18 17:32:16 +00:00
2002-10-29 14:28:30 +00:00
2002-11-18 17:32:16 +00:00
2002-12-02 17:27:34 +00:00
2002-11-09 21:55:24 +00:00
2002-11-24 16:02:22 +00:00
2002-09-24 16:35:02 +00:00
2002-01-10 15:39:21 +00:00
2002-11-27 16:40:19 +00:00
2002-12-03 15:35:09 +00:00
2002-12-05 16:04:00 +00:00
2002-11-18 18:26:13 +00:00
2002-12-04 17:15:35 +00:00
2002-12-03 16:01:14 +00:00
2002-01-26 17:24:01 +00:00
2002-01-26 17:24:01 +00:00
2002-11-27 16:46:30 +00:00
2002-11-09 21:55:24 +00:00
2002-11-09 21:55:24 +00:00
2002-01-31 18:28:24 +00:00
2002-11-06 15:09:16 +00:00
2002-09-28 16:30:07 +00:00
2002-09-28 16:30:07 +00:00
2002-11-27 16:35:18 +00:00
2002-07-18 15:02:21 +00:00
2002-12-05 16:08:34 +00:00
2002-07-18 14:59:02 +00:00
2002-07-18 14:59:02 +00:00
2002-12-04 17:02:34 +00:00
2002-12-04 17:00:44 +00:00
2002-01-10 15:39:21 +00:00
2002-11-24 16:02:22 +00:00
2002-12-04 17:00:44 +00:00
2002-12-04 17:00:44 +00:00
2002-12-03 15:35:09 +00:00
2002-09-24 16:35:02 +00:00
2002-09-24 16:35:02 +00:00
2002-12-03 15:15:45 +00:00
2002-11-18 17:32:16 +00:00
2002-11-27 03:01:25 +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%