2007-08-21  Tristan Van Berkom <tvb@gnome.org>

	* NEWS, configure.ac: Rolling 3.3.4

2007-08-21  Tristan Van Berkom <tvb@gnome.org>

	* data/icons/drag-resize.png, data/icons/Makefile.am: new icon for the drag/resize button.

	* src/glade-window.c: "s/Select Widgets/Select/" on the selector button cause
	  it was taking too much space that way. (also used the new icon for drag/resize).

2007-08-20  Tristan Van Berkom <tvb@gnome.org>

	* plugins/gtk+/gtk+.xml.in: Unmarked some properties to be "themed-icon",
	  still dont have permission to include the themed icon chooser dialog
	  in 3.4.x.

2007-08-14  Tristan Van Berkom <tvb@gnome.org>

	* plugins/gtk+/gtk+.xml.in: Marked some properties to be "themed-icon"

	* gladeui/glade-xml-utils.h, gladeui/glade-property-class.[ch], 
	gladeui/glade-editor-property.c: Added a tag to mark string properties
	that are "themed-icon", use the themed icon chooser for those properties.

2007-08-14  Vincent Geddes <vgeddes@gnome.org>

	* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Made toolbar-style
	  optional & save always (plus it responds well in the UI) (bug 382785).

	* gladeui/glade-name-icon-chooser.[ch], gladeui/icon-naming-spec.c: Added
	  themed icon chooser (bug 359640).

2007-08-14  Tristan Van Berkom <tvb@gnome.org>

	* gladeui/glade-widget.c: When building objects based on template params, 
	  dont assign properties that are disabled by GladeProperty.

2007-08-08  Yevgen Muntyan <muntyan@tamu.edu>

	* gladeui/glade-builtins.c, gladeui/glade-design-layout.c: 
	  Fixed some funcs that should be static

	* src/glade-window.c: Now saves/restores session data about docking
	  attached state & undocked window sizes/positions.

2007-08-08  Tristan Van Berkom <tvb@gnome.org>

	* MAINTAINERS: adjusted for new standard format for gnome modules
	
	* gladeui/glade-signal-editor.c: Changed "<Type the signal's handler here>" and
	  "<Type the object's name here>" for "<Type here>" so that the signal editor doesnt
	  take quite as much space anymore (bug 464505).

	* src/glade-window.c: Revived accelerators on undocked windows.

2007-08-07  Tristan Van Berkom <tvb@gnome.org>

	* configure.ac: Removed bogus output about python bindings.

	* gladeui/glade-editor-property.[ch]: glade_editor_property_new_from_widget() added
	  "packing" argument.

	* gladeui/glade-base-editor.[ch]: Fixed va_start() without va_end() in
	  glade_base_editor_add_properties(), also added "packing" argument to
	  glade_base_editor_add_properties().

	* plugins/gtk+/glade-gtk.c: Added "expand" and "homogeneous" packing properties
	  to toolbar children in the toolbar editor (bug 429409).

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

	* plugins/gtk+/gtk+.xml.in: Disabled the "submenu" property of GtkMenuItem
	  (setting this property to its default NULL value obviously kills menus, bug 460022)

2007-08-02  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* gladeui/glade-widget-action.c, gladeui/glade-project.c: Fix minor
	typos in messages.

2007-08-01  Tristan Van Berkom <tvb@gnome.org>

	* src/glade-window.c: Made glade window not maximized by default (Bug 462111, by
	  request of Frédéric Bellaiche), seems most apps arent maximized by default on
	  startup anyway.

2007-07-31  Tristan Van Berkom <tvb@gnome.org>

	* plugins/gtk+/glade-gtk.c: Fixed compilation with gcc 2.95 (Bug 461923, fix by Jens Granseuer)

	* gladeui/glade-builtins.c: Sort the stock icon list alphabetically by locale 
	  (bug 454003, fix by Olivier Delhomme)

2007-07-30  Juan Pablo Ugarte <juanpablougarte@gmail.com>

	* doc/tmpl/*.sgml: removed every extra documentation, we keep them empty just
	  because otherwise the build fails.

	* doc/gladeui-docs.sgml, doc/gladeui-sections.txt, doc/gladeui.types: updated
	  (GladeWidgetClass  replaced by GladeWidgetAdaptor)

	* gladeui/glade-editor.c, gladeui/glade-editor-property.c, gladeui/glade-parameter.c,
	  gladeui/glade-widget.c, gladeui/glade-fixed.c, gladeui/glade-clipboard.c,
	  gladeui/glade-inspector.[ch], gladeui/glade-widget-adaptor.[ch], gladeui/glade-command.c,
	  gladeui/glade-command.h, gladeui/glade-base-editor.[ch], gladeui/glade-palette.[ch],
	  gladeui/glade-utils.c, gladeui/glade-signal-editor.c, gladeui/glade-app.c,
	  gladeui/glade-placeholder.c, gladeui/glade-property.c, gladeui/glade-property-class.c,
	  gladeui/glade-project.c, gladeui/glade-clipboard-view.c:
	  Added section's short and long description. (moved from tmpl)

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

	* NEWS, configure.ac: Rolling 3.3.3

2007-07-25  Tristan Van Berkom <tvb@gnome.org>