replace "global.h" with "xst.h"

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

	* all .c files : replace "global.h" with "xst.h"

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

	* location.c (location_store_xml): add a carriage return after the
	warning message

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

	* internetsharing.glade.in: remove the range entry

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

	* xst-tool.h (XST_TOOL_MAKE_TYPE): add a macro that will reduce
	the boilerplate when we subclass an XstTool.

	* xst-dialog.c (xst_dialog_set_widget_policies): use
	widget_new function, don't append the widget to the
	slist here
	(xst_dialog_set_widget_user_modes): use widget_new_full

	* xst-widget.h: upd the header

	* xst-widget.c (xst_widget_new): reame to widget_new_full
	(xst_widget_new): implement a widget_new which takes only 2
	parameters an XstDialog and a XstWidgetPolicy. We prepend
	to the dialog->xst_widget_list inside the function and not
	in the caller.

	* Makefile.am (noinst_LIBRARIES): s/global.h/xst.h

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

	* global.h: rename to xst.h

	* xst-xml.c: constify
	(xst_xml_element_get_boolean): implement

	* xst-xml.h: constify

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

	* main.c (main): clean and start working on the front end.
	* callbacks.c:
	* transfer.c:

	* ishare.h : new file
This commit is contained in:
Chema Celorio 2001-05-13 22:28:11 +00:00 committed by Jose Maria Celorio
parent 87078db3c5
commit 03bb9b896c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-05-12 Chema Celorio <chema@celorio.com>
* location.c (location_store_xml): add a carriage return after the
warning message
2001-05-09 Arturo Espinosa Aldama <arturo@ximian.com>
* 0.4 RELEASE

View file

@ -558,7 +558,7 @@ location_store_xml (Location *location, gchar *backend_id, xmlDocPtr xml_doc,
if (!location->p->inherits_location)
fprintf (stderr, "Could not find a location in the " \
"tree ancestry that stores this " \
"backend: %s.", backend_id);
"backend: %s.\n", backend_id);
else
location_store_xml (location->p->inherits_location,
backend_id, xml_doc, store_type);