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