blob: da426efcc03b22e452818883efb30d59d51eedd1 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
 | TODO lists
refactoring
 backend - ??
 file - ??
 local ?
 func ?
 indep ?
 main
utilities
 Str - string modules
 myctype
 entity
 symbol
 hash
 textlist
 etc - system informations
 history
 inflate
 matrix
 regex
configuration
 rc
UI
 display
 menu
 search
 keybind
 linein
 terms
 mouse
buffer
 buffer
loader - main controller
 loader
  - connection management
  - protocol backends
  - media management
  - media processing
URL
 url
  - protocol backends
media management
 mailcap
 mimehead
 mimetyps
  - media procesings
media processing
 html
  parsetag
  parsetagx
  anchor
  form
  frame
  map
  table
  tagtable
 plain
 image
  
connection management
 conn
  ssl?
 istream
protocol backend
 http
  auth
  cookie
 ftp
 news
 ...
Documentation
 release notes for w3m-0.4
	[w3m-dev 03739]
new features
* Keep alive
* incremental display, background download
	[w3m-dev 03389] background download
* bookmark editor
	[w3m-dev 03394] bookmark editor
* w3mimgdisplay without X
	[w3m-dev 03723] Re: w3mimgdisplayfb (independent of X)
	http://homepage3.nifty.com/slokar/fb/w3mimgfb-0.6.tar.gz
	http://homepage3.nifty.com/slokar/stimg/stimg-0.0.0.tar.gz
* Internationalized Domain Name support
	[w3m-dev 03727] Re: IDN support (test)
	requires idnkit (http://www.nic.ad.jp/ja/idn/) and iconv.
* SMB
	Bonus/smb.cgi
* JavaScript
* gettextize
cleanups
* autoconfisicate
* code review, cleanup
bugs
* fix [w3m-dev 02658] problem when form is reset
  http://mi.med.tohoku.ac.jp/~satodai/w3m-dev/200112.month/2658.html
* wishlist? [w3m-dev 03507] save space in JP chars
* [w3m-dev-en 00875] USE_RAW_SCROLL
[sf.net] http://sf.net/projects/w3m
[bugs] http://bugs.debian.org/w3m
* support for the <button> tag (HTML 4.01)
 http://bugs.debian.org/136810
* not working 'Ignore case when search' on non latin pages
 http://bugs.debian.org/138891
 => after m17n merge
fixed
wontfix / impossible to fix
* w3m -dump generates too long lines
 http://bugs.debian.org/149288 
wishlist?
* w3mman -l doesn't work
 http://bugs.debian.org/138805
done
* merge m17n
 |