2000-12-21  Miguel Coca  <e970095@zipi.fi.upm.es>

	* Released version 0.9.2
	
	* src/settings.c (settings_set_sight_params_polar): Now works 
	completely.
	(settings_get_sight_params_polar): Same as above.

2000-12-19  Miguel Coca  <e970095@zipi.fi.upm.es>

	* src/star_catalog.c (star_catalog_read): Check the report_progress
	function for abort condition.

	* include/star_catalog.h: Added support for aborting the load of the 
	catalog.

	* src/gui.c (load_catalog): Added dialog that allows the user to abort
	the load.

	* src/map.c (cb_sight_params): Implemented function.

	* src/settings.c (settings_set_sight_params_polar): Added function.
	(settings_get_sight_params_polar): Idem.

	* src/gui.c: Added user coordinates frame.

	* include/settings.h: Added functions to access the sight params in
	polar format.

	* data/gliese.dat: Updated to new version. Now most stars have a name.
	
2000-12-18  Miguel Coca  <e970095@zipi.fi.upm.es>

	* src/common.c (cartesian_to_polar): Added function.
	(polar_to_cartesian): Idem.

	* include/starmap.h: Added coordinate transformation functions.

	* src/gui.c: Added the 'View' menu.

	* src/star_info_dialog.c (star_info_set_star): Added star name to
	dialog title.

	* src/star_config.c (star_config_new): Cleaned UI.

2000-12-17  Miguel Coca  <e970095@zipi.fi.upm.es>

	* src/map.c (cb_is_clicked_star): Increased sensitive circle.

	* src/star_info_dialog.c (star_info_new): Changed the order of buttons
	for consistency.

	* src/star_config.c: Added selection of which star names are shown.

2000-12-05  Miguel Coca  <e970095@zipi.fi.upm.es>

	* Released version 0.9.1

2000-12-04  Miguel Coca  <e970095@zipi.fi.upm.es>

	* TODO: Added file.

	* src/link_config.c: Fixed bug that made impossible to edit the default
	rule.

