2.7.4:

2005-08-17  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/dragcontext.hg: Corrected commented-out set_icon_name()
	signature so we get it right when we can add it.
	* gdk/src/gdk_extra.defs: Added gtk_drag_set_icon_name, copied from 
	gtk_methods.defs.
	* gtk/src/gtk_signals.defs.patch: Added this patch to help us 
	modify the file after regenerating it in future.
	* gtk/src/toolbutton.hg: Added commented-out set/get_icon_name()
 	for use during 2.9. 

2005-08-17  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/dragcontext.hg: Comment-out set_icon_name() with a 
	TODO comment because it is not getting the defs defintion for 
	some reason.
	* gdk/src/gdk_signals.defs: Regenerated with generate_extra_defs.
	* gtk/src/entrycompletion.hg: Properties: Correct key_length 
	to minimum_key_length, and popup_set_widgth to popup_set_width.
	* gtk/src/gtk_enums.defs: Removed broken gtktreeprivate.h stuff.
	* gtk/src/gtk_other.defs: Added new FileChooser signals and 
	properties. 
	* gtk/src/gtk_signals.defs: Regenerated with generate_extra_defs.
	* tools/m4/convert_gtk.m4: Added GtkFileChooserConfirmation.

2005-08-17  Murray Cumming <murrayc@murrayc.com>

	* gdk/src/gdk_docs.xml: Regenerated with docextract_to_xml.py.
	* gdk/src/gdk_enums.defs: Regenerated with enums.pl.
	* gdk/src/gdk_methods.defs: Regenerated with h2defs.py
	* gdk/src/gdk_pixbuf.defs:  Regenerated with h2defs.py
	* gtk/src/gtk_docs.xml: Regenerated with docextract_to_xml.py.
	* gtk/src/gtk_enums.defs: Regenerated with enums.pl.
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py

2005-08-01  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treeview.ccg: unset_model(): Removed 
	extra ; that was breaking the build.

2005-08-01  Murray Cumming <murrayc@murrayc.com>

	* config.h.in: Added missing undefs, needed 
	by SUN and Tru64 compilers. Patch from 
	The Written Word.

2005-08-01  Jonner <jonathon.jongsma@gmail.com>

	* docs/tutorial/gtkmm-tut.xml: Fix the link to the 
	Gtk::Combo reference docs, though this should talk 
	about Gtk::ComboBox instead anyway. 

2005-08-01  Murray Cumming <murrayc@murrayc.com>

	* gtk/src/settings.ccg:
	* gtk/src/settings.hg: Autogenerate get_default():
	to stop it creating a second wrapper object. 
	Bug #311311.

2005-07-31  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treeview.ccg:
	* gtk/src/treeview.hg: Added unset_model().