tickr version 0.5.4 - Nov 8 2011
--------------------------------

- Fix sort_url_list(EMPTY_LIST) falsly returning one element list
  (in news_list.c.) Now, program doesn't hang anymore if lauched with no
  feed URLs selected.

- Add in news_main.c: shift2left_callback():
  env->suspend_rq = TRUE / (cairo drawing code) / env->suspend_rq = FALSE

- Tickr fails to build with ld --as-needed (recently-set-as-default
  linker flag) because libraries must be placed after objects needing
  theirs symbols.
  To fix that, we use autoconf macro PKG_CHECK_MODULES(GTK2, gtk+-2.0, ,)
  and PKG_CHECK_MODULES(XML2, libxml-2.0, ,) in configure.ac, and we
  may so remove `pkg-config --libs GTK+-2.0' and `xml-config --libs' from
  src/tickr/Makefile.am.

========================================================================
- NEWS has been renamed TICKR as it is now in Debian Sid (unstable)
  Last stable version number for News is 0.5.2
  First stable version number for Tickr is 0.5.3

- changes in news v0.5.3~beta1: prevent connection settings window from
  showing when popups are disabled

- tickr v0.5.3 doesn't bring many changes/fixes besides program renaming
  and <prevent connection settings window from showing when popups are
  disabled>
========================================================================
