2005-05-25;	Alexandru Csete <csete@users.sourceforge.net>

	* sataos.c, satlist-multi-aos.c, satlist-single-aos.c,
	* satmap-multi-aos.c, satmap-single-aos.c, satmap.c,
	* satpref-general.c, satprint.c, util.c:
	Applied patch from Thierry F4DWV, which makes the show local time
	instead of UTC work everywhere inthe program.

	* callbacks.c:
	Updated About dialog.

	* iconbar.c:
	Removed parts, which are not yet implemented.
	

2005-01-29;	Alexandru Csete <csete@users.sourceforge.net>

	* main.c:
	Don't include sat-target widget.

	* engine.h:
	Include satdata.h

	* qth.c, satlist.c, satmap.c, satpref-qth.c, sattarget.c:
	Cleaning. Removed unused functions and variables.
	

2005-01-12;	Alexandru Csete <csete@users.sourceforge.net>

	* sun.c, moon.c:
	Added widget to show rise/set time. Changed private data and functions
	to static.

	* sattarget.c: Re-align widgets.

	* callbacks.c: Update copyright year.
	

2005-01-09;	Alexandru Csete <csete@users.sourceforge.net>

	* satplot.c: Cleaning.

	* satsky.c, satsky.h: Added files.

	* sataos.c, sataos.h:
	Discard passes below minimum elevation.
	
	* satlist-multi-aos.c, satmap-multi-aos.c:
	Added support for minimum elevation.

	* satpref.c:
	Added tooltip to minimum elevation spin button.
	

2005-01-08;	Alexandru Csete <csete@users.sourceforge.net>

	* satlist.c: Changed to use new mini-buttos for attach/detach and
	close. Window has a default size of 640x400 when list is detached from
	notebook.

	* sattarget.c, sattarget.h: Code compiled only if HAVE_HAMLIB dfined.

	* satpref-satmap.c: Changed lower limit for timeout to 3000 msec. Steps
	increased to 100 and 1000.

	* satpref-qth.c, satconfig-locations.c: Changed sign of longitude when
	interfacing to hamlib longlat2locator and locator2longlat functions
	(bug #1093317).

	* satpref.c: Added minimum elevation to predict tab.

	* all: Updated year.

	
2005-01-07;	Alexandru Csete <csete@users.sourceforge.net>

	* extra-widgets.c: Added gpredict_mini_button function to help create
	small buttons with an icon.

	* satmap.c: Changed to use new mini-buttos for attach/detach and close.

	
2005-01-04;	Alexandru Csete <csete@users.sourceforge.net>

	* satpref-satmap.c: Fixed mis-spelling (bug #1095586).

	
2004-05-09;	Alexandru Csete <csete@users.sourceforge.net>

	* sattarget.c, sattarget.h: Added files for target management.

	* Makefile.am: Added sattarget files to list of files.

	* main.c: Include target in info box at the bottom of the main window
	but only if compiled with hamlib support.

	* satmap.c: none?

	* engine.c: Increased timestep from 0.005 to 0.015 to calculate next
	AOS when satellite status is SAT_STATUS_CAMEUP. 

	
2004-05-08;	Alexandru Csete <csete@users.sourceforge.net>

	* satpref-qth.c: Changed to allow deleting of default QTH but
	Delete button is enabled only if the are more that one QTH in
	the list. If no QTH is selected as default, the 0th will be selected
	as default QTH.

	* satpref-rig.c: Enable delete button only if there are more than
	one radios in the list.

	* satpref-rot.c, satpref-rot.h: Added files. Contain configuration
	pages for rotators. Due to many changes from grig, I used the
	satpref-rig template instead of Grig template.

	* satpref.c: Added rotator configuration page.

	* Makefile.am: Added satpref-rot.c and .h files to list of files.

	* satpref-satmap.c: Cleaned file.

	* iconbar-popup-menu.c, toolbar.c, menubar.c: Change menu initializer
	strings to be constants (looks like I got gettext working again).

	
2004-05-07;	Alexandru Csete <csete@users.sourceforge.net>

	* satconfig-rig.c: Fixed a typo.

	* satconfig-rig.h: Cleaning.

	* satconfig.c: Added some comments to the part where the TLE files
	are copied. Verified correct functionality.

	* satpref.c: Changed notebook not to be scrollable (no hidden pages).
	Added radio configuration page.

	* satpref-rig.c, satpref-rig.h: Added files. Contain configuration
	pages for radios. Used template from Grig.

	* Makefile.am: Added satpref-rig.c and .h files to list of files.

	
2004-03-23;	Alexandru Csete <csete@users.sourceforge.net>

	* satconfig-rig.c, satconfig-rot.c: Added radio and antenna icons.

	
2004-03-22;	Alexandru Csete <csete@users.sourceforge.net>

	* satconfig-rig.c, satconfig-rig.h: New files. Contain druid page
	for default radio setup.

	* satconfig-rot.c, satconfig-rot.h: New files. Contain druid page
	for default rotator setup.

	* hamlib-widgets.c, hamlib-widgets.h, riglist-util.c, riglist-util.h,
	* rotlist-util.c, rotlist-util.h: New files. Support widgets for the
	radio and rotator configuration.

	* satconfig.c: Added radio and rotator setup pages.

	* Makefile.am: Added new files to list.

	
2004-03-21;	Alexandru Csete <csete@users.sourceforge.net>

	* main.c: Changed configversion to 0.5

	* satconfig.c: Only copy TLE files if they do not already exist.

	* satconfig-locations.c: Load default QTH (if exists) and disable
	Next button if QTH name/call field is empty. Also, if a default
	QTH has been previously configured, the new values will be written
	to that record.

	
2004-03-20;	Alexandru Csete <csete@users.sourceforge.net>

	* satmap.c: Change satinfo footer to show LOS if the satellite is
	within range. Added checks to see whether satellite ever comes within
	range. Implemented selection. Added Az and El for satellites within
	range.

	* satmap.h: Added definition of ASCII degree character.

	* satplot.c: Changed to use the ASCII code for degree.

	* satmap-info.c, satmap-info.h: Added files. Shows info about
	selected satellite. Used skeleton from satlist.

	* satmap-single-aos.c, satmap-single-aos.h: Added files. Used skeleton
	from satlist.

	* satmap-multi-aos.c, satmap-multi-aos.h: Added files. Used skeleton
	from satlist.

	* Makefile.am: Added new files to the list.

	
2004-03-19;	Alexandru Csete <csete@users.sourceforge.net>

	* extra-widgets.c, extra-widgets.h: Added two functions to create
	standard pixmap buttons.

	* satlist.c: Changed buttons to use the new utility functions.

	* satmap.c: Changed buttons to use the new utility functions. Added
	1000 msec timeout to update the clock. Changed satinfo footer to be
	dynamic. Reversed coordinates from lat/lon to lon/lat.

	
2004-03-17;	Alexandru Csete <csete@users.sourceforge.net>

	* satmap.c: Added event handler to tackle mouse events on each
	satellite item. Until now, it handles ENTER and LEAVE events.

	
2004-03-16;	Alexandru Csete <csete@users.sourceforge.net>

	* satmap.c: Added skeleton for info messages (two headers and two
	footers). Header on the left contains QTH info, header on the right
	shows the clock. Left footer is dynamic cursor info and footer on
	the right shows info about the next AOS. QTH info and next AOS labels
	are done. Fixed a minor bug in satmap_open which gave a compiler
	warning.

	* satconfig.c: Fixed a typo in a comment.

	
2004-03-15;	Alexandru Csete <csete@users.sourceforge.net>

	* satpref-qth.c, satconfig-locations.c: Changed to compile with
	hamlib 1.2 - it is no longer possible to compile with hamlib 1.1
	Changed HAVE_LIBHAMLIB define to HAVE_HAMLIB. Removed 	
	HAVE_HAMLIB_ROTATOR_H. Made conversion string handling more secure.

	* satconfig-locations.h: Added pair_count constant.

	
2004-01-10;	Alexandru Csete <csete@users.sourceforge.net>

	* satmap-druid.c: Fixed 'Crash on open' bug (#866286) and several
	minor issues.

	
2003-12-07;	Alexandru Csete <csete@users.sourceforge.net>

	* satconfig-locations.c: Added possibility to compile with CVS version
	of hamlib.

	* satpref-qth.c: Added possibility to compile with CVS version of hamlib.

	
2003-11-10;	Alexandru Csete <csete@users.sourceforge.net>

	* satlist-detailed-aos.c: Fixed bug which caused incorrect setting of
	filename in the file selector (forgot to change gnome-config to gconf).
	Also fixed bug #839373 which always caused an error when the user tried
	to save a prediction to a test file.

	* satlist-multi-aos.c: Fixed bug #839373 which always caused an error
	when the user tried to save a prediction to a test file.

	
2003-09-13;	Alexandru Csete <csete@users.sourceforge.net>

	* gnome-hamlib-rot.c, gnome-hamlib-rot.h: Added files. For now they
	are just copied from grig, but the widgets will be modified to suit
	gpredict.

	
2003-06-16;	Alexandru Csete <csete@users.sourceforge.net>

	* clock.c: Added possibility to show local time instead of UTC in
	the status bar. Cleaned up file.

	* satpref-general.c: Added possibility to switch between local and
	UTC time.

	
2003-06-14;	Alexandru Csete <csete@users.sourceforge.net>

	* configure.in: Added possibility to manually disable hamlib support
	with --disable-hamlib switch.

	* satmap.c, satmap.h: Added possibility to other map sizes (no more
	autoscale). Closes feature request #554800.

	* satmap-print.c: Removed depencies to fixed map sizes.

	
2003-05-18;	Alexandru Csete <csete@users.sourceforge.net>

	* util.c: Replaced obsolete ftime function with gettimeofday. Should
	compile on MacOS X and FreeBSD as well.

	
2003-04-27;	Alexandru Csete <csete@users.sourceforge.net>

	* satlist-single-aos.c, satprint.c, satprint.h: Added orbit number
	to detailed print.

	* satpref-satmap.c: Added Sun and Moon widgets.

	
2003-04-26;	Alexandru Csete <csete@users.sourceforge.net>

	* main.c: Tried to fix window-icon but no luck. Cleaned up file
	instead.

	* satprint.c: Cleaned up file. Fixed alignment errors in AOS/LOS
	prints. Fixed warnings when AOS detailed prints are multi-page (this
	also added page numbers - cool). Added satellite name and catnum
	for detailed AOS printing (bug #471036). Fixed wrong positions and
	alignments.

	
2003-04-21;	Alexandru Csete <csete@users.sourceforge.net>

	* satlist.h: Added GConf path for auto-sort time interval.

	* satlist.c: Added autosort.

	* satpref-satlist.c: Added widgets to enable autosort and set
	autosort interval. Cleaned up code.

	* satmap.h: Define number of satellites that will cause a warning
	in the satmap-druid.

	* satmap-druid.c: Added warning dialog if number of selected
	satellites is more than SATMAP_TOO_MANY_SATS. Fixes bug #555595.

	
2003-03-28;	Alexandru Csete <csete@users.sourceforge.net>

	* satmap-druid.c, satlist-druid.c: Fixed hardcoded TLE paths (bug
	#711123).

	
2003-03-20;	Alexandru Csete <csete@users.sourceforge.net>

	* satupdate.c: Fixed Info message padding. Check for empty string
	when adding a new file.

	
2003-03-19;	Alexandru Csete <csete@users.sourceforge.net>

	* satmap-druid.c, satlist-druid.c: Adjust CList to optimal
	column width. Changed API to use the druid for editing existing
	modules.

	* menubar.c: Removed unavailable modules.

	* iconbar.c: Renamed "Open" to "Modules".

	* sattree.c: Fixed hardcoded development icon paths.

	
2003-03-16;	Alexandru Csete <csete@users.sourceforge.net>

	* sattree.c: Changed selection mode from MULTIPLE to EXTENDED.

	* satmap-druid.c, satlist-druid.c: Changed to new sattree widget.

	* satloc-tree.c: Changed hardcoded data path to PACKAGE_DATA_DIR.

	* iconbar-popup-menu.c: Added GConf sync. Fixed bug #622318.

	* callbacks.c: Updated About-box.

	
2003-03-14;	Alexandru Csete <csete@users.sourceforge.net>

	* satmap.h: Added size defs for map preview. Added GConf path
	for default map.

	* satpref-satmap.c: Added option to change the default map. Maps
	can be located in PACKAGE_PIXMAPS_DIR/maps or $HOME/.gpredict/maps.

	* sat-ui-utils.c: Added function to create and add tooltips to
	widgets.

	* satmap-druid.c: Added tooltips to buttons and map selector.

	* satmap.c: Implemented user maps. Maps are automatically scaled to
	the fixed size of 800x400 pixels.

	
2003-02-13;	Alexandru Csete <csete@users.sourceforge.net>

	* satmap.c: Fixed a bug which caused the man vbox data to get
	corrupted when the map settings were changed.

	* satupdate.c: Finished module to update TLE files.

	* satdata.c: Improved satdata_add_sat function to allow updates
	of existing satellites. If the specified satellite does not
	exist, a new satellite will be created in the table;

	
2003-02-12;	Alexandru Csete <csete@users.sourceforge.net>

	* timeout.c: Cleaned up file.

	* callbacks.c, callback.h: Cleaned up files.

	* menubar.c: Added "Update TLE" menu item.

	* satupdate.c, satupdate.h: Added files.

	* engine.c: Yet again, forgot to terminate g_strconcat with
	NULL string.

	
2003-02-11;	Alexandru Csete <csete@users.sourceforge.net>

	* satpref.c: Added GConf sync to apply function.

	* engine.c: Read all TLE files from data directory which can
	either be specified in the configuration or $(HOME)/.gpredict/tle
	by default.

	* satdata.c: Added dummy satellite which can be used while the
	satellite data is being reloaded.

	
2003-02-10;	Alexandru Csete <csete@users.sourceforge.net>

	* satmap.c: Update location mark and label each time the map
	is updated. This way, the satellite map automatically detects
	if the default location is changed.

	* satdata.c, satdata.h: Added structure member to store file name
	from which the satellite data was loaded.

	
2003-02-09;	Alexandru Csete <csete@users.sourceforge.net>

	* satpref-qth.c: Fixed bug that caused the "Edit" session to
	give gtk-warnings and even crashes. Remove deleted locations
	when applying changes. Only reload QTH setting and not the
	whole engine.

	
2003-02-08;	Alexandru Csete <csete@users.sourceforge.net>

	* sat-ui-utils.c, sat-ui-utils.h: Added files containing a very
	convenient function to create pixmap buttons.

	* satpref-qth.c, satpref-qth.h: Added files. Fully functional.

	* satpref.c: Added "Locations" page.

	* Makefile.am: Added new files to SOURCES list.

	
2003-02-07;	Alexandru Csete <csete@users.sourceforge.net>

	* qth.c: Added GConf notification function to read new QTH
	settings automatically if values are changed.

	* engine.c: Added engine_reload function (to be used when
	configuration changes). Added cleaner log messages. Cleaned up
	code.

	
2003-02-06;	Alexandru Csete <csete@users.sourceforge.net>

	* main.c: Abort program if configuration after running the druid
	is not OK.

	* fileio.c: Added function to copy files.

	* satconfig.c: Free error string. Implemented TLE file copy and
	location info saving when "Finish" is pressed.

	* qth.c: Implemented and changed to GConf based QTH.

	* satpref-qth.c, satpref-qth.h: Added files (not fully functional).

	* satpref.c: Reordered pages.

	
2003-01-26;	Alexandru Csete <csete@users.sourceforge.net>

	* qth.h: Added field for weather station.

	* satconfig.c, Makefile.am: Remove TLE related stuff.

	* satconfig-tle.c: Changed icon. Reordered radio buttons.

	* satconfig-tle-get.c, satconfig-tle-get.h: New files.

	
2003-01-24;	Alexandru Csete <csete@users.sourceforge.net>

	* satconfig-locations.c: Rearranged widgets (better look).

	* satconfig-tle.c: Added more options and info label.

	
2003-01-23;	Alexandru Csete <csete@users.sourceforge.net>

	* satconfig-tle.c, satconfig-tle.h: New config module.

	* satconfig.c: Included new module.

	* Makefile.am: Added satconfig-tle to source list.

	
2002-12-14;	Alexandru Csete <csete@users.sourceforge.net>

	* satconfig-locations.c: Added tooltips to radio buttons. Fixed
	unwanted feedback from LAT/LON when entering locator grid square.

	
2002-12-13;	Alexandru Csete <csete@users.sourceforge.net>

	* satloc-tree.c: Made region and state nodes unselectable.
	Removed ununsed variables.

	* satconfig-locations.c: Fixed LAT/LON reversal. Added Locations
	button callback. Added weather station button callback.

	
2002-12-12;	Alexandru Csete <csete@users.sourceforge.net>

	* satconfig-locations.c: Added callback function to calculate
	locator square when LAT or LON are changed. Added callback
	function for the radio buttons. Added callback function for
	locator entry.

	
2002-12-11;	Alexandru Csete <csete@users.sourceforge.net>

	* satconfig-locations.c: Implemented read_predict_qth and
	read_gpredict_qth. Added hamlib conditionals. Added radio
	buttons.

	
2002-12-10;	Alexandru Csete <csete@users.sourceforge.net>

	* satconfig.c: Added satconfig-locations calls.

	* satconfig-locations.c: Added title and icon. Added select
	location and select wx station. Made some fine adjusments on 
	the widgets. Added functions to check for previous QTH
	configurations (Predict or Gnome Predict), and 	read in the 
	existing configuration.

	
2002-12-08;	Alexandru Csete <csete@users.sourceforge.net>

	* satlist.c, satmap.c: Made modules secure against missing
	satellites.

	* satconfig-locations.c: Added widgets.

	* Makefile.am: Re-enabled satconfig and satconfig-locations.

	
2002-12-03;	Alexandru Csete <csete@users.sourceforge.net>

	* satloc-tree.c: Finished function which generates the tree.
	Added sorting by region/country/location in ascending order.

	
2002-12-01;	Alexandru Csete <csete@users.sourceforge.net>

	* satloc-tree.h: Added enumeration describing the tree
	columns.

	* satloc-tree.c: Added function skeleton.

	
2002-11-30;	Alexandru Csete <csete@users.sourceforge.net>

	* satloc.c, satloc.h: New files.

	* satloc-tree.c, satloc-tree.h: New files.

	* Makefile.am: Added new files to list.

	
2002-11-29;	Alexandru Csete <csete@users.sourceforge.net>

	* sattree.c, sattree.h: Changed API and contents to include
	SATTREE_MODE.

	* qth.c, satdb.c, satlist-single-aos.c: Replaced g_print ()
	with satlog_log () entries (bug #636186).

	* satlist-druid.c, satmap-druid.c: Fixed bug #633886. This has
	been done by disabling the "OK" button while the module name is
	NULL. If the user somehow manages to emit the "OK" signal with
	NULL module name, a warning dialog pops-up. Also disabled the
	possibility to create empty modules. Set the max length of the
	name entry to 50.

	
2002-11-28;	Alexandru Csete <csete@users.sourceforge.net>

	* sattree.c: Finished recursive listing of local directories.

	
2002-11-27;	Alexandru Csete <csete@users.sourceforge.net>

	* e-sattree.c: New. Includes code that can eventually replace
	sattree_load_dir(). It uses the e-tree widget family from the
	GAL Library.

	* sattree.c: Finished a working implementation of 
	sattree_load_dir() using the traditional GtkCTree. Would be nice
	to add sorting and "click-on-file-selects-all-sats-in-file"

	
2002-11-26;	Alexandru Csete <csete@users.sourceforge.net>

	* sattree.c, sattree.h: Added files with functions to create a
	GtkCTree containing satellite names and EPOCHs from a specified
	local dir or URL.

	* Makefile.am: Added sattree.c and sattree.h to files list.

	
2002-11-25;	Alexandru Csete <csete@users.sourceforge.net>

	* sattabs.c: Changed "Empty Page" to a log message which points
	out, that this is a bug. Added more DEBUG messages.

	
2002-11-20;	Alexandru Csete <csete@users.sourceforge.net>

	* satpref-satmap.c: Added widgets for grid configuration.

	
2002-11-15;	Alexandru Csete <csete@users.sourceforge.net>

	* engine.c: Moved logging line outside loop (only one log message
	when loading is complete).

	* engine-panel.c, engine-panel.h: Added files with some basic
	content.

	
2002-11-14;	Alexandru Csete <csete@users.suorceforge.net>

	* sattabs.c: Disabled tabs if there is only one module in the
	notebook (can be overrided in the preferences). Changed notebook
	widget to static.

	* satpref-general.c: Added checkbox for "Always show tabs" option.

	
2002-11-11;	Alexandru Csete <csete@users.sourceforge.net>

	* qth.c: Added forgotten return statement to qth_init().

	
2002-11-09;	Alexandru Csete <csete@users.sourceforge.net>

	* satpref-satplot.c: Fixed a little typo in the tooltips for
	"Use anti aliased canvas".

	* satpref.c: Changed to inhomogeneous tabs.

	* callbacks.c: Fixed a little typo in the about box.

	* main.c: Added check for ver 1.0 config. Moved satlog_init() to
	beginning of code.

	* satlog.c: Cleaned up code. Separated satlog_init() and  
	satlog_show().

	
2002-10-12;	Alexandru Csete <csete@users.sourceforge.net>

	* satdb.c: Attach catalog numbers to each satellite entry to
	obtain same functionality as with the flat lists. Added 
	"tree-select-row" callback.

	* Makefile.am: Removed satdb, satconfig-locations and satconfig
	from file list.

	* newuser-tle.c, newuser-tle.h: Added files.

	
2002-09-19;	Alexandru Csete <csete@users.sourceforge.net>

	* satdb.c, satdb.h: Added files.

	
2002-07-01;	Alexandru Csete <csete@users.sourceforge.net>

	* satconfig-locations.c: Added file.

	* satconfig-locations.h: Added file.

	* Makefile.am: Added satconfig-locations.

	
2002-06-30;	Alexandru Csete <csete@users.sourceforge.net>

	* satconfig.c: Code now compiles. Start and Finish pages done.
	Still need "finish" signal and the config pages.

	* main.c: satconfig_open is called before the program is 
	started (temporary stuff).

	
2002-06-29;	Alexandru Csete <csete@users.sourceforge.net>

	* qth.c, qth.h: Renamed qth_init to qth_init_old. New qth_init
	function uses GConf!

	* satconfig.c, satconfig.h: Added files. Will contain new
	configuration wizard obsoleting newuser.c and newuser.h

	
2002-06-28;	Alexandru Csete <csete@users.sourceforge.net>

	* iconbar-popup-menu.c: Added GNOMEUIINFO_SEPARATOR to the
	begining of the popup menu to avoid removal of the module in
	case the user releases the mouse button right away.

	
2002-06-22;	Alexandru Csete <csete@users.sourceforge.net>

	* callbacks.c: Added tooltips to link buttons in about box.

	
2002-06-20;	Alexandru Csete <csete@users.sourceforge.net>

	* satmap-druid.c: Changed window title.

	* satlist-druid.c: Changed window title. Added row counting
	function.

	
2002-06-19;	Alexandru Csete <csete@users.sourceforge.net>

	* satmap-druid.c: Row counting function now works properly, but
	see bug #571096. (Forgot that new rows are inserted in sorted
	order into the list.)

	
2002-06-16;	Alexandru Csete <csete@users.sourceforge.net>

	* iconbar.c: Changed list, map, sky and globe to satlist,
	satmap, satsky and satglobe (compatibility with satmod).

	* satmap-druid.c: Added function to update list titles
	including the number of satellites in list. Made column
	title global and static. Function is called on each add
	and remove, but it does not count the rows unless the
	extra row is kept (the one which is added to count the
	rows). Beats me...

	
2002-06-15;	Alexandru Csete <csete@users.sourceforge.net>

	* satmodules.h, satmodules.c: Added satmodules_test_module
	to test for the existence of a specified modules (fixes
	bug #554785). Added an extra entry to the satmod_type
	enumeration to specify the number of existing module
	types.

	* satlist.c: Added call to satmodules_test_module.

	* satmap.c: Added call to satmodules_test_module.

	
2002-05-11;	Alexandru Csete <csete@users.sourceforge.net>

	* satdata.h: Fixed a typo.

	
2002-05-09;	Alexandru Csete <csete@users.sourceforge.net>

	* satdata.h: Added entries to store satellite uplink/
	downlonk info.

	
2002-05-06;	Alexandru Csete <csete@users.sourceforge.net>

	* engine.c: Added check for max number of satellites
	(bug #551224).

	* defaults.h: Increased number of satellites to 500.

	
2002-04-11;	Alexandru Csete <csete@users.sourceforge.net>

	* satplot-print.c, satplot-print.h: Created files
	and basic printing implementation.

	* satplot.c: Added possibility to use anti aliased
	canvas (much better quality).

	* satmap-print.c, satmap-print.h: Created files and
	basic functions for printing the satellite map.

	
2002-04-10;	Alexandru Csete <csete@users.sourceforge.net>

	* satmap.c: Changed configuration backend to GConf!

	* sapref-satmap.c: Added timer to preferences page.

	* defaults.h: Removed all unnecessary defs.

	* satlist.c, satpref-satlist.c: Changed configuration
	engine to GConf!

	* satpref-general.c, iconbar-popup-menu.c: Changed
	config engine to GConf.

	* satpref-satplot.c, satplot.c: Changed config to GConf.

	* engine.c, satlog.c: Changed config to GConf.

	* satlist-single/multi-aos.c: Changed config to GConf.

	
2002-04-09;	Alexandru Csete <csete@users.sourceforge.net>

	* satpref-satplot.c: Added tooltips to some widgets.

	* satpref-general.c, satpref-general.h: Added files
	and widgets for general preferences.

	* satpref.c: Added new General Prefs page.

	* satlist-druid.c, satmap-druid.c: Disabled Help buttons.

	* satpref-satlist.c, satpref-satlist.h: Moved satlist prefs
	to these new files. Fixed bug #541717.

	
2002-04-08;	Alexandru Csete <csete@users-sourceforge.net>

	* satmap.c: Added file type option to file selector.
	Removed non-working buttons. 

	* satplot.c: Added file type option to file selector.

	* iconbar-popup-menu.c: Added file containing function to
	create a popup menu when the user right-clicks on an
	existing module. Implemented "delete module" function.

	* iconbar.c: Connected right-click on modules to popup
	menu callback in iconbar-popup-menu.c

	* callbacks.c: Added home and project page links to
	about box.

	
2002-04-07;	Alexandru Csete <csete@users.sourceforge.net>

	* satlist.c: Disabled gtk_widget_destroy (vbox) when
	satlist closed from notebook (caused Gtk-CRITICAL).

	* satmap.c: Fixed bug #537372.

	* extra-widgets.c: Added function to create a file type
	selection menu.

	
2002-04-06;	Alexandru Csete <csete@users.sourceforge.net>

	* main.c: Changed window title to include version info.

	* iconbar.c: Change Gantt to Passes.

	* satlist-druid.c: Fixed bug #525004.

	* satmap-druid.c: Fixed bug #521816.

	
2002-04-05;	Alexandru Csete <csete@users.sourceforge.net>

	* satmap.c, satlist.c: Added callback wrappers for open
	functions.

	* menubar.c: Connected open->list and open->map to callback
	functions.

	
2002-04-03;	Alexandru Csete <csete@users.sourceforge.net>

	* satmap.c: When updating range circle, access the coordinates
	in the GnomeCanvasRE structure directly (speed improvement).

	* satlist-single-aos.c: Fixed wrong sat name in plot (bug #537371).

	* main.c: Added NLS support. Removed satrig and satlistold
	dependencies. Cleaned up code.

	* iconbar.c: Removed satrig dependency.

	* callbacks.c: Removed satlistold dependency.

	* timeout.c: Removed satlistold dependency.

	* satprint.c: Removed satlistold dependency.

	* *.c: Made all strings translatable.

	
2002-03-24;	Alexandru Csete <csete@users.sourceforge.net>

	* satplot.c: Added optional satname, aos/los, qth and creation
	times to plot.

	
2002-03-23;	Alexandru Csete <csete@users.sourceforge.net>

	* satmap.c: Implemented save function.

	* satplot.c: Added the same save functions to save the satellite
	plot into an image file.
	Negative elevation is rounded to 0 (bug #488802).
	ConvertAzEl extended to swap N/S E/W (req. #521099).

	* main.c: Modules that are opened when the program starts are now
	removed from the iconbar (Bug #534001).

	* defaults.h: Added gnome-config path to satplot N/S E/W swap and
	extra features.

	* satpref.c: Added "Radial Plot" page to preferences box.

	* satpref-satplot.c/h: Added "Radial Plot" preferences.

	
2002-03-22;	Alexandru Csete <csete@users.sourceforge.net>

	* iconbar.c: Finished functions to add/remove icons from the
	existing modules page.

	* satlist.c:

	* satmap.c: Implemented Add/Remove module from the shortcut bar
	when they are opened or closed.

	
2002-03-18;	Alexandru Csete <csete@users.sourceforge.net>

	* satlist.c: Added read_colors function to make satpref happy.
	Not usefull at all except when creating/opening a list. Timeout
	function checks whether sat != NULL before trying to update.

	* satmap.c: Timeout function checks whether sat != NULL before
	trying to update. 

	* sataos.c: Added two functions which can be used to go from
	AOS/LOS -> AOS detailed for any upcoming pass.

	* satlist-multi-aos.c: Added function to show detailed pass
	info about any of the upcoming passes.

	* satlist-single-aos.c: Added function to show detailed pass
	info about any of the upcoming passes.

	
2002-03-17;	Alexandru Csete <csete@users.sourceforge.net>

	* satlist-multi-aos.c/h: Created files. Ported "Upcoming 
	Passes" functions.

	
2002-03-15;	Alexandru Csete <csete@users.sourceforge.net>

	* satlist-single-aos.c/h: Created files. Ported "Next AOS"
	functions.

	
2002-03-14;	Alexandru Csete <csete@users.sourceforge.net>

	* satlist-info.c/h: Created files. Ported "sat-info" dialog.

	
2002-03-13;	Alexandru Csete <csete@users.sourceforge.net>

	* satlist.c: Added row sorting. Removed row-select and
	row-unselect functions.

	
2002-03-12;	Alexandru Csete <csete@users.sourceforge.net>

	* satmap.c: Tryed to optimized range circle stuff but
	no luck. The slow code is unavoidable, unless we figure
	out some better way to draw points.

	* satlist.c: Ported most functions. Need sorting.

	* main.c: Added satlists to reopen_modules.

	* satmap.c: Moved buttonbar to bottom and added pixmaps.

	
2002-03-11;	Alexandru Csete <csete@users.sourceforge.net>

	* satlistold.c: Renamed titles to titlesold.

	* satlist.c: Begun porting of satlist functions.

	
2002-03-07;	Alexandru Csete <csete@users.sourceforge.net>

	* iconbar.c: Changed names and disabled "Maintenance".

	
2002-03-06;	Alexandru Csete <csete@users.sourceforge.net>

	* satmap.c: Range circles are now calculated correctly -
	that is they have the right look... They are also updated.
	Changed timer interval to 5 sec. (very slow code!!!!)

	
2002-03-04;	Alexandru Csete <csete@users.sourceforge.net>

	* satmap.c/h: Experimented with range circles. Works but
	very buggy. Disabled.

	
2002-03-03;	Alexandru Csete <csete@users.sourceforge.net>

	* satmap-druid.c: Added window icon.

	* satlist-druid.c/h: Added files (based on satmap-druid)

	* satlist.c/h: Re-created files so that we can run the
	satlist-druid!

	
2002-03-02;	Alexandru Csete <csete@users.sourceforge.net>

	* timeout.c, satlist.c: Moved satlist timeout functions
	from timeout.c to satlist.c (task #35943).

	* nearly-all-files: Changed satlist_* to satlistold_* - 
	task #35943.

	* engine.c: Disabled loading of user defined TLE file.
	Always reads gpredict3.tle (the '3' will disappear at
	the time of release...)

	* callback.c: Updated author info.

	* sattabs.c/h: Added sattabs_add_tab_menu which is
	identical to sattabs_add_tab except that the label
	displayed in the notebook popup menu can be different
	from the tab label.

	* satmap.c: Added 20x10 pix black border around map.
	Changed to use sattabs_add_tab_menu.
	Added window icon (when switched to window mode).

	
2002-03-01;	Alexandru Csete <csete@users.sourceforge.net>

	* toolbar.c, menubar.c, satlist.c:
	Removed #idef HAVE_GNOME_PRINT (bug #522487).

	* main.c: Added g_strdup(modulename) to avoid corruption
	of module names in reopen_modules (bug #521943).

	
2002-02-25;	Alexandru Csete <csete@users.sourceforge.net>

	* Makefile.am: Changed program name to gpredict3 to
	allow parallel installation of gpredict 0.3pre and
	gpredict 0.2.

	* satprint.c/h: Changed header to "new style".

	* satprint.c: Fixed bug #509688. Cleaned up code.
	Made private functions static (task #46952).

	* satmodules.c: Replaced saving an empty vector with
	gnome_config_clean_key (bug #522484).

	* callbacks.c/h: Updated copyright info.

	* satmap.c: Enabled check for opened maps in satmap_open
	so that the same map can not be opened twice.
	
