2001-03-09  ERDI Gergo  <cactus@cactus.rulez.org>

	* configure.in (ALL_LINGUAS): added "de"

2001-02-21  Kjartan Maraas <kmaraas@gnome.org>

	* configure.in: Added no to ALL_LINGUAS.
	
2001-02-07  ERDI Gergo  <cactus@cactus.rulez.org>

	* configure.in (ALL_LINGUAS): new translations: es

2001-02-07  ERDI Gergo  <cactus@cactus.rulez.org>

	* README.lirc: New file explaining using LIRC with RadioActive
	
	* common/file.cc (load_button_values): 
	(save_button_values): Use gnome_config_ to store station
	information instead of separate ~/.radioactive directory

	* applet/applet.cc (RApplet): 
	* common/wndMain.cc (wndMain):
	* common/driver.h:
	* common/driver.cc (mute_impl): Rewrite of the way the `mute'
	buttons in the main window and the applet are kept in sync

	* common/wndMain.h:
	* common/wndMain.cc (key_press): Add keyboard control to the main
	window (based on patch by Chun-Chung Chen <cjj@u.washington.edu>.

2000-12-18  Christopher R. Gabriel  <cgabriel@softwarelibero.org>

	* configure.in (ALL_LINGUAS): added italian translation and
	alphabetically sorted. 

2000-11-01  ERDI Gergo  <cactus@cactus.rulez.org>

	* applet/applet.cc: Changed the order of signal connections to
	avoid circular connections

2000-10-31  ERDI Gergo  <cactus@cactus.rulez.org>

	* common/properties.cc: User-changeable number of tuner buttons

2000-10-30  ERDI Gergo  <cactus@cactus.rulez.org>

	* common/file.cc (save_config): Reset window position when it's
	not saved

2000-10-29  ERDI Gergo  <cactus@cactus.rulez.org>

	* common/properties.cc: The user can set the tune step in MHz

	* common/file.cc: Store the tune step setting

	* common/wndMain.cc: Use the tune step set by the user

2000-10-27  ERDI Gergo  <cactus@cactus.rulez.org>

	* applet/applet.cc (next): Skip empty channels
	(prev): ditto

2000-10-24  ERDI Gergo  <cactus@cactus.rulez.org>

	* common/file.cc (read_config): restore mute setting
	(save_config): save mute setting at exit
	* standalone/radioactive.cc (main):    (ditto)
	* applet/radioactive_applet.cc (main): (ditto)

	* common/wndMain.cc (wndMain): Changed the tuner buttons to RepeatButtons

	* radioactive.h: Timeout values for the applet and tuner buttons

	* applet/applet.cc (RApplet): Use RepeatButton for the channel changers

	* common/repeat-button.{cc,h}: new class for a button that
	repeadetly fires a signal if it's continously pressed

2000-09-24  ERDI Gergo  <cactus@cactus.rulez.org>

	* common/file.cc (save_button_values): We should set the locale
	to "C" before loading/saving floats from text files. Thanks for
	Stanislav Brabec <utx@penguin.cz> for the bug report.

2000-09-06  ERDI Gergo  <cactus@cactus.rulez.org>

	* configure.in (ALL_LINGUAS): Added `cs' to list of supported languages

	* standalone/radioactive.desktop,
	applet/radioactive_applet.desktop: Added locale names as suggested
	by Stanislav Brabec <utx@penguin.cz>

	* standalone/radioactive.cc (usage): Fixed a typo

2000-05-21  ERDI Gergo  <cactus@cactus.rulez.org>

	* configure.in (VERSION): bumped verison number and GTK-- version number

	* common/wndMain.cc (dev_change): Gnome-- 1.2 API changes

	* standalone/radioactive.cc (stop): EGCS was having issues with
	calling static functions on instances

2000-02-12  Fatih Demir <kabalak@gmx.net>

	* configure.in : Added tr to ALL_LINGUAS .

2000-02-10  ERDI Gergo  <cactus@cactus.rulez.org>

	* configure.in (have_applet), applet/Makefile.am: Check for
	Panel-- and compile the panel applet version accordingly

2000-02-03  ERDI Gergo  <cactus@cactus.rulez.org>

	* common/driver.cc: two utility functions to get the frequency
	range of the device
	(mute): Set volume to 0 on muting, otherwise the volume jumps up
	when changing frequencies

	* radioactive.h: removed RADIO_FREQ_MAX and _MIN macros

	* common/wndMain.cc (dev_change): Gnome::error_dialog is changed
	to Gnome::error in Gtk-- 1.1.8
	(wndMain): Use the max/min values got from the tuner itself
	instead of hardcoded defaults

2000-02-01  ERDI Gergo  <cactus@cactus.rulez.org>

	* radioactive.h: Bumped version number

	* common/wndMain.cc (wndMain): Added nice pixmaps to the tuner
	buttons, based on the stock GNOME pixmaps

2000-01-26  ERDI Gergo  <cactus@cactus.rulez.org>

	* common/wndMain.cc (mouse_clicked): cleaned up the popup code

2000-01-02  ERDI Gergo  <cactus@cactus.rulez.org>

	* applet/applet.cc (RApplet): Oops... when a station changed, it
	forgot to notify the applet about it

1999-12-29  ERDI Gergo  <cactus@cactus.rulez.org>

	* various: Found some more strstream hacks (removed) 

1999-12-27  ERDI Gergo  <cactus@cactus.rulez.org>

	* applet/applet.cc: The channel number's tooltip shows the current
	station's name and frequency
	(update_channel): Removed ugly strstream hacks (using glib for int->string)