2000-12-01  Miguel Coca  <e970095@zipi.fi.upm.es>

	* include/*.h: Removed all #include <gnome.h>
	
	* src/*.c: Removed all #include <gnome.h>
	
	* include/starmap.h: Added #include <gnome.h>

	* po/: Added Spanish.

	* src/main.c (main): Added call to initialize gettext.

2000-11-30  Miguel Coca  <e970095@zipi.fi.upm.es>

	* README: Edited for first version with real content.

	* Released version 0.9
	
	* src/link_config.c (cb_insert_rule): Added distance unit support.
	(create_rule_dialog): Idem.
	(cb_apply_add): Idem.
	(cb_apply_edit): Idem.

	* src/config_dialog.c (config_dialog_new): Added call to 
	link_config_set_unit().

	* src/link_config.c: Added functionality to the 'add' button.
	(cb_delete_rule): Idem for 'delete'.
	(link_config_new): Made the 'edit' and 'delete' buttons work only if
	a rule is selected.

2000-11-29  Miguel Coca  <e970095@zipi.fi.upm.es>

	* src/link_config.c: Almost works now. Editing rules works.

	* src/config_dialog.c (cb_apply): Added support fo link_config.

2000-11-28  Miguel Coca  <e970095@zipi.fi.upm.es>

	* src/settings.c (set_default_settings): Changed default for links.

	* src/star_config.c: Changed default size of stars.

	* include/star_draw_rules.h: Changed default size of stars.

	* src/settings.c (set_default_settings): Changed default size of stars.

	* include/link_draw_rules.h: Added get_default function.

	* src/link_draw_rules.c (link_drawing_rules_get_default): Added function.

2000-11-27  Miguel Coca  <e970095@zipi.fi.upm.es>

	* Released version 0.8.4

	* src/config_dialog.c (config_dialog_new): Added a frame to the labels
	page.

2000-11-24  Miguel Coca  <e970095@zipi.fi.upm.es>

	* src/config_dialog.c: Made buttons smaller.

	* src/star_config.c (star_config_new): Cleaned display a bit.

	* src/link_config.c: Added file.

	* src/config_dialog.c: Added link_config support.

2000-11-23  Miguel Coca  <e970095@zipi.fi.upm.es>

	* include/link_config.h: Same as for star_config.h, added callback.

	* src/star_config.c: Added support for the new callback.

	* include/star_config.h: Added callback function to tell the parent
	that the config has changed.

2000-11-22  Miguel Coca  <e970095@zipi.fi.upm.es>

	* src/config_dialog.c (config_dialog_new): Added star_config support.
	(config_dialog_destroy): Added star_config_destroy.
	(cb_apply): Now we also set the star rules.

	* src/star_config.c: Added file.

2000-11-21  Miguel Coca  <e970095@zipi.fi.upm.es>

	* Released version 0.8.3.
	
	* src/star_info_dialog.c (star_info_set_distance_units): Fixed bug that
	was making the dialog pop each time the distance unit was changed.
	(write_star): New function to help with the bug metioned above.
	(star_info_set_star): Changed to use write_star.

	* src/gui.c (gui_new): Added 'close' menu item.
	(gui_new): Added 'open' and 'close' toolbar items.

	* src/map.c (build_indexes): Set the indexes to NULL after destroying
	then, so that we never try to use the old pointers again.

	* src/star_catalog.c (star_list_destroy): Fixed to destroy the stars.

	* src/gui.c (gui_new): Added file selection dialog.
	(cb_open_clicked) Uses file selection dialog.

	* src/settings.c: Changed to allow nested disable_callbacks() ...
	enable_callbacks() pais.

	* src/map.c (build_indexes): Changed so that we don't try to build an
	index if the corresponding list does not exist.

	* src/gui.c (load_catalog): Added progress bar code.
	(gui_new): Added 'open' button. Just loads the default database.

	* src/star_catalog.c (star_catalog_read): Added report_progress 
	argument to the function.

	* include/star_catalog.h: Added report_progress argument to the read
	function.

	* src/gui.c (load_catalog): New function that loads a catalog from a
	file and reports possible errors.
	(gui_new): Changed to call said function.
	(gui_new): Added progressbar to the appbar.

2000-11-20  Miguel Coca  <e970095@zipi.fi.upm.es>

	* src/config_dialog.c (cb_apply): We were aplying once for each page,
	instead of just once, in a 'global apply'. Fixed.
	(config_dialog_new): Added callback to "close" signal, in order to
	destroy the realted data structures.
	(cb_delete_event): New function (callback for the above).

	* src/settings.c (set_default_settings): Changed to not show link 
	labels by default.

	* src/gui.c (gui_new): Connected "delete_event" signal of the GnomeApp,
	so that the program exits when the window is deleted.

	* src/map.c (draw_link): Changed precision of the labels to just one
	decimal place.

2000-11-19  Miguel Coca  <e970095@zipi.fi.upm.es>

	* Released version 0.8.2.
	
	* src/gui.c: Changed to use new config_dialog interface.

	* include/config_dialog.h: Changed interface to allow easier 
	implementation with gnome_property_box. Now there is no show function.

	* src/config_dialog.c: Wrote first working version. Now we can change
	the label settings.

	* src/settings.c (handle_callbacks): Moved the clearing of the changed
	settings inside the if(cb_enabled). Stupid bug.

	* src/config_dialog.c: Created dummy version.

	* src/gui.c (gui_new): Added support for the config dialog.

2000-11-18  Miguel Coca  <e970095@zipi.fi.upm.es>

	* src/gui.c: Added the distance unit selection frame.

	* src/settings.c (handle_callbacks): Fixed the function to avoid a 
	potentially infinite recursion. See comment to the function for 
	details.

	* Renamed the project as 'spacechart', designed arbitrary version num-
	ber as 0.8 and deleted old ChangeLog.
	