tickr version 0.5.5
-------------------

- Implement new parameter: <mouse wheel scrolling apply to:
  s = ticker-speed / f = feed-in-list / n = none>.

- Set <ticker pause on mouse-over> as optional.

- Select/highlight and scroll to added URL in the list window.
  (Dec 17 2011)

- Split compute_surface_and_win() code into compute_surface and
  compute_win, because the later is not always necessary. When
  window-always-on-top is disabled, compute_win needs to be run only
  twice at program startup (ie once after gtk_widget_show_all() has been
  called), then whenever params are changed, but not every time a new
  feed is loaded.

- Add preferences (settings) importing/exporting feature.

- 'file' scheme support added in tickr_http.c -> enables reading *and*
  xml-processing of (local) text files (wheras 'open text file' *only*
  read them.) (Dec 16 2011)

- 'HTTPS not supported' handling/warning added in tickr_http.c (fix bug:
  program freezes whith HTTP redirects to HTTPS.)
  (Dec 14 2011)

- xml 'quick check' in tickr_http.c:format_quick_check() don't reject
  anymore valid (?) feeds not starting with '<?xml' (like google news.)
  (Dec 13 2011)

- A few little changes in libetm-0.4 -> libetm-0.4.2. (Dec 12 2011)

- Use mouse wheel to go to previous/next feed. (Dec 11 2011)

- Hide passwords in connection settings window. (Dec 8 2011)

- Pause ticker and show feed title in tooltip on mouse-over. (Dec 3 2011)

- Renaming all source files: news_*.c/h -> tickr_*/c/h. (Nov 30 2011)


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