bug list
--------

- "ghost" square win at startup (how to prevent that from happening ?)

- remaining 1 pixel wide line when enabling then disabling clock on left
  side


stuff to implement and requests for new features
------------------------------------------------

- rss 1.0 (rdf) support (debian bug #688099, now changed to whishlist)

- https support (ssl/tls)

- add feed delimiter setting
  - now:		empty line
  - new setting:	empty line / user defined str (may be empty)

  -> should also remove last delimiter in text string (how to do that ?)

- search/filter feature (option to filter out feed items on str,
  publication date, ...)

- check/setup default answer for question_win()

- add 'open feed picker' after getting sample list (doesn't work at the
  moment)

- in feed picker: selection start from beginning -> from selected feed ?

- move a few functions from tickr_main.c to a new src file ?

- run socket code in a separate thread (asynchronously) ? or use
  g_timeout_add() and g_idle_add() when loading a feed, to avoid gui
  blocking ?

- add: if win_w = 0, win_w = detected screen width (or something
  similar) ?

- add scrolling direction setting ?


(nothing decided yet)

- color-coded feeds ?

- background gradient colors ?

- libxml2 read only html *numeric* entities, not *named* ones (with a
  few exceptions) - for instance, &#160; is ok but &nbsp; is not
  -> should all html *named* entities in input be converted to *numeric*
  ones ?

- add an option to show passwords and one to save passwords in connection
  settings window (and warn that passwords are saved in plain text)

- implement digest access authentication

- option to not show again already read items ?

- upload translation templates on launchpad

- improve file i/o code consistency ?

- add 'detachable control win'

- handles to drag window

- 12h time format / show seconds option

- new cli args: attop, atbottom, fullwidth ?
