2.5.3:

2004-12-19  Murray Cumming  <murraycmurrayc.com>

	* gdk/pixbuf.hg: Added create_from_file() overload that takes 
	height and width, wrapping gdk_pixbuf_create_from_file_at_scale().
	Bug #157894.

2004-12-19 Claudio Saavedra <csaavedra@alumnos.utalca.cl>
 	
 	* example/book/input/main.cc: Improved example to use a 
 	Glib::IOChannel. References bug #138259.

2004-12-19  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/cellrenderer.hg: Added stop_editing() which replaces the 
	now-deprecated editing_cancelled().
	* gtk/src/iconview.hg: Added get/set_columns(), get/set_item_width(),
	get/set_spacing(), get/set_row_spacing(), get/set_column_spacing(), 
	get/set_margin().
	* gtk/src/label.hg: Added get/set_max_chars_width(), and property.
	* gtk/src/textview.hg: Added get_iter_at_position().
	* gdk/src/gdk_docs.xml, pango/src/pango_docs.xml, 
	gtk/src/gtk_docs.xml: Regenerated with docextract_to_xm.py, to get 
	new GTK+ documentation.

2004-12-19  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/filechooserbutton.hg: Constructors: Added action parameters, 
	because they have been added to the GTK+ API.
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py

2004-12-16  Murray Cumming  <murrayc@murrayc.com>
 
 	* examples/book/dialogs/messagedialog/examplewindow.cc: The 
 	ButtonsType enum is not an ORable flag.
 	* docs/tutorial/gtkmm-tut.xml: Fix the text where it says that it is.

2004-12-16  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/cellview.hg: Remove set_value(), because it has been 
	removed from GTK+. This fixes the build. Now inherits from the 
	CellLayout interface. Added text and pixbuf constructors, to match 
	the C _new conveience functions.