The 1.x section contains mostly bugs and other misfeatures that should be fixed
really fast, before releasing the first stable.

The ASAP section lists features that we consider quite important and which are
not too hard to implement, without any major changes to the program structure.
These things may be implemented in some of the 1.x releases, but may also be
moved to 2.x or some later point if the 2.0 branch starts before they are
implemented.

The 2.x section shows the things that we will probably go into when starting
the next unstable branch.

The x.x section aggregates all features which we have a mind to implement in
the mid-near feature, but don't know in which version yet. (Probably after 2.x)

Versions 2.x and later are open for anything you can think of :-) (See
http://netrik.sf.net/dev.html for ideas...)

The parenthesis give information about the difficulty level of each task. If
you are interested in working on some of these, please subscribe to the mailing
list (see _Keeping in Touch_ in README), and tell us what you want to do.

In 1.x:
- fix wrong highlights when redrawing screen (?,?)
- fingerprint active link to recognize when page revisited from history changed
  (fairly easy, some understanding of link/file load mechanism)
- fix word breaking (complicated but little to do, very good understanding of a
  certain (little) code part)
- fix memory leaks, especially in HTTP handling (fairly easy, fairly good
  knowledge)
- escape illegal URL chars (fairly simple, some knowledge of URL handling)

As soon as possible, but no specific target version:
- better website

- completed form support (medium, good knowledge of form handling code and some
  other parts)
- additional pager commands (link selection etc.)
- improved command line handling (fairly easy, very little knowledge)
- introductory helpfile
- improved key handling (medium, little knowledge)
- open helpfile (docs overview) with special command in pager (probably fairly
  easy, little or medium knowledge)
- search function (medium, medium knowledge)
- cookies (fairly easy, some knowledge of loading module)
- file download (medium, good knowledge of loading module)
- mailcap handling (medium, some(?) knowledge of loading module)
- reasonably SIGWINCH handling (easy, some knowledge of layouting)

Planned for 2.x:
- new syntax parser (very complicated, very good knowledge of layouting module)

x.x:
- special --debug-html mode to help finding errors in HTML code
