2000-12-11 David Mimms, Jr <tha_d@hotmail.com>
	* Release 0.2.5
	** added translation credits (should have done that in last release...sorry!)
	** titlebar changes to "rdj - " + station name
	** added ability to change frequency display colors!
	** merged font and colors code into interface.cc
	** updated man page
	** change compilation scheme from gtk-config to gnome-config
	** fixed the font selection bugs
	** removed a lot of studpid debug code
	
2000-11-10 David Mimms, Jr <tha_d@hotmail.com>
	* Release 0.2.4
	** German and Turkish support language added
	** font selection for frequency display added
	** started support for setting frequency display colors

2000-10-29 David Mimms, Jr <tha_d@hotmail.com>
	* Released 0.2.3
	** window title changes to station name
	** configured Makefile to find LIRC
	** rdj_term tunes dft station when you only specify a card instead
	   of just saying thanks
	** radioclass starts at full volume instead of half max volume
	** when LIRC is supported, a small red circle appears in the frequency display
	** when lircd is restarted and the circle disappears, press 'r'

2000-10-22 David Mimms, Jr <tha_d@hotmail.com>
	* Released 0.2.2
	** fixed store_location read config bug
	** changed ChangeLog style
	** added LIRC support [see rdj man page]
	** fixed frequency display misc characters bug
	** fixed change station up in order to implement LIRC support

2000-10-09 David Mimms, Jr <tha_d@hotmail.com>
	* Released 0.2.1
	** removed redundant code in radioclass.cc
	** no longer have to change station back to default when saving options
	** rdj_term has "-off" option to mute radio
	** now ignores hangup signal instead of handling it by closing program
	** no longer handles sigsev signal because of endless loop when exiting program
	** accidental mute on exit fixed
	** added tooltips to icons
	** user interface & icons slightly remodeled
	** toggle button icons change when toggled
	** when no tv program is selected in config, the tv icon is removed
	   from main window.  (program restart required)
        ** removed noisey code from keyboard handler (pressing 'm' sounds better now)
	** new option to save the current station as default when exiting
	** updated man page
	** removed a lot of unneeded code

2000-09-29 David Mimms, Jr <tha_d@hotmail.com>
	* Released 0.2.0
	** xawtv execution fixed by not fclosing stderr
	** Minus key also mutes
	** Escape key also quits program
	** Radio card reopen message after tv kill moved to debug code
	** radio_cs default constructor no longer tries to open default radio card
	** no longer use v4l-conf to load video4linux modules.  that's done in radioclass.cc
	** rdj_term (rdj for the terminal) added to package

2000-09-26 David Mimms, Jr <tha_d@hotmail.com>
	* Released 0.1.9
	** modified some of the interface
	** fixed the frequency display
	** added keyboard controls (see README)
	** default station is no longer at top of radio station menu
	** main window's radio menu follows Options window station changes
	** added save window location option
	** added "Apply" button to Options window

2000-07-30 David Mimms, Jr <tha_d@hotmail.com>
	* Released 0.1.8
	** fixed card access bugs (in radio_cs.cc and callbacks.cc) read KNOWN_BUGS
	** added multi-language support
	** slightly remodeled scan interface
	** added new icon
	** no xpm seg-fault fixed
	** added graphic to About section

2000-07-30 David Mimms, Jr <tha_d@hotmail.com>
	* Released 0.1.7
	** replaced perror with strerror in radio class
	** changed tv push button to toggle button.  On tv de-click, rdj kills
	   the tv app via killall
	** removed unnecessary code
	** split callbacks into callbacks and interface files
	** placed all global vars in globals.cc
	** placed all external vars in externs.h

2000-07-09 David Mimms, Jr <tha_d@hotmail.com>
	* Released 0.1.6
	** added man page
	** create rpm
	** properly applied GNU GPL text to all sources
	** changed the interface by adding pictures and making the window smaller
	** fixed the way it looked under the default gtk+ theme

2000-05-10 David Mimms, Jr <tha_d@hotmail.com>
	* Released 0.1.5
	** mute radio on start up
	** catches ^C and HUP for clean exit
	** fixed freq inc/decrement display bug
	** mutes radio when starting tv program

2000-03-31 David Mimms, Jr <tha_d@hotmail.com>
	* Released 0.1.4
	** on Options window 'save' & 'close' force the menu and frequency
	   on main window to tune the default station only if the station has 
	   been changed
	** changed main window from toplevel to dialog
	** added v4l-conf execution for module loading
	** name changed to rdj
	** scan code modified

2000-03-21 David Mimms, Jr <tha_d@hotmail.com>
	* Released 0.1.3
	** changed radio, stations list, and scan code into classes
	** remodeled prog's file structure into multiple file program
	** changed icon
	** scan once per save/exit problem fixed

2000-03-18 David Mimms, Jr <tha_d@hotmail.com>
	* Released 0.1.2
	** frequency position modified to position according to string size of freq
	** add check for period in new freqs
	** prevented backwards scanning
	** fixed long int to double problem

2000-03-16 David Mimms, Jr <tha_d@hotmail.com>
	* Released 0.1.1
	** minor bug fix with setting the tuner and frequency display

2000-03-15 David Mimms, Jr <tha_d@hotmail.com>
	* Released 0.1.0
