2001-07-30  Abel Cheung  <maddog@linux.org.hk>

	* main.c (ntp_servers): More working open-access ntp servers from
	  http://www.eecis.udel.edu/~mills/ntp/clock1.htm

Wed Jul 25 15:02:42 2001  Arturo Espinosa Aldama  <arturo@ximian.com>

	* main.c (ntp_servers): #4355: wustl actually resides in
	Missouri, USA.

2001-07-12  Chema Celorio  <chema@celorio.com>

	* e-map/Makefile.am (LDADD): add
	XST_TOOL_LIB so that it can find libraries when the
	libraries are installed in non-standard prefixes

2001-05-30  Theo van Klaveren <t.vanklaveren@student.utwente.nl>

	* tz.c (tz_info_from_location): Fix this function on FreeBSD by
	using the normal POSIX API for the timezone stuff (localtime(3)
	and struct tm).

2001-05-29  Chema Celorio  <chema@celorio.com>

	* xst-spin-button.c (xst_spin_button_get_shadow_type): remove a warning

2001-05-29  Chema Celorio  <chema@celorio.com>

	* Makefile.am: use XST_LIBS and CFLAGS

2001-05-24  Arturo Espinosa Aldama  <arturo@ximian.com>

	* 0.5 RELEASE

2001-05-25  Chema Celorio  <chema@celorio.com>

	* transfer.c (transfer_time_gui_to_system): remove g_print

2001-05-22  Hans Petter Jansson  <hpj@ximian.com>

	* time-tool.h: Add map_hover_label.

	* main.c (load_widgets): Add map_hover_label.

	* tzmap.c (motion): Use map_hover_label ptr, not set data.

2001-05-23  Chema Celorio  <chema@celorio.com>

	* xst-spin-button.c (xst_spin_button_get_shadow_type): remove
	the call to get_prop_experimental

2001-05-22  Chema Celorio  <chema@celorio.com>

	* main.c (xst_time_update_date): when the clock loops
	we now update the day,month and year when necesary.

2001-05-21  Chema Celorio  <chema@celorio.com>

	* main.c (xst_time_spin_up): ok, the code is a lot better now.
	Removed g_print's
	(xst_time_spin_up):  Implement, use signals.
	(xst_time_spin_down): ditto
	(xst_time_spin): ditto
	(xst_time_spin_button_create): implement.

	* xst-spin-button.c : added spin_up and spin_down
	signals. Cleaned the code a bit.
	(xst_spin_button_timer): here
	(xst_spin_button_button_press): and here

2001-05-21  Chema Celorio  <chema@celorio.com>

	* main.c (xst_time_init_timezone): avoid a coredump
	from the location_label_vbox not beeing found

2001-05-21  Chema Celorio  <chema@celorio.com>

	* main.c : Comit something releasable for the time tool front
	end. The code is messy, but we need to have something working
	for the release. I will revisit this code soon.

	* transfer.c: ditto
	* xst-spin-button.c : ditto
	* xst-spin-button.h: ditto
	* time-tool.h : ditto

2001-05-18  Hans Petter Jansson  <hpj@ximian.com>

	* *.pam: Modified PAM configuration so that invoking as root works.

2001-05-17  Hans Petter Jansson  <hpj@ximian.com>

	* main.c: Pack hover label in its own box to prevent flashing when
	  hover selection changes.

2001-05-17  Hans Petter Jansson  <hpj@ximian.com>

	* *.pam: Modified PAM configuration so that console-helper will ask
	  for root auth.

2001-05-15  Chema Celorio  <chema@celorio.com>

	* transfer.c (transfer_time_system_to_gui): s/xst_spin/gtk_spin

	* main.c (xst_time_load_widgets): remove the xst_spin_button mistake

2001-05-15  Arturo Espinosa Aldama  <arturo@ximian.com>

	* xst-spin-button.c (xst_spin_button_get_shadow_type): Commented
	this code, which is not compatible with gtk 1.2.8.

