2005-09-13  Damon Chaplin  <damon@gnome.org>

	* Released Glade 2.10.1

2005-09-13  Damon Chaplin  <damon@gnome.org>

	* glade/gbwidgets/gbradiobutton.c (gb_radio_button_set_properties): 
	* glade/gbwidgets/gbradiomenuitem.c
	(gb_radio_menu_item_set_properties): 
	* glade/gbwidgets/gbradiotoolbutton.c
	(gb_radio_tool_button_set_properties): output a warning if an unknown
	radio group is found in the XML file. (#110181)

	* glade/main.c (main): patch from Bastian Kleineidam to use
	gtk_init_with_args() to parse options, so --help works. (#309213)

	* glade/glade_menu_editor.c: use the stock id as the item string for
	the "Stock Item" property in GTK+ menus, and the "Icon" property
	in GTK+ and GNOME menus, since the old label text wasn't unique.

	* glade/property.c (fill_stock_combo): use the stock id as the item
	string rather than the (translated) item text, since that isn't unique.
	(find_stock_id, find_stock_item): ifdef'ed out - not used now.
	(property_get_stock_item): return the combo text, or NULL if empty.
	(property_set_stock_item): set the combo text to the stock id.
	(property_get_icon): if the combo text matches the basename of the last
	selected file, return the complete filename, otherwise return the combo
	text as it is.
	(property_set_icon): check if the icon is a stock id, if not assume
	it is a filename. (#303105)

2005-09-12  Damon Chaplin  <damon@gnome.org>

	* glade/gbwidget.c (get_standard_properties): GtkEventBoxes can
	always have tooltips. (#312622)

	* glade/gbwidgets/gblabel.c (gb_label_get_focus_targets): add custom
	widgets and file chooser buttons to the combo. (#311804)

	* glade/gnome/gnomecanvas.c: use "aa" rather than "anti_aliased",
	otherwise libglade doesn't load the property. (##309412)

	* glade/glade_palette.c (glade_palette_set_show_gnome_widgets): show
	the main palette page and make the selector active, to make sure we
	don't show GNOME widgets or allow them to be added to GTK+ projects.
	(#148423)

	* glade/glade_project_window.c: use a global for the GladeProjectWindow
	to avoid problems finding it. (#170758)

	* glade/gbwidget.c (add_standard_bottom_menu_items): add a separator
	before the Cut/Copy/Paste items. (#300261)

	* autogen.sh: 
	* glade/data/gtk/autogen.sh: don't use -path option of find, as
	Solaris doesn't have it. (#301929)

	* glade/gbwidget.c (copy_signals): 
	* glade/load.c (load_date): output a warning if the date is invalid,
	and reset the error.

2005-08-30  Damon Chaplin  <damon@gnome.org>

	* glade/property.c (create_language_specific_properties): don't
	create a table for Perl as we don't support it now. Avoids invalid
	write.

2005-06-14  Rodrigo Moya <rodrigo@novell.com>

	* glade-2.desktop.in: added MIME type information.

2005-04-13  Abel Cheung  <maddog@linuxhall.org>

	* configure.in: Added "zh_TW" to ALL_LINGUAS.

2005-04-01  Steve Murphy  <murf@e-tools.com>

        * configure.in: Added "rw" to ALL_LINGUAS.