1-17-06 gfeed-2.5.0-pre1 Released
-Fix race condition when clicking "Update" before the last "Update" had finished, finally!
-First logging functionality.  Must put log=1 in the feed file for it to work.  Doesn't really log much right now, but by 2.5.0 final it will log 
actual feed items to be viewed later.
-Other misc. bugfixes and code cleanups.
-See http://cia.navi.cx/stats/project/gfeed for a complete list of commits

1-1-06 gfeed-2.4.3 Released
-Changes:
	-Set window icon correctly.
	-Few mem leaks and code formatting fixed
	-Right-click on an item choice added for opening link in new Firefox tab.

8-17-05 CVS gfeed-2.4.3-pre1
-Set the window icon.

8-3-05 gfeed-2.4.2 released
-Misc. fixes from CVS, should fix a lot of problems.

6-14-05 gfeed-2.4.1 released
-Revert to an older version of gui.c, fixes bug when clicking "update".  All other bug fixes from 2.4.0 are still here, though.

6-13-05 gfeed-2.4.0 released
-More overflows fixed
-More cleanups
-agg documentation

6-12-05 CVS gfeed-2.4.0-pre1
-Moved source files into directory src
We lose the revision history, but the code is cleaner so its O.K.
-Moved error code into their own files
-Fixed possible overflows
-General cleanups and fixes

Hopefully finished before 2.4.0-final:
More documentation, especially on agg
Maybe depend on PCRE, as I plan for the next release to parse out HTML tags and things such as &gt;


6-10-05 gfeed 2.3.3 Released
-Added scripts directory
-Added agg feed aggregation script
-Fixed some mem allocation bugs when the feed is badly formed

6-3-05 gfeed 2.3.2 Released
-Major additions to the documentation
-Code cleanups
-Major bug that causes gfeed to crash when pressing "Update" too many times has been fixed.

5-30-05 gfeed 2.3.1 Released
-Fix loading file:// feeds(handle parsing correctly)
-Fix 'face' config option(works now)
-Add documentation framework and a bit of documentation

5-20-05 gfeed 2.3.0 Released
-Fixed up the console output
-Added new quote
-All other changes in CVS since 2.2.4 (a lot)

5-14-05 gfeed 2.3.0 version change in CVS(synopsis of changes since 2.2.4)
-New error subsystem so errors are actually handled correctly
-Command line options are now parsed using getopt so that we can now have really options
-Misc fixes
-Before final I plan to add command switches so that various parts of the feed can be outputed to the command line, such as titles
and descriptions.  I want this as it will be an easy way to parse through feeds in a quick manner for another project of mine.

4-17-05 gfeed 2.2.4 Released
-Minor additions(can't remember atm, forgot to update this)

4-9-05 gfeed 2.2.3 Released
-Made gnet an optional dependency(per request)
-Some "about" dialog changes

4-5-05 gfeed 2.2.2.1 Released
-Lowered some library requirements

4-3-05 gfeed 2.2.2 Released
-Quite a few bugs releated to abnormal feeds fixed
-Install the icon
-About dialog available from systray menu

3-31-05 gfeed 2.2.1 Released
-Actually use gnet now

3-30-05 gfeed 2.2.0 Released
-gfeed is now modular, dependency on gnet

3-28-05 gfeed 2.1.0 Released
-Added a systray(sooner than I though!)
-The systray, when click on, hides the gfeed window or shows it.  You can hover
your mouse over the icon to see the title of the feed.

3-28-05 gfeed 2.0.4 Final Released
-Added config options for changed geometry and disabling the quit button
-Fixed some stupid bugs
-I plan to add a systray icon in the next release, so cross your fingers

1-23-05 gfeed 2.0.3 Released
-Contains all fixes from CVS
1-22-05 CVS UPDATE
-Set free()'d data to NULL to avoid dangling pointers.
-Did some major testing to see if I could break the config file parser, couldn't, so I guess thats a good thing.
-Removed a redundant loop in conf.c
1-16-05 CVS UPDATE
-Getting ready for 2.0.2 release
1-15-05 CVS UPDATE
-Added support for changing background color
-Added support for changing foreground text color
-TODO:Support for removing 'Update' and 'Quit' buttons as well as scrollbars to make
gfeed truly embeded into the desktop(until GTK+ supports RGBA Visuals anyway)

gfeed 2.0.1 Changelog
Added support for link color specifying in config file
Fixed a few config file parsing bugs
Default window size fixed
Tooltips added for Update and Quit buttons
Support for window decorations added to config file
