2006-06-18  Tristan Van Berkom <tvb@gnome.org>

	* gladeui/plugins/gtk+/glade-gtk.c: Corrected undo item for
	"remove page" action to say "Removed page from notebook1".

2006-06-17  Vincent Geddes <vincent.geddes@gmail.com>

	* gladeui/glade-editor-property.c: Ensure parameter list passed to
	  gtk_dialog_set_alternative_button_order() is terminated (#424509).
	  
	* gladeui/glade-command.c: Make strings more translatable (#419979).
	
	* gladeui/glade-property-class.c, plugins/gtk+/gtk+.xml.in,
	  plugins/gtk+/glade-gtk.c: Fix spelling typos, and clear up a
	  translation ambiguity (#429736).
	  
	* plugins/gtk+/gtk+.xml.in: More descriptive displayable values for the 
	  "toolbar-style" property. We now have "Icons only", "Text only",
	   "Text below icons, "Text beside icons".
	
2007-06-13  Juan Pablo Ugarte <juanpablougarte@gmail.com>

	* plugins/gtk+/glade-gtk.c:  glade_gtk_image_set_stock() property make reference
	  to GLADE_TYPE_STOCK_IMAGE not GLADE_TYPE_STOCK! fixes bug #444959
	  (yes I live in UTC -3 you insensitive... heh)

2006-06-14  Vincent Geddes <vincent.geddes@gmail.com>

	* gladeui/glade-app.c: Change GtkMessageType of _warning_ dialogs from
	  GTK_MESSAGE_INFO to GTK_MESSAGE_WARNING. 

	* gladeui/glade-utils.c, src/glade-project-window.c: Fix and improve URL
	  launching on win32.

2007-06-13  Juan Pablo Ugarte <juanpablougarte@gmail.com>

	* gladeui/glade-widget-adaptor.c: added some extra checks in 
	  glade_widget_adaptor_action_add_real()

	* plugins/gtk+/glade-gtk.c: added new actions support code
	  - glade_gtk_box_notebook_child_insert_action() renamed to
	    glade_gtk_box_notebook_child_insert_remove_action()

	  - glade_gtk_table_child_insert_action() renamed to 
	    glade_gtk_table_child_insert_remove_action()

	* plugins/gtk+/gtk+.xml.in: added new actions

	  - GtkTable remove_row and remove_column

	  - GtkNotebook remove_page

2006-06-13  Tristan Van Berkom <tvb@gnome.org>

	* gladeui/glade-command.c: 
	  - Fixed cut/paste inside notebooks (widgets wanted to stay on the same page they 
	    were cut from)
	  - Fixed special-child-type handling, dont stomp on the special child type for a
	    delete/undo combination (a tab widget deleted and brought back was showing up
	    in the page).

2006-06-13  Vincent Geddes <vincent.geddes@gmail.com>

	* plugins/gtk+/gtk+.xml.in: HIG: Use "Edit.." instead of "Edit Menu", and so on.

	* configure.ac: Calculate libtool CURRENT-minus-AGE value.
	
	* gladeui/gladeui.rc.in: Set the DLL name correctly.

2006-06-10  Vincent Geddes <vincent.geddes@gmail.com>

	* gladeui/glade-binding.c: Remove invalid warning. It is not
	  required that the 'bindings' directory exists.

	* Makefile.am: Remove 'm4' from EXTRA_DIST. m4 files are included
	  automatically (#445028).
	
2007-06-06  Juan Pablo Ugarte <juanpablougarte@gmail.com>

	* gladeui/glade-builtins.c: in list_stock_items() "gtk-" prefix must be prepended just once.
	  otherwise gtk items gets listed twice!

	* gladeui/glade-placeholder.[ch]: added packing action list to GladePlaceholder

	* gladeui/glade-popup.c: added packing actions to placeholder popup

	* gladeui/glade-widget-adaptor.[ch]: added glade_widget_adaptor_pack_actions_new ()

	* gladeui/glade-widget.c: use new function glade_widget_adaptor_pack_actions_new () in
	  glade_widget_set_packing_actions()

	* plugins/gtk+/glade-gtk.c: take into acount placeholders get paking actions
	  glade_gtk_box_notebook_child_insert_action() and glade_gtk_table_child_insert_action() fixed.

	* gladeui/glade-app.[ch], gladeui/Makefile.am: removed every reference to 
	  binding script directory. (bug #444605)

2006-06-06  Tristan Van Berkom <tvb@gnome.org>

	* gladeui/glade-id-allocator.c: Fixed C89 compile (bug 444045, fix by Jens Granseuer)

2007-06-05  Juan Pablo Ugarte <juanpablougarte@gmail.com>

	* plugins/gtk+/gtk+.xml.in: Added GtkNotebook child packing actions (finally fixes #438881)

	* plugins/gtk+/glade-gtk.c: added glade_gtk_notebook_child_action_activate ()