CHANGELOG
---------
1.0.0 (2000-02-25)
* Fixed bug in newsTable.cpp that caused crash.
* Changed feeder-Makefile. No unessesary linking anymore (Simon).
* Better parsing of options for feeders. It is now independent of 
  the order of the options. (Simon).
* Fixed bug in raiNews*.cpp. RaiNews change their format too often...
  (Simon).
* Nicer dockable skin :-) (Simon).
* Now checks if there's configuration and skins in the present dir.
  (Simon).
* Fixed bug that caused the news window to show even if ttnews was 
  not present on that desktop.(Simon).
* Makefile now can make distros on the fly, including RPMs. (Simon).
* Converted the skin pictures from BMP to PNGs. Saves LOTS of space.
  Will break QT <= 2.0 builds, although it should be easy to fix with
  #include <qpngio.h> (Simon).
* Added options to skip to next news source and read the news file
  keyboard-wise. See the README file. (Simon).
* Added option ShowQuitButton (true/false) in skin.conf if the user
  wants the skin not to include the quit button. (Simon).
* The window is now always in the desktop area, even if 
  ttnews.windowMetrics wants otherwise. (Simon).
* The article now always shows IN the desktop area (Simon).
* The text is no longer bold by default. Long standing bug (feature?)
  (Simon).
* allNewsWidget now themeable (no skins, but colors and fonts can be
  freely selected) (Simon).
* Fixed problems with feeders locking (Simon).
* Fixed some error messages (value returned but resulting in a plain
  exit). (Simon).
* Customized the look of the allNewsWidget (new class listItem.cpp).
  (Simon).

0.9.2 (2000-01-02)
* Changed fetchNews.cpp somewhat (new option --read that only reads the
  source file, not fetching it). (Simon Kgstrm)
* Feeder for rainews24 (Italy). (Simon Kgstrm)
* Fixed a reintroduced display bug (body shown without whitespaces).
  (Simon Kgstrm)
* Rewrote the news storage system completely. Now uses a cleaner
  interface without pointer jumps. (Simon Kgstrm)
* Changed Makefile again. (Simon Kgstrm)
* Feeder for theregister.co.uk (Nicholas Daley)

0.9.1 (1999-11-19)
* Fixed article flickers when displaying articles by mousepos. 
  (Simon Kgstrm, as always...)
* www.torget.se changed their TT-page somewhat, some changes 
  in tt.cpp was needed. Fixed that. (Simon Kgstrm)

0.9.0 (1999-10-29)
* Removed a bug when the program shows articles when placing
  the mouse over them (Simon Kgstrm)
* Edited the Makefile. You can now do a "make install" to 
  install the program in /usr/local/ttnews. To uninstall it
  run "make uninstall". make in the main-dir now makes the 
  feeders as well (Simon Kgstrm)
* A fetch-time option can now be passed to the feeders. Some
  improvements of the fetchNews code (Simon Kgstrm)
* Fixed bug in freshmeat.cpp (Simon Kgstrm)
* Fixed bug in slashdot.cpp (Simon Kgstrm)
* Added #define READ_COMMAND_FILE if you want TT-News to read
  the command file ("keyboard shortcuts") (Simon Kgstrm)
* Wrote a framework for feeders. Now has common code for fetching
  the news, doesn't need X to run. (Simon Kgstrm)
* Fixed nasty memory leak in genericNews.cpp (Simon Kgstrm)
* the NewsBody-window is now constructed once, then hidden if 
  the user hides it :-) (Simon Kgstrm)
* Changed Makefile. Now uses -I$(QTDIR)/include to find the QT
  include-files (thanks Nerijus) (Simon Kgstrm).
* A click with right mouse button in the main window pops up
  a menu with a few choices. (Simon Kgstrm)
* Now checks for news sources before actually loading them.
  (Simon Kgstrm)
* Feeder for Heise.de (Simon Kgstrm)

0.3.0 (1999-9-18)
* Removed some of the article-display bugs (Simon Kgstrm)
* Ticker now shows article only if it has an article :-)
  (Simon Kgstrm)
* Feeders (servers) for Slashdot, Freshmeat, Linuxtoday, BBC
  and TT (Carl Smith).
* New config-options:
	ShowArticlePic=true/false, if you want the pictures
	 associated with articles to be shown.
	ShowDefaultPicture=true/false, if you want the default
	 picture to show if the article have no pic associated
	 with it.
	ShowArticleBody=true/false, if you want the article to 
	 be shown at all. (Simon Kgstrm)	
* #define DESKTOP_NO_WM_CONTROL in ttnews.h if you want the 
  program to be unmanaged by the Window Manager (Carl Smith)
* More placement options:
  topleft, bottomright, topright, bottomleft and user. User
  works like before, with windowmetrics, the other should be
  self explanatory (Carl Smith)
* News-file format rewritten:
	DATE:Date of Article
	TIME:Time of Article
	TITLE:Title of article
	COLOUR:text colour to display in
	URL:Url of related information
	IMAGE:Image file that may be displayed
	TEXT:
	...
	TEXT:

	A DATE: line makes a new article
	Only DATE is mandatory.
  (Carl Smith)

0.2.5 (1999-08-27)
* Double-clicking in AllNewsWindow warps to the selected
  news-item.
* AllNewsWindow is now a normal QListBox-widget.
* Window is moved inside screen if windowMetrics is outside
  the screen.
* Allows more than one input file (for news)
* allNewsButton now repaints in a more nice fashion (still
graphical glitches though).
* Article window now shows correctly in other places on 
screen than lower right.
* Implemented "keyboard shortcuts" through a file which you
can echo commands.
* NO_PIC in the news-file now shows the body without any
picture associated with it.

0.2.4 (1999-08-01)
* allNewsWindow can be closed in the normal fashion.
* Now uses default picture in the news-body if no picture
can be found.
* Added server for linuxtoday.com (unfinished). 
* Remembers the window-position from last run.