2001-05-15  Chema Celorio  <chema@celorio.com>

	* transfer.c (transfer_string_spin_gui_to_xml): ditto

	* main.c (xst_time_set_spin): replace gtkspin with xstspin,
	(xst_time_load_widgets): create xst_spin_buttons
	use the pointers to the minutes,seconds and hour widgets

	* Makefile.am: add xst-spin-button.[ch]

	* xst-spin-button.h: add

	* xst-spin-button.c: Copy from gtk 1.2, we need to many changes
	to the behaivor and the implementation was starting to become
	very hack, it is best if we have our own widget.

2001-05-14  Chema Celorio  <chema@celorio.com>

	* timeserv.c: remove the extern time variable, pass the pointer of
	the tool arround.
	* tz-map.c: ditto

	* time-tool.h : new file

	* main.c: remove the global XstTime *time variable, pass the XstTool
	dialog arround
	(xst_time_clock_tick): rename clock_tick 
	(xst_time_init_timezone): rename from init_timezone_selection
	(main): sublass XstTool
	(xst_time_tool_new): impl
	(xst_time_load_widgets): impl

	* Makefile.am (time_admin_SOURCES): add time-tool.h

	* tz.c (tz_data_file_get): remove g_print

2001-05-12  Hans Petter Jansson  <hpj@ximian.com>

	* main.c (clock_tick): Put the freeze/thaw back in, since without them
	  the dialog would appear modified to the common code. Changed the
	  common code to prevent flickering instead.

2001-05-10  Chema Celorio  <chema@celorio.com>

	* main.c (clock_tick): remove the blinking BUG

2001-05-09  Arturo Espinosa Aldama  <arturo@ximian.com>

	* 0.4 RELEASE

2001-04-26  Chema Celorio  <chema@celorio.com>

	* Makefile.am: add $(srcdir) to security.in

2001-04-24  Arturo Espinosa Aldama  <arturo@ximian.com>

	* main.c (ntp_use_toggled): Get a warning if you don't have NTP support.
	Warning fixes.
	* transfer.c: Pass the tool parameter all over the place, avoiding tool
	global use.
	(transfer_misc_xml_to_tool): Get gui-independent parameters here, such as
	ntpinstalled.
	* tz.c: Warning fixes.
	* e-map/e-map-test.c: Warning fixes.
	* e-map/e-map.c: Warning fixes.

2001-03-30  Tambet Ingo  <tambet@ximian.com>

	* Makefile.am: Add gconf cflags.

2001-03-14  Hans Petter Jansson  <hpj@ximian.com>

	* transfer.c (transfer_time_gui_to_system): Implement.
	  (transfer_time_system_to_gui): Implement.
	  (transfer_xml_to_gui): Use transfer_time_system_to_gui().
	  (transfer_gui_to_xml): Use transfer_time_gui_to_system().

	  Eliminated time transfer to XML. Now does direct system calls in the
	  frontend (I'm not sure I like this from an architecture viewpoint,
	  but oh well).

2001-03-09  JP Rosevear  <jpr@ximian.com>

	* transfer.c (transfer_string_calendar_gui_to_xml): correct typo

2001-03-08  Arturo Espinosa Aldama  <arturo@ximian.com>

	* transfer.c: sync with backend XML change.

2001-02-28  Hans Petter Jansson  <hpj@ximian.com>

	* Makefile.am: Disable control-center entry.

2001-02-27  Chema Celorio  <chema@celorio.com>

	* Makefile.am (EXTRA_DIST): distcheck fixes

2001-02-22  Chema Celorio  <chema@celorio.com>

	* add xst_ prefix to the xml_ functions

2001-02-17  Chema Celorio  <chema@celorio.com>

	* main.c (main): pass NULL to tool_init as options

2001-02-06  jacob berkman  <jacob@ximian.com>

	* main.c: add signals list

2001-02-03  Christian Meyer  <chrisime@gnome.org>

	* time.desktop.in: Added German strings.

2001-02-02  jacob berkman  <jacob@ximian.com>

	* e-map/e-map.c: remove inclusion of tool.h

2001-01-29  jacob berkman  <jacob@ximian.com>

	* main.c (connect_signals): connect the apply signal to the save
	function

	* *.c: use new libsetuptool and new .glade

2001-01-15  Chema Celorio  <chema@celorio.com>

	*  Start ChangeLog

