2002-09-16;	Alexandru Csete <csete@users.sourceforge.net>
	* gnome-hamlib-rig.h: Added missing function prototypes
	and structure members.
	* gnome-hamlib-rig.c: Fixed bug which caused the sliders
	to initialize to zero no matter what. Furthermore, the
	initial slider values are set only if the rig supports
	the corresponding rig_has_get_level and the slider signals
	are connected after the initial vlaues are set to avoid
	triggering a rig_set_level with 0 level. Thanks to Joop,
	PA4TU for finding these.
	* main.c: Added temporary command line option to enable
	frequency readback (experimental).
	
2002-09-14;	Alexandru Csete <csete@users.sourceforge.net>
	* gnome-hamlib-rig.c: Using gtk_option_menu_set_history
	instead of gtk_menu_set_active for Mode, Filter and AGC
	selectors. Using val.f instead of val.i (wrong) for
	default values for the sliders.
	* main.c: Added stop-timer calls on program exit.
	
2002-09-10;	Alexandru Csete <csete@users.sourceforge.net>
	* gnome-hamlib-rig.c: Added wheelmouse support. The
	frequency is incremented/decremented when the wheel
	is moved on a wheelmouse.
	
2002-08-18;	Alexandru Csete <csete@users.sourceforge.net>
	* grig-config-rig.c, grig-config-rot.c: Removed
	implicit destruction of button and list widgets.
	* main.c: Added program version and rig model to
	window title. Also added some command line options.
	* grig-config.c: Removed empty pages.
	* grig-config-general.c, grig-config-general.h:
	Added files (have been somehow forgotten).
	* menubar.c: Added href buttons to "About" box.
	
2002-08-17;	Alexandru Csete <csete@users.sourceforge.net>
	* grig-config, grig-config-rot: Added conditionals
	to check for rotator availability.
	
2002-08-16;	Alexandru Csete <csete@users.sourceforge.net>
	* riglist-util.c, rotlist-util.c: Keep singly linked
	list in memory until program is quit.
	* grig-druid-rig.c, grig-druid-ant.c: Changed "Mfg"
	to "Brand". Removed driver version info. Saves number
	of radios/rotators.
	* grig-druid-loc.c: Saves number of locations. Also
	reads default location if already configured.
	* grig-config-rig.c, grig-config-rot.c: Finished.
	Everything but the "Test" button works.
	* main.c: Configuration test is performed using the
	number of radios.
	* grig-druid.c: Added more text to start page.
	
2002-08-15;	Alexandru Csete <csete@users.sourceforge.net>
	* hamlib-widgets.c: Changed Mfg. to Brand.
	
2002-08-13;	Alexandru Csete <csete@users.sourceforge.net>
	* grig-utils.c, grig-utils.h: Created files with a 
	function to create a pixmap button with a GNOME_STOCK
	pixmap.
	
2002-08-10;	Alexandru Csete <csete@users.sourceforge.net>
	* menubar.c: Added "Preferences" item.
	
2002-08-09;	Alexandru Csete <csete@users.sourceforge.net>
	* grig-config.c, grig-config.h: Created files.
	* grig-config-loc.c, grig-config-loc.h: Created files.
	* grig-config-rig.c, grig-config-rig.h: Created files.
	* grig-config-rot.c, grig-config-rot.h: Created files.

2002-08-08;	Alexandru Csete <csete@users.sourceforge.net>
	* hamlib-widgets.c: Removed all obsolete code.
	* gnome-hamlib-rig: Added frequency readout to LCD
	panel including API functions.
	
2002-08-07;	Alexandru Csete <csete@users.sourceforge.net>
	* gnome-hamlib-rig: Added LCD canvas, AF, RF, NR, SQL
	and APF sliders including the general set/get API
	function.
	* defaults.h: Increased canvas size to 150.
	
2002-08-05;	Alexandru Csete <csete@users.sourceforge.net>
	* gnome-hamlib-rig: Added some API functions, which
	can be used as wrappers for the Hamlib functions (this
	way the client code does not need to kow anything about
	the Hamlib API). AGC selector is disabled if RIG does
	not support rig_set_level (AGC).
	
2002-08-04;	Alexandru Csete <csete@users.sourceforge.net>
	* main.c: Uses new GnomeHamlibRig widget and added
	error checking. Reads hamlib-debug settings from
	GConf key /apps/grig/hamlib/debug.
	* menubar.c: Stored hamlib-debug choice in GConf key
	/apps/grig/hamlib/debug.
	* gnome-hamlib-rig.c: Reimplemented POWER, MODE, FILTER
	and AGC.
	
2002-08-03;	Alexandru Csete <csete@users.sourceforge.net>
	* gnome-hamlib-rig.c, gnome-hamlib-rig.h: Replaced
	contents with gnome-icon-entry and changed names to
	gnome-hamlib-rig (I have now used TOO MANY days to
	try to make that widget work without satisfying
	results).

2002-07-27;	Alexandru Csete <csete@users.sourceforge.net>
	* gnome-hamlib-rig.c, gnome-hamlib-rig.h: Created
	files containing a GNOME widget to control the RIG.
	Added basic function and types.
	* grig-druid-*.c: Added 5 pixels space around frames.
	
2002-07-24;	Alexandru Csete <csete@users.sourceforge.net>
	* grig-druid-loc.c: Added conditionals to make code
	work with hamib-1.1.2 (no qra2onglat etc.)
	* grig-druid-rig.c, grig-druid-ant.c: Changed port
	entry to a simple GtkEntry instead of combo-box.
	
2002-07-23;	Alexandru Csete <csete@users.sourceforge.net>
	* grig-druid.c: Made antenna setup optional (only if
	hamlib-1.1.3 is available).

2002-07-20;	Alexandru Csete <csete@users.sourceforge.net>
	* rotlist-util.c, rotlist-util.h: Created files based
	on riglist-util.
	* riglist-util.c: Changed list to riglist to avoid
	confusion with rotlist.
	* hamlib-widgets.c: Changed "RIG" to "Model" and added
	new function to return a GtkCList containing the rotator
	drivers.
	* grig-druid-rig.c: Changed global widgets to static.
	Implemented finish and cancel.
	* grig-druid-ant.c: Added widgets (same type as for the
	RIG). Should have been called grig-druid-rot.c ?
	Implemented finish and cancel.
	* grig-druid-loc.c: Implemented finish and cancel.
	* grig-druid.c: Added exit to cancel_cb.
	* main.c: Cleaned up code (removed riglist dialog).
	
2002-07-17;	Alexandru Csete <csete@users.sourceforge.net>
	* grig-druid-rig.c: Finished first draft of RIG
	config widgets.
	
2002-07-11;	Alexandru Csete <csete@users.sourceforge.net>
	* grig-druid-loc.c: Finished lat/lon widgets with
	automatic conversion to QRA locator.
	
2002-07-04;	Alexandru Csete <csete@users.sourceforge.net>
	* grig-druid.c: Added text to start and finish pages.

2002-07-03;	Alexandru Csete <csete@users.sourceforge.net>
	* src/main.c: Added GConf initialization.
	* src/grig-druid, src/grig-druid-rig:
	Created files with some basic content and functionality.
	* src/Makefile.am: Added new files to the list.
	
2002-03-25;	Alexandru Csete <csete@users.sourceforge.net>
	* hamlib-widgets.c: Fixed RIG mode setting at program
	start (PA4TU).
	
2002-02-05;	Alexandru Csete <csete@users.sourceforge.net>
	* menubar.c: Added menu tree for RIG debug level.
	
2002-01-27;	Alexandru Csete <csete@users.sourceforge.net>
	* menubar.c: Added file.
	
2002-01-23;	Alexandru Csete <csete@users.sourceforge.net>
	* hamlib-widgets: Implemented click on middle
	mouse button (sets clicked digit to zero). Changed
	lower frequency limit to 30 kHz.
	* hamlib-widgets: Added function to clean up RIG
	resources on exit.
	* main.c: Added delete and destroy callback functions
	to clean up RIG resources properly.
	
2002-01-07;	Alexandru Csete <csete@users.sourceforge.net>
	* hamlib-widgets: Added frequency display. Set frequency
	by left/right clicking on a digit. Very buggy I guess -
	can't test with dummy backend.
	
2002-01-04;	Alexandru Csete <csete@users.sourceforge.net>
	* hamlib-widgets: Added sliders for AF, RF, IF, APF
	and SQL. Sliders are created only if set_level function
	is available for the selected RIG.
	
2001-12-29;	Alexandru Csete <csete@users.sourceforge.net>
	* main.c: Added radio selection dialog.
	* hamlib-widgets.c: Added function that creates a clist
	widget containing supported radios.
	
2001-12-25;	Alexandru Csete <csete@users.sourceforge.net>
	* hamlib-widgets: Created container widget to hold all
	available controls.
	* riglist-util: Added functions to create a list with
	the available drivers in hamlib.
	
