2.13.5:

2008-07-23  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_methods.defs: Regenerated.
	* gtk/src/builder.ccg:
	* gtk/src/builder.hg: Added versions of create_from_file(), 
	create_from_string(), add_from_file(), and add_from_string() 
	that take an ID or array of IDs, to allow building of only a part of 
	the file, as was already possible with libglade.
	* gtk/src/cellrenderercombo.ccg:
	* gtk/src/cellrenderercombo.hg: Wrapped the changed signal.
	* gtk/src/menu.hg: Removed the new properties - they were actually 
	style properties.
	* gtk/src/printer.hg: Added is_paused() and is_accepting_jobs().

2008-07-23  Murray Cumming  <murrayc@murrayc.com>

	* configure.in: Depend on the correct version of the standalone pangomm.

2008-07-19  Murray Cumming  <murrayc@murrayc.com>

	* MSVC_Net2003/Makefile.am:
	* Makefile.am:
	* configure.in:
	* demos/Makefile.am:
	* demos/gtk-demo/Makefile.am:
	* gdk/gdkmm/Makefile.am:
	* gtk/gtkmm/Makefile.am:
	* tests/Makefile.am_fragment:
	* MSVC_Net2003/pangomm/
	* pango/: Moved pangomm into its own source tarball, while 
	keeping all the same shared library name, header 
	install path, .pc file, etc.
	This makes it easier, for instance, for cluttermm to depend 
	on pangomm, without needing all of gtkmm at build time.

2008-07-16  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/filechooser.hg: get_preview_widget(): Move the const 
	overload after the non-const one, because gmmproc otherwise seems to 
	make both just calls to the non-const one. We really need to stop 
	gmmproc from doing that, first figuring out why.
	Luckily, I don't think we put them in this order very often.
	Bug #543288 (Jens Georg)

2008-07-16  Jens Georg  <mail@jensge.org>

	* MSVC_Net2003/gtkmm/gtkmm.vcproj: Mention new source files 
	for builder, scalebutton, tooltip, and volumebutton.
	Bug #543294.

2.13.4: