bug list
--------

- remaining 1 pixel wide line when enabling then disabling left clock
  -> WTF ?

- item title and description both uncheked -> do sth ?

- how to prevent libxml2 segfaults ?

- previous/next feed - already-first/last-feed warning seems buggy


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

- add things to quicksetup: keyboard and mouse things, ?

- new options:

  - pause scrolling for n seconds for each item -> -pauseeach=n

  - remove clicked items from feed -> -rmclickeditems=[y/n]

  - read from stdin -> -text=""

  - sound alerts -> -allowsoundalerts=[y/n]

  - read n times then exit -> -nread=n

  - read all then show all -> -readallthenshowall=[y/n]

    this is a better alternative to feed delimiter setting ->
    make a new feed from all selected feeds (kind of new reading mode)

- https support (ssl/tls)

- can gdk/cairo frame drawing be synced with vsync ?

- split tickr_main.c (too big now) in 2 or more modules ?

- check/setup default answer for question_win()

- add 'open feed picker' after getting sample list

- 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 ?

- translations (finnish, french, german, spanish, russian, chinese,
  japanese, ?)

- update this:
  question at program start-up about new feed list format conversion:
  if version = 0.6.2 and feed list exists and feed list backup doesn't
  exist, create backup and convert to new format.

- could some arrays be replaced by linked lists (which eat much less
  memory ?)

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


(nothing decided yet)

- is it worth switching to gtk3 ?

- color-coded feeds

- implement digest access authentication

- upload translation templates on launchpad

- improve file i/o code consistency

- 'detachable control win'

- handles to drag window

- backward scrolling

- time format settings
