2001-11-24 David Mimms, Jr. <fusion_dm@mailcity.com>
	* Release 0.3.2
	** added Spanish translation from Miguel ngel Fernndez Chacn

2001-10-24  David Mimms, Jr. <fusion_dm@mailcity.com>
	* Release 0.3.1
	** configured Makefile to create non-lirc rdj on lirc enabled system
	* src/config.cc: updated read_config and split_equation
	* src/callbacks.cc: added strong signal indicator in frequency display
	* src/callbacks.cc: added numerical shortcuts for switching stations by pressing
	  the a station's list position.  The numbers are 1 - 9.

2001-08-22  David Mimms, Jr. <fusion_dm@mailcity.com>
	* Release 0.3.0
	* src/callbacks.cc: removed malfunctioning scan interface and ADT from rdj program
	* src/callbacks.cc: fixed segfault when all stations removed & saved
	** created separate programs (rdj_scan & fscan) for scanning stations
	** bug fixes and optimizations
	** redesigned the station editing section
	** added option to scan up to next station instead of tuning by increments
	** can scan entire range with click of a button in stations editing section
	** updated Makefile and man page
	** Czech language submitted by Radek astn (iso-8859-2 encoding)
	** moved scripts from src/ to po/
	** all source that included gtk/gtk.h now includes gnome.h instead
	** about section has enhanced URL
	
2001-06-08 David Mimms, Jr. <fusion_dm@mailcity.com>
	* Release 0.2.12
	* src/lirc.cc: fix unknown lirc function for non-lirc users found by Laurens Keek
	** Dutch language support submitted by Laurens Keek

2001-05-31 David Mimms, Jr. <fusion_dm@mailcity.com>
	* Release 0.2.11
	* Makefile: fix loop
	* src/Makefile: fix manpage location

2001-05-30 David Mimms, Jr. <fusion_dm@mailcity.com>
	* Release 0.2.10
	* src/main.cc: setlocale support suggested by Andrey Kiselev
	* src/callbacks.cc: removed frequency delimeter check
	* src/callbacks.cc: rewrote TUNE directive as a function
	* src/lirc.cc: added "dump lirc" to release LIRC support while using
	  rdj.  I like to run xawtv and rdj at the same time and listen to
	  only one station while switching tv channels via remote.  You can
	  still hit 'r' to reload LIRC.
	* manpage now installs into /usr/share/man instead of /usr/man/man
	* moved icons to their own package

2001-05-13 David Mimms, Jr <fusion_dm@mailcity.com>
	* Release 0.2.9
	** russian language support submitted by Andrey Kiselev
	** locale updates also by Andrey
	* include/lang.italiano.h: spelling & grammar errors fixed by Vanni Brutto
	
2001-04-10 David Mimms, Jr <fusion_dm@mailcity.com>
	* Release 0.2.8
	** added an easy frequency changing window by pressing 'n' or 'N'.  However,
	   in the future, I want to use the right mouse button over the frequency
	   display instead.
	* src/config.cc: fixed buggy mute-on-exit problem
	** minor information updates

2001-02-19 David Mimms, Jr <fusion_dm@mailcity.com>
	* Release 0.2.7
	* src/radioclass.cc: again modified module loading code for
	  those of you who only have radio cards and not tv/radio cards
	* src/main.cc: added a surprise shake function
	* Makefile: fixed so you can make rdj from outside src directory
	* src/callbacks.cc: when you reload LIRC support with 'r', the red circle
	  reappears without having to change stations first.
	* src/rdj_term.cc: modified so it can be used w/o a ~/.rdj file
	* include/lang.italiano.h: italian language supported

2000-12-16 David Mimms, Jr <tha_d@hotmail.com>
	* Release 0.2.6
	** font string changes to new font selection when you click Apply
	   instead of not changing
	** improved other misc UI stuff
	* src/radioclass.cc: modified the module loading code
	* src/callbacks.cc: fixed the gtk_bin assertion problem

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
