2015-07-22  Murray Cumming  <murrayc@murrayc.com>

	3.17.50

2015-07-20  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::PlacesSidebar: Deprecate and add to bring in synch with gtk+

	* gtk/src/placessidebar.hg:
	Deprecate set/get/signal/property_show_connect_to_server().
	Add set/get/property_show_recent(), set/get/property_show_trash(),
	set/get/signal/property_show_other_locations(), property_populate_all().

2015-07-20  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Regenerate gtk_docs.xml, gtk_*.defs, gtk_signals.defs.patch

2015-07-20  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	gtk_generate_extra_defs.sh: Fix for the patch command, version 2.7.5

	patch 2.7.5 refuses to patch if the command parameters contain directory
	names. Work around by cd-ing to gtk/src.

2015-07-18  Murray Cumming  <murrayc@murrayc.com>

	LevelBar: Document how to workaround the lack of Orientation base class.

	Bug #752568 (Tobias Hoffmann)

2015-07-17  Murray Cumming  <murrayc@murrayc.com>

	C++11: Replace (void*)0 with nullptr.

2015-07-17  Murray Cumming  <murrayc@murrayc.com>

	C++11: Use of the override keyword.

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

	C++11: Use nullptr.

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

	Add get_titlebar().

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

	Window: Ignore the enable-debugging keybinding/action signal.

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

	C++11: Use of auto.

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

	C++11: More use of auto.

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

	C++11: Some use of auto.

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

	C++11: tests/demos: Some use of range-based for loops.

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

	C++11: Some use of range-based for loops.

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

	Demos: Fix the build when using -Wshadow.

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

	Popover: Add get/set_default_widget().

2015-07-15  Murray Cumming  <murrayc@murrayc.com>

	3.17.41

2015-07-15  Murray Cumming  <murrayc@murrayc.com>

	configure.ac: Require the latest atkmm and pangomm versions.

	Just to simplify the number of possible combinations of versions
	that we'll have to deal with. It seems easiest is everything switches
	to C++11 at the same time.

2015-07-15  Murray Cumming  <murrayc@murrayc.com>

	Require the latest glibmm.

	For the latest gmmproc.

2015-07-15  Murray Cumming  <murrayc@murrayc.com>

	Use MM_AX_CXX_COMPILE_STDCXX_11() from mm-common.

	Instead of a copy of AX_CXX_COMPILE_STDCXX_11().

2015-07-11  Murray Cumming  <murrayc@murrayc.com>

	Require C++11.

	configure.ac: Use AX_CXX_COMPILE_STDCXX_11 to check for compiler
	support for C++11 and use it (--std=c++11 for current versions of
	g++).

	Among other reasons, this is because glibmm now requires C++11,
	and its gmmrpoc generates C++11 code.

2015-07-10  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::StyleContext: Deprecate set_background()

2015-07-09  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	demos: Remove pixbuf-demo

	* demos/Makefile.am: Remove pixbuf-demo.
	* demos/pixbuf-demo.cc: Removed file. This stand-alone demo was almost
	identical to the Pixbufs demo included in demos/gtk-demo/gtkmm-demo.

2015-07-09  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	demos/README: gtk+2.0 -> gtk+3.0

2015-07-09  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	demos: Replace Icon Theme demo by Icon Browser demo

	* demos/Makefile.am:
	* demos/gtk-demo/demo.gresource.xml:
	* demos/gtk-demo/demos.h: Replace icon theme by icon browser.
	* demos/gtk-demo/example_iconbrowser.cc: New file. It is a C++ equivalent of
	the gtk+/demos/icon-browser demo, with one extra feature: Tooltips in the
	IconView.
	* demos/gtk-demo/example_icontheme.cc: Removed file.

2015-07-09  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::IconView: Fix a crash in get_tooltip_context_path()

	* gtk/src/iconview.ccg: Don't create a temporary TreeModel::Path object.
	Its GtkTreePath is deleted twice, if gtk_icon_view_get_tooltip_context()
	returns false.

2015-06-30  Murray Cumming  <murrayc@murrayc.com>

	3.17.4

2015-06-30  Murray Cumming  <murrayc@murrayc.com>

	FontChooser: Add get/set_font_map().

2015-06-30  Murray Cumming  <murrayc@murrayc.com>

	Assistant: Add get/set_page_has_padding().

2015-06-30  Murray Cumming  <murrayc@murrayc.com>

	Gdk::Window: Add get/set_passthrough().

2015-06-30  Murray Cumming  <murrayc@murrayc.com>

	Demo: IconTheme: Don't use deprecated builtin-icon API.

	By the way, there is now a separate icon browser in gtk+'s demos/.
	Maybe we should create a version of that instead. I think this C++
	code never corresponded to anything in the GTK+ demo.

2015-06-30  Murray Cumming  <murrayc@murrayc.com>

	IconTheme: lookup_icon(), choose_icon(): Add default 0 for flags.

	load_icon() already had it. We had not noticed the need for it until
	now because people always passed ICON_LOOKUP_USE_BUILTIN just in case,
	but that (well, the functions that make it useful) is now deprecated.

2015-06-30  Murray Cumming  <murrayc@murrayc.com>

	Regenerate *_docs.xml files.

2015-06-30  Murray Cumming  <murrayc@murrayc.com>

	Regenerate gtk .defs.

2015-06-30  Murray Cumming  <murrayc@murrayc.com>

	Regenerate GDK .defs

2015-06-21  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Don't disable more deprecation warnings than necessary

	* gdk/src/pixbuf.hg: Don't redefine G_DEPRECATED as an empty string.
	This is unnecessary when deprecated code is surrounded by
	G_GNUC_[BEGIN|END]_IGNORE_DEPRECATIONS.
	* gdk/src/<some>.hg:
	* gtk/src/<many>.[ccg|hg]: Don't #undef [GDK|GTK]_DISABLE_DEPRECATED
	or #define GDK_DISABLE_DEPRECATION_WARNINGS. This is unnecessary when
	deprecated code is surrounded by G_GNUC_[BEGIN|END]_IGNORE_DEPRECATIONS.
	Requires glibmm commit c570362cfc1f46e85b66093567a3f925741cb1c2,
	where _WRAP_METHOD() begins using G_GNUC_[BEGIN|END]_IGNORE_DEPRECATIONS.
	Bug #750379.

2015-06-21  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::IconInfo, Widget: Deprecate API which is deprecated in gtk+

	* gtk/src/iconinfo.hg: Deprecate get_builtin_pixbuf().
	* gtk/src/widget.hg: Deprecate drag_begin() without x,y coordinates.

2015-06-08  Murray Cumming  <murrayc@murrayc.com>

	3.17.3

2015-06-08  Murray Cumming  <murrayc@murrayc.com>

	NEWS: Mention changes for the next API-adding release.

	So we remember to mention them. These just missed the 3.16.0 release.

2015-06-05  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Regenerate docs.xml files, including property documentation

	* tools/gen_scripts/gdk_generate_docs.sh:
	* tools/gen_scripts/gtk_generate_docs.sh: Add the --with-properties
	and --no-recursion options to the call to docextract_to_xml.py.
	* gdk/src/gdk_docs.xml:
	* gtk/src/gtk_docs.xml: Regenerate with property documentation,
	but without traversing uninteresting subdirectories.

2015-05-18  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	demos: Show data files in extra tabs in the Gtk::Notebook

	* demos/gtk-demo/demowindow.[h|cc]: Add add_data_tabs() and remove_data_tabs().
	This change brings gtkmm's demos more in sync with gtk+.

2015-05-18  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	demos: Don't distribute demo_resources.c

	* demos/Makefile.am: Don't distribute the built file demo_resources.c.
	It's big, and it's easily rebuilt when glib is available.

2015-05-18  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	demos: Remove the last traces of the UIManager and stock browser demos

	* demos/gtk-demo/demos.h: Remove obsolete comments.
	* demos/gtk-demo/example_dialog.cc: Change a button label that refers to
	stock icons.
	* demos/gtk-demo/example_menus.cc: Replace Gtk::UIManager by Gtk::Builder
	in the introductory comment.
	* demos/gtk-demo/example_treeview_liststore.cc: Remove a comment that refers
	to the stock browser demo.

2015-05-16  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	demos: Add Builder demo

	* demos/Makefile.am: Add example_builder.cc and example_builder.ui.
	Add the example_*.cc files to the dependency list of demo_resources.c.
	* demos/gtk-demo/demo.gresource.xml: Add example_builder.cc and
	example_builder.ui.
	* demos/gtk-demo/demos.h: Add the builder demo.
	* demos/gtk-demo/example_builder.cc:
	* demos/gtk-demo/example_builder.ui: New files.
	* demos/gtk-demo/example_uimanager.cc: Removed file. This demo was removed
	from demos.h some time ago, when GtkUIManager was deprecated.

2015-05-16  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Adjustment: Deprecate changed() and value_changed()

	* gtk/src/adjustment.hg: Deprecate changed() and value_changed().
	The corresponding gtk+ functions have been deprecated.

2015-05-13  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	demos: Generate and use resource files

	* .gitignore: Add the generated demo_resources.c file.
	* configure.ac: Add check for C compiler and glib-compile-resources.
	* demos/Makefile.am: Add make rules for the resource file.
	* demos/gtk-demo/demo-common.[h|cc]: Removed files.
	* demos/gtk-demo/demo.gresource.xml: New file.
	* demos/gtk-demo/demowindow.[h|cc]: Remove read_line(). Read source files
	from resources (Gio::Resource).
	* demos/gtk-demo/example_iconview.cc:
	* demos/gtk-demo/example_images.cc:
	* demos/gtk-demo/example_pixbufs.cc:
	* demos/gtk-demo/example_textview.cc:
	* demos/pixbuf-demo.cc: Read images from resources.
	These changes bring gtkmm's demos more in sync with gtk+. Bug #748657.

2015-05-06  Mikhail Titov  <mlt@gmx.us>

	Missing GTKMM_API for CellLayout

	This is used by Gtk::TreeViewColumn in gtkmm demo in particular. Bug #748720.

2015-05-06  Mikhail Titov  <mlt@gmx.us>

	demos: Use getc() if HAVE_GETC_UNLOCKED is not defined

	demos/gtk-demo/demowindow.cc: Calls to getc() were removed by mistake by commit
	6ed01325449fec47457bee741f9c7ec04887c04e. Reinsert them. Bug #748657.

2015-04-22  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Popover: Wrap the pointing-to property

	* gtk/src/popover.hg: Wrap property_pointing_to() now that the type of the
	gtk+ property has been fixed. See gtk+ bug 723394.

2015-04-09  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Add Gtk::ModelButton, Gtk::PopoverMenu and enum Gtk::ButtonRole

	* .gitignore: Add new generated files in gtk/gtkmm.
	* gtk/gtkmm.h: Add modelbutton.h and popovermenu.h.
	* gtk/src/filelist.am: Add modelbutton.hg and popovermenu.hg.
	* gtk/src/gtk_signals.defs: Regenerated.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Add GTK_TYPE_MODEL_BUTTON and
	GTK_TYPE_POPOVER_MENU.
	* tools/m4/convert_gtk.m4: Add _CONV_ENUM(Gtk,ButtonRole).
	* gtk/src/modelbutton.[hg|ccg]:
	* gtk/src/popovermenu.[hg|ccg]: New files.

2015-03-31  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::SearchEntry: Add handle_event() and new signals

	* gtk/src/searchbar.hg: Correct the description of the constructor.
	* gtk/src/searchentry.hg: Add handle_event(), signal_next_match(),
	signal_previous_match(), signal_stop_search().

2015-03-31  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Add Gtk::Scrollable::get_border() and ScrolledWindow::signal_edge_reached()

	* gtk/src/scrollable.hg: Add get_border().
	* gtk/src/scrolledwindow.hg: Add signal_edge_reached().

2015-03-26  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Actionable: Add keep_return to a _WRAP_VFUNC()

	* gtk/src/actionable.hg: Add keep_return to get_action_name_vfunc().
	The C code that calls this function does not get its own copy of the
	returned string. The called function must store a copy.
	See the glibmm bug #705124.

2015-03-25  Murray Cumming  <murrayc@murrayc.com>

	NEWS: Mention API additions in 3.16.

2015-03-24  Murray Cumming  <murrayc@murrayc.com>

	3.16.0

2015-03-24  Murray Cumming  <murrayc@murrayc.com>

	Regenerate .defs files.

2015-03-24  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gdk::Display: Add device_is_grabbed()

	* gdk/src/display.hg: Add device_is_grabbed(). A comment in display.hg
	said that gdk_display_device_is_grabbed() is deprecated. That may be a
	mistake. It's not deprecated now, and it probably never has been.

2015-03-24  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gdk::Window and others: Deprecate API which is deprecated in gtk+

	* gdk/src/display.hg: Deprecate open_default_libgtk_only() and
	supports_composite().
	* gdk/src/window.hg: Deprecate get/set_composited(), set_static_gravities()
	and flush().
	* gtk/src/cellrendererpixbuf.hg: Deprecate property_follow_state().

2015-03-16  Murray Cumming  <murrayc@murrayc.com>

	Regenerate _docs.xml files.

2015-03-16  Murray Cumming  <murrayc@murrayc.com>

	Regenerate .defs. No major changes.

2015-03-12  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Builder: Don't get gtkmm-derived GTypes while parsing <columns>

	* gtk/src/builder.[ccg|hg]: Add set_no_gtkmm_derived_types(), to be called
	from Buildable_Class.
	get_type_from_name_vfunc_callback(): Check if Buildable_Class has requested
	that gtkmm-derived types shall not be searched for.
	* gtk/src/buildable.[ccg|hg]: Add Buildable_Class::
	custom_tag_start_vfunc_callback() and custom_tag_end_vfunc_callback().
	Ask the Builder not to search for gtkmm-derived types while a TreeModel
	parses a <columns> element in the XML file. Bug #742637.

2015-03-06  Murray Cumming  <murrayc@murrayc.com>

	3.15.10

2015-03-06  Murray Cumming  <murrayc@murrayc.com>

	Popover: Add get/set_transitions_enabled() and the property.

2015-03-06  Murray Cumming  <murrayc@murrayc.com>

	Regenerate *_docs.xml files.

2015-03-06  Murray Cumming  <murrayc@murrayc.com>

	Regenerate gtk defs.

2015-03-06  Murray Cumming  <murrayc@murrayc.com>

	Regenerate GDK .defs.

2015-03-06  Murray Cumming  <murrayc@murrayc.com>

	Stock::PASTE and stock::DELETE: Mention the icon names.

	As in the C API:
	https://git.gnome.org/browse/gtk+/commit/?id=7fbbf850c3be3e3e27c71821193cd64263328271

2015-03-05  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Icon theme demo: Catch exceptions while loading icons

	* demos/gtk-demo/example_icontheme.cc: Catch exceptions from the call to
	Gtk::IconInfo::load_icon(). It throws a Gdk::PixbufError if an icon file is
	corrupt.

2015-03-05  Murray Cumming  <murrayc@murrayc.com>

	CssProvider::load_from_data(): Document that this throws an exception.

2015-03-04  Murray Cumming  <murrayc@murrayc.com>

	Application: Fix arguements->arguments typos.

2015-03-04  Murray Cumming  <murrayc@murrayc.com>

	Application: Fix constuctor->constructor typo in docs.

2015-03-03  Murray Cumming  <murrayc@murrayc.com>

	Stock: Mention the named icons for Copy, Cut, and Delete.

	As in the C documentation.
	See bug #741969

2015-03-02  Benoît Dejean  <bdejean@gmail.com>

	Gtk::PaperSize: Define the paper name constants in the .cc file

	* gtk/src/papersize.hg: Declare the paper name constants extern.
	* gtk/src/papersize.ccg: Initialize the paper name constants. If they are
	initialized in the header file, they are local to each compilation unit,
	and many copies of them can be included in the executable file. Bug #745345.

2015-03-02  Murray Cumming  <murrayc@murrayc.com>

	Label: Add get/set_xalign/yalign() and properties.

	These are new in GTK+.

2015-02-26  Murray Cumming  <murrayc@murrayc.com>

	3.15.9

2015-02-20  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Fix error messages from gmmproc

	* gtk/src/gtk_extra_objects.defs: Add WidgetPath.
	* gtk/src/gtk_methods.defs: Regenerate with the latest version of h2def.py.
	Then gtk_widget_get_requisition() is included.
	* gdk/src/<many files>.hg:
	* gtk/src/<many files>.hg: Avoid "gtkmmproc error" messages in the generated
	files by not _IGNORE()ing non-existent functions. Unnecessary _IGNORE()s
	generate error messages after the fix in bug 737212 was implemented.

2015-02-19  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Delete obsolete .defs files

	* gdk/src/gdk-types.defs: Deleted, not used.
	* gtk/src/filelist.am:
	* gtk/src/gtk.defs: Remove gtk_other.defs.
	* gtk/src/gtkold.defs: Deleted, not used.
	* gtk/src/gtk_other.defs: Deleted, not needed.

2015-02-19  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::StackSwitcher: Add unset_stack()

	* gtk/src/stackswitcher.[ccg|hg]: Add unset_stack().

2015-02-19  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	demos: Add stacksidebar demo

	* demos/Makefile.am:
	* demos/gtk-demo/demos.h: Add example_stacksidebar.cc.
	* demos/gtk-demo/example_stacksidebar.cc: New file. Translated to gtkmm/C++
	from gtk+/demos/gtk-demo/sidebar.c.

2015-02-19  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Wrap GtkStackSidebar

	* .gitignore: Add gtk/gtkmm/stacksidebar.[cc|h] and windowgroup.[cc|h].
	* gtk/gtkmm.h: Add stacksidebar.h.
	* gtk/src/filelist.am: Add stacksidebar.hg.
	* gtk/src/stack.hg: Mention StackSidebar in the class description.
	* gtk/src/stacksidebar.[ccg|hg]: New files.

2015-02-19  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Regenerate gtk .defs and docs.xml files

	* gtk/src/gtk_docs.xml:
	* gtk/src/gtk_enums.defs:
	* gtk/src/gtk_methods.defs:
	* gtk/src/gtk_signals.defs: Update.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Add GTK_TYPE_STACK_SIDEBAR.

2015-02-12  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Container: Remove obsolete comments that confuse doxygen

	* gtk/src/container.hg: Remove obsolete comments that doxygen erroneously
	adds to the documentation of get_children().
	Remove _IGNORE() directive for now non-existent functions. gmmproc warns.

2015-02-06  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	demos: Replace calls to deprecated API

	* demos/gtk-demo/example_colorsel.cc:
	* demos/gtk-demo/example_flowbox.cc:
	* demos/gtk-demo/example_textview.cc: Don't call
	Widget::override_background_color().
	* demos/gtk-demo/textwidget.cc: Don't call Widget::override_font().

2015-02-06  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::StyleContext, Widget, Window: Deprecate API which is deprecated in GTK+

	* gtk/src/stylecontext.[ccg|hg]: Deprecate list_regions(), add_region(),
	remove_region(), has_region(), get_backgrount_color(), get_border_color(),
	invalidate().
	* gtk/src/widget.[ccg|hg]: Deprecate override_color(), unset_color(),
	override_background_color(), unset_background_color(), override_font(),
	unset_font(), override_symbolic_color(), unset_symbolic_color(),
	override_cursor(), unset_cursor().
	* gtk/src/window.hg: Deprecate property_has_resize_grip(),
	property_resize_grip_visible(), set/get_has_resize_grip(),
	get_resize_grip_is_visible(), get_resize_grip_area().

2015-02-05  Murray Cumming  <murrayc@murrayc.com>

	Device: Add get_vendor_id() and get_product_id().

	I used ustring for the return values, instead of std::string,
	because the documentation says that these can be used to build
	GSettings paths, and Gio::Setting uses ustring.

2015-02-03  Murray Cumming  <murrayc@murrayc.com>

	class_gtkobject.m4: Put DOXYGEN_SHOULD_SKIP_THIS around *_Class prototypes.

	This m4 file is used by gmmproc, which I have also corrected similarly.
	These predeclarations, such as below, seem to confuse doxygen. See bug #743918 .

	namespace Gtk
	{ class Window_Class; } // namespace Gtk

2015-02-03  Murray Cumming  <murrayc@murrayc.com>

	Doxygen file: Remove deprecated XML_SCHEMA and XML_DTD.

	doxygen has started to warn about these, suggesting that we remove
	them.

2015-02-03  Murray Cumming  <murrayc@murrayc.com>

	Gtk::Window: Split WindowGroup into its own .hg/.ccg file.

	Because this is tidier and to show that it wasn't the cause of
	the doxygen tags generation problem in bug #743918 .

2015-01-21  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::TextBuffer: Wrap the serialize()/deserialize() methods

	* gtk/src/textbuffer.[ccg|hg]: Add SlotSerialize, SlotDeserialize,
	register_serialize_format(), register_deserialize_format(), serialize(),
	deserialize(). Bug #694250.

2015-01-21  Murray Cumming  <murrayc@murrayc.com>

	3.15.4

2015-01-21  Murray Cumming  <murrayc@murrayc.com>

	Regenerate _docs.xml files.

2015-01-21  Murray Cumming  <murrayc@murrayc.com>

	Regenerate _signals.defs files.

2015-01-21  Murray Cumming  <murrayc@murrayc.com>

	Regenerate _methods.defs files.

2015-01-21  Murray Cumming  <murrayc@murrayc.com>

	Regenerated enums.defs files.

2015-01-20  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Builder::get_type_from_name_vfunc(): Call the base class function

	* gtk/src/builder.ccg: get_type_from_name_vfunc_callback(): If there is no
	gtkmm derived type, call GtkBuilder.get_type_from_name() rather than
	g_type_from_name(). Bug #742637.

2015-01-09  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::TextBuffer: Wrap the copy-target-list and paste-target-list props

	* gtk/src/targetlist.[ccg|hg]: Add a Glib::Value<Glib::RefPtr<Gtk::TargetList>>
	template specialization. This is needed because properties are stored
	in GValue objects, and GtkTargetList is refcounted boxed type.
	* gtk/src/textbuffer.hg: Wrap the copy-target-list and paste-target-list
	properties.

2014-12-28  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gdk::Pixbuf docs: Change Glib::ResourceError to Gio::ResourceError

	* gdk/src/pixbug.hg: create_from_resource() documentation:
	Change Glib::ResourceError to Gio::ResourceError.

2014-12-16  Juan R. García Blanco  <juanrgar@gmail.com>

	TextBuffer: Wrap gtk_text_buffer_insert_markup()

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

	3.15.3

2014-12-15  Juan R. García Blanco  <juanrgar@gmail.com>

	ScrolledWindow: Wrap missing symbols

	* Wrap overlay-scrolling property and corresponding
	getter/setter methods.
	* Wrap ::edge-overshot signal.

2014-12-15  Juan R. García Blanco  <juanrgar@gmail.com>

	TextTag: Wrap missing properties

	* Wrap fallback and fallback-set properties.
	* Wrap letter-spacing and letter-spacing-set properties.

2014-12-15  Juan R. García Blanco  <juanrgar@gmail.com>

	TextView: Wrap monospace property

2014-12-15  Juan R. García Blanco  <juanrgar@gmail.com>

	Stack: Wrap hhomogeneous and vhomogeneous properties

2014-12-15  Murray Cumming  <murrayc@murrayc.com>

	Widget: Added get_action_group() and list_action_prefixes().

2014-12-15  Murray Cumming  <murrayc@murrayc.com>

	Regenerate .docs.xml.

2014-12-15  Murray Cumming  <murrayc@murrayc.com>

	Regenerate .defs.

2014-12-13  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Dialog: Fix the constructors with DialogFlags

	* gtk/src/dialog:ccg: Don't call gtk_dialog_new_with_buttons(). The Gtk::Dialog
	will get the wrong GType. Use _CONSTRUCT() + extra code instead. Bug #738513.

2014-12-12  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Add an empty line after @newin where it's missing

	* gdk/src/device.hg:
	* gdk/src/display.hg:
	* gdk/src/rectangle.hg:
	* gdk/src/screen.hg:
	* gdk/src/window.hg:
	* gtk/src/application.hg:
	* gtk/src/builder.hg:
	* gtk/src/entrybuffer.hg:
	* gtk/src/iconview.hg:
	* gtk/src/listbox.hg:
	* gtk/src/listboxrow.hg:
	* gtk/src/pagesetup.hg:
	* gtk/src/papersize.hg:
	* gtk/src/printsettings.hg:
	* gtk/src/radiotoolbutton.hg:
	* gtk/src/toolitem.hg:
	* gtk/src/uimanager.hg:
	* gtk/src/widget.hg: Add an empty line after @newin where it's needed in
	order to avoid bad side effects in the documentation. Doxygen assumes that
	@newin is followed by a paragraph that describes what is new.

2014-12-10  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Fix some Doxygen warnings

	* gdk/gdkmm/general.h:
	* gdk/src/pixbuf.hg:
	* gtk/gtkmm/accelmap.h:
	* gtk/src/application.hg:
	* gtk/src/arrow.hg:
	* gtk/src/button.hg:
	* gtk/src/clipboard.hg:
	* gtk/src/iconinfo.hg:
	* gtk/src/menu.hg:
	* gtk/src/menubutton.hg:
	* gtk/src/plug.hg:
	* gtk/src/recentaction.hg:
	* gtk/src/scalebutton.hg:
	* gtk/src/treeview.hg:
	* gtk/src/uimanager.hg:
	Correct parameter names in @param directives, remove extraneous @ and #,
	change <xyz> to \<xyz\> when it shall not be interpreted by doxygen, etc.

2014-12-07  Murray Cumming  <murrayc@murrayc.com>

	ScaleButton: Document the constructors.

2014-12-07  Murray Cumming  <murrayc@murrayc.com>

	ScaleButton: Add a constructor without the icons.

	Because gtk_scale_button_new() allows that to be NULL.

2014-12-07  Murray Cumming  <murrayc@murrayc.com>

	ScaleButton: Correct the constructor.

	gtk_scale_button_new() does more than just call g_object_new() so
	we cannot just assume that the parameters correspond to
	GObject property names.
	This has apparently been wrong from the start, many years ago.
	Probably few people, if any, need to use this.

2014-12-07  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Add GtkSelectionData to gtk_extra_objects.defs

	* gtk/src/gtk_extra_objects.defs: Add GtkSelectionData.

2014-12-07  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::CssProvider: Add CssProviderError and signal_parsing_error()

	* gtk/src/cssprovider.[hg|ccg]: Add CssProviderError, signal_parsing_error()
	and load_from_resource().
	* gtk/src/gtk_signals.defs: Update with CssProvider::signal_parsing_error().
	* gtk/src/gtk_signals.defs.patch: Change the type of parameter 'error' (p1) to
	signal_parsing_error() handlers.
	* tools/extra_defs_gen/generate_defs_gtk.cc:
	Add get_defs(GTK_TYPE_CSS_PROVIDER).
	* tools/m4/convert_gtk.m4: Add conversion for CssProviderError.

2014-12-07  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Add class Gtk::CssSection and enum Gtk::CssSectionType

	* .gitignore: Add csssection.[h|cc].
	* gtk/gtkmm.h: Add csssection.h.
	* gtk/src/filelist.am: Add csssection.hg.
	* gtk/src/gtk_extra_objects.defs: Add GtkCssSection.
	* gtk/src/csssection.[hg|ccg]: New files.
	* tools/m4/convert_gtk.m4: Add conversions for CssSection and CssSectionType.

2014-12-03  Murray Cumming  <murrayc@murrayc.com>

	3.15.2

2014-12-03  Murray Cumming  <murrayc@murrayc.com>

	Regenerate docs.xml files.

2014-12-03  Murray Cumming  <murrayc@murrayc.com>

	Regenerated extra .defs files.

2014-12-03  Murray Cumming  <murrayc@murrayc.com>

	Regenerate methods .defs.

2014-12-03  Murray Cumming  <murrayc@murrayc.com>

	Regenerate enums .defs.

2014-11-21  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::IconThemeError: Fix a typo

	* gtk/src/icontheme.hg: Fix a typo.

2014-11-20  Murray Cumming  <murrayc@murrayc.com>

	Overlay: Really correct the @newin number.

2014-11-20  Murray Cumming  <murrayc@murrayc.com>

	Overlay: Correct the @newin number.

2014-11-13  Mark Vender  <markv743@yahoo.co.uk>

	Add Gtk::StyleProperty

	* gtk/gtkmm.h: Add styleproperty.h.
	* gtk/gtkmm/filelist.am: Add styleproperty.[h|cc].
	* gtk/gtkmm/styleproperty[h|cc]: New files. Bug #673317.

2014-11-05  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Grid: Add attach_next_to() without the 'sibling' parameter

	* gtk/src/grid.hg: Add an overloaded attach_next_to() without the 'sibling'
	parameter. Improve the documentation of attach_next_to(). Bug #739340.

2014-11-03  Murray Cumming  <murrayc@murrayc.com>

	cursor: Deprecated the constructor that takes no Display.

	Because gdk_cursor_new() is now deprecated.

2014-10-26  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Docs: Use doxygen-extra.css

	* configure.ac: Require mm-common 0.9.7.
	* .gitignore: Ignore doxygen-extra.css.
	* docs/reference/Doxyfile.in: Use doxygen-extra.css instead of doxygen.css.

2014-10-23  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Dialog: Add constructors with DialogFlags

	* gtk/src/dialog.[hg|ccg]: Wrap enum GtkDialogFlags. Add constructors that
	wrap gtk_dialog_new_with_buttons() and take a Gtk::DialogFlags parameter.
	A dialog can then be created with a header bar. Bug #738513.

2014-10-23  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::SearchEntry: Wrap the search-changed signal

	* gtk/src/searchentry.hg: Wrap the search-changed signal.

2014-10-23  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gdk::Pixbuf: Deprecate create_from_inline()

	* gdk/src/pixbuf.hg: Deprecate create_from_inline() because
	gdk_pixbuf_new_from_inline() is deprecated in gdk-pixbuf.

2014-09-23  Murray Cumming  <murrayc@murrayc.com>

	3.14.0

2014-09-23  Murray Cumming  <murrayc@murrayc.com>

	Window: Add the keys_changed signal.

	Without a default handler, to preserve ABI.

2014-09-23  Murray Cumming  <murrayc@murrayc.com>

	Assistant: Ignore a key-binding signal.

2014-09-23  Murray Cumming  <murrayc@murrayc.com>

	Regenerate *_docs.xml.

2014-09-23  Murray Cumming  <murrayc@murrayc.com>

	Regenerate .defs.

2014-09-22  Chun-wei Fan  <fanchunwei@src.gnome.org>

	MSVC 2008/2010 Projects: Add "Install" Project

	This adds "install" projects for the Visual Studio 2008 and 2010 projects,
	so that the build results will be copied to a common directory where the
	dependent DLLs are, which will ease testing and packaging.

	* MSVC_2008/gtkmm-install.vsprops:
	* MSVC_2008/install.vcproj:
	* MSVC_2010/gtkmm-install.props:
	* MSVC_2010/install.vcxproj: Add project files and property sheets to be
	used to copy the build results to a common directory, where the
	dependencies reside in.
	* MSVC_2008/gtkmm.sln:
	* MSVC_2010/gtkmm.sln: Include the "install" project in the build process.
	* MSVC_2008/filelist.am:
	* MSVC_2010/filelist.am: Include the added project files and property
	sheets in the dist.

2014-09-19  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Headerbar demo: Arrow icons have been renamed

	* demos/gtk-demo/example_headerbar.cc: The named icons
	pan-[left|right]-symbolic have been renamed to pan-[start|end]-symbolic.

2014-09-19  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Fix build of example_headerbar.cc

	Make the type of the variable icon a Glib::RefPtr<const Gio::Icon> so that
	it will build on Visual Studio, or when GTKMM_DISABLE_DEPRECATED is not
	defined.

	* demos/gtk-demo/example_headerbar.cc: Fix build on Visual Studio
	and when GTKMM_DISABLE_DEPRECATED is not defined, and add note
	regarding to the usage of 'const'.

	https://bugzilla.gnome.org/show_bug.cgi?id=736847

2014-09-18  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Demos: Fix Demo Data Path on Windows

	The relocatable data path for the gtkmm demos was still set in the
	gtkmm-2.x days.  Update the path so that gtkmm-2.x and gtkmm-3.x can be
	really parallel-installed on Windows in the same root path.

	* demos/gtk-demo/demo-common.cc: Update the relocatable demo data
	path for Windows so that we don't have to fight for the same
	space with gtkmm-2.x.

	https://bugzilla.gnome.org/show_bug.cgi?id=736846

2014-09-18  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Fix Previous Commit on Visual Studio 2010 Projects

	* MSVC_Net2010/gtkmm.vcxproj.filters: Fix file include directive.

2014-09-18  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Update and Overhaul the Visual Studio 2010 Projects

	Update the project files so that the sources listings in them are kept up
	to date.  Also, give the projects an overhaul by consolidating
	commonly-used items into property sheets, and moving them to MSVC_Net2010/.
	Also, remove the /vd2 compile-time option as it has been found to cause
	crashes in the built binaries.

	* MSVC_Net2010/gtkmm-build-defines.props:
	* MSVC_Net2010/gtkmm-version-paths.props: Added property sheet
	files so that commonly-used items can be consolidated, and can be
	referred to by the projects, which would simplify future
	maintenance
	* MSVC_Net2010/gendef.vcxproj:
	* MSVC_Net2010/gendef.vcxproj.filters:
	* MSVC_Net2010/gdkmm/gdkmm.vcxproj:
	* MSVC_Net2010/gdkmm/gdkmm.vcxproj.filters:
	* MSVC_Net2010/gdkmm/gtkmm.vcxproj:
	* MSVC_Net2010/gdkmm/gtkmm.vcxproj.filters: Move to MSVC_Net2010/
	and clean up using the property sheets.  Remove the /vd2 compile-
	time option, as it causes more trouble than help.  Adjust the
	file paths accordingly, and add the sources that have been added
	during the dev cycle.
	* MSVC_Net2010/demos/gtk-demo/gtk-demo.vcxproj:
	* MSVC_Net2010/demos/gtk-demo/gtk-demo.vcxproj.filters: Move to MSVC_Net2010/
	and clean up using the property sheets.  Remove the /vd2 compile-
	time option, as it causes more trouble than help.  Adjust the
	file paths accordingly, and add the sources that have been added
	during the dev cycle.  Rename as gtkmm3-demo.
	* MSVC_Net2010/filelist.am:
	* MSVC_Net2010/gtkmm.sln: Update file locations accordingly.

2014-09-17  Chun-wei Fan  <fanchunwei@src.gnome.org>

	MSVC_Net2008/filelist.am: Fix Dist'ed Files

	gtk-demo.vcproj was renamed to gtkmm3-demo.vcproj, fix this here.

	* MSVC_Net2008/filelist.am: Fix distribution of files due to rename
	of a project file.

2014-09-17  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Update and Overhaul Visual Studio 2008 Projects

	* MSVC_Net2008/gtkmm-build-defines.vsprops:
	* MSVC_Net2008/gtkmm-version-paths.vsprops: Added property sheets
	to group commonly-used items in the projects, so that projects
	can refer to them.  This will greatly simplify maintenance of the
	project files.
	* MSVC_Net2008/gendef/gendef.vcproj:
	* MSVC_Net2008/gdkmm/gdkmm.vcproj:
	* MSVC_Net2008/gtkmm/gtkmm.vcproj: Move to MSVC_Net2008/, and clean
	up by using the property sheets.  Add the newly-added sources as
	needed, and adjust file paths accordingly.  Generate debug info
	files for Release builds too, and remove the /vd2 build option,
	which is a source of wierd crashes.  Do not build blank.cpp, as
	it is not needed anymore.
	* MSVC_Net2008/demos/gtk-demo/gtk-demo.vcproj: Rename as
	MSVC_Net2008/gtkmm3-demo.vcproj, and update file paths
	accordingly.  Cleanup using the property sheets, and remove the
	/vd2 build options, which is a source of crashes for MSVC 2008
	builds.  Add the newly-added demo sources as well, and stop
	building blank.cpp, as it is unnecessary.
	* MSVC_Net2008/gtkmm.sln:
	* MSVC_Net2008/filelist.am: Update file paths accordingly.

2014-09-15  Murray Cumming  <murrayc@murrayc.com>

	3.13.8

2014-09-15  Murray Cumming  <murrayc@murrayc.com>

	Window: Ignore some new private functions.

2014-09-15  Murray Cumming  <murrayc@murrayc.com>

	Widget: Add get/set_clip().

2014-09-15  Murray Cumming  <murrayc@murrayc.com>

	StyleContext: Really add get_scale().

	There was a typo in the name of the C function.

2014-09-15  Murray Cumming  <murrayc@murrayc.com>

	EntryCompletion: Add the no_matches signal.

	With no default handler, to avoid breaking ABI.

2014-09-15  Murray Cumming  <murrayc@murrayc.com>

	ComboBox: Ignore a private function.

2014-09-15  Murray Cumming  <murrayc@murrayc.com>

	CellArea: Add attribute_get_column().

2014-09-15  Murray Cumming  <murrayc@murrayc.com>

	Application: Ignore private functions.

2014-09-15  Murray Cumming  <murrayc@murrayc.com>

	ApplicationWindow: Ignore private functions.

2014-09-15  Murray Cumming  <murrayc@murrayc.com>

	Adjustment: Ignore private functions.

2014-09-15  Murray Cumming  <murrayc@murrayc.com>

	ListBoxRow: Add some methods and properties.

	* gtk/src/listboxrow.hg:
	Add is_selected(), set/get_selectable(), set/get_activatable().
	Add the selectable and activatable properties.

2014-09-15  Murray Cumming  <murrayc@murrayc.com>

	ListBox: Add the selected_rows_changed() signal.

	And ignore some more keybinding signals.

2014-09-15  Murray Cumming  <murrayc@murrayc.com>

	ListBox: Add some methods.

	* gtk/src/listbox.[hg|ccg]: Add selected_foreach(),
	get_selected_rows(), unselect_row(), select_all() and unselect_all().

2014-09-15  Murray Cumming  <murrayc@murrayc.com>

	Gdk::Window: Add some methods.

	* gdk/src/window.hg: Add get/set_event_compression(),
	set_shadow_width(), and show_window_menu().
	Some of these were actually added in GTK+ 2.12 but not yet wrapped
	in gtkmm 2.12.

2014-09-15  Murray Cumming  <murrayc@murrayc.com>

	Settings: Add the gtk_long_press_time property.

2014-09-15  Murray Cumming  <murrayc@murrayc.com>

	Regenerated docs XML.

2014-09-15  Murray Cumming  <murrayc@murrayc.com>

	Regenerate gtk .defs.

2014-09-15  Murray Cumming  <murrayc@murrayc.com>

	Regenerate gdk .defs

2014-08-28  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Deprecate Gtk::StatusIcon which is deprecated in gtk+

	* gtk/src/filelist.am: Move statusicon.hg to gtkmm_files_deprecated_hg.
	* gtk/src/statusicon.hg: Add _IS_DEPRECATED.

2014-08-24  Murray Cumming  <murrayc@murrayc.com>

	Application: Add some new methods.

	* gtk/src/application.hg: Add get_actions_for_accel(),
	prefers_app_menu(), and get_menu_by_id().
	* tools/m4/convert_gtk.m4: Add conversions for GMenu.

2014-08-24  Murray Cumming  <murrayc@murrayc.com>

	Popover: Ignore a private method.

2014-08-22  Murray Cumming  <murrayc@murrayc.com>

	3.13.7

2014-08-22  Murray Cumming  <murrayc@murrayc.com>

	Regenerate *_docs.xml

2014-08-22  Murray Cumming  <murrayc@murrayc.com>

	Regenerate *_methods.defs

2014-08-22  Murray Cumming  <murrayc@murrayc.com>

	Regenerate *_extra.defs

2014-08-22  Murray Cumming  <murrayc@murrayc.com>

	Regenerate *_enums.defs

2014-08-21  Murray Cumming  <murrayc@murrayc.com>

	demos: Remove calls to deprecated TreeView::set_rules_hint().

	There is no replacement.

2014-08-12  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Take description of Gtk::FileChooser::get_current_folder() from gtk+

	* gtk/src/gtk_docs_override.xml: Remove the description of
	gtk_file_chooser_get_current_folder(), i.e. let gmmproc take it from
	gtk_docs.xml. Bug #734570.

2014-08-11  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::TreeView: Deprecate property_rules_hint()

	* gtk/src/treeview.hg: Deprecate property_rules_hint() and the corresponding
	set and get methods. They are deprecated in gtk+.

2014-08-01  Andre Klapper  <a9016009@gmx.de>

	doap: add <programming-language>

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

	NEWS: Remove a typo.

2014-07-30  Olav Vitters  <olav@vitters.nl>

	doap category core

2014-07-29  Juan R. García Blanco  <juanrgar@gmail.com>

	Paned: Wrap child properties

	* gtk/src/gtk_signals.defs: Add definitions for "resize", and
	"shrink" child properties.
	* gtk/src/paned.hg: Add wrappers for the aforementioned child
	properties.
	* See https://bugzilla.gnome.org/show_bug.cgi?id=140515

2014-07-29  Juan R. García Blanco  <juanrgar@gmail.com>

	HeaderBar: Wrap child properties

	* gtk/src/gtk_signals.defs: Add definitions for "pack-type", and
	"position" child properties.
	* gtk/src/headerbar.hg: Add wrappers for the aforementioned
	child properties.
	* See https://bugzilla.gnome.org/show_bug.cgi?id=140515

2014-07-29  Juan R. García Blanco  <juanrgar@gmail.com>

	Grid: Wrap child properties

	* gtk/src/gtk_signals.defs: Add definitions for "left-attach",
	"top-attach", "width", and "height" child properties.
	* gtk/src/grid.hg: Add wrappers for the aforementioned child
	properties.
	* See https://bugzilla.gnome.org/show_bug.cgi?id=140515

2014-07-29  Juan R. García Blanco  <juanrgar@gmail.com>

	Box: Wrap child properties

	* gtk/src/gtk_signals.defs: Add definitions for "expand",
	"fill", "padding", "pack-type", and "position" child
	properties.
	* gtk/src/box.hg: Add wrappers for the aforementioned child
	properties.
	* See https://bugzilla.gnome.org/show_bug.cgi?id=140515

2014-07-29  Murray Cumming  <murrayc@murrayc.com>

	3.13.5

2014-07-28  Juan R. García Blanco  <juanrgar@gmail.com>

	Layout: Wrap child properties

	* gtk/src/gtk_signals.defs: Add definitions for "x" and "y"
	child properties.
	* gtk/src/layout.hg: Add wrappers for the aforementioned child
	properties.
	* See https://bugzilla.gnome.org/show_bug.cgi?id=140515

2014-07-28  Juan R. García Blanco  <juanrgar@gmail.com>

	ToolItemGroup: Wrap child properties

	* gtk/src/gtk_signals.defs: Add definitions for "homogeneous",
	"expand", "fill", "new-row", and "position" child properties.
	* gtk/src/toolitemgroup.hg: Add wrappers for the aforementioned
	child properties.
	* See https://bugzilla.gnome.org/show_bug.cgi?id=140515

2014-07-28  Juan R. García Blanco  <juanrgar@gmail.com>

	ToolPalette: Wrap child properties

	* gtk/src/gtk_signals.defs: Add definitions for "exclusive" and "expand"
	properties.
	* gtk/src/toolpalette.hg: Add wrappers for the aforementioned
	child properties.
	* See https://bugzilla.gnome.org/show_bug.cgi?id=140515

2014-07-21  Juan R. García Blanco  <juanrgar@gmail.com>

	Add Gtk::LockButton

	* .gitignore: Ignore gtk/gtkmm/lockbutton.[cc|h]
	* docs/reference/images/widgets/lockbutton*: New files
	containing lock button widget states.
	* gtk/src/filelist.am: Add gtk/src/lockbutton.hg
	* gtk/src/lockbutton.[ccg|hg]: New files.
	* tools/m4/convert_gtk.m4: Needed conversions for
	Gio::Permission.

2014-07-13  Juan R. García Blanco  <juanrgar@gmail.com>

	Fixed: Wrap child properties

	* gtk/src/gtk_signals.defs: Add definitions for "x" and "y"
	properties.
	* gtk/src/fixed.hg: Add wrappers for the aforementioned child
	properties.
	* See https://bugzilla.gnome.org/show_bug.cgi?id=140515

2014-07-13  Juan R. García Blanco  <juanrgar@gmail.com>

	demo: Add Stack demo

	* demos/Makefile.am: Add gtk-demo/example_stack.cc.
	* demos/gtk-demo/demos.h: Declare do_stack(); add new entry in
	testgtk_demos.
	* demos/gtk-demo/example_stack.cc: New file.

2014-07-13  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Stack: Don't hide Container::add()

	* gtk/src/stack.[ccg|hg]: Don't let Stack::add() hide Container::add().
	Let them all be overloaded add() functions in Stack. Bug #724732.

2014-07-13  Juan R. García Blanco  <juanrgar@gmail.com>

	Toolbar: Wrap child properties

	* gtk/src/gtk_signals.defs: Add definitions for "expand", and
	"homogeneous" properties.
	* gtk/src/toolbar.hg: Add wrappers for the aforementioned child
	properties.
	* See https://bugzilla.gnome.org/show_bug.cgi?id=140515

2014-07-13  Juan R. García Blanco  <juanrgar@gmail.com>

	Stack: Wrap child properties

	* gtk/src/gtk_signals.defs: Add definitions for "name", "title",
	"icon-name", "position", and "needs-attention".
	* gtk/src/stack.hg: Add wrappers for the aforementioned child
	properties.
	* See https://bugzilla.gnome.org/show_bug.cgi?id=140515

2014-07-13  Juan R. García Blanco  <juanrgar@gmail.com>

	demo: Update notebook's tabs style

	* demos/gtk-demo/demowindow.cc: Set "tab-expand" child property
	of "Info" and "Source" tabs, as it is currently done in
	gtk3-demo.

2014-07-13  Juan R. García Blanco  <juanrgar@gmail.com>

	Notebook: Wrap child properties

	* gtk/src/gtk_signals.defs: Add definitions for "tab-label",
	"menu-label", "position", "tab-expand", "tab-fill",
	"reorderable", and "detachable".
	* gtk/src/notebook.hg: Add wrappers for the aforementioned child
	properties.

2014-07-10  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Widget: Deprecate property_double_buffered()

	* gtk/src/widget.hg: Deprecate set/get_double_buffered() and
	property_double_buffered() which have been deprecated in gtk+.
	Delete obsolete _IGNORE directives and obsolete comments.

2014-07-07  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Builder: Fix a typo in an error message

2014-07-06  Juan R. García Blanco  <juanrgar@gmail.com>

	Switch: Wrap API for performing delayed changes

	* Wrap set_state(bool) and get_state() methods, and ::state
	property.
	* Wrap "state-set" signal.

2014-07-05  Juan R. García Blanco  <juanrgar@gmail.com>

	Add GtkContainer's child properties handling

	* gtk/gtkmm/childpropertyproxy_base.[h|cc]: New files.
	* gtk/gtkmm/childpropertyproxy.[h|cc]: New files.
	* gtk/gtkmm/filelist.am: Add childpropertyproxy_base.[h|cc] and
	childpropertyproxy.[h|cc].
	* gtk/src/container.hg: Include gtkmm/childpropertyproxy.h.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Add
	get_child_properties(), and use it to gather information about
	child properties in GtkContainer subclasses.
	* tools/m4/child_property.m4: New file that expands
	_CHILD_PROPERTY_PROXY macro.
	* tools/m4/convert_gtkmm.m4: Include child_property.m4.
	* tools/m4/filelist.am: Add child_property.m4.

2014-07-02  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Add Gestures group to the reference docs

	* gtk/src/eventcontroller.hg: Add @defgroup Gestures and @ingroup Gestures.
	* gtk/src/gesture*.hg: Add @ingroup Gestures.

2014-07-02  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Demos: Add Gestures demo

	* demos/Makefile.am: Add example_gestures.cc.
	* demos/gtk-demo/demos.h: Add Gestures demo.
	* demos/gtk-demo/example_gestures.cc: New file.
	This is gtk+/demos/gtk-demo/gestures.c, translated to C++.

2014-07-01  Murray Cumming  <murrayc@murrayc.com>

	IconTheme: Add add_resource_path() and deprecate add_builtin_icon().

2014-06-29  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Add Gtk::EventController and Gtk::Gesture* classes.

	* gtk/src/eventcontroller.[hg|ccg]:
	* gtk/src/gesture.[hg|ccg]:
	* gtk/src/gesturedrag.[hg|ccg]:
	* gtk/src/gesturelongpress.[hg|ccg]:
	* gtk/src/gesturemultipress.[hg|ccg]:
	* gtk/src/gesturepan.[hg|ccg]:
	* gtk/src/gesturerotate.[hg|ccg]:
	* gtk/src/gesturesingle.[hg|ccg]:
	* gtk/src/gestureswipe.[hg|ccg]:
	* gtk/src/gesturezoom.[hg|ccg]: New files.
	* gtk/src/filelist.am:
	* gtk/gtkmm.h: Add new files.
	* tools/m4/convert_gtk.m4: Add conversions for new enums.
	* .gitignore: Add new files in gtk/gtkmm.

2014-06-29  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Update gtk_signals.defs with Gesture and LockButton

	* gtk/src/gtk_signals.defs: Update.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Generate info for EventController
	Gesture* and LockButton.

2014-06-26  Murray Cumming  <murrayc@murrayc.com>

	3.13.3

2014-06-23  Murray Cumming  <murrayc@murrayc.com>

	Update *_docs.xml files, used to generate documentation.

2014-06-23  Murray Cumming  <murrayc@murrayc.com>

	demo: Avoid use of deprecated API.

	* demos/gtk-demo/example_icontheme.cc: Remove the code and UI that
	deals with icons' display names.

2014-06-23  Murray Cumming  <murrayc@murrayc.com>

	Regenerate gtk .defs.

2014-06-23  Murray Cumming  <murrayc@murrayc.com>

	Regenerated GDK .defs.

2014-06-23  Murray Cumming  <murrayc@murrayc.com>

	WidgetPath: Deprecate regions methods.

	* gtk/src/widgetpath.hg: Deprecate iter_add_region(),
	iter_remove_region(), iter_clear_regions(), iter_list_regions()
	and iter_has_region() using the rather useless deprecation
	comments from GTK+:
	https://git.gnome.org/browse/gtk+/commit/gtk/gtkwidgetpath.c?id=93b31790424cbc2face0a885b5dd49889c2f297e

2014-06-23  Murray Cumming  <murrayc@murrayc.com>

	IconInfo: Deprecate some methods.

	* gtk/src/iconinfo.hg: Deprecate set_raw_coordinates(),
	get_embedded_rect(), get_attach_points() and
	get_display_name(), using the mostly useless deprecation comments
	from GTK+:
	https://git.gnome.org/browse/gtk+/commit/gtk/gtkicontheme.c?id=84bc9bba4214ac4dc05cb029b45bffbb84fa1393

2014-06-21  Juan R. García Blanco  <juanrgar@gmail.com>

	demo: Add Overlay demo

	* Add demos/gtk-demo/example_overlay.cc
	* Update demos/gtk-demo/demos.h
	* Update demos/Makefile.am

2014-06-21  Juan R. García Blanco  <juanrgar@gmail.com>

	Wrap GtkOverlay widget

	* Create gtk/src/overlay.{hg,ccg}
	* Update gtk/src/filelist.am
	* Add "get-child-position" signal to gtk/src/gtk_signals.defs
	* Add GTK_TYPE_OVERLAY to
	tools/extra_defs_gen/generate_defs_gtk.cc
	* Add overlay.h to gtkmm.h

2014-06-19  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Builder: Add more documentation

	* gtk/src/builder.hg: Copy some documentation from GtkBuilder, describing
	the lifetime of windows, other widgets and other objects. Bug #731444.

2014-06-19  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Add test case tests/builder

	* tests/Makefile.am: Add builder/main.cc.
	* tests/builder/main.cc: New file. Bug #731444.

2014-06-11  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Builder: Fix ref count in get_widget() and get_widget_derived()

	* gtk/src/builder.[hg|ccg]: get_widget() and get_widget_derived() shall not
	add a reference to the fetched widget. Bug #731444.

2014-06-11  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Widget: Undeprecate reparent()

	* gtk/src/widget.[hg|ccg]: Undeprecate reparent() and implement it without
	calling the deprecated gtk_widget_reparent().

2014-06-09  Juan R. García Blanco  <juanrgar@gmail.com>

	gtkmm-demo: make side bar scrollable

	Embed examples tree view in a ScrolledWindow, and make it of class
	"sidebar", as it is currently done in gtk3-demo.

2014-06-09  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Application: Fix the docs added in the previous commit

	* gtk/src/application.hg: Only the application's destructor is affected
	by remove_window(). Bug #731126.

2014-06-08  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Application: Add documentation concerning the use of quit()

	* gtk/src/application.hg: Mention that some destructors may not be called
	after a call to Gio::Application::quit(). Bug #731126.

2014-06-06  Murray Cumming  <murrayc@murrayc.com>

	ExpanderStyle is deprecated and not used.

2014-06-06  Murray Cumming  <murrayc@murrayc.com>

	Add a TODO about Widget::reparent().

2014-06-01  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Container, Widget: Deprecate API which is deprecated in GTK+

	* gtk/src/container.hg: Deprecate [set|get]_resize_mode(),
	set_reallocate_redraws().
	* gtk/src/widget.hg: Deprecate reparent(), region_intersect(),
	get_root_window(), [set|get]_margin_[left|right](), property_style(),
	property_margin_[left|right]().
	property_style() should perhaps be deleted, although that would break API and
	ABI. It can't be used because it requires the non-existent Gtk::Style class.

2014-06-01  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Button: Deprecate the alignment API which is deprecated in GTK+

	* gtk/src/button.hg: Deprecate set_alignment(), get_alignment(),
	property_xalign() and property_yalign(), which are deprecated in GTK+.

2014-06-01  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	gtk/src/filelist.am: Move alignment.hg to gtkmm_files_deprecated_hg

2014-05-30  Murray Cumming  <murrayc@murrayc.com>

	3.13.2

2014-05-30  Murray Cumming  <murrayc@murrayc.com>

	Deprecate Alignment because it is deprecated in GTK+.

	* gtk/src/alignment.hg: Deprecate this.
	* demos/gtkmm-demo/example_colorsel.c:
	* demos/gtkmm-demo/example_icontheme.cc:
	* demos/gtkmm-demo/example_images.cc:
	* demos/gtkmm-demo/example_textview.cc: Replace use of
	Gtk::Alignment with Widget h/valign.

2014-05-30  Murray Cumming  <murrayc@murrayc.com>

	Color: Fix the build with --enable-warnings=fatal.

	* gdk/src/color.hg: Disable GTK+ deprecation warnings for the .cc file
	so we can still build our (also deprecated) implementation.

2014-05-26  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Misc: Deprecate all methods and properties

	* demos/gtk-demo/example_change_display.cc:
	* demos/gtk-demo/example_sizegroup.cc: Don't use deprecated Misc methods.
	* gtk/src/bin.[ccg|hg]: Deprecate add_label(const Glib::ustring& label,
	bool mnemonic, double x_align, double y_align) and
	add_pixlabel(const std::string& pixfile, const Glib::ustring& label,
	double x_align, double y_align). Add add_pixlabel(const std::string& pixfile,
	const Glib::ustring& label, Align x_align, Align y_align).
	* gtk/src/label.[ccg|hg]: Deprecate Label(const Glib::ustring& label,
	float xalign, float yalign, bool mnemonic).
	* gtk/src/menuitem.ccg: Don't use deprecated Misc property.
	* gtk/src/misc.hg: Deprecate all methods and properties. GtkMisc is deprecated,
	but we can't deprecate Gtk::Misc completely, because it's a base class of
	Arrow, Label and Image. Label and Image are not deprecated.

2014-05-26  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Add a missing quote to unfinished quoted strings in _WRAP directives

	* gtk/src/colorbutton.hg:
	* gtk/src/entrycompletion.hg:
	* gtk/src/widget.hg: Add a missing double quote in gmmproc directives like
	_WRAP_PROPERTY("text_column, int).

2014-05-25  Juan R. García Blanco  <juanrgar@gmail.com>

	gtkmm-demo: use HeaderBar in main window

	As it is currently done in gtk3-demo, pleace a HeaderBar at the top of
	the demo main window.

2014-05-22  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Fix a segfault in the Drawing Area demo

	* demos/gtk-demo/example_drawingarea.cc: Take a reference of event->device
	in Example_DrawingArea::on_drawingarea_scribble_motion_notify_event().
	RefPtr's destructor unreferences it.

2014-05-21  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Deprecate Gtk::Misc (almost) and Gtk::NumerableIcon

	* gtk/src/filelist.am: Move numerableicon.hg to gtkmm_files_deprecated_hg.
	* gtk/src/misc.hg: Deprecate, but only with comments. Can't be really
	deprecated yet, because Misc is a base class of Label and Image.
	* gtk/src/numerableicon.hg: Deprecate.

2014-05-21  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Fix 'make check' after Gtk::Arrow has been deprecated

	* demos/gtk-demo/example_headerbar.cc:
	Use Gtk::Button::set_image_from_icon_name() instead of Gtk::Arrow.
	* gtk/src/arrow.hg: Add #define GDK_DISABLE_DEPRECATION_WARNINGS in arrow.cc.
	* gtk/src/filelist.am: Move arrow.hg to gtkmm_files_deprecated_hg.

2014-05-15  Juan R. García Blanco  <juanrgar@gmail.com>

	PlacesSidebar: Wrap "show-location" symbols

	* Wrap ::show-location signal.
	* Wrap "show-location" property.
	* Wrap gtk_places_sidebar_get_show_location() and
	gtk_places_sidebar_set_show_location() accessor methods.

2014-05-14  Murray Cumming  <murrayc@murrayc.com>

	Deprecate Gtk::Arrow because GtkArrow is deprecated.

2014-05-01  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Update documentation of Gtk::Dialog::run()

	* gtk/src/dialog.hg: Add documentation of Gtk::Dialog::run(), similar to
	the gtk+ documentation, except for the code snippet.
	* gtk/src/gtk_docs_override.xml: Remove documentation of gtk_dialog_run().

2014-04-29  Jonathon Jongsma  <jjongsma@redhat.com>

	Don't assert argc/argv are non-null in Application::run()

	NULL is a valid value to pass to gtk_init(), and these asserts make it
	impossible to use theses functions with NULL argc/argv.

2014-04-22  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Remove unnecessary parts of the docs_override.xml files

	* gdk/src/gdk_docs_override.xml:
	* gtk/src/gtk_docs_override.xml: Remove parts with no significant
	difference compared to the docs.xml files.
	Remove leftovers from gtkmm 2.

2014-04-15  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Application: Fix the build with the latest gtk+

	* gtk/src/application.hg: Define GDK_DISABLE_DEPRECATION_WARNINGS,
	because gtk_application_add/remove_accelerator() are deprecated.

2014-04-14  Murray Cumming  <murrayc@murrayc.com>

	NEWS: Mention API additions in 3.12

2014-04-13  Murray Cumming  <murrayc@murrayc.com>

	3.12.0

2014-04-13  Murray Cumming  <murrayc@murrayc.com>

	configure.ac: Add a check that NEWS is updated.

2014-04-12  Juan R. García Blanco  <juanrgar@gmail.com>

	Add Gtk::HeaderBar demo

	Add a Gtk::HeaderBar demo that mimics gtk3-demo's one.

2014-04-09  Murray Cumming  <murrayc@murrayc.com>

	demo: Add the FlowBox demo part.

	* demos/Makefile.am:
	* demos/gtk-demo/demos.h:
	* demos/gtk-demo/example_flowbox.cc:
	This is based on the example/demo code in bug #723801
	from Juan R. Garcia Blanco.

2014-04-08  Murray Cumming  <murrayc@murrayc.com>

	Application: Add set_accels_for_action(), deprecating add_accelerator().

	* gtk/src/application.[hg|ccg]: Deprecate add_accelerator() and
	remove_accelerator() because they have been deprecated in the
	latest unstable GTK+ code:
	See https://bugzilla.gnome.org/show_bug.cgi?id=708905#c8
	Add set_accels_for_action(), set_accel_for_action() and
	unset_accels_for_action() to replace them, using the new
	gtk_application_set_accels_for_action() function.

2014-04-07  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Button: Add set_image_from_icon_name() with a use_fallback argument

	* gtk/src/button.[hg|ccg]:
	Add set_image_from_icon_name(icon_name, size, use_fallback). Bug #723124.

2014-04-05  Murray Cumming  <murrayc@murrayc.com>

	3.11.10

2014-04-05  Murray Cumming  <murrayc@murrayc.com>

	Ignore some functions.

2014-04-05  Murray Cumming  <murrayc@murrayc.com>

	Pixbuf: Add get_byte_length().

2014-04-01  Murray Cumming  <murrayc@murrayc.com>

	Application: Add comments about the strange add/set accel methods.

2014-03-23  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Dialog: Fix the deprecation of get_action_area()

	* gtk/src/dialog.hg: Add 'deprecated' also on the const version of
	get_action_area().

2014-03-20  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Update Visual Studio Projects

	Add the newly-added sources for gtkmm-3.12.x for the gtkmm project, so that
	gtkmm will build properly and completely.  Also correct the include path
	for cairomm, as it was wrong, so that the build will find the cairomm
	correctly.

2014-03-18  Murray Cumming  <murrayc@murrayc.com>

	3.11.9

2014-03-18  Murray Cumming  <murrayc@murrayc.com>

	Widget: Add scale-factor property.

2014-03-18  Murray Cumming  <murrayc@murrayc.com>

	Widget: Add get/set_margin_start/end().

2014-03-18  Murray Cumming  <murrayc@murrayc.com>

	Regenerate XML docs files.

2014-03-18  Murray Cumming  <murrayc@murrayc.com>

	Application: Add set_accel_for_action().

	* gtk/src/application.[hg|ccg]: So we don't need to create
	a vector for just one accel.

2014-03-18  Murray Cumming  <murrayc@murrayc.com>

	Window: Ignore some private or obscure functions.

2014-03-18  Murray Cumming  <murrayc@murrayc.com>

	StyleContext: Add get/set_scale().

2014-03-18  Murray Cumming  <murrayc@murrayc.com>

	Application: Add get/set_accels_for_action() and list_action_descriptions().

2014-03-18  Murray Cumming  <murrayc@murrayc.com>

	Gdk::Device: Add get_last_event_window().

2014-03-17  Murray Cumming  <murrayc@murrayc.com>

	Regenerate docs XML files.

2014-03-17  Murray Cumming  <murrayc@murrayc.com>

	Regenerate methods .defs

2014-03-09  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Update .gitignore

	* .gitignore: Ignore newly added generated classes in gtk/gtkmm.

2014-03-05  Murray Cumming  <murrayc@murrayc.com>

	Container: Add a TODO comment about removing the virtual add().

	See bug #724732.

2014-03-04  Murray Cumming  <murrayc@murrayc.com>

	3.11.8

2014-03-04  Murray Cumming  <murrayc@murrayc.com>

	Regenerate docs XML.

2014-03-04  Murray Cumming  <murrayc@murrayc.com>

	Regenerated methods .defs.

2014-03-04  Murray Cumming  <murrayc@murrayc.com>

	Regenerated enums .defs.

2014-02-26  Juan R. García Blanco  <juanrgar@gmail.com>

	Window: Add ::is-maximized property

	* Wrap ::is-maximzed property
	* Wrap gtk_window_is_maximized() accessor method

2014-02-23  Juan R. García Blanco  <juanrgar@gmail.com>

	IconInfo: Add is_symbolic() method

	* Add wrapper for gtk_icon_info_is_symbolic() method,
	introduced in 3.12.

2014-02-23  Juan R. García Blanco  <juanrgar@gmail.com>

	Assistant: Wrap new ::use-header-bar property

	* Add ::use-header-bar read-only property

2014-02-23  Juan R. García Blanco  <juanrgar@gmail.com>

	ActionBar: wrap new GtkActionBar

	* GtkActionBar now inherits from GtkBin
	* ::spacing and ::center-widget properties removed
	* Add unset_center_widget() method to allow NULL
	parameter to gtk_action_bar_set_center_widget()

2014-02-17  Juan R. García Blanco  <juanrgar@gmail.com>

	Box: Wrap new *_center_widget() symbols

	* Wrap gtk_box_set/get_center_widget object methods
	* Create unset_center_widget() to allow NULL argument to
	gtk_box_set_center_widget()

2014-02-17  Juan R. García Blanco  <juanrgar@gmail.com>

	Gtk::Popover: wrap new constructor and public method

	* Wrap gtk_popover_bind_model() object method.
	* Wrap gtk_popover_new_from_model() constructor.

2014-02-17  Juan R. García Blanco  <juanrgar@gmail.com>

	Dialog: Add new header bar management methods

	* Add getter/setter for HeaderBar widget
	* Add ::use-header-bar read-only property

2014-02-17  Juan R. García Blanco  <juanrgar@gmail.com>

	Gtk::Entry: add new symbols as for 3.11.7

	* Add ::max-width-chars object property
	* Add ::max-width-chars getter/setter object methods

2014-02-17  Juan R. García Blanco  <juanrgar@gmail.com>

	Gtk::MenuButton: wrap new symbols as of 3.11.7

	* Wrap ::use-popover object property
	* Wrap ::use-popover getter/setter
	* Wrap gtk_menu_button_get/set_popover object methods
	* Added various needed Popover conversions
	* Regenerate gtk_methods.defs and gtk_signals.defs to
	include these new symbols

2014-02-19  Murray Cumming  <murrayc@murrayc.com>

	3.11.7

2014-02-17  Murray Cumming  <murrayc@murrayc.com>

	MessageDialog: Deprecate get/set_image() and the property.

	This has been deprecated in GTK+ for the usual (recently)
	unspecified design reasons.

2014-02-16  Juan R. García Blanco  <juanrgar@gmail.com>

	Popover: wrap ::closed signal; remove unused includes

2014-02-15  Juan R. García Blanco  <juanrgar@gmail.com>

	Various fixes to Gtk::FlowBox

	* Fix invalid use of _IGNORE with signals.
	* Wrap Gtk::FlowBoxChild::activate signal.

2014-02-10  Juan R. García Blanco  <juanrgar@gmail.com>

	Gtk::Popover::pointing-to changed type

	* GtkPopover::pointing-to changed its type from
	* cairo_rectangle_int_to to GdkRectangle.

2014-02-10  Murray Cumming  <murrayc@murrayc.com>

	3.11.5

2014-02-10  Juan R. García Blanco  <juanrgar@gmail.com>

	Wrap new symbols in GtkPlacesSidebar

	* GtkPlacesSidebar::local-only object property
	* GtkPlacesSidebar::local-only getter/setter object methods

2014-02-10  Juan R. García Blanco  <juanrgar@gmail.com>

	Wrap GtkFlowBox

2014-02-03  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Update Doxyfile.in

	* docs/reference/Doxyfile.in: Update for doxygen 1.8.4.
	Make it more similar to glibmm's Doxyfile.in.

2014-02-03  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Builder: Add expose_[object|widget](), [set|get]_application()

	* gtk/src/builder.hg: Add expose_object(), expose_widget(),
	set_application(), get_application(). Remove some TODO comments.
	* gtk/src/builder.ccg: Remove a TODO comment.

2014-02-03  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Entry: Add set/get_attributes()

	* gtk/src/entry.hg: Add set_attributes(), get_attributes() and the
	"attributes" property.

2014-02-03  Juan R. García Blanco  <juanrgar@gmail.com>

	Wrap GtkSettings new properties as of 3.12

	* GtkSettings::gtk-decoration-layout property
	* GtkSettings::gtk-shell-shows-desktop property
	* GtkSettings::gtk-dialogs-use-header property

2014-02-03  Juan R. García Blanco  <juanrgar@gmail.com>

	Wrap new GtkStack symbols as for 3.12

	* gtk_stack_get_transition_running function
	* gtk_stack_get_child_by_name function
	* GtkStack::transition-running object property

2014-01-31  Murray Cumming  <murrayc@murrayc.com>

	Popover: Simplify some _CONVERSION() lines.

	The reinterpret casts were unnecessary.

2014-01-31  Murray Cumming  <murrayc@murrayc.com>

	Regenerate .docs .xml

2014-01-31  Murray Cumming  <murrayc@murrayc.com>

	Regenerate extra defs

2014-01-31  Murray Cumming  <murrayc@murrayc.com>

	Regenerate enums .defs

2014-01-31  Murray Cumming  <murrayc@murrayc.com>

	Regenerated methods .defs

2014-01-31  Murray Cumming  <murrayc@murrayc.com>

	Added a comment

2014-01-31  Juan R. García Blanco  <juanrgar@gmail.com>

	Wrap GtkPopover

2014-01-30  Juan R. García Blanco  <juanrgar@gmail.com>

	Wrap new symbols added to GtkHeaderBar as of 3.12

	* gtk/src/headerbar.[hg|ccg]:
	Added decoration-layout object property,
	decoration-layout-set object property,
	has-subtitle object property,
	get_decoration_layout(), get_has_subtitle(),
	set_decoration_layout(), set_has_subtitle().

2014-01-29  Juan R. García Blanco  <juanrgar@gmail.com>

	Wrap GtkActionBar

	Bug #723124

2014-01-29  Murray Cumming  <murrayc@murrayc.com>

	Main: Undeprecate add_gtk_option_group(), because it is still needed.

	* gtk/src/main.[hg|ccg]: We should probably move it out of Main,
	along with some other functions from here, but Main does not feel
	completely deprecated anyway because Application still cannot
	properly handle GOption.

2014-01-28  Murray Cumming  <murrayc@murrayc.com>

	Dialog: Deprecates some methods and fix the build with --warnings=fatal

	* dialog.[hg|ccg]: Deprcate set_alternative_button_order_from_array(),
	alternative_button_order() (which have no deprecation advice in
	GTK+, but I have given up filing bugs about that) and
	get_action_area() (which does).

2014-01-17  Murray Cumming  <murrayc@murrayc.com>

	3.11.4

2014-01-17  Murray Cumming  <murrayc@murrayc.com>

	Regenerate C docs .xml files.

2014-01-17  Murray Cumming  <murrayc@murrayc.com>

	Regenerate signals/properties .defs

2014-01-17  Murray Cumming  <murrayc@murrayc.com>

	Regenerate functions .defs.

2014-01-17  Murray Cumming  <murrayc@murrayc.com>

	Regenerate enums defs.

2014-01-08  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::SelectionData: Add some method docs and get_data(int& length)

	* gtk/src/selectiondata.hg: Add get_data(int& length). Add documentation
	to some methods.

2014-01-08  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::CellArea: Add signal_apply_attributes()

	* gtk/src/cellarea.hg: Add signal_apply_attributes(). Markup the section
	titles in the class docs.

2014-01-07  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	gtk/src/textiter.hg: Add an _IGNORE()

	* gtk/src/textiter.hg: _IGNORE(gtk_text_iter_assign), which was added as a
	result of gtk+ bug #645258.

2013-12-20  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Fix the build with --disable-deprecated-api

	* gdk/gdkmm/filelist.am:
	* gdk/src/filelist.am: Split gdkmm_files_hg into gdkmm_files_any_hg and
	gdkmm_files_deprecated_hg. Move color.hg to gdkmm_files_deprecated_hg.
	* gtk/src/button.ccg: Include gtkmm/image.h.
	* gtk/src/radioaction.ccg: Add _DEPRECATE_IFDEF_START/END.
	* gtk/src/recentaction.[hg|ccg]: Hand-code deprecated constructors and
	create() methods. It's the only way to get correct #ifndef directives in
	the .cc file.
	* gtk/src/texttag.hg: Add _CONFIGINCLUDE.

2013-12-19  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::UIManager: Deprecate the add-tearoffs property

	It has been deprecated in gtk+ since 3.4. The corresponding set/get methods
	have been deprecated in gtkmm since 3.3.2.

2013-12-19  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::ToggleAction: Deprecate the create() that uses (deprecated) StockID

	* gtk/src/toggleaction.[hg|ccg]: Deprecate the create() that uses StockID.
	This should not be an API break because you could not use this deprecated
	method if you had disabled deprecated API, because it takes a deprecated
	type as parameter.

2013-12-19  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Action, Activatable: Undeprecate methods that don't use a StockID

	* gtk/src/action.[hg|ccg]:
	* gtk/src/activatable.hg: Undeprecate all methods, signals and properties
	that don't use a StockID.
	* gtk/src/filelist.am: Move undeprecated classes back from
	gtkmm_files_deprecated_hg to gtkmm_files_any_hg.

	This was forgotten when deprecations were reverted in commit
	https://git.gnome.org/browse/gtkmm/commit/?id=caf1165105d078a2cdc92caa14a1ebfc6724e6ef

2013-12-16  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::ToolItem: Add class docs. Add unset_proxy_menu_item()

	* gtk/src/toolitem.[hg|ccg]: The gtk_tool_item_set_proxy_menu_item() docs
	don't tell whether the menu_item argument can be NULL, but the gtk+ code
	explicitly allows it, and the create-menu-proxy signal docs mention this
	case. An unset method seems appropriate.

2013-12-16  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Switch: Fix _IGNORE_SIGNAL("activate")

2013-12-16  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	gtk/src/enums.hg: Remove documentation of enums, gmmproc adds it

2013-12-16  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::ColorChooser::get_rgba(): Add documentation

2013-12-15  Murray Cumming  <murrayc@murrayc.com>

	Regenerate more .defs with the latest GTK+.

2013-12-15  Murray Cumming  <murrayc@murrayc.com>

	Regenerate gdk_methods.defs.

	* gdk/src/gdk_methods.defs: Regenerate with gen_scripts/.
	* gdk/src/window.hg: Add a conversion to fix the build, but see the
	TODO comment about the possible ABI break in GTK+.

2013-12-12  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gdk::RGBA, Color: Fix set_hsl(), improve documentation

	* gdk/src/color.ccg:
	* gdk/src/rgba.ccg: Fix the conversion from HSL to RGB color in set_hsl().
	* gdk/src/color.hg:
	* gdk/src/rgba.hg: Add docs of set_hsv() and set_hsl(). Change 'percentage'
	to 'fraction' in docs. (The range is not 0..100, it's 0..1.)
	Bug #720258.

2013-12-12  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gdk::Display: Remove obsolete TODO comments

	* gdk/src/display.hg: gdk_display_set_device_hooks() was removed before it
	entered a stable API.
	Vfuncs are not wrapped because GdkDisplayClass is private.

2013-11-13  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Docs: Add missing widget images

	* gtk/src/colorchooserdialog.hg: Change image file name.
	* docs/reference/images/widgets/appchooserbutton1.png:
	* docs/reference/images/widgets/appchooserdialog1.png:
	* docs/reference/images/widgets/colorchooserdialog1.png:
	* docs/reference/images/widgets/infobar1.png: New files, copied from gtk+.

2013-11-13  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::AppChooser*: Improve documentation

	* gtk/src/appchooser.hg:
	* gtk/src/appchooserbutton.hg:
	* gtk/src/appchooserdialog.hg:
	* gtk/src/appchooserwidget.hg: Copy class documentation from gtk+ that was
	added to gtk+ after the classes were created in gtkmm. Add links to
	giommContentType in glibmm. See gtk+ bug #650012. These links will be broken
	until a new version of glibmm (after 2.38.0) is released.

2013-10-29  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Update .gitignore files

	* build/.gitignore:
	* .gitignore: Ignore files generated by automake 1.13 and 'make check'.

2013-10-29  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	CellArea: Fix documentation of typedef SlotForeachAlloc

	* gtk/src/cellarea.hg: SlotForeachAlloc: An extra '>' in the docs trapped
	doxygen 1.8.4 in an infinite loop.

2013-10-22  Murray Cumming  <murrayc@murrayc.com>

	Gdk::Pixbuf: Add create_from_resource() methods.

	* gdk/src/pixbuf.hg: Wrap gdk_pixbuf_new_from_resource() and
	gdk_pixbuf_new_from_resource_at_scale().
	* configure.ac: Require the gdk-pixbuf version that has these
	new functions.

2013-10-21  Murray Cumming  <murrayc@murrayc.com>

	Avoid including deprecated stockid.h

	For non-deprecated classes with deprecated methods that take the
	(deprecated) StockID, just add a typedef instead of including
	stockid.h. The undef hack is not enough to deal with common situations.

2013-10-21  Murray Cumming  <murrayc@murrayc.com>

	Deprecate some more methods that use (deprecated) StockID.

	* gtk/src/radioaction.hg:
	* gtk/src/recentaction.hg: Deprecate constructors and methods that
	take StockID.

	This should not be an API break because you could not use these
	deprecated methods if you had disabled deprecated API, because they
	took a deprecated type as parameter.

2013-10-11  Murray Cumming  <murrayc@murrayc.com>

	3.10.0

2013-10-11  Murray Cumming  <murrayc@murrayc.com>

	Switch: Ignore the activate signal

2013-10-11  Murray Cumming  <murrayc@murrayc.com>

	Docs: Fix PlacesSidebar doc generation

2013-10-11  Murray Cumming  <murrayc@murrayc.com>

	Regenerated *.docs.xml

2013-10-11  Murray Cumming  <murrayc@murrayc.com>

	Add a comment

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	ToggleAction, RadioAction: Allow use of deprecated StockID in deprecated API.

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	RadioAction: Deprecate the constructor that uses StockID.

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	ActionGroup: Remove _IS_DEPRECATED

	I added this by mistake in a recent commit.

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	ToggleAction: Deprecate the constructor that uses StockID

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	Action, etc: Avoid C API deprecation warnings.

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	Revert "Deprecate Gtk::ActionGroup, *Action, Activatable (sort of), UIManager."

	Because we do not believe that the C API is ready to be deprecated.
	See https://mail.gnome.org/archives/gtkmm-list/2013-October/msg00003.html

	This reverts commit d1cfb5b5d805b2033334c8fb8845522e79333814.

	We should apply this commit again some time in the future.
	https://git.gnome.org/browse/gtkmm/commit/?id=d1cfb5b5d805b2033334c8fb8845522e79333814

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	PrintOperation: run(): Add documentation.

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	Update a TODO comment

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	Plug: Add documentation

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	Update a TODO comment

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	IconView: set_cursor(): Add a version with no cell parameter

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	Tiny comment/docs changes.

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	ComboBox: Remove some now-unnecessary code.

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	Application: add/remove_accelerator(): Add overloads without the variant parameter.

	* gtk/src/application.hg: Use the {?} syntax to add methods that
	do not take the parameter.

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	Update some documentation.

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	Window: get_frame_extents(): Add const version.

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	Update some TODO comments

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	Tiny whitespace fixes.

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	Gdk::Pixbuf: Document some methods.

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	Device: Document some methods.

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	Gdk::Color: Deprecate this.

	* gdk/src/cellrenderertext.hg: Deprecate the properties that use
	Gdk::Color now that they are deprecated (and replaced) in the C API.
	* gdk/src/color.hg: Deprecate this now that it is only used by us for
	deprecated API. The C API still uses GdkColor, but we can already
	deprecate it.

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	Whitespace change

2013-10-09  Murray Cumming  <murrayc@murrayc.com>

	Builder: #include giomm/resource.h.

	* gtk/src/builder.hg: This makes it easier for application code
	to catch the ResourceError exception.

2013-10-08  Murray Cumming  <murrayc@murrayc.com>

	Application: Added overview docs based on the C docs.

2013-10-07  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Widget: Add documentation to some override_* and unset_* methods

	* gtk/src/widget.[hg|ccg]: Use _WRAP_METHOD for override_color() and
	override_background_color(), thus copying the gtk+ docs. Add docs to some
	unset_*() methods. Bug #551912.

2013-10-07  Murray Cumming  <murrayc@murrayc.com>

	SearchBar: handle_event(): Take a GdkEventKey instead of GdkEvent.

	* gtk/src/searchbar.hg: That is what the C docuementation says
	that it should take.
	See bug GTK+ #709544

2013-10-05  Juan Rafael García Blanco  <juanrgar@gmail.com>

	Gtk::HeaderBar::get_show_close_button made const

2013-09-30  Murray Cumming  <murrayc@murrayc.com>

	Add a comment

2013-09-26  Murray Cumming  <murrayc@murrayc.com>

	Button: Remove unnnecessary BuiltinStockID declaration

2013-09-26  Murray Cumming  <murrayc@murrayc.com>

	Add TODO comments to derive from Actionable when we can break ABI.

	* gtk/src/button.hg:
	* gtk/src/menuitem.hg:
	* gtk/src/switch.hg:
	* gtk/src/toolbutton.hg: These classes need to derive from
	Gtk::Actionable so we can, for instance, call
	set_action_name() on them to use them with a Gio::Action that
	is in an action group.
	However, we cannot do this without breaking ABI.

2013-09-26  Murray Cumming  <murrayc@murrayc.com>

	demo: Remove unused stock browser example

2013-09-26  Murray Cumming  <murrayc@murrayc.com>

	Move signal-only conversions into the .hg files.

	* tool/m4/convert_gtk.m4: Conversions from GtkSomething* to
	const RefPtr<>& are for signals only and should be written
	for each use, so we always get the correct reference-counting.
	* gtk/src/*.hg: Move them here instead.

2013-09-25  Murray Cumming  <murrayc@murrayc.com>

	PlacesSidebar: Fix crash with the drag_* signals.

	* tool/m4/convert_gtk.m4: Remove the conversion from GFile* to
	const RefPtr<>&. These do not belong in the general conversion
	file.
	* gtk/src/placessidebar.hg: Instead put it here. These conversions
	are for signals only and care must be taken to use the
	correct reference-taking (or not) for each use.
	Bug #705642

2013-09-25  Murray Cumming  <murrayc@murrayc.com>

	PlacesSidebar: Correct some OWNERSHIP_*s.

	* gtk/src/placessidebar.hg: Based on the C documentation.

2013-09-25  Murray Cumming  <murrayc@murrayc.com>

	PlacesSidebar: Pass vectors by reference in signals

2013-09-23  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Update gtk-demo MSVC Projects

	* MSVC_Net2005/demos/gtk-demo/gtk-demo.vcproj:
	MSVC_Net2008/demos/gtk-demo/gtk-demo.vcproj:
	MSVC_Net2010/demos/gtk-demo/gtk-demo.vcxproj: Use _fgetc_nolock as a
	direct MSVC replacement for getc_unlocked, as this is what Microsoft
	compilers use for the same purpose.  This will fix the build of the
	demos projects without needing to replace getc_unlocked() with getc(),
	which is not an accurate replacement of getc_unlocked() anyways.

2013-09-23  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Update gtkmm Visual Studio Projects

	* MSVC_Net2005/gtkmm/gtkmm.vcproj:
	MSVC_Net2008/gtkmm/gtkmm.vcproj:
	MSVC_Net2010/gtkmm/gtkmm.vcxproj:
	MSVC_Net2010/gtkmm/gtkmm.vcxproj.filters: Add the newly-added sources
	in the gtkmm project files so that gtkmm can be correctly built.

2013-09-20  Murray Cumming  <murrayc@murrayc.com>

	Application: Add missing gtk_init() call in one of the constructors.

	* gtk/src/application.ccg: The constructor that took no argc/argv
	also needed gtk_init(). This is causing crashes on Fedora.
	Presumably gtk_init() was only recently able to take NULL.

2013-09-20  Murray Cumming  <murrayc@murrayc.com>

	3.9.16

2013-09-19  Murray Cumming  <murrayc@murrayc.com>

	ListBox: Add append() for clarity

	* gtk/src/listbox.[hg|ccg]:
	Even though it is not in the GTK+ API.

2013-09-19  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Add Gtk::ListBox and Gtk::ListBoxRow.

	* .gitignore: Add new generated files in gtk/gtkmm/.
	* gtk/gtkmm.h: Add listbox.h and listboxrow.h.
	* gtk/src/filelist.am: Add listbox.hg and listboxrow.hg.
	* gtk/src/gtk_signals.defs: Regenerate with GtkListBox's and GtkListBoxRow's
	signals and properties.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Add GTK_TYPE_LIST_BOX and
	GTK_TYPE_LIST_BOX_ROW.
	* tools/m4/convert_gtk.m4: Add conversions for GtkListBoxRow.
	* docs/reference/images/widgets/listbox1.png:
	* gtk/src/listbox.[hg|ccg]:
	* gtk/src/listboxrow.[hg|ccg]: New files. Bug #708115.

2013-09-19  Murray Cumming  <murrayc@murrayc.com>

	Update .gitignore

2013-09-19  Murray Cumming  <murrayc@murrayc.com>

	Add missing files

2013-09-18  Andrew Potter  <agpotter@gmail.com>

	Gtk::Stack and StackSwitcher: Add wrapper

	* gtk/gtkmm.h: add stack.h and stackswitcher.h
	* gtk/src/enums.hg: wrap StackTransitionType
	* gtk/src/filelist.am: add stack.hg stackswitcher.hg
	* gtk/src/gtk_signals.defs: Regenerate
	* gtk/src/stack.ccg:
	* gtk/src/stack.hg:
	* gtk/src/stackswitcher.ccg:
	* gtk/src/stackswitcher.hg:
	* tools/extra_defs_gen/generate_defs_gtk.cc: Add stack and stackswitcher
	* tools/m4/convert_gtk.m4: Add conversions to/from Stack*

	Bug #704964

2013-09-18  Juan Rafael García Blanco  <juanrgar@FedoraMacBook.localdomain>

	Wrap GtkHeaderBar

	Bug #708194

2013-09-18  Juan Rafael García Blanco  <juanrgar@FedoraMacBook.localdomain>

	Wrap GtkPlacesSidebar (not complete)

	Bug #705642

2013-09-17  Murray Cumming  <murrayc@murrayc.com>

	Widget: Add remove_action_group().

	* gtk/src/widget.[hg|ccg]: Now that we know that
	gtk_widget_insert_action_group() can take NULL to mean this.
	See GTK+ bug #708150 .

2013-09-16  Murray Cumming  <murrayc@murrayc.com>

	Widget: Make insert_action_group() public.

	* gtk/src/widget.hg: Because it is convenient for me in Glom,
	where I need to call it in a helper function rather in the widget
	class itself, to avoid duplication.

2013-09-10  Murray Cumming  <murrayc@murrayc.com>

	3.9.14

2013-09-10  Murray Cumming  <murrayc@murrayc.com>

	Window: Add set_opaque_region().

2013-09-10  Murray Cumming  <murrayc@murrayc.com>

	Regenerate .defs and .xml files

2013-09-10  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Button: Replace the icon_name ctor by set_image_from_icon_name().

	* gtk/src/button.[h|cc]: Remove the constructor that takes an icon_name.
	Add set_image_from_icon_name(). Bug #707791.

2013-09-10  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Update Visual Studio Projects

	* Purge some of the unecessary entries form the project files, notably the
	empty items in the Visual Studio 2005/2008 projects.
	* Clean up the formatting of the Project Files.
	* Fix the include paths on including the libsigc++, glibmm, pangomm and
	atkmm headers, notably the *config.h's of these dependencies.
	* Update the gtkmm and gtk-demo projects as newer sources were added so
	that these will build properly, up to and including the newly-wrapped
	searchbar sources.

2013-09-10  Juan Rafael Garcia Blanco  <juanrgar@gmail.com>

	Wrap GtkSearchBar

2013-09-10  Murray Cumming  <murrayc@murrayc.com>

	Remove a now-irrelevant comment.

2013-09-10  Murray Cumming  <murrayc@murrayc.com>

	Scale: Constructor: Remove the default parameter value.

	* gtk/src/scale.hg: Because we already have a default constructor,
	and this made it ambiguous.
	Bug #707810 (cheshirekow)

2013-09-05  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	tools/gen_scripts/gtk_generate_extra_defs.sh: Add --make-patch option.

2013-08-28  Murray Cumming  <murrayc@murrayc.com>

	3.9.12

2013-08-28  Murray Cumming  <murrayc@murrayc.com>

	Button: Add constructor that takes an icon_name and size.

	* gtk/src/button.[hg|ccg]: Reimplement to match the new
	gtk_button_new_from_icon_name() function.

2013-08-28  Murray Cumming  <murrayc@murrayc.com>

	Gdk: Cursor: Wrap some new functions.

	* gdk/src/cursor.hg: Add create() that takes a Surface,
	and get_surface().

2013-08-28  Murray Cumming  <murrayc@murrayc.com>

	Gdk: Regenerate .defs and .xml

2013-08-28  Murray Cumming  <murrayc@murrayc.com>

	Widget: add get_scale_factor().

2013-08-28  Murray Cumming  <murrayc@murrayc.com>

	Widget: Add drag_begin() that takes x and y coordinates.

	* gtk/src/widget.hg: Wrap gtk_drag_begin_with_coordinates().

2013-08-28  Murray Cumming  <murrayc@murrayc.com>

	Label: Add get/set_lines() and property.

2013-08-28  Murray Cumming  <murrayc@murrayc.com>

	Entry: Add get/set_tabs() and property.

2013-08-28  Murray Cumming  <murrayc@murrayc.com>

	Gtk: Regenerate .defs and .xml

2013-08-14  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Deprecate some functions and properties that are deprecated in gtk+.

	* gdk/src/window.hg:
	* gtk/src/combobox.hg:
	* gtk/src/menu.[hg|ccg]:
	* gtk/src/settings.hg: Deprecate functions and properties that are
	deprecated in gtk+.

2013-08-05  Juan R. García Blanco  <juanrgar@gmail.com>

	Wrap GtkRevealer

2013-08-05  Murray Cumming  <murrayc@murrayc.com>

	3.9.10

2013-07-29  Murray Cumming  <murrayc@murrayc.com>

	Gdk: Window: Add some methods.

	* gdk/src/window.hg: Add get_scale_factor().
	Add get_device_position() taking doubles.
	Add create_similar_image_surface().

2013-07-29  Murray Cumming  <murrayc@murrayc.com>

	Gdk: Screen: Add get_monitor_scale_factor().

2013-07-29  Murray Cumming  <murrayc@murrayc.com>

	gdk: Device: Add get_position() that uses doubles.

	Wrapping gdk_device_get_position_double().

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	configure.ac: Avoid deprecated libsigc++ API.

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	CellRendererPixbuf: Add the surface property.

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	Image: Add set(Cairo::Surface)

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	Tell the docs generator about GdkRGBA

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	Window: Add close().

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	IconTheme: Wrap some new functions.

	* gtk/src/icontheme: Add lookup_icon() method overloads that
	take a scale parameter.
	Add choose_icon() method overload that take a scale
	parameter.
	Add load_icon() method overload that takes a scale parameter.
	Add load_surface().

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	IconInfo: Add load_surface() and get_base_scale().

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	Grid: Add baseline-row property.

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	Grid: Add remove_row() and remove_column()."

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	InfoBar: Add get/set_show_close_button().

	And the property.

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	FileChooser: Add get_current_name().

2013-07-26  Murray Cumming  <murrayc@murrayc.com>

	Wrap the new baseline functions.

	* gtk/src/gtk_enums.defs:
	* gtk/src/gtk_methods.defs:
	* gtk/src/gtk_signals.defs: Regenerated
	* gtk/src/enums.hg: Add BaselinePosition.
	* tools/m4/convert_gtk.m4: Add a conversion
	for the new enum.
	* gtk/src/box.hg: Add get/set_baseline_position()
	and property.
	* gtk/src/grid.hg: Add get/set_row_baseline_position()
	and get/set_baseline_row().
	* gtk/src/widget.hg: Add  get_preferred_height_for_width(),
	get_allocated_baseline() and get_valign_with_baseline().

2013-07-25  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	RadioToolButton: Fix set_group(). Add reset_group().

	* gtk/src/radiotoolbutton.[hg|ccg]: set_group() must update the group after
	setting it, like in RadioButton and RadioMenuItem. Add reset_group().

2013-07-22  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Demos: Add IconTheme demo.

	* demos/Makefile.am:
	* demos/gtk-demo/demos.h: Add example_icontheme.cc.
	* demos/gtk-demo/example_icontheme.cc: New demo file.

2013-07-22  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Demos: Catch Glib::FileError from demo_find_file().

	* demos/gtk-demo/demo-common.cc: Fix description of demo_find_file().
	* demos/gtk-demo/demowindow.cc: Put the call to demo_find_file() in a
	try block, and catch Glib::FileError.

2013-07-22  Murray Cumming  <murrayc@murrayc.com>

	Menu, MenuBar: Add constructors that take Gio::MenuModels.

	This "wraps" gtk_menu_new_from_model() and
	gtk_menu_bar_new_from_model().

2013-07-22  Murray Cumming  <murrayc@murrayc.com>

	Menu: Make attach_to_widget() public.

	Because it seems to be necessary now that there is
	gtk_menu_new_from_model().

2013-07-22  Murray Cumming  <murrayc@murrayc.com>

	MenuShell: bind_model(): Make a parameter optional.

	gmmproc will now generate a method overload without the
	action_namespace parameter.

2013-07-22  Murray Cumming  <murrayc@murrayc.com>

	A slight deprecation docs improvement.

2013-07-17  Murray Cumming  <murrayc@murrayc.com>

	3.9.8

2013-07-15  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Replace deprecated classes in comments.

	* gtk/src/bin.hg: Replace HBox by horizontal Box.
	* gtk/src/dialog.hg: Replace VBox by vertical Box.
	* gtk/src/builder.hg:
	* gtk/src/scrolledwindow.hg:
	* gtk/src/sizegroup.hg: Replace Table by Grid.
	* gtk/src/hvseparator.hg: Add @deprecated Doxygen command.
	* gtk/src/filechooserbutton.hg:
	* gtk/src/infobar.hg:
	* gtk/src/statusbar.hg: Mention that the C object derives from GtkBox.

2013-07-10  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Add a missing include to enums.ccg.

	* gtk/src/enums.ccg: Add #include <gtkmm/settings.h>.

2013-07-08  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Action, Activatable: Deprecate vfuncs only with comments.

	* gtk/src/action.hg:
	* gtk/src/activatable.hg: Remove the 'deprecated' parameters, added by
	mistake to _WRAP_VFUNC in an earlier commit. gmmproc ignores all unknown
	parameters in _WRAP_VFUNC, but it's best to remove them, in case gmmproc
	checks the parameters better in the future.

2013-07-07  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Fix build with --disable-deprecated-api.

	* gtk/gtkmm/wrap_init.h: Define GDK_DISABLE_DEPRECATION_WARNINGS
	unconditionally.
	* gtk/src/application.hg: Make gmmproc add  "typedef struct _GtkWindow
	GtkWindow;" early in application.cc.
	* gtk/src/colorbutton.[hg|ccg]: Make deprecated constructors deprecated also
	in colorbutton.cc.
	* gtk/src/menubutton.hg: Deprecate unset_menu() instead of unset_popup().
	* gtk/src/filelist.am: Move table.hg to gtkmm_files_deprecated_hg.

2013-07-07  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Relax the deprecation of Gtk::Action.

	* gtk/src/action.[hg|ccg]: Don't deprecate the whole class and the whole
	files. Deprecate all methods, signals and properties. There are so many
	references from Activatable to Action that it's difficult to deprecate
	all of Action without deprecating all of Activatable, which would break ABI.
	Particularly tricky when building with --disable-deprecated-api.
	* gtk/src/activatable.hg: Deprecate all methods and properties.
	* gtk/src/filelist.am: Move action.hg to gtkmm_files_any_hg.

2013-07-06  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Notebook and StyleContext: Minor deprecation fixes.

	* gtk/src/notebook.hg: Disable deprecation warnings when notebook.cc is
	compiled.
	* gtk/src/stylecontext.[hg|ccg]: get_font(): Use gtk_style_context_get()
	instead of the deprecated gtk_style_context_get_font().

2013-07-03  José Alburquerque  <jaalburquerque@gmail.com>

	Move to a generated ChangeLog.

2013-07-03  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::BuiltinStockID: Add deprecation messages to the constants.

	* gtk/gtkmm/stock.h: Copy deprecation messages from gtk+'s GTK_STOCK_*
	constants to the BuiltinStockID constants.

2013-07-03  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Demos: Fix calls to Gtk::Grid::attach().

	* demos/gtk-demo/example_appwindow.cc:
	* demos/gtk-demo/example_dialog.cc:
	* demos/gtk-demo/example_panes.cc:
	* demos/gtk-demo/example_sizegroup.cc: Fix all calls to Grid::attach().
	Those calls were not modified properly when Table was replaced by Grid.

2013-07-03  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Fix 'make check' after the massive deprecations.

	* demos/Makefile.am:
	* demos/gtk-demo/demos.h: Remove example_stockbrowser.cc and
	example_uimanager.cc from the lists of demo files.
	* demos/gtk-demo/example_buttonbox.cc:
	* demos/gtk-demo/example_change_display.cc:
	* demos/gtk-demo/example_dialog.cc:
	* demos/gtk-demo/example_iconview.cc:
	* demos/gtk-demo/example_sizegroup.cc: Replace Gtk::Stock::* by either a
	label or a named icon, as recommended in the gtk+ file gtkstock.h.
	* tests/dialog_deletethis/main.cc: Replace Gtk::Stock::CLOSE by "_Close".
	Call app->hold(). This is necessary because the dialog window is not added
	to the Gtk::Application.
	* tests/property_notification/main.cc: Use the rgba property instead of the
	deprecated color property.

2013-07-02  José Alburquerque  <jaalburquerque@gmail.com>

	Auto-generate the ChangeLog from the git log for 'make dist'.

	* Makefile.am: Include the dist-changelog.am file copied in build/
	from mm-common so that the ChangeLog is automatically generated from
	the git commit messages on 'make dist'.

2013-07-02  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Update gtk/src/filelist.am and gtk/gtkmm/filelist.am.

	* gtk/src/filelist.am:
	* gtk/gtkmm/filelist.am: Update the lists of deprecated files.

2013-07-02  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Deprecate Gtk::ActionGroup, *Action, Activatable (sort of), UIManager.

	* gtk/gtkmm/radiobuttongroup.[h|cc]: Deprecate the add() that takes a RadioAction.
	* gtk/src/action.hg: Deprecate Action.
	* gtk/src/actiongroup.hg: Deprecate ActionGroup.
	* gtk/src/activatable.hg: Add a comment that interface Activatable is
	deprecated. Can't do more than that without breaking ABI. It's a base class
	of several classes.
	* gtk/src/radioaction.hg: Deprecate RadioAction.
	* gtk/src/recentaction.hg: Deprecate RecentAction.
	* gtk/src/toggleaction.hg: Deprecate ToggleAction.
	* gtk/src/uimanager.hg: Deprecate UIManager.

	This together with the previous 4 commits should fix the build with
	--enable-warnings=fatal until more API is deprecated in gtk+.
	These commits don't fix 'make check'. The demos use deprecated API.

2013-07-02  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Deprecate Gtk::ImageMenuItem.

	* gtk/src/imagemenuitem.hg: Deprecate ImageMenuItem.

2013-07-02  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Deprecate Gtk::StockID, StockItem, BuiltinStockID, namespace Gtk::Stock.

	* gtk/gtkmm/stock.[h|cc]: Deprecate struct BuiltinStockID and all functions in
	namespace Gtk::Stock.
	* gtk/gtkmm/stockid.[h|cc]: Deprecate StockID.
	* gtk/src/stockitem.hg: Deprecate StockItem.
	* gdk/src/dragcontext.hg:
	* gtk/src/button.[hg|ccg]:
	* gtk/src/cellrendererpixbuf.hg:
	* gtk/src/dialog.hg:
	* gtk/src/entry.[hg|ccg]:
	* gtk/src/infobar.hg:
	* gtk/src/menutoolbutton.[hg|ccg]:
	* gtk/src/radiotoolbutton.[hg|ccg]:
	* gtk/src/statusicon.[hg|ccg]:
	* gtk/src/togglebutton.[hg|ccg]:
	* gtk/src/toggletoolbutton.[hg|ccg]:
	* gtk/src/toolbutton.[hg|ccg]:
	* gtk/src/tooltip.hg: Deprecate all constructors, methods and properties
	that take a StockID parameter or return a StockID.

	It remains to copy deprecation messages from gtk+ to all the BuiltinStockID
	constants in stock.h.

2013-07-02  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Deprecate Deprecate Gtk::IconFactory, IconSet, IconSource.

	* gtk/gtkmm/wrap_init.h: Add GDK_DISABLE_DEPRECATION_WARNINGS, which is now
	necessary in wrap_init.cc.
	* gtk/src/iconfactory.ccg: Move IconSize code to enums.ccg.
	* gtk/src/iconfactory.hg: Deprecate IconFactory.
	* gtk/src/iconset.hg: Deprecate IconSet.
	* gtk/src/iconsource.hg: Deprecate IconSource.
	* gtk/src/enums.ccg: Move IconSize code from iconfactory.ccg.
	* gtk/src/enums.hg: Deprecate most IconSize methods.
	* gtk/src/image.[hg|ccg]: Deprecate methods that take an IconSet or a StockID
	parameter.
	* gtk/src/stylecontext.hg: Deprecate [set|get]_direction() and
	render_icon_pixbuf().

2013-07-02  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Deprecate some API that is deprecated in the C API.

	* gtk/src/cellrenderer.hg: Deprecate property_cell_background_gdk().
	* gtk/src/cellview.hg: Deprecate property_background_gdk().
	* gtk/src/colorbutton.hg: Deprecate get_alpha(). Add some TODOs.
	* gtk/src/scrolledwindow.hg: Deprecate property_window_placement_set().
	* gtk/src/settings.hg: Deprecate ignored settings.
	* gtk/src/widget.[hg|ccg]: Deprecate [un]set_composite_name(),
	[push|pop]_composite_child(), get_requisition() and methods that take a
	StockID parameter.
	* gtk/src/window.hg: Deprecate reshow_with_initial_size().

2013-06-10  José Alburquerque  <jaalburquerque@gmail.com>

	Gen Scripts: Minor clean up of the description of the scripts.

	* tools/gen_scripts/gdk_generate_docs.sh:
	* tools/gen_scripts/gdk_generate_enums.sh:
	* tools/gen_scripts/gdk_generate_extra_defs.sh:
	* tools/gen_scripts/gdk_generate_methods.sh:
	* tools/gen_scripts/gtk_generate_docs.sh:
	* tools/gen_scripts/gtk_generate_enums.sh:
	* tools/gen_scripts/gtk_generate_methods.sh:

2013-06-03  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Deprecate Gtk::Container::resize_children().

	* gtk/src/container.hg: Deprecate Gtk::Container::resize_children() because
	gtk_container_resize_children() has been deprecated.

2013-05-21  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Add missing include in gtk/src/widgetpath.hg.

	* gtk/src/widgetpath.hg: Add missing include.

2013-05-18  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Add missing includes in gdkmm.h and gtkmm.h.

	* gdk/gdkmm.h:
	* gtk/gtkmm.h: Add missing includes. Bug #699993.

2013-05-17  Murray Cumming  <murrayc@murrayc.com>

	(Not pushed until later.)

2013-05-07  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with --enable-warnings=fatal

	* gdk/src/display.hg: Deprecate get_n_screens(), because the C function
	is deprecated, because it always returns 1. Therefore also add a default
	parameter value of 0 to get_screen().
	Added a GDK_DISABLE_DEPRECATION_WARNINGS undef so we can still use
	the deprecated API in our deprecated API.
	* demos/gtk-demo/example_change_display.cc: Adapt this, like the
	C version has been adapted.

2013-05-07  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with --enable-warnings=fatal, partly.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Add a define of
	GDK_DISABLE_DEPRECATION_WARNINGS, though I do not know why this is only
	necessary now, using GTK+ from git master.

2013-04-29  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Widget: Don't call signal_hide handlers on a widget being deleted.

	* gtk/src/widget.[hg|ccg]: Add custom C callbacks for signal_hide. Don't
	call signal_hide handlers or an on_hide() override on a widget while it is
	being deleted. This requires the latest glibmm from git master, where a bug
	in _WRAP_SIGNAL(..., custom_c_callback) has been fixed. Bug #605728.

2013-04-18  Murray Cumming  <murrayc@murrayc.com>

	NEWS: Changes from 3.6 5o 3.8

2013-04-17  Murray Cumming  <murrayc@murrayc.com>

	3.8.0

2013-04-05  Murray Cumming  <murrayc@murrayc.com>

	Widget: Add some new methods.

	* gtk/src/iconview.hg: Add is_visible(),
	register_window() and unregister_window().

2013-04-03  Murray Cumming  <murrayc@murrayc.com>

	Update the generated GTK+ documentation.

	* gtk/src/gtk_docs.xml: Regenerate.

2013-04-01  Murray Cumming  <murrayc@murrayc.com>

	Gtk::IconInfo: Add async methods.

	* gtk/src/iconinfo.hg: Add load_icon_async(),
	load_symbolic_async(), load_symbolic_for_context().
	* tools/m4/convert_gtk.m4: Add a conversion for
	AsyncResult.

2013-04-01  Murray Cumming  <murrayc@murrayc.com>

	Gtk::Settings: Add two new setings.

	* gtk/src/settings.hg: Wrap the new
	gtk-recent-files-enabled and gtk-primary-button-warps-slider
	properties.

2013-04-01  Murray Cumming  <murrayc@murrayc.com>

	Gtk::Image: Add the resource property.

	* gtk/src/image.hg: Wrap the new
	resource property.

2013-04-01  Murray Cumming  <murrayc@murrayc.com>

	Gtk::TreeView: Add get/set_activate_on_single_click().

	* gtk/src/treeview.hg: Wrap the new
	gtk_tree_view_set_activate_on_single_click() and
	gtk_tree_view_get_activate_on_single_click() functions
	and the activate-on-single-click property.

2013-04-01  Murray Cumming  <murrayc@murrayc.com>

	Gtk::MenuShell: Add bind_model().

	* gtk/src/textview: Wrap the new
	gtk_menu_shell_bind_model() function.

2013-04-01  Murray Cumming  <murrayc@murrayc.com>

	Gtk::TextView: Add the populate_all property.

	* gtk/src/textview: Wrap the new
	populate-all property.

2013-04-01  Murray Cumming  <murrayc@murrayc.com>

	Gtk::LevelBar: Add get/set_inverted().

	* gtk/src/levelbar: Wrap the new
	gtk_level_bar_get_inverted() and
	gtk_level_bar_set_inverted() functions
	and the inverted property.

2013-04-01  Murray Cumming  <murrayc@murrayc.com>

	Gtk::Entry: Add the populate_all property.

	* gtk/src/entry: Wrap the new
	populate-all property.

2013-04-01  Murray Cumming  <murrayc@murrayc.com>

	Gdk::Window: Add get/set_fullscreen_mode().

	* gdk/src/window.hg: Wrap the new
	gdk_window_set_fullscreen_mode() and
	gdk_window_get_fullscreen_mode() functions.
	* tools/m4/convert_gdk.m4: Add the conversion
	for the new enum.

2013-03-26  Murray Cumming  <murrayc@murrayc.com>

	Window: Add set_titlebar().

	* gtk/src/iconview.hg: Wrap the new
	gtk_window_set_titlebar() function.

2013-03-26  Murray Cumming  <murrayc@murrayc.com>

	IconView: Add get/set_activate_on_single_click().

	* gtk/src/iconview.hg: Wrap the new
	gtk_icon_view_set_activate_on_single_click() and
	gtk_icon_view_get_activate_on_single_click() functions
	and the activate-on-single-click property.
	Also add get_cell_rect().

2013-03-26  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Update the Visual Studio Solution Files

	* MSVC_Net2005/gtkmm.sln:
	* MSVC_Net2008/gtkmm.sln:
	* MSVC_Net2010/gtkmm.sln: Use Windows/DOS EOL for the solution
	files so that they function correctly, as Visual Studio depends
	on the correct solution file EOL to determine how it handles the
	solution files.

2013-03-26  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Fix and Update Visual Studio Projects

	* MSVC_Net2005/demos/gtk-demo/gtk-demo.vcproj:
	* MSVC_Net2008/demos/gtk-demo/gtk-demo.vcproj:
	* MSVC_Net2010/demos/gtk-demo/gtk-demo.vcxproj: Rename output
	executable name to gtkmm3-demo.exe to avoid confusion with the GTK+
	demo program, which is also named as gtk3-demo.exe

	* MSVC_Net2005/gdkmm/gdkmm.vcproj:
	* MSVC_Net2005/gtkmm/gtkmm.vcproj:
	* MSVC_Net2005/demos/gtk-demo/gtk-demo.vcproj:
	* MSVC_Net2008/gdkmm/gdkmm.vcproj:
	* MSVC_Net2008/gtkmm/gtkmm.vcproj:
	* MSVC_Net2008/demos/gtk-demo/gtk-demo.vcproj:
	* MSVC_Net2010/gdkmm/gdkmm.vcxproj:
	* MSVC_Net2010/gtkmm/gtkmm.vcxproj:
	* MSVC_Net2010/demos/gtk-demo/gtk-demo.vcxproj: Improve integration
	with the Visual Studio builds of the GTK+ stack.  This is so that
	the project files can pick up Visual Studio builds of the GTK+
	when sources of GTK+ is extracted in the same base folder as gtkmm,
	for example, c:\foo\gtkmm-3.7.12 and c:\foo\gtk+-3.7.14.  This is
	especially useful in unstable releases as unstable releases of
	gtkmm often	requires the latest unstable release of GTK+, without
	needing to specially alter the INCLUDE and LIB paths for this
	purpose.

	* MSVC_Net2005/gdkmm/gdkmm.vcproj:
	* MSVC_Net2005/gtkmm/gtkmm.vcproj:
	* MSVC_Net2008/gdkmm/gdkmm.vcproj:
	* MSVC_Net2008/gtkmm/gtkmm.vcproj:
	* MSVC_Net2010/gdkmm/gdkmm.vcxproj:
	* MSVC_Net2010/gdkmm/gdkmm.vcxproj.filters:
	* MSVC_Net2010/gtkmm/gtkmm.vcxproj:
	* MSVC_Net2010/gtkmm/gtkmm.vcxproj.filters: Make up for the missed
	source files.  Also link to the correct GTK+ and GDK
	libraries as they are now gtk-3.0.lib and gdk-3.0.lib.

2013-03-25  Murray Cumming  <murrayc@murrayc.com>

	ActionGroup: Add get/set_accel_group().

	* gtk/src/accellable.hg: Wrap the new
	gtk_action_group_get_accel_group() and
	gtk_action_group_set_accel_group() functions and
	add the accel-group property.

2013-03-25  Murray Cumming  <murrayc@murrayc.com>

	AccelLabel: Add set_accel().

	* gtk/src/accellable.hg: Wrap the new
	gtk_accel_label_set_accel() function.

2013-03-08  Murray Cumming  <murrayc@murrayc.com>

	3.7.12

2013-03-07  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with the lastest GTK+ from git master.

	* gtk/src/gtk_signals.defs: Update this with
	tools/gen_scripts/gtk_generate_extra_defs.sh .
	* gtk/src/entry.hg:
	* gtk/src/textview.hg: Add _CONVERSION lines to cope with the slightly-changed
	GTK+ API caused by this commit:
	https://git.gnome.org/browse/gtk+/commit/?id=88623b98a7ca0afca08ac21bc3aa662c6ed3ab7f

	Bug #695305 (Cosimo Cecchi, mussadek)

2013-03-01  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gdk::EventType, Gtk::MenuButton, Window: Adapt to the updated .defs files.

	* gdk/src/event.hg: Substitute empty strings for [DOUBLE|TRIPLE]_BUTTON_PRESS
	in _WRAP_ENUM(EventType...).
	* gtk/src/menubutton.[hg|ccg]: Hand-code the "menu" property, deleted in gtk+.
	* gtk/src/window.[hg|ccg]: Hand-code the "opacity" property, moved to
	GtkWidget in gtk+.

2013-03-01  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Update the .defs files.

	* gdk/src/gdk_enums.defs:
	* gdk/src/gdk_methods.defs:
	* gdk/src/gdk_pixbuf_methods.defs:
	* gdk/src/gdk_signals.defs:
	* gtk/src/gtk_enums.defs:
	* gtk/src/gtk_methods.defs:
	* gtk/src/gtk_signals.defs: Update from latest gtk+ and gdk-pixbuf.
	(gdk_pixbuf_enums.defs is up-to-date.)
	* gtk/src/gtk_signals.defs.patch: Update.

2013-03-01  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Split tools/extra_defs_gen files into gdk and gtk parts.

	* .gitignore: Add some new generated files.
	* tools/Makefile.am: Add extra_defs_gen/generate_defs_gdk.
	Rename extra_defs_gen/generate_extra_defs to generate_defs_gtk.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Don't get defs for gdk classes.
	* tools/gen_scripts/gtk_generate_extra_defs.sh: Rename extra_defs_gen/
	generate_extra_defs to generate_defs_gtk.
	* tools/extra_defs_gen/generate_defs_gdk.cc: New file. Get defs for
	gdk classes.
	* tools/gen_scripts/gdk_generate_extra_defs.sh: New file. Execute
	generate_defs_gdk.

2013-02-28  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Update gdk_docs.xml and gtk_docs.xml.

	* gtk/src/gdk_docs.xml: Include enum documentation and doc from gdk-pixbuf.
	* gtk/src/gtk_docs.xml: Include enum documentation.

2013-02-28  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::ScaleButton, Toolbar: Delete the "orientation" property.

	* gtk/src/scalebutton.hg:
	* gtk/src/toolbar.hg: Delete _WRAP_PROPERTY("orientation", Orientation).
	This property does not exist in gtk+3. It's a left-over from gtkmm2 that
	leaves an error message in the generated .h files.

2013-02-27  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Modify the deletion of widgets.

	* gtk/gtkmm/object.cc: _release_c_instance(): Call disconnect_cpp_wrapper()
	after g_object_unref() and g_object_run_dispose().
	* gtk/src/window.ccg: _release_c_instance(): Call disconnect_cpp_wrapper()
	after gtk_widget_destroy(). Bug #605728. Bug #315874.

2013-02-25  Murray Cumming  <murrayc@murrayc.com>

	3.7.10

2013-02-21  Murray Cumming  <murrayc@murrayc.com>

	Gtk::Widget: Add get/set_opacity().

	* gtk/src/widget.[hg|ccg]: Wrap gtk_widget_get_opacity()
	and gtk_Widget_set_opacity() and add the opacity
	property.
	* gtk/src/window.[hg|ccg]: Deprecate get_opacity(),
	set_opacity() and the opacity property.

	This fixes the build with --enable-warnings=fatal

2013-02-21  Murray Cumming  <murrayc@murrayc.com>

	Gtk::ScrolledWindow: Do not use a deprecated function.

	* gtk/src/iconinfo.[hg|ccg]: We no longer need to call
	gtk_scrolled_window_add_with_viewport() because
	its gtk_container_add() vfunc implementation now does the
	same thing for us.
	See https://bugzilla.gnome.org/show_bug.cgi?id=693015

	This partly fixes the build with --enable-warnings=fatal

2013-02-21  Murray Cumming  <murrayc@murrayc.com>

	Gtk::IconInfo: Do not use deprecated copy/free functions.

	* gtk/src/iconinfo.[hg|ccg]: Replace use of deprecated
	gtk_icon_info_copy()/free() with g_object_ref()/unref.
	The deprecated functions just call them anyway.

	This partly fixes the build with --enable-warnings=fatal

2013-02-09  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gdk::Rectangle: Add Gdk::join() and Gdk::intersect() nonmember functions.

	* gdk/src/rectangle.[hg|ccg]: Add Gdk::Rectangle::intersects(),
	Gdk::join() and Gdk::intersect(). Bug #452130.

2013-02-04  Murray Cumming  <murrayc@murrayc.com>

	Add some TODOs

2013-01-31  Murray Cumming  <murrayc@murrayc.com>

	Documentation: Small correction to TreeModel::set_value_impl().

	* gtk/src/treemodel.hg: set_value_impl(): Do not suggest calling
	set_value_vfunc() because there is no such function. Maybe there
	was once.

2013-01-23  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Documentation: Fix many warnings from Doxygen.

	* gdk/src/gdk_docs_override.xml:
	* gtk/src/gtk_docs_override.xml: Move "Since: n.m" from the <return> to the
	<description> entries. gmmproc adds a period at the end of the @return
	Doxygen command, and Doxygen warns for "@newin{n,m}.".
	Add a missing parameter description for gtk_tree_view_set_tooltip_row.
	* gtk/gtkmm.h: Correct a @ref Widgets.
	* gdk/src/*.hg:
	* gtk/src/*.hg: (Here "*" means "many", not "all") Examples of changes:
	Add missing @param. Change names of parameters, so they are equal in function
	declaration and @param command. Change "@name" to "@a name". Change
	"<ulink url=" to "<a href=".

2012-12-06  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	gen_scripts: Get information from gdk-pixbuf.

	* tools/gen_scripts/gdk_generate_docs.sh: Include documentation from
	gdk-pixbuf in gdk_docs.xml.
	* tools/gen_scripts/gdk_generate_enums.sh: Generate gdk_pixbuf_enums.defs.
	* tools/gen_scripts/gdk_generate_methods.sh: Generate gdk_pixbuf_methods.defs.

2012-12-04  Andrew Potter  <agpotter@gmail.com>

	PixbufAnimation: Fix refcounting on get_iter().

	* gdk/src/pixbufanimation.hg: gdk_pixbuf_animation_get_iter() returns a new
	reference, so we should not be taking an extra reference(). Bug #688686.

2012-12-03  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Builder: Add const versions of get_object() and get_widget[_derived]().

	* gtk/src/builder.hg: Add const versions of get_object(), get_widget()
	and get_widget_derived(). Bug #666823.

2012-12-03  Hub Figuière  <hub@figuiere.net>

	Gtk::Builder: Add get_objects().

	* gtk/src/builder.hg: Add get_objects().
	* gtk/src/gtk_docs_override.xml: Change the documentation to suit this C++ API.
	Bug #666823

2012-11-13  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	ScrolledWindow: Add remove_with_viewport().

	* gtk/src/scrolledwindow.[hg|ccg]: Add remove_with_viewport(). Bug #685739.

2012-11-13  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Bin, Container::remove(): Restore the floating ref of a managed widget.

	* gtk/src/bin.ccg:
	* gtk/src/container.ccg: If the removed widget is managed, make the added
	ref count floating, avoiding excessive ref counts on widgets that are
	repeatedly added and removed. Bug #685739.

2012-11-06  Murray Cumming  <murrayc@murrayc.com>

	NEWS: Added 3.4->3.6 changes.

2012-10-21  Murray Cumming  <murrayc@murrayc.com>

	3.6.0

2012-10-21  Murray Cumming  <murrayc@murrayc.com>

	Create only .tar.xz tarballs.

	* configure.ac: This is what ftp.gnome.org wants, so this avoids
	it doing any repackaging.

2012-10-09  Murray Cumming  <murrayc@murrayc.com>

	ComboBox: set_active_id(): Add documentation.

	* gtk/src/combobox.hg: Add documentation so we can use our own
	@newin{} line.

2012-10-09  Murray Cumming  <murrayc@murrayc.com>

	ComboBox: Add set_active_id(), deprecating get_active_id(string).

	* gtk/src/combobox.hg: We just got the name wrong before, calling it
	get instead of set. Also gave it the bool return type from the
	C function.
	Bug #685801 (Phil Wolff)

2012-10-07  Murray Cumming  <murrayc@murrayc.com>

	WindowGroup: Add list_windows() and get_current_grab().

	* gtk/src/window.hg: Wrap these C functions.

2012-10-07  Murray Cumming  <murrayc@murrayc.com>

	TargetList: Add some add_*_targets() methods.

	* gtk/src/targetlist.[hg|ccg]: Add add_text_targets(),
	add_rich_text_targets(), add_image_targets() and
	add_uri_targets().

2012-10-07  Murray Cumming  <murrayc@murrayc.com>

	TreeModel*: Add some _IGNORE() lines.

	* gtk/src/treemodelfilter.hg:
	* gtk/src/treemodelsort.hg: Add _IGNORE()s for functions that
	have already been wrapped.

2012-10-07  Murray Cumming  <murrayc@murrayc.com>

	Require the latest mm-common.

	* configure.ac: This should avoid us creating tarballs without
	the mm-common improvements.

2012-09-27  Murray Cumming  <murrayc@murrayc.com>

	3.5.13

2012-09-25  Murray Cumming  <murrayc@murrayc.com>

	Prepare NEWS

2012-09-25  Murray Cumming  <murrayc@murrayc.com>

	Gtk::Window: Add some methods.

	* gtk/src/window.hg: Add set_startup_id(), is_active(),
	has_toplevel_focus(), set_default_geometry(),
	resize_to_geometry(), has_group().
	Add the focus-visible and attached-to properties.
	This is mostly fairly old GTK+ API that we have not noticed
	until now.

2012-09-25  Murray Cumming  <murrayc@murrayc.com>

	Container: Add some methods.

	* gtk/src/container.[hg|ccg]: Add forall(), propagate_draw(),
	get_focus_child() and get_path_for_child(), none of which seem
	to be very new in GTK+.
	Also updated the foreach() documentation from the GTK+
	documentation.

2012-09-25  Murray Cumming  <murrayc@murrayc.com>

	ApplicationWindow: Add get_id() and documentation.

	* gtk/src/applicationwindow.hg: Wrap the new method and add
	class overview documentation based on the GTK+ documentation.

2012-09-25  Murray Cumming  <murrayc@murrayc.com>

	IconView: Added some new methods and properties.

	* gtk/src/iconview.hg: Added get_item_row() and get_item_column().
	Added the reorderable, tooltip-column and item-padding properties.
	These seem to have been in GTK+ for a long time without us
	noticing that they were not wrapped.

2012-09-25  Murray Cumming  <murrayc@murrayc.com>

	Update the docs XML.

	* gdk/src/gdk_docs.xml:
	* gtk/src/gtk_docs.xml: Updated with the gen_scripts.

2012-09-18  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Improve the use of _IGNORE.

	* gtk/src/fontselection.hg:
	* gtk/src/targetlist.hg:
	* gtk/src/textview.hg: Correct an _IGNORE.
	* gtk/src/iconview.hg: Remove _IGNORE(gtk_tree_view_get_tooltip_context).
	* gtk/src/treemodelfilter.hg: Remove _IGNORE(gtk_tree_model_filter_new).

2012-09-16  Murray Cumming  <murrayc@murrayc.com>

	Widget: Add has_visible_focus().

	* gtk/src/widget.hg: Wrapping gtk_widget_has_visible_focus().

2012-09-16  Murray Cumming  <murrayc@murrayc.com>

	Settings: Added the enable_primary_paste property.

	* gtk/src/settings.hg: gmmproc warned that it was unwrapped.

2012-09-16  Murray Cumming  <murrayc@murrayc.com>

	LevelBar: Added properties and signal.

	* gtk/src/levelbar.hg: Wrap the properties and the signal.

2012-09-16  Murray Cumming  <murrayc@murrayc.com>

	PrintJob: Added get/set_page_ranges().

	* gtk/src/printjob.[hg|ccg]: Based on the implementations of the similar
	functions in PrintSettings.

2012-09-13  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Use std::time_t instead of ::time_t.

	* gtk/src/recentinfo.[hg|ccg]: Use std::time_t instead of ::time_t. Only
	std::time_t is required to be declared in <ctime>, which is recommended
	instead of <time.h> in C++ programs.
	* tools/m4/convert_gtk.m4: Add conversion from time_t to std::time_t.

2012-09-13  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Use std::size_t and std::ptrdiff_t.

	* demos/gtk-demo/example_stockbrowser.cc:
	* gtk/gtkmm/radiobuttongroup.h: Use std::size_t instead of ::size_t.
	* gtk/src/treeiter.hg:
	* gtk/src/treepath.hg: Use std::ptrdiff_t instead of ::ptrdiff_t.
	Only the std versions are required to be declared in <cstddef>.

2012-09-01  Murray Cumming  <murrayc@murrayc.com>

	Added LevelBar .defs.

	* tools/extra_defs_gen/generate_defs_gtk.cc:
	Mention GTK_TYPE_LEVEL_BAR.
	* gtk/src/gtk_signals.defs: Regenerated.

2012-09-01  Mark Vender  <markv743@yahoo.co.uk>

	Many small cleanup fixes

	* *.[hg|ccg]: Trim trailing whitespace. Remove useless Subversion tags. Remove
	unused code format tags. Remove excessive whitespace.
	* gtk/src/layout.ccg: Remove bogus copyrigth header.

2012-08-31  Murray Cumming  <murrayc@murrayc.com>

	3.5.12

2012-08-31  Murray Cumming  <murrayc@murrayc.com>

	Add LevelBar.

	* gtk/src/levelbar.[hg|ccg]: New files to wrap GtkLevelBar.
	* tools/m4/convert_gtk.m4: Add a necessary conversion.
	* gtk/gtkmm.h:
	* gtk/src/filelist.am: Mention it in these files.

2012-08-30  Murray Cumming  <murrayc@murrayc.com>

	CellRendererText: Add the placeholder_text property.

	* gtk/src/cellrenderertext.hg: Wrap the new placeholder-text
	property.

2012-08-30  Murray Cumming  <murrayc@murrayc.com>

	Fix tiny docs typo.

2012-08-30  Murray Cumming  <murrayc@murrayc.com>

	Fix typo to fix the build.

2012-08-30  Murray Cumming  <murrayc@murrayc.com>

	Widget: Add insert_action_group().

	* gtk/src/widget.hg: Wrap gtk_widget_insert_action_group().
	* tools/m4/convert_gtk.m4: Add a necessary conversion.

2012-08-30  Murray Cumming  <murrayc@murrayc.com>

	TextView: Add input purpose and input hints methods.

	* gtk/src/textview.hg: Added get/set_input_purpose() and
	get/set_input_hints() and properties.
	* gtk/src/entry.hg:
	* gtk/src/enums.hg: Moved the enums from entry.hg to here.

2012-08-30  Murray Cumming  <murrayc@murrayc.com>

	Add some _IGNORES

2012-08-30  Murray Cumming  <murrayc@murrayc.com>

	Regenerate properties and signals defs for GTK+.

	* gtk/src/gtk_signals.defs: Regenerate

2012-08-30  Murray Cumming  <murrayc@murrayc.com>

	MenuButton: Added get/set_popup(), deprecated get/set_menu().

	* gtk/src/menubutton.[hg|ccg]: Added get/set/unset_popup().
	Deprecated get/set/unset_menu() and changed their implementations
	to use the gtk_menu_button_set/get_menu() functions. This
	change in GTK+ was cosmetic and we already used the correct type.

2012-08-30  Murray Cumming  <murrayc@murrayc.com>

	Application: Add get_active_window().

	* gtk/src/application.hg: Added get_active_window() and
	the property. Also used refreturn on get_window_by_id().

2012-08-30  Murray Cumming  <murrayc@murrayc.com>

	Entry: Add input purpose and input hints methods.

	* gtk/src/entry.hg: Added get/set_input_purpose() and
	get/set_input_hints() and properties.
	* gtk/src/gtk_enums.defs:
	* gtk/src/gtk_methods.defs: Regenerate.
	* tools/m4/convert_gtk.m4: Add necessary conversions.

2012-08-29  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Application: Don't call add_window() before the application is registered.

	* gtk/src/application.[hg|ccg]: Move the call to add_window() from
	run(Window& window, int argc, char** argv) and run(Window& window) to
	on_activate_show_main_window() and rename it to
	on_activate_add_and_show_main_window(). Bug #681323.

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

	Show get_type() in the API documentation.

	* tools/m4/class_gtkobject.m4: Move the static get_type()
	functions out of the ifdef so that doxygen can see them,
	because they are sometimes needed, for instance when
	implementing a custom container.
	Bug #670212 (Mark Vender).

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

	Correct the ChangeLog

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

	Settings: Deprecate the gtk-touchscreen-property.

	* gtk/src/settings.hg: Because it was deprecated in GTK+.

2012-07-11  Murray Cumming  <murrayc@murrayc.com>

	3.5.6

2012-07-11  Murray Cumming  <murrayc@murrayc.com>

	Added Gtk::MenuButton.

	* gtk/gtkmm.h:
	* gtk/src/filelist.am:
	* gtk/src/menubutton.[hg|ccg]: A new wrapper of GtkMenuButton.

2012-07-11  Murray Cumming  <murrayc@murrayc.com>

	Regenerate some GTK+ defs and docs files.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Add
	GtkMenuButton and GtkSearchEntry.
	* gtk/src/gtk_docs.xml:
	* gtk/src/gtk_methods.defs:
	* gtk/src/gtk_signals.defs: Regenerated with gen_scripts/.

2012-07-11  Murray Cumming  <murrayc@murrayc.com>

	Added Gtk::SearchEntry.

	* gtk/gtkmm.h:
	* gtk/src/filelist.am:
	* gtk/src/searchentry.[hg|ccg]: A new wrapper of GtkSearchEntry.

2012-07-02  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Fix wrap_init() for Quartz (MacOS).

	* gtk/src/filelist.am: Set gtkmm_files_hg to a list of all .hg files.
	* gtk/src/plug.hg:
	* gtk/src/socket.hg: Replace _GTKMMPROC_WIN32_NO_WRAP by _INCLUDE_IN_WRAP_INIT
	and _GMMPROC_WRAP_CONDITIONALLY.
	This requires the latest glibmm from git master. Bug #678883.

2012-07-01  Mark Vender  <markv743@yahoo.co.uk>

	Pixbuf: add const version of save() and friends

	* gdk/src/pixbuf.[hg|ccg]: save() and save_to_buffer() don't have any user-
	visible effects on the pixbuf being saved, thus they should be const.
	Add const versions, deprecate the non-const ones. Bug #678886.

2012-06-18  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	AppChooserDialog: Fix property name in constructors.

	* gtk/src/appchooserdialog.ccg: Change incorrect property name "file" to
	the correct "gfile" in constructors.

2012-06-15  Murray Cumming  <murrayc@murrayc.com>

	Add an extra .defs entry needed for documentation.

	* gdk/src/gdk_extra_objects.defs: Add GdkOffscreenWindow.

2012-06-15  Murray Cumming  <murrayc@murrayc.com>

	WidgetPath: Add some methods.

	* gtk/src/widgetpath.hg:
	Add to_string(), iter_get_siblings() and iter_list_regions().
	iter_clear_classes(), iter_clear_regions(): Add a -1 defaut value for pos.
	* tools/m4/convert_gtk.m4: Add a necessary conversion.

2012-06-15  Murray Cumming  <murrayc@murrayc.com>

	Add some new methods.

	* gdk/src/screen.[hg|ccg]: Add get_monitor_workarea().
	* gtk/src/application.hg: Add get_window_by_id().
	* gtk/src/button.hg: Add set/get_always_show_image() and the
	property.

2012-06-15  Murray Cumming  <murrayc@murrayc.com>

	Add some extra .defs entries needed for documentation.

	* gdk/src/gdk_extra_objects.defs:
	* gtk/src/gtk_extra_objects.defs: Add definitions needed by
	the documentation generator.

2012-06-14  Murray Cumming  <murrayc@murrayc.com>

	Regenerate most .defs and .xml files.

	* gdk/src/gdk_docs.xml:
	* gdk/src/gdk_enums.defs:
	* gdk/src/gdk_methods.defs:
	* gtk/src/gtk_docs.xml:
	* gtk/src/gtk_enums.xml:
	* gtk/src/gtk_methods.defs: Update these with the gen_scripts.

	However, I had to remove the changes to GdkEventType because gmmproc
	generates duplicate enums for that if I use the newly generated .defs.

2012-06-14  Murray Cumming  <murrayc@murrayc.com>

	gen_scripts: Do not require a change to the PATH environment variable.

	* tools/gen_scripts/gdk_generate_docs.sh:
	* tools/gen_scripts/gdk_generate_enums.sh:
	* tools/gen_scripts/gdk_generate_methods.sh:
	* tools/gen_scripts/gtk_generate_docs.sh:
	* tools/gen_scripts/gtk_generate_enums.sh:
	* tools/gen_scripts/gtk_generate_methods.sh: Remove the need to change
	the PATH as I did in the glibmm gen_scripts.

2012-06-12  Murray Cumming  <murrayc@murrayc.com>

	Application: run(): Do not show the window until activation.

	* gtk/src/application.[hg|ccg]: run(window): Only show the window in
	an activate signal handler, to fix a crash caused by the application not
	being registered when the GtkApplicationWindow tries to realize itself.

2012-06-12  Murray Cumming  <murrayc@murrayc.com>

	3.5.4

2012-06-12  Murray Cumming  <murrayc@murrayc.com>

	Entry: Undeprecate the activate signal.

	* gtk/src/entry.hg: Remove the deprecation documentation,
	because it is now OK again to use this signal. See this GTK+ commit:
	http://git.gnome.org/browse/gtk+/commit/?id=4a25bac0e7685000fff90a211db6ac60f6b74ab1

2012-05-29  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	StyleContext: Deprecate some functions and add others.

	* gtk/src/stylecontext.hg: Deprecate functions that have been deprecated in
	gtk+. Add render_icon() and render_insertion_cursor(). Add an overload of
	render_layout() that takes a const Glib::RefPtr<Pango::Layout>& instead of
	a PangoLayout*.
	* gtk/src/widget.[hg|ccg]: Deprecate draw_insertion_cursor(). Bug #675632.

2012-05-28  Murray Cumming  <murrayc@murrayc.com>

	Slight rewrite of documentation

2012-05-28  Mark Vender  <markv743@yahoo.co.uk>

	Widget: Document get_style_property_value() and get_style_property()

	* widget.hg: Add documentation for get_style_property() and
	get_style_property_value(). Emphasize that get_style_property() is preferable,
	as it doesn't use GValue directly.

	Bug #673303.

2012-05-28  Mark Vender  <markv743@yahoo.co.uk>

	StyleContext: Wrap gtk_style_context_get_style_property() and friends

	* gtk/src/stylecontext.hg: Add get_style_property() and
	get_style_property_value().

	Bug #674746.

2012-05-28  Murray Cumming  <murrayc@murrayc.com>

	Container: Slight improvements to the vfunc documentation.

	* gtk/src/container.hg:

2012-05-28  Mark Vender  <markv743@yahoo.co.uk>

	Container: Document several rarely used virtual functions

	* gtk/src/container.hg: Add documentation for the following functions:
	child_type(), forall(), composite_child(), [get|set]_child_property(). The
	documentation comes from the C docs.

	Bug #670206.

2012-05-28  Murray Cumming  <murrayc@murrayc.com>

	Application: Pass 0 (NULL) rather than  to GApplication.

	* gtk/src/application.ccg: It is annoying that GApplication (and other
	C code) distinguishes, of course.

2012-05-28  Murray Cumming  <murrayc@murrayc.com>

	Application: Document that ID may now be empty.

	* gtk/src/application.hg: Constructors/create(): Document that the
	application ID may now be empty (thanks to the change in
	glib bug #671249) and generally document these.

	* demos/gtk-demo/main.cc:
	* demos/pixbuf-demo.cc:
	* tests/child_widget/main.cc:
	* tests/child_widget2/main.cc:
	* tests/child_widget_managed/main.cc:
	* tests/delete_cpp_child/main.cc:
	* tests/dialog/main.cc:
	* tests/dialog_deletethis/main.cc:
	* tests/main_with_options/main.cc:
	* tests/menu_destruction/main.cc:
	* tests/property_notification/main.cc:
	* tests/refcount_dialog/main.cc:
	* tests/scrolledwindow/main.cc:
	* tests/wrap_existing/main.cc: Remove the useless application IDs.

2012-04-26  Kalev Lember  <kalevlember@gmail.com>

	UIManager: Wrap the GResource convenience API.

	* uimanager.hg: Added add_ui_from_resource().
	Bug #674545.

2012-04-26  Kalev Lember  <kalevlember@gmail.com>

	Builder: Wrap the GResource convenience API.

	* builder.[hg|ccg]: Added create_from_resource() and
	add_from_resource() with their many overloads.
	Bug #674545.

2012-04-19  Murray Cumming  <murrayc@murrayc.com>

	Correct the ChangeLog

2012-04-19  Murray Cumming  <murrayc@murrayc.com>

	Application: add_window(): Correct the documentation.

	* gtk/src/application.hg: The text seems to be based on an earlier version
	of Gtk::Application or GtkApplication which created windows automatically.
	Noticed by Mateusz Marzantowicz.

2012-04-19  Murray Cumming  <murrayc@murrayc.com>

	Add a TODO

2012-04-17  Alexandre Rostovtsev  <tetromino@gentoo.org>

	Make list of gdk targets non-automagic

	* configure.ac: Otherwise, it is difficult e.g. to build a wayland-only
	gtkmm on a build machine that has gdk with both x11 and wayland targets
	installed.

	Bug #673963

2012-04-10  Murray Cumming  <murrayc@murrayc.com>

	3.4.0

2012-04-10  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	TreePath: All constructors guarantee that gobject_ != 0.

	* gtk/src/treepath.[hg|ccg]: Use the new m4 macro _CUSTOM_CTOR_CAST.
	Hand-coded constructors never construct an object with gobject_ == 0.
	This requires the latest glibmm from git master. Bug #511136, comment 21.

2012-04-10  Adrian Bunk  <bunk@stusta.de>

	Remove the Maemo Extensions API

	The Maemo GTK+ is not likely to ever be ported to GTK+ 3.

2012-04-09  Adrian Bunk  <bunk@stusta.de>

	Update .gitignore.

	* .gitignore: Update the lists of ignored files in gdk/gdkmm/ and gtk/gtkmm/.
	Bug #673690.

2012-04-03  Murray Cumming  <murrayc@murrayc.com>

	Gtk::Widget: Slight improvement of text in previous commit.

	* gtk/src/widget.hg:

2012-04-03  Mark Vender  <markv743@yahoo.co.uk>

	Gtk::Widget: add documentation for the destructor.

	* gtk/src/widget.hg:

	Bug #670275

2012-03-30  Murray Cumming  <murrayc@murrayc.com>

	CellArea: Add some signals.

	* gtk/src/cellarea.hg: Wrap most signals, of course using
	no_default_handler to preserve ABI.

2012-03-30  Murray Cumming  <murrayc@murrayc.com>

	Gtk::Window: Add begin/move_resize_drag() overloads that take a Device.

	* gdk/src/window.hg: Wrap gdk_window_begin_resize_drag_for_device()
	and gdk_window_begin_move_drag_for_device().

2012-03-30  Murray Cumming  <murrayc@murrayc.com>

	Regenerate the .defs files.

	* gdk/src/gdk_docs.xml:
	* gdk/src/gdk_methods.defs:
	* gtk/src/gtk_docs.xml:
	* gtk/src/gtk_methods.defs:
	* gtk/src/gtk_signals.defs: Regenerate with the
	scripts.

2012-03-28  Murray Cumming  <murrayc@murrayc.com>

	3.3.20

2012-03-26  Murray Cumming  <murrayc@murrayc.com>

	Deprecate some API that is deprecated in the C API.

	* gtk/src/button.hg: Deprecated signal_pressed(), signal_released(),
	signal_enter() and signal_leave().
	* gtk/src/menuitem.hg: Deprecated get/set_right_justified().
	* gtk/src/notebook.hg: Deprecated get_tab_hborder() and
	get_tab_vborder().
	* gtk/src/widget.hg: Deprecated get/set_state() and
	signal_state_changed(), adding signal_state_flags_changed().

	* demos/gtk-demo/example_menus.cc: Do not use
	MenuItem::set_right_justified(). It has already been removed from the
	original C vesion of this demo.

	Kjell Ahlstedt noticed this deprecated API in bug #655489 comment 16.

2012-03-26  Murray Cumming  <murrayc@murrayc.com>

	StyleContext: Added list_classes() and get_parent().

	* gtk/src/stylecontext.hg:

2012-03-26  Murray Cumming  <murrayc@murrayc.com>

	Fix previous commit

2012-03-26  Murray Cumming  <murrayc@murrayc.com>

	Printer: Added accepts_pdf() and accepts_ps().

	* gtk/src/printer.hg:

2012-03-26  Murray Cumming  <murrayc@murrayc.com>

	Settings: Wrap several new properties.

	* gtk/src/settings.hg: Some of these are new in GTK+ 3.4, but some
	are older. Note that all seem to be in gtksettings.c now instead
	of across various files.

2012-03-26  Murray Cumming  <murrayc@murrayc.com>

	ScrolledWindow: Wrapped some new methods and a property.

	* gtk/src/scrolledwindow.hg: Added get/set_kinetic_scrolling()
	and get/set_capture_button_press() and the kinetic-scrolling property.

2012-03-26  Murray Cumming  <murrayc@murrayc.com>

	Add an _IGNORE().

2012-03-26  Murray Cumming  <murrayc@murrayc.com>

	TreeView: Add get_n_columns().

	* gtk/src/treeview.hg: Wrap gtk_tree_view_get_n_columns().

2012-03-26  Murray Cumming  <murrayc@murrayc.com>

	MenuItem, MenuShell: Add signals.

	* gtk/src/menuitem.hg: Add signal_select() and signal_deselect(),
	* gtk/src/menushell.hg: Add signal_insert().

2012-03-26  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gdk::Display: Deprecate the set_double_click_[time|distance]() methods.

	* gdk/src/display.hg: The set_double_click_[time|distance]() methods are
	documented as not for use by applications.

2012-03-26  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gtk::Button: Deprecate the activate signal.

	* gtk/src/button.hg: The activate signal is documented as not for use by
	applications. This requires the latest glibmm from git master.

2012-03-26  Murray Cumming  <murrayc@murrayc.com>

	ComboBox: Add signal_format_entry_text().

	* gtk/src/gtk_signals.defs: Correct the costness of the gchar* result.
	* gtk/src/combobox.hg: Wrap the new format-entry-text signal,
	using no_default_handler to preserve ABI.

2012-03-26  Murray Cumming  <murrayc@murrayc.com>

	ColorChooser: Add add_palette.

	* gtk/src/colorchooser.[hg|ccg]: Wrap gtk_color_chooser_add_palette().

2012-03-26  Murray Cumming  <murrayc@murrayc.com>

	Gtk::CellArea: Add foreach().

	* gtk/src/cellarea.[hg|ccg]: Wrap gtk_cell_area_foreach() and
	gtk_cell_area_foreach_alloc().

2012-03-26  Murray Cumming  <murrayc@murrayc.com>

	Gdk::Device: Add list_axes().

	* gdk/src/device.[hg|ccg]: Wrap gdk_device_list_axes().

2012-03-26  Murray Cumming  <murrayc@murrayc.com>

	Gdk: Add AppLaunchContext.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Mention
	GDK_TYPE_APP_LAUNCH_CONTEXT.
	* gdk/src/filelist.am:
	* gdk/src/applaunchcontext.[hg|ccg]: Add this, deriving from
	Gio::AppLaunchContext.
	* gdk/gdkmm.h: Include the new header.
	* gdk/src/display.[hg|ccg]: Added get_app_launch_context().

2012-03-25  José Alburquerque  <jaalburqu@svn.gnome.org>

	Actionable: Ensure all virtual functions don't return freed memory.

	* gtk/src/actionable.hg (get_action_target_value_vfunc_callback): The
	return of the virtual function of this callback should also be
	appropriately copied so that the callback does not return freed
	memory.

2012-03-25  José Alburquerque  <jaalburqu@svn.gnome.org>

	Actionable: Ensure virtual functions don't return freed memory.

	* gtk/src/actionable.hg (get_action_name_vfunc_callback): Ensure that
	the return value of the virtual function of this callback is properly
	copied by correcting the appropriate conversion so that the callback
	does not return empty memory.

2012-03-23  Murray Cumming  <murrayc@murrayc.com>

	Gtk::Entry: Deprecate the activate signal.

	* gtk/src/entry.hg: Because this has been documented,
	since 2008, as not for use by applications, though we
	were told to use it in 2003.
	This requires the latest glibmm from git master.
	Bug #655489 (Kjell Ahlstedt)

2012-03-16  Murray Cumming  <murrayc@murrayc.com>

	CellArea: Add properties.

	* gtk/src/cellarea.hg:

2012-03-16  Murray Cumming  <murrayc@murrayc.com>

	Ignore some C convenience functions.

	* gtk/src/actionable.hg:
	* gtk/src/cellarea.hg: We typically don't try to wrap these.

2012-03-16  Murray Cumming  <murrayc@murrayc.com>

	Minor regeneration of gdk enums.

2012-03-16  Murray Cumming  <murrayc@murrayc.com>

	Widget: Add signal_touch_event().

	* gtk/src/gtk_signals.defs: Adjust the generated
	definition.
	* gtk/src/widget.hg: Wrap the new touch-event signal,
	though we cannot yet add a default signal handler without
	breaking ABI.

2012-03-15  Murray Cumming  <murrayc@murrayc.com>

	Tests: Fix a warning found by clang++.

	* tests/scrolledwindow/main.cc: Remove a macro check whose
	result is not used.

2012-03-15  Murray Cumming  <murrayc@murrayc.com>

	Main: Undeprecate init_gtkmm_internals().

	* gtk/src/main.[hg|ccg]: This is used, for instance,
	by gtksourceviewmm's init() method, and I cannot think of any
	replacement.

2012-03-15  Murray Cumming  <murrayc@murrayc.com>

	Fix some missing sentinel warnings found by clang++

	* gdk/src/pixbuf.ccg:
	* gtk/src/cellrenderercombo.ccg: Use (void*)0 instead of NULL.

2012-03-15  Murray Cumming  <murrayc@murrayc.com>

	Scale: Add set/get_has_origin() and property.

	* gtk/src/scale.hg: Wrap gtk_scale_set/get_has_origin().

2012-03-15  Murray Cumming  <murrayc@murrayc.com>

	FontChooser: Add set_filter().

	* gtk/src/fontchooser.[hg|ccg]: Wrap gtk_font_chooser_set_filter_func()
	and its callback function (as a slot).

2012-03-14  Murray Cumming  <murrayc@murrayc.com>

	PaperSize: Correct the PaperSizeTraits pre-declaration.

	* gtk/src/papersize.hg: PaperSizeTraits is a struct, not a class.
	clang++ noticed this while building Glom, though I have no run it on all of
	gtkmm.

2012-03-13  Albert Chin  <thewrittenword.com>

	TreeView: Work around a HP-UX aCC compiler error.

	* gtk/src/treeview.hg: _connect_auto_store_editable_signal_handler():
	Specify the function pointer more precisely, mentioning the class.
	Bug #586934

2012-03-13  Murray Cumming  <murrayc@murrayc.com>

	RGBA: set_grey(), set_grey_u(): Correct the default alpha values.

	* gdk/src/rgba.hg: The default values for these two methods were
	swapped. This could cause some slight change of behaviour in
	existing applications, but the previously wrong values should
	have been obvious, and corrected, in applications already.
	Bug #671573 (Mark Vender)

2012-03-06  Murray Cumming  <murrayc@murrayc.com>

	3.3.18

2012-03-03  Murray Cumming  <murrayc@murrayc.com>

	Widget: Add get_modifier_mask().

	* gdk/src/gdk_enums.defs: Regenerate.
	* gdk/src/gdk_signals.defs: Regenerate.
	* gdk/src/types.hg: Add the ModifierIntent enum.
	* tools/m4/convert_gdk.m4: Mention the new enum.
	* gtk/src/widget.hg: Add get_modifier_mask().

2012-03-03  Murray Cumming  <murrayc@murrayc.com>

	Image: Add set_from_resource().

	* gtk/src/image.hg: Wrap gtk_image_set_from_resource().

2012-03-03  Murray Cumming  <murrayc@murrayc.com>

	Gtk::Window: Add new API.

	* gtk/src/window.[hg|ccg]: Add unset/set/get_attached_to().
	Add get/set_hide_titlebar_when_maximized() and property.

2012-03-03  Murray Cumming  <murrayc@murrayc.com>

	Application: Added new API.

	* tools/m4/convert_gtk.m4: Regenerate partially.
	* gtk/src/application.hg: Added get/set_app_menu(), get/set_menubar(),
	add/remove_accelerator(), inhibit(), uninhibit(), is_inhibited(),
	properties and signals.
	* gtk/src/gtk_enums.defs: Add conversions.

2012-03-03  Murray Cumming  <murrayc@murrayc.com>

	Wrap some new API.

	* gtk/src/aboutdialog.hg: Add add_credits_section().
	* gtk/src/entrycompletion.hg: Add compute_prefix().
	* gtk/src/stylecontext.[hg|ccg]: Add set_parent() and unset_parent().

2012-03-03  Murray Cumming  <murrayc@murrayc.com>

	Application: Update the newin tags.

	* gtk/src/application.hg: This will really be new in 3.4.

2012-03-03  Murray Cumming  <murrayc@murrayc.com>

	Tests: Use Gtk::Application instead of Gtk::Main.

	* tests/: Use Gtk::Application because we have deprecated Gtk::Main.

2012-03-03  Murray Cumming  <murrayc@murrayc.com>

	Application: Simplify the window handling slightly.

	* gtk/src/application.[hg|ccg]: run(): Show the window immediately
	instead of doing it in a signal handler, because that bug has been
	fixed in GTK+.

2012-03-03  Murray Cumming  <murrayc@murrayc.com>

	Deprecate Gtk::Main in favor of Gtk::Application.

	* gtk/src/main.[hg|ccg]: Deprecate most of this API.
	* demos/gtk-demo/example_change_display.cc:
	* demos/gtk-demo/main.cc: Use Gtk::Application instead of Gtk::Main.

2012-03-02  Murray Cumming  <murrayc@murrayc.com>

	ColorSelection*: Document these as deprecated.

	* gtk/src/colorselection.hg: Add @deprecated doxygen tags.

2012-03-02  Murray Cumming  <murrayc@murrayc.com>

	FontChooserDialog: Remove default signal handler to prevent ABI break.

	* gtk/src/fontchooser.hg: Use the no_default_handler option because
	the signal was not actually in the gtkmm 3.2 API, because we did not
	generate the .defs for it.

2012-03-02  Murray Cumming  <murrayc@murrayc.com>

	Add property and signal defs for GtkFontChooser*.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Add GTK_FONT_CHOOSER,
	GTK_FONT_CHOOSER_DIALOG and GTK_FONT_CHOOSER_WIDGET.
	* gtk/src/gtk_signals.defs: Update.

2012-03-02  Murray Cumming  <murrayc@murrayc.com>

	Add ColorChooser and ColorChooserDialog, deprecating ColorSelection*.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Mention the new Color*
	types.
	* gtk/src/gtk_signals.def
	* gtk/src/gtk_methods.defs: Update.

	* gtk/src/filelist.am:
	* gtk/src/colorchooser.[hg|ccg]: Add the ColorChooser interface.
	* gtk/src/colorchooserdialog.[hg|ccg]: Add ColorChooserDialog.
	* gtk/src/colorbutton.hg: Add a comment that we cannot derive this from
	the new interface, though the C API does that, because we cannot break
	ABI.
	* gtk/src/colorselection.hg: Deprecate ColorSelection and
	ColorSelectionDialog, as in the C API.
	* gtk/gtkmm.h: Mention the new headers.
	* demos/gtk-demo/example_colorsel.cc: Use GtkChooserDialog instead of
	ColorSelectionDialog.

2012-03-01  José Alburquerque  <jaalburqu@svn.gnome.org>

	gmmproc: _CLASS_GTKOBJECT: Include destructor documentation.

	* tools/m4/class_gtkobject.m4: Include possible Doxygen comment block
	documentation sent to the new (in glibmm) SECTION_DTOR_DOCUMENTATION
	section from the use of the also new _DOCUMENT_DTOR() macro.

	Bug #668918.

2012-03-01  José Alburquerque  <jaalburqu@svn.gnome.org>

	tools: Add XML and defs generation scripts.

	* tools/gen_scripts/gdk_generate_docs.sh:
	* tools/gen_scripts/gdk_generate_enums.sh:
	* tools/gen_scripts/gdk_generate_methods.sh:
	* tools/gen_scripts/gtk_generate_docs.sh:
	* tools/gen_scripts/gtk_generate_enums.sh:
	* tools/gen_scripts/gtk_generate_extra_defs.sh:
	* tools/gen_scripts/gtk_generate_methods.sh: Add these scripts as in
	glibmm to make the docs and defs file generation easier.

2012-02-29  Murray Cumming  <murrayc@murrayc.com>

	gtkmm.h: Add applicationwindow.h

2012-02-29  Murray Cumming  <murrayc@murrayc.com>

	Add missing files.

2012-02-29  Murray Cumming  <murrayc@murrayc.com>

	Add ApplicationWindow.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Mention GtkApplicationWindow.
	* gtk/src/gtk_signals.defs: Add defs for GtkApplicationWindow.
	* gtk/src/filelist.am:
	* gtk/src/applicationwindow.[hg|ccg]: Add Gtk::ApplicationWindow.

2012-02-28  Murray Cumming  <murrayc@murrayc.com>

	Correct NEWS

2012-02-28  Murray Cumming  <murrayc@murrayc.com>

	3.3.16

2012-02-28  Mark Vender  <markv743@yahoo.co.uk>

	Wrap several missing methods in Gtk::Grid

	* gtk/src/grid.hg: Add get_child_at(), insert_row(),
	insert_row(), insert_column(), insert_next_to().
	Bug #670238

2012-02-28  Murray Cumming  <murrayc@murrayc.com>

	Widget: Add draw().

	* gtk/src/widget.hg: gtk_widget_draw() was deprecated in
	GTK+ 2 but it is not deprecated in GTK+ 3.
	Bug #670918 (Mark)

2012-02-27  Murray Cumming  <murrayc@murrayc.com>

	Correct the ChangeLog

2012-02-27  Murray Cumming  <murrayc@murrayc.com>

	EntryBuffer: Correct the EntryBufffer(name) constructor.

	* gtk/src/entrybuffer.ccg: This was missing a _CONSTRUCT() call.
	Bug #670784 (Marcus Yass)

2012-02-26  José Alburquerque  <jaalburqu@svn.gnome.org>

	Actionable: Const correction.

	* gtk/src/actionable.hg (get_action_target_value): Add a constant
	version of this method.

2012-02-26  José Alburquerque  <jaalburqu@svn.gnome.org>

	AboutDialog: get_authors(): Correct the 'const gchar**' conversion.

	* gtk/src/aboutdialog.hg (get_authors): Use 'const gchar* const*' as
	the type from which to convert to std::vector<Glib::ustring>' because
	that is the type that some of the gtk+ getter functions now return.

2012-02-26  José Alburquerque  <jaalburqu@svn.gnome.org>

	Add the Actionable interface.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Add the GtkActionable
	GType to the extra defs generation utility so that its properties are
	generated.
	* gtk/src/gtk_signals.defs: Regenerate to get the properties of the
	new interface.
	* gtk/src/gtk_vfuncs.defs: Add the virtual function definitions.
	* gtk/src/gtk_methods.defs: Regenerate to get the methods for the new
	interface.

	* gtk/src/actionable.{ccg,hg}: Add the sources wrapping the methods,
	properties and virtual functions.
	* gtk/src/filelist.am: Include the sources in the list of sources to
	be built.
	* gtk/src/gtk_extra_objects.defs: Add the new interface to the list
	extra objects so that there no missing object definition warnings from
	gmmproc.

	Bug #637445.

2012-02-24  Murray Cumming  <murrayc@murrayc.com>

	Deprecate some properties that use Gdk::Color.

	* gtk/src/colorbutton.hg:
	* gtk/src/texttag.hg: Use the new _WRAP_PROPERTY() deprecated option,
	in the latext glibmm in git master. These have replacements, which the
	documentation comment suggests.

2012-02-22  Murray Cumming  <murrayc@murrayc.com>

	Fix the build.

2012-02-22  Murray Cumming  <murrayc@murrayc.com>

	TextTag: Add RGBA versions of the properties.

	* gtk/src/texttag.hg: These properties were added to the C API a while ago.

2012-02-22  Murray Cumming  <murrayc@murrayc.com>

	Deprecate more methods that use Gtk::Color.

	* gdk/src/window.hg: set_background(Color):
	* gtk/src/colorbutton.hg: set_color(), set_alpha(), constructor: Deprecate
	these, as they are deprecated in the C API.

2012-02-16  José Alburquerque  <jaalburqu@svn.gnome.org>

	Application: Constructor: Receive argc and argv params by reference.

	* gtk/src/application.{ccg, hg}: Have the constructor and create()
	method taking argc and argv parameters receive them by reference so
	that if gtk_init() modifies them, it is reflected in the calling
	function.

	Bug #637445.

2012-02-16  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Update .gitignore.

	* .gitignore: Remove all atk/ files. Add docs/ files that are copied from
	mm-common. Update the lists of ignored files in gdk/gdkmm/ and gtk/gtkmm/.

2012-02-15  Murray Cumming  <murrayc@murrayc.com>

	Application: Make the create() methods static, like other ones.

	* gtk/src/application.hg: Otherwise they cannot be used.

2012-02-15  José Alburquerque  <jaalburqu@svn.gnome.org>

	Application: Initialize gtkmm early enough for successful construction.

	* gtk/src/application.{ccg,hg} (init_gtkmm_internals): Place function
	in an anonymous namespace.
	(Application::custom_class_init): Initialize gtkmm in this method so
	that construction is successful after.
	(Application::Application): Add a gtk_init() call in the command-line
	argument constructor so that gtk+ command-line parsing is correctly
	done.
	(Application::create): Remove the call to the init_gtkmm() methods
	because initialization has already taken place in the construction
	process.
	(Application::init_gtkmm): Remove these methods for efficiency.

	Bug #637445.

2012-02-13  Murray Cumming  <murrayc@murrayc.com>

	Border: Fix documentation typos.

2012-02-13  Murray Cumming  <murrayc@murrayc.com>

	Gtk::Border: Add reference documentation.

	* gtk/src/border.hg:
	Note that, for the C API, this is only listed on the GtkStyleContext page,
	with no way to directly link to its description:
	http://developer.gnome.org/gtk3/unstable/GtkStyleContext.html#gtk-border-new
	Bug #669907 (Mark)

2012-02-13  Murray Cumming  <murrayc@murrayc.com>

	Application: Avoid the need to use Gtk::Main.

	* gtk/src/application.[hg|cc]: Add an init_gtkmm() method, for use in
	the create() methods of derived Application classes. This is necessary
	to allow the Application constructor to succeed, because it uses
	g_object_new().
	create(): Use it here too, though I wonder if anyone would actually use
	Gtk::Application without deriving.
	This lets developers no use Gtk::Main at all, as long as they call their
	Application's create() method at the same early point in their code.

	This does not allow the developer to defer GTK+ initialization to when they
	call g_application_run(), and even to avoid GTK+ initialization compeletely
	in the local instance, as is possible with the C API, but we did not allow
	that before either.

2012-02-08  José Alburquerque  <jaalburqu@svn.gnome.org>

	ActionGroup: Restore accidentally removed signal.

	* gtk/src/actiongroup.hg: Restore the "pre-activate" signal which was
	accidentally removed when removing its docs so that the generated docs
	for it is used.  This is the only signal that was accidentally
	removed.
	* gtk/src/cellrenderertoggle.hg: Whitespace correction.

2012-02-07  José Alburquerque  <jaalburqu@svn.gnome.org>

	Use the generated signal docs for wrapped signals. Bug #668918.

	* gdk/src/gdk_docs.xml:
	* gtk/src/gtk_docs.xml: Regenerate passing the -i (--with-signals)
	option to docextract_to_xml.py so that signal documentation is
	included in these files.

	* gdk/src/screen.hg:
	* gtk/src/action.hg:
	* gtk/src/actiongroup.hg:
	* gtk/src/cellrenderer.hg:
	* gtk/src/cellrenderertoggle.hg:
	* gtk/src/checkmenuitem.hg:
	* gtk/src/colorbutton.hg:
	* gtk/src/combobox.hg:
	* gtk/src/entrycompletion.hg:
	* gtk/src/filechooser.hg:
	* gtk/src/fontbutton.hg:
	* gtk/src/radioaction.hg:
	* gtk/src/range.hg:
	* gtk/src/recentchooser.hg:
	* gtk/src/recentmanager.hg:
	* gtk/src/scale.hg:
	* gtk/src/spinbutton.hg:
	* gtk/src/textbuffer.hg:
	* gtk/src/togglebutton.hg:
	* gtk/src/toolbar.hg:
	* gtk/src/toolbutton.hg:
	* gtk/src/toolitem.hg:
	* gtk/src/uimanager.hg:
	* gtk/src/widget.hg:
	* gdk/src/display.hg:
	* gdk/src/displaymanager.hg: Remove existing signal docs in these
	files because they will already be included in the generation process
	by gmmproc.

2012-02-07  Murray Cumming  <murrayc@murrayc.com>

	3.3.14

2012-02-03  Murray Cumming  <murrayc@murrayc.com>

	Main: Deprecate signal_key_snooper().

	* gtk/src/main.[hg|ccg]: Deprecate signal_key_snooper(),
	because gtk_key_snooper_install() was deprecated.
	Also #define GDK_DISABLE_DEPRECATION_WARNINGS here to fix
	the build with --enable-warnings=fatal.

2012-02-02  José Alburquerque  <jaalburqu@svn.gnome.org>

	Entry: Deprecate [set|get]_inner_border().

	* gtk/src/entry.hg: Deprecate the methods because they have been
	deprecated in gtk+ as well.  Also add #defines so the deprecated C API
	can continue to be used as is done in Gtk::Widget and other classes.
	Bug #669190.

2012-01-05  Murray Cumming  <murrayc@murrayc.com>

	Deprecate some methods using Gdk::Color, to fix the build.

	* gdk/gdkmm/general.[h|cc]: Deprecate set_source_color().
	* gtk/src/cellview.hg: Deprecate set_background_color().
	* gtk/src/colorbutton.[hg|ccg]: Deprecate get_color().
	* gtk/src/colorselection.hg: Deprecate set_current_color().

	And add #defines to let us continue to use the deprecated C API in
	our deprecated C++ API implementation.

2012-01-04  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	ComboBoxText: Constructor: Add a TODO comment.

	* gtk/src/comboboxtext.ccg: Add a comment that entry-text-column and id-column
	are set properly in new GTK+ versions. Bug #653579

2011-12-24  Hub Figuiere  <hub@figuiere.net>

	Implement Gtk::IconView::IconView(Gtk::CellArea). Bug #665361

	* tools/m4/convert_gtk.m4:
	m4 macro for CellArea
	* gtk/src/cellareabox.hg:
	Wrap the create function for Gtk::CellAreaBox.
	* gtk/src/iconview.hg:
	Construct with a CellArea.

2011-12-01  Hub Figuiere  <hub@figuiere.net>

	Add missing Gtk::Settings properties. Bug #665264

	* gtk/src/settings.hg: Added properties
	"gtk-application-prefer-dark-theme",
	"gtk-auto-mnemonics" and "gtk-visible-focus"

2011-11-30  Hub Figuiere  <hub@figuiere.net>

	Bug #665267: Fix configure.ac that had a broken shell syntax.

	* configure.ac: fix shell syntax.
	Bug #665267

2011-11-29  John Ralls  <jralls@ceridwen.us>

	[Bug 662975] Gtkmm won't build for Quartz

	There was another place to add $(gtkmm_files_x11_hg).

2011-11-28  Murray Cumming  <murrayc@murrayc.com>

	Fix the build for Quartz (MacOS)

	* configure.ac: Read the gtk+-3.0 target variable and
	use the result to set appropriate automake conditionals (in theory, a
	particular Gtk+-3 library can contain multiple backends, though this
	isn't strictly true in practice).
	Also makes the check for HOST_WINDOWS_NATIVE conditional on having a
	Win32 backend.
	* gtk/src/filelist.am: Add a new target gtkmm_files_x11_hg, including
	plug.hg and socket.hg in it. It's added to gtkmm_files_arch_hg only if
	there's an X11 backend to build them against.
	Bug #662975

2011-11-28  John Ralls  <jralls@ceridwen.us>

	Gtkmm won't build for Quartz

	Adds to configure a pkgconfig read of the gtk+-3.0 target variable and
	uses the result to set appropriate automake conditionals (in theory, a
	particular Gtk+-3 library can contain multiple backends, though this
	isn't strictly true in practice).

	Also checks (with PKG_CHECK_MODULES) that Gtk+-3 is installed and makes
	the check for HOST_WINDOWS_NATIVE conditional on having a Win32 backend.

	Adds a new target gtkmm_files_x11_hg to src/filelist.am, including
	plug.hg and socket.hg in it; it's added to gtkmm_files_arch_hg only if
	there's an X11 backend to build them against.

2011-11-22  Murray Cumming  <murrayc@murrayc.com>

	Add back Application, though it is not ready yet.

	* gtk/src/application.[hg|ccg]: Added.
	* gio/src/window.hg:
	* gio/src/filelist.am:
	* goi/giomm.h: Mention it.
	See bug #637445#c29

2011-11-18  Murray Cumming  <murrayc@murrayc.com>

	Gtk::Widget: Deprecate get_pointer().

	* gtk/src/widget.hg: And fix the build with the latest GTK+.

2011-11-16  Hub Figuiere  <hub@figuiere.net>

	Fix namespacing for Cairo (Closes: #663303)

	* gdk/src/dragcontext.hg:
	* gdk/src/screen.hg:
	* gdk/src/window.hg:
	* gtk/src/cellarea.hg:
	* gtk/src/cellrenderer.hg:
	* gtk/src/checkbutton.hg:
	* gtk/src/checkmenuitem.hg:
	* gtk/src/printcontext.hg:
	* gtk/src/stylecontext.hg:
	* gtk/src/widget.hg:
	* tools/m4/convert_gdk.m4:
	* tools/m4/convert_gtk.m4:
	Cairo namespace should be refered from the global
	namespace.

2011-11-09  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	AboutDialog: Add unset_license() and set_logo_default().

	* gtk/src/aboutdialog.[hg|ccg]: Add unset_license() and set_logo_default().
	Remove an obsolete comment. Bug #616769.

2011-10-26  Murray Cumming  <murrayc@murrayc.com>

	3.3.2

2011-10-26  Murray Cumming  <murrayc@murrayc.com>

	Fix make check

	* demos/gtk-demo/example_appwindow.cc:
	* demos/gtk-demo/example_dialog.cc:
	* demos/gtk-demo/example_drawingarea.cc:
	* demos/gtk-demo/example_menus.cc:
	* demos/gtk-demo/example_panes.cc:
	* demos/gtk-demo/example_sizegroup.cc: Replace Table with Grid.
	Remove use of TearOffMenuItems. Replace use of Gdk::Window::get_pointer().
	I have no idea if this actually works but it builds.

2011-10-26  Murray Cumming  <murrayc@murrayc.com>

	Avoid some more deprecation warnings with the recent GTK+.

	* gdk/src/window.hg: Deprecate get_pointer().
	* gtk/gtkmm/treeview_private.cc: Include glibmm.h first.
	* gtk/src/assistant.hg: Fix the formatting of the deprecation comments.

2011-10-26  Murray Cumming  <murrayc@murrayc.com>

	Deprecate HandleBox and TearOffMenuItem.

	* gtk/src/handlebox.hg:
	* gtk/src/tearoffmenuitem.hg: Deprecate these completely, without replcement,
	because that has happened in GTK+.
	* gtk/src/uimanager.hg: Deprecate set/get_add_tearoffs().

2011-10-26  Murray Cumming  <murrayc@murrayc.com>

	Avoid some deprecation warnings with the recent GTK+.

	* gtk/src/fontselection.hg:
	* gtk/src/hvbox.hg:
	* gtk/src/hvbuttonbox.hg:
	* gtk/src/hvpaned.hg:
	* gtk/src/hvscale.hg:
	* gtk/src/hvscrollbar.hg:
	* gtk/src/hvseparator.hg:
	* gtk/src/menuitem.hg:
	* gtk/src/scrollbar.hg:
	* gtk/src/table.hg: Add GTK_DISABLE_DEPRECATION_WARNINGS where we already
	undef GTK_DISABLE_DEPRECATED in SECTION_CC_PRE_INCLUDES.
	* gtk/src/assistant.hg: Do the same here because set_page_header_image() and
	friends are deprecated.

2011-10-25  Murray Cumming  <murrayc@murrayc.com>

	make check: Use xmllint to check the generated .html documentation.

	* tests/test_validate_docs_xhtml.sh: Add a small script to run xmllint.
	* Makefile.am: Run this script during make check.

2011-10-25  Murray Cumming  <murrayc@murrayc.com>

	Add #includes needed with the latest glibmm.

	* gdk/src/color.hg:
	* gdk/src/pixbuf.hg:
	* gdk/src/pixbufanimationiter.hg:
	* gdk/src/pixbufformat.hg:
	* gdk/src/rectangle.hg:
	* gdk/src/rgba.hg:
	* gdk/src/types.hg:
	* gtk/gtkmm/object.h:
	* gtk/gtkmm/stock.cc:
	* gtk/gtkmm/stockid.h:
	* gtk/src/border.hg:
	* gtk/src/enums.hg:
	* gtk/src/main.hg:
	* gtk/src/papersize.hg:
	* gtk/src/textattributes.hg: Add individual includes now that gmmproc does not
	add #include glibmm.h at the top of every generated header.

2011-10-21  Murray Cumming  <murrayc@murrayc.com>

	Deprecate Gtk::Table in favour of Gtk::Grid.

	* gtk/src/table.hg: Deprecate the whole thing.

2011-10-21  Murray Cumming  <murrayc@murrayc.com>

	Mark the branch in the ChangeLog

2011-10-18  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Undo removal of 'constversion' in Gtk::Dialog::get_vbox().

	* gtk/src/dialog.hg: Insert 'constversion' in get_vbox() const, because
	a bug in gmmproc has been fixed in glibmm 2.29.13. Bug #657751, comment 8.

2011-10-05  Murray Cumming  <murrayc@murrayc.com>

	Add TODO

2011-09-27  Murray Cumming  <murrayc@murrayc.com>

	3.2.0

2011-09-27  Murray Cumming  <murrayc@murrayc.com>

	Assistant: Deprecate some methods, because the C functions are deprecated.

	* gtk/src/assistant.hg: get/set_page_header_image(),
	get/set_page_side_image(): Deprecate these.

2011-09-26  Murray Cumming  <murrayc@murrayc.com>

	Fix the build.

	* gtk/src/appchooserdialog.hg: Inlclude giomm/file.h.

2011-09-26  Murray Cumming  <murrayc@murrayc.com>

	Remove Application, because it is still not ready.

	* gtk/src/application.[hg|ccg]: Removed.
	* gio/src/window.hg:
	* gio/src/filelist.am:
	* goi/giomm.h: Do not mention it.
	See bug #637445#c29

2011-09-22  Krzesimir Nowak  <qdlacz@gmail.com>

	Don't use obsolete macros.

	* autogen.sh: Warn about everything during autoreconf.
	* configure.ac: Replaced obsolete macros with their modern counterparts.
	* build/reduced.am: Modernized a bit.
	* gtk/src/filelist.am: Fixed some trailing whitespace after backslashes.
	Automake was issuing warnings because of them.

2011-09-20  Murray Cumming  <murrayc@murrayc.com>

	TreeView: Added unset_row_separator_func().

	* gtk/src/treeview.[hg|ccg]: Added unset_row_separator_func() because func
	may be NULL.

2011-09-20  Murray Cumming  <murrayc@murrayc.com>

	TreeView: set_row_separator_func(): Add some documentatino.

	* gtk/src/treeview.hg: Add documentation to the method and to the typedef,
	based on the C documentation.
	However, this will not all be seen by people because of bug #657844, which
	apparently is a regression in doxygen.

2011-09-19  Murray Cumming  <murrayc@murrayc.com>

	3.1.90.1

2011-09-19  Murray Cumming  <murrayc@murrayc.com>

	Build fixes are previous commit.

	* gdk/src/device.hg:
	* gdk/src/window.ccg:
	* gdk/src/window.hg: Build fixes.

2011-09-19  Murray Cumming  <murrayc@murrayc.com>

	Some minor GDK API additions.

	* gdk/src/device.hg: Added get_n_keys() and list_slave_devices().
	* gdk/src/pixbuf.hg: Added properties.
	* gdk/src/window.[hg|ccg]: Added get_drag_protocol().

2011-09-19  Murray Cumming  <murrayc@murrayc.com>

	Documentation: Do not show colloboration diagrams.

	* docs/reference/Doxyfile.in: Do not show colloboration diagrams. We seem to
	have started showing these a while ago, though I have no idea why. They just
	get in the way.

2011-09-14  Murray Cumming  <murrayc@murrayc.com>

	3.1.90

	FontChooser, FontChooserWidget, FontChooserDialog API changes.

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/filelist.am:
	* gtk/src/fontchooser.[hg|ccg]: this is now an interface, like AppChooser and
	RecentChooser.
	* gtk/src/fontchooserdialog.[hg|ccg]: Derive from FontChooser, removing
	some methods.
	* gtk/src/fontchooserwidget.[hg|ccg]: A new widget derived from FontChooser.
	* gtk/src/fontbutton.[hg|ccg]: This should now derive from FontChooser but
	we cannot do that without breaking ABI because FontButton was in gktmm 3.0.

2011-09-09  Murray Cumming  <murrayc@murrayc.com>

	Widget::get_allocation(): Add the newer documentation from the C docs.

	* gtk/src/widget.hg: gtk_widget_get_allocation() now has extra hints about
	implementing containers.

2011-09-07  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	TreeView: Make append_column_numeric_editable() work for [unsigned] short.

	* gtk/src/treeview.hg:
	Add TreeView_Private::_connect_auto_store_numeric_editable_signal_handler().
	Call it from TreeView::append_column_numeric_editable()
	and use it in the numeric specializations of
	TreeView_Private::_connect_auto_store_editable_signal_handler(). Bug #655416.

2011-09-06  Murray Cumming  <murrayc@murrayc.com>

	3.1.18

2011-09-06  Murray Cumming  <murrayc@murrayc.com>

	Regenerated methods .defs and documentation .xml files.

	* gdk/src/gdk_docs.xml: Regenerated with docextract_to_xml.py.
	* gdk/src/gdk_extra_objects.defs: Mention some more objects to improve the
	automatic documentation generation.
	* gdk/src/gdk_methods.defs:
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gdk/src/gdk_pixbuf_enums.defs: Regenerated with enums.pl.
	We still need to regenerate the signals/properties .defs files.

2011-09-06  Murray Cumming  <murrayc@murrayc.com>

	Regenerated enum .defs files.

	* gdk/src/gdk_enums.defs:
	* gtk/src/gtk_enums.defs:
	Regenerated with enums.pl
	Apparently we did not regenerate these recently before 3.0.0.
	There is a (then late) change in GdkDragProtocol that actually changes
	the enum values. This is technically an ABI break, but we would be passing
	the wrong values to the C functions, leading to already incorrect behaviour,
	so this can only be an improvement.
	This also removes other enums from the .defs that we do not use any more in
	the actual API.

2011-09-06  Murray Cumming  <murrayc@murrayc.com>

	Assistant: Added remove_page().

	* gtk/src/assistant.hg: Wrapping the new gtk_assistant_remove_page()
	function.

2011-09-06  Murray Cumming  <murrayc@murrayc.com>

	PrintUnixDialog::get_selected_printer(): ref-counting correction.

	* gtk/src/printunixdialog.hg: Fix a .->, typo to make the refreturn option
	actually be used.
	Noticed by Kjell Ahlstedt in bug #657751.

2011-09-06  Murray Cumming  <murrayc@murrayc.com>

	TreeView: Added unset_drag_dest_row().

	* gtk/src/treeview.[hg|ccg]: Added unset_drag_dest_row().
	Bug #577986 (Hubert Figuiere, Johannes Schmid)

2011-09-02  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Avoid infinite loop in Gtk::Dialog::get_content_area().

	* gtk/src/dialog.hg: Remove 'constversion' from get_vbox() const, because of
	a bug in gmmproc. Bug #657751, comment 3.

2011-08-31  Murray Cumming  <murrayc@murrayc.com>

	3.1.16

2011-08-25  Murray Cumming  <murrayc@murrayc.com>

	Add FontChooser and FontChooserDialog, deprecating old widgets.

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/filelist.am:
	* gtk/src/fontchooser.[hg|ccg]:
	* gtk/src/fontchooserdialog.[hg|ccg]: Added FontChooser and FontChooserDialog.
	* gtk/gtkmm.h: Add them here.
	* gtk/src/fontselection.hg: Deprecate FontSelection and FontSelectionDialog.
	The APIs are annoyingly similar, but GTK+ has done this.

2011-08-23  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Update the ChangeLog

	...In regards to the Visual Studio project files updates

2011-08-23  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Fix up Visual Studio projects (GTKMM master)

	-Set EOL of *.sln files to CR/LF (Windows) so that they will work properly.
	-Update GDKMM/GTKMM DLL/LIB names to *-3_0-* from *-2_4-*
	-Updated source file listings for GDKMM and GTKMM so that sources will
	compile and link correctly, and have them link to GTK+3/GDK3 libraries
	(this includes the newer gtk/gtkmm/hv* sources)
	-Update GDKMM projects as they need to link to GIOMM too.
	-Update the demo projects to link to CairoMM also, as that is also required.
	-Update the VS2010 demo project to link to Visual C++ 2010-compiled
	versions of the GLibMM, ATKMM and PangoMM (*-vc90-*.lib -> *-vc100-*.lib)
	libraries

2011-08-03  Murray Cumming  <murrayc@murrayc.com>

	Add back Gtk::Application so we can finish it.

2011-07-27  Murray Cumming  <murrayc@murrayc.com>

	3.1.10

2011-07-27  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: PrintJob: Add new methods:

	* gtk/src/printjob.hg: Added set/get_pages(), set/get_page_set(),
	set/get_num_copies(), set/get_scale(), set/get_n_up(), set/get_n_up_layout(),
	set/get_rotate(), set/get_collate(), set/get_reverse().

2011-07-27  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: Add some properties.

	* gtk/src/gtk_signals.defs: Regenerated.
	* gtk/src/cellareabox.hg:
	* gtk/src/cellareacontext.hg:
	* gtk/src/entry.hg:
	* gtk/src/invisible.hg:
	* gtk/src/messagedialog.hg:
	* gtk/src/treeselection.hg:
	* gtk/src/treeviewcolumn.hg:
	* gtk/src/widget.hg: Added properties that gmmproc warned were missing.

2011-07-25  Murray Cumming  <murrayc@murrayc.com>

	CellArea: Added get_focus_siblings().

	* gtk/src/cellarea.hg: Wrap gtk_cell_area_get_focus_siblings().

2011-07-21  Murray Cumming  <murrayc@murrayc.com>

	Add some new methods and properties.

	* gtk/src/buttonbox.hg: Added get_child_non_homogeneous() and
	set_child_non_homogeneous().
	* gtk/src/cssprovider.hg: Added to_string(),
	* gtk/src/entry.hg: Added get_placeholder_text(), set_placeholder_text(),
	and placeholder-text property.
	* gtk/src/expander.hg: Added set_resize_toplevel(), get_resize_toplevel()
	and resize-toplevel property.
	* gtk/src/treeviewcolumn.hg: Added get_x_offset() and cell-area property.
	* gtk/src/gtk_extra_objects.defs: Mention AppChooser and RecentChooser to
	improve the generated documentation.

2011-07-21  Murray Cumming  <murrayc@murrayc.com>

	Notebook, CellRendererText: Added missing properties.

	* gtk/src/cellrenderertext.hg: Added max-width-chars and align-set properties.
	* gtk/src/notebook.hg: Added enable-popup property.

2011-07-21  Murray Cumming  <murrayc@murrayc.com>

	ProgressBar and CellRendererProgress: Add properties.

	* gtk/src/cellrendererprogress.hg: Add inverted property.
	* gtk/src/progressbar.hg: Add show-text and inverted properties.

2011-07-20  Jonathon Jongsma  <jonathon.jongsma@collabora.co.uk>

	Tooltip: Add unset_*() methods.

	* gtk/src/tooltip.[hg|ccg]:  provide unset_*() methods for all of the
	functions that have NULL-able arguments.  In the GTK+ API, if null is
	passed, it disables that portion of the tooltip display.  Fixes Bug #541296

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

	Adjustment: Added get_minimum_increment().

	* gtk/src/adjustment.hg: Wrapping the new
	gtk_adjustment_get_minimum_increment() function.

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

	Regenerate gtk_docs.xml.

	* gtk/src/gtk_docs.xml: Regenerate with docextract_to_xml.py.

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

	gtkmm: Regenerate some .defs files.

	* gtk/src/gtk_enums.defs: Regenerated with enums.pl.
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* tools/m4/convert_gdk.m4: Added a conversion because
	gtk_widget_queue_draw_region()'s parameter is now const.

2011-07-18  Murray Cumming  <murrayc@murrayc.com>

	Fix typos to fix build.

2011-07-14  Murray Cumming  <murrayc@murrayc.com>

	Add TODO comment

2011-07-06  Murray Cumming  <murrayc@murrayc.com>

	3.1.8

2011-06-29  Murray Cumming  <murrayc@murrayc.com>

	Corrected the ChangeLog

2011-06-29  Murray Cumming  <murrayc@murrayc.com>

	Add -Wformat-security to the --enable-warnings=fatal build.

	* configure.ac: This seems to be popular now.

2011-06-29  Murray Cumming  <murrayc@murrayc.com>

	ComboBoxText: Constructor: Set entry-text-column and d-column.

	* gtk/src/comboboxtext.ccg: gtk_combo_box_text_new() does this,
	instead of setting them in some construct or init function, so we need to
	too. It's arguably a GtkComboBoxText bug.
	Bug #653579 (Glus Xof)

2011-06-15  Murray Cumming  <murrayc@murrayc.com>

	Added missing files.

2011-06-14  Murray Cumming  <murrayc@murrayc.com>

	3.1.6

2011-06-14  Murray Cumming  <murrayc@murrayc.com>

	Update documentation of non-HV classes that were previously just bases.

	* gtk/src/box.hg:
	* gtk/src/buttonbox.hg:
	* gtk/src/paned.hg:
	* gtk/src/scale.hg:
	* gtk/src/scrollbar.hg:
	* gtk/src/separator.hg: Update the overview doxygen comment based on
	the latest C documentation.

2011-06-14  Murray Cumming  <murrayc@murrayc.com>

	Remove deprecation ifdefs around HBox and VBox.

	* gtk/src/hvbox.hg: We can't put these in ifdefs because they are
	used as base classes by several other classes, and we can't change
	those heirarchies because that would (probably?) break ABI.

2011-06-13  Murray Cumming  <murrayc@murrayc.com>

	Moved HScrollbar and VScrollbar to separate files.

	* gtk/src/scrollbar.[hg|ccg]:
	* gtk/src/hvscrollbar.[hg|ccg]: See the prevous commit about Box
	and others. I forgot to do it for this one too.
	* gtk/gtkmm.h: Mention the new header.
	* gtk/src/filelist.am: Mention the new files.

2011-06-13  Murray Cumming  <murrayc@murrayc.com>

	Dialog: Deprecate get_vbox(), replacing with get_content_area().

	* gtk/src/dialog.hg: We forgot to rename get_vbox() to
	get_content_area() for gtkmm 3.0, so we do it now via a
	deprecation.
	* demos/gtk-demo/example_change_display.cc:
	* demos/gtk-demo/example_dialog.cc:
	* demos/gtk-demo/example_sizegroup.cc:
	* tests/dialog_deletethis/main.cc:
	* tests/wrap_existing/main.cc: Adapted.

2011-06-11  Murray Cumming  <murrayc@murrayc.com>

	Add back deprecation flags for demos

2011-06-11  Murray Cumming  <murrayc@murrayc.com>

	box.h, etc: Include the deprecated H/V classes.

	* gtk/src/box.hg:
	* gtk/src/buttonbox.hg:
	* gtk/src/separator.hg:
	* gtk/src/paned.hg:
	* gtk/src/scale.hg: Include the deprecated headers at the end,
	so that developers do not need to change their include lines.

2011-06-10  Murray Cumming  <murrayc@murrayc.com>

	Split H/V* classes into separate files.

	* gtk/src/filelist.am:
	* gtk/src/box.hg:
	* gtk/src/buttonbox.[hg|ccg]:
	* gtk/src/filelist.am:
	* gtk/src/hvbox.[hg|ccg]:
	* gtk/src/hvbuttonbox.[hg|ccg]:
	* gtk/src/hvpaned.[hg|ccg]:
	* gtk/src/hvscale.[hg|ccg]:
	* gtk/src/hvseparator.[hg|ccg]:
	* gtk/src/paned.hg:
	* gtk/src/scale.[hg|ccg]:
	* gtk/src/separator.hg: Move the deprecated classes into
	separate files because gmmproc deprecates the whole file when
	using _IS_DEPRECATED, which causes the non-deprecated classes to
	be ifdefed too.

2011-06-10  Murray Cumming  <murrayc@murrayc.com>

	Avoid use of deprecated H/V* classes.

	* demos/gtk-demo/demowindow.[h|cc]:
	* demos/gtk-demo/example_buttonbox.cc:
	* demos/gtk-demo/example_change_display.cc:
	* demos/gtk-demo/example_colorsel.cc:
	* demos/gtk-demo/example_dialog.cc:
	* demos/gtk-demo/example_drawingarea.cc:
	* demos/gtk-demo/example_iconview.cc:
	* demos/gtk-demo/example_images.cc:
	* demos/gtk-demo/example_menus.cc:
	* demos/gtk-demo/example_panes.cc:
	* demos/gtk-demo/example_sizegroup.cc:
	* demos/gtk-demo/example_stockbrowser.cc:
	* demos/gtk-demo/example_textview.cc:
	* demos/gtk-demo/example_treeview_editable_cells.cc:
	* demos/gtk-demo/example_treeview_liststore.cc:
	* demos/gtk-demo/example_treeview_treestore.cc:
	* demos/gtk-demo/example_uimanager.cc:
	* gtk/src/bin.ccg:
	* tests/delete_cpp_child/main.cc:
	* tests/dialog/main.cc: Change all uses of HBox, VBox, and
	the equivalents for ButtonBox, Scale, Separator, etc to
	the non-deprecated Box, etc, equivalents.

2011-06-09  Murray Cumming  <murrayc@murrayc.com>

	Deprecate all H* an V* classes in favour of the base classes.

	* gtk/src/box.hg:
	* gtk/src/buttonbox.hg:
	* gtk/src/paned.hg:
	* gtk/src/scale.hg:
	* gtk/src/scrollbar.hg:
	* gtk/src/separator.hg: Deprecate all H* and V* classes.
	We should now just use the base classes, setting the orientation
	appropriately. This is indeed rather tedious.

	This fixes the build with --enable-warnings=fatal.

2011-06-04  Kalev Lember  <kalev@smartlink.ee>

	Updated the FSF address in license headers and COPYING file

	* COPYING: Updated the file with latest copy available from the FSF;
	includes updated FSF mailing address and whitespace changes.
	Noticed by Thomas Sailer, https://bugzilla.redhat.com/701347#c5

2011-05-24  Olav Vitters  <olav@vitters.nl>

	Use tar-ustar instead of tar-pax to ensure OpenBSD compatibility

2011-05-12  Murray Cumming  <murrayc@murrayc.com>

	CellAreaContext: Correct the documentation.

	* gtk/src/cellareacontext.hg: Write overview documentation based on the C
	documentation. This was previously a completely wrong copy/paste from some
	other class.

2011-05-12  Murray Cumming  <murrayc@murrayc.com>

	Added a TODO

2011-05-09  Kalev Lember  <kalev@smartlink.ee>

	Don't build Gtk::Plug and Gtk::Socket on WIN32

	* gtk/src/filelist.am: Moved plug.h and socket.h to
	gtkmm_files_posix_hg. Bug #649187

2011-05-09  Murray Cumming  <murrayc@murrayc.com>

	3.0.1

2011-05-09  Murray Cumming  <murrayc@murrayc.com>

	Fix the --enable-warnings=fatal build with GTK+ 3.1.x.

	* gtk/src/assistant.hg:
	* gtk/src/menuitem.hg: Add some #undef GTK_DISABLE_DEPRECATED so we can build
	with GTK+ 3.1.x.

2011-05-02  Murray Cumming  <murrayc@murrayc.com>

	EntryCompletion: signal_cursor_match_info(): Fix this.

	* gtk/src/entrycompletion.ccg: Correct the signal name so that this really
	connects to that signal.
	Noticed by Andrew E. Makeev.

2011-05-02  Murray Cumming  <murrayc@murrayc.com>

	Added some comments

2011-05-02  Murray Cumming  <murrayc@murrayc.com>

	Bin: Correct a code comment.

	* gtk/src/bin.ccg: add_pixlabel(): Correct a variable name and comment.
	Noticed by Kjell Ahlstedt.

2011-05-02  Murray Cumming  <murrayc@murrayc.com>

	MessageDialog: Correct the get_message_area() return type.

	* gtk/src/messagedialog.hg: get_message_area(): Return a Box instead of a VBox.
	This may have worked already, but this is a minor API change that should not
	affect anybody too much, and hopefully it will be OK this soon after the 3.0.0
	release.

2011-05-02  Murray Cumming  <murrayc@murrayc.com>

	ScrolledWindow: Correct the get_v/hscrollbar() return types.

	* gtk/src/scrolledwindow.hg: get_hscrollbar(), get_vscrollbar(): Return
	Scrollbar instead of HScrollbar or VScrollbar, as this is what the C API
	really returns. This is not really an API break because these could never
	have been used until now, because they always returned 0.
	Noticed by Andrew E. Makeev.

2011-04-19  Murray Cumming  <murrayc@murrayc.com>

	Add a TODO comment

2011-04-06  Murray Cumming  <murrayc@murrayc.com>

	Fix typo

2011-04-06  Murray Cumming  <murrayc@murrayc.com>

	NEWS: mention the new API list

2011-04-06  Murray Cumming  <murrayc@murrayc.com>

	Fix typo.

2011-04-06  Murray Cumming  <murrayc@murrayc.com>

	Fixed NEWS

2011-04-06  Murray Cumming  <murrayc@murrayc.com>

	Improved NEWS

2011-04-06  Murray Cumming  <murrayc@murrayc.com>

	3.0.0

2011-04-05  Murray Cumming  <murrayc@murrayc.com>

	operator const void*(): Use GINT_TO_POINTER().

	* gtk/gtkmm/stockid.[h|cc]:
	* gtk/src/iconinfo.hg:
	* gtk/src/papersize.hg:
	* gtk/src/textiter.hg:
	* gtk/src/treeiter.hg:
	* gtk/src/treepath.hg:
	* gtk/src/treerowreference.hg: Use GINT_TO_POINTER() instead of a
	(const void*) cast, to avoid problems on unusual platforms.
	Daniel Elstner suggested this.

2011-04-04  Murray Cumming  <murrayc@murrayc.com>

	Use a BoolExpr typedef to make operator const void* clearer.

	* gtk/gtkmm/stockid.[h|cc]:
	* gtk/src/iconinfo.hg:
	* gtk/src/papersize.hg:
	* gtk/src/textiter.hg:
	* gtk/src/treeiter.hg:
	* gtk/src/treepath.hg:
	* gtk/src/treerowreference.hg: Use a BoolExpr typedef and add documentation
	because not all people will know the purpose of operator const void*.
	This was suggested by Daniel Elstner.

2011-04-04  Murray Cumming  <murrayc@murrayc.com>

	Remove RecentInfo::operator const void*.

	* gtk/src/recentinfo.[hg|ccg]: Remove operator const void* (previously
	operator bool), because it is unnecessary because it is used via RefPtr.
	The declaration was already commented out in the .hg header, but gmmproc
	still generated the declaration in the .h file.

2011-04-04  Murray Cumming  <murrayc@murrayc.com>

	Widget: Remove the extension-event property.

	* gdk/src/event.hg: Remove the now-unused, and maybe already not-generated,
	ExtensionMode enum.
	* gtk/src/widget.hg: Remove the extension-event property because it was
	removed in GTK+ 3 though it is not deprecated in GTK+ 2.24.

2011-04-04  Murray Cumming  <murrayc@murrayc.com>

	Gtk::NumerableIcon: Really add get_background_gicon() const.

	* gtk/src/numerableicon.hg: Fix a typo so that
	gtk_numerable_icon_get_background_gicon() is really wrapped.

2011-04-04  Murray Cumming  <murrayc@murrayc.com>

	Gdk::Screen: Avoid an unnecessary gmmproc warning.

	* gdk/src/screen.hg: Remove a mention of gdk_screen_broadcast_client_message()
	because it is not in the GTK+ 3 API, though GTK+ 2.24 does not deprecate it.
	Noticed by Kjell Ahlstedt.

2011-04-04  Murray Cumming  <murrayc@murrayc.com>

	Change all operator void* to operator const void*.

	* gtk/gtkmm/stockid.[h|cc]:
	* gtk/src/iconinfo.[hg|ccg]:
	* gtk/src/papersize.[hg|ccg]:
	* gtk/src/recentinfo.[hg|ccg]:
	* gtk/src/textiter.[hg|ccg]:
	* gtk/src/treeiter.hg:
	* gtk/src/treepath.[hg|ccg]:
	* gtk/src/treerowreference.[hg|ccg]: Daniel Elstner suggested this.
	He also has some concern about the C-style casts, but we are talking about it.

2011-04-01  Murray Cumming  <murrayc@murrayc.com>

	Replace all operator bool() with operator void*().

	* gtk/gtkmm/stockid.[h|cc]:
	* gtk/src/iconinfo.[hg|ccg]:
	* gtk/src/papersize.[hg|ccg]:
	* gtk/src/recentinfo.[hg|ccg]:
	* gtk/src/textiter.[hg|ccg]:
	* gtk/src/treeiter.hg:
	* gtk/src/treepath.[hg|ccg]:
	* gtk/src/treerowreference.[hg|ccg]: Use operator void*() instead of
	operator bool() because this avoids an implicit conversion to int instead of
	bool. This is apparently generally considered a good thing.

2011-03-26  Kalev Lember  <kalev@smartlink.ee>

	Wrap a missing flag in GtkStateFlags

	* gtk/src/gtk_enums.defs: Added missing GTK_STATE_FLAG_NORMAL by
	regenerated with glibmm/tools/enums.pl.

2011-03-26  Murray Cumming  <murrayc@murrayc.com>

	Improve ChangeLog

2011-03-26  Kalev Lember  <kalev@smartlink.ee>

	MenuShell: Removed documentation references about Menu_Helpers::MenuElem

	* gtk/src/menushell.hg: Removed references to
	Gtk::Menu_Helpers::MenuElem which is no longer available in gtkmm 3.0.

2011-03-25  Murray Cumming  <murrayc@murrayc.com>

	2.99.8

2011-03-25  Murray Cumming  <murrayc@murrayc.com>

	Avoid a tarball dependency on mm-common.

	* configure.ac: Add a call to MM_CONFIG_DOCTOOL_DIR() telling it to
	copy the files locally and use them from there.
	* docs/Makefile.am: Dist the copied files, so that the build does not
	try to use the versions installed by mm-common.

2011-03-25  Murray Cumming  <murrayc@murrayc.com>

	2.99.7

2011-03-23  Murray Cumming  <murrayc@murrayc.com>

	Remove Gtk::Application until later.

	* gtk/src/application.[hg|ccg]: Removed this file.
	* gtk/src/filelist.am: Remove mention of the file.
	* gtk/src/window.hg: Remove API that uses the Application class.

	See http://bugzilla.gnome.org/show_bug.cgi?id=637445#c17

2011-03-16  Murray Cumming  <murrayc@murrayc.com>

	2.99.6

2011-03-16  Murray Cumming  <murrayc@murrayc.com>

	Fix the demos

2011-03-16  Murray Cumming  <murrayc@murrayc.com>

	TreeView: Removed unused TreeView::_get_base_model() method.

	* gtk/src/treeview.[hg|ccg]: As suggested by Kjell Ahlstedt in
	https://bugzilla.gnome.org/show_bug.cgi?id=582981#c16

2011-03-16  Luca Wehrstedt  <lerks@users.sourceforge.net>

	Fix bug #582981 by making TreeModelFilter behave like TreeModelSort.

2011-03-07  Murray Cumming  <murrayc@murrayc.com>

	Added TODO comments.

2011-03-07  Murray Cumming  <murrayc@murrayc.com>

	Main: Improve the documentation.

	* gtk/src/main.hg: Improve the overview documentation and the constructors'
	documentation.

2011-03-07  Murray Cumming  <murrayc@murrayc.com>

	Gtk::Main: Add a constructor with no argc and argv.

	* gtk/src/main.[hg|ccg]: Main: Add a public constructor with no argc/argv
	parameters, becase that is now officially allowed by the C API.
	See https://bugzilla.gnome.org/show_bug.cgi?id=643649#c3

2011-03-04  Murray Cumming  <murrayc@murrayc.com>

	Window: Added unset_application,

	* gtk/src/window.[hg|ccg]: Added unset_application() because the parameter
	can be NULL.

2011-02-23  Murray Cumming  <murrayc@murrayc.com>

	Added class overview documentation for new classes.

	* gdk/src/devicemanager.hg:
	* gdk/src/rgba.hg:
	* gtk/src/buildable.hg:
	* gtk/src/cellarea.hg:
	* gtk/src/cellareabox.hg:
	* gtk/src/cssprovider.hg:
	* gtk/src/numerableicon.hg:
	* gtk/src/stylecontext.hg:
	* gtk/src/styleprovider.hg:
	* gtk/src/widgetpath.hg: Added documentation based on the C documentation,
	though I have not yet translated the C code examples. I added TODO comments
	so we remember to do them sometime in the future.

2011-02-23  Murray Cumming  <murrayc@murrayc.com>

	CssProvider: load_from_data(): Added documentation.

	* gtk/src/cssprovider.hg: load_from_data(): Add doxygen documentation
	which was previously generated when using _WRAP_METHOD().

2011-02-22  Fabien Parent  <parent.f@gmail.com>

	Gtk::CssProvider: Simplify the load_from_data method. Simplify the load_from_data method by removing the useless size parameter.

2011-02-22  Murray Cumming  <murrayc@murrayc.com>

	Gdk::Rectangle: Added reference documentation.

	* gdk/src/rectangle.hg: Add doxygen comments based on the documentation of
	the C API.

2011-02-21  Murray Cumming  <murrayc@murrayc.com>

	2.99.5

2011-02-15  Murray Cumming  <murrayc@murrayc.com>

	CellView, EntryCompletion: Wrap new API.

	* gtk/src/cellview.hg: Derive from Orientable and add set/get_draw_sensitive(),
	set/get_fit_model() and the new properties.
	* gtk/src/entrycompletion: Derive from Buildable and add the cell-area
	property.

2011-02-14  Murray Cumming  <murrayc@murrayc.com>

	ButtonBox, Separator, Scale, Scrollbar: Add public constructors.

	* gtk/src/buttonbox.hg:
	* gtk/src/separator.hg: Constructors: Added optional orientation parameters
	to match the new gtk_button_box_new() and gtk_separator_new() functions.
	* gtk/src/scale.[hg|ccg]:
	* gtk/src/scrollbar.[hg|ccg]: Added (Adjustment, Orientation) constructors to
	match the new gtk_scale_new() and gtk_scrollbar_new() functions.
	Make sure that the default constructors are now public, instead of protected,
	as these are no longer just abstract base classes. That change was made in
	GTK+.

2011-02-14  Murray Cumming  <murrayc@murrayc.com>

	Paned: Add an optional orientation parameter, matching the new C API.

	* gtk/src/paned.hg: Change the constructor to match the new gtk_paned_new()
	function.

2011-02-14  Murray Cumming  <murrayc@murrayc.com>

	Wrapped two new properties.

	* gtk/src/iconview.hg: Added cell_area property.
	* gtk/src/image.hg: Added set_fallback property.
	These do not seem to have corresponding functions.

2011-02-14  Murray Cumming  <murrayc@murrayc.com>

	Widget: Added should_draw_window() and transform_cairo_context_to_window().

	* gtk/src/widget.[hg|ccg]: Added Widget::transform_cairo_context_to_window(),
	wrapping gtk_cairo_transform_to_window().
	Added Widget::should_draw_window(), wrapping gtk_cairo_should_draw_window().
	These are both protected because they are for use in Gtk::Container
	implementation.
	* tools/m4/convert_gtk.m4: Added a Cairo::Context conversion.

2011-02-11  Murray Cumming  <murrayc@murrayc.com>

	Make sure that we do not wrap the deprecated CellRenderer::get_size() vfunc.

	* gtk/src/gtk_vfuncs.defs: Comment out the definition of get_size().

2011-02-11  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	CellArea, CellRenderer, Widget: Modify and add some vfuncs.

	* gtk/src/gtk_vfuncs.defs:
	* gtk/src/cellarea.[hg|ccg]:
	* gtk/src/cellrenderer.[hg|ccg]: Add vfuncs get_request_mode,
	get_preferred_[width|height_for_width|height|width_for_height].
	* gtk/src/widget.[hg|ccg]: Change int* to int& in
	get_preferred_[width|height_for_width|height|width_for_height]_vfunc.
	Bug 639073, comment 19.

2011-02-11  Murray Cumming  <murrayc@murrayc.com>

	2.99.4

2011-02-10  Murray Cumming  <murrayc@murrayc.com>

	Added newin tags

2011-02-10  Murray Cumming  <murrayc@murrayc.com>

	AppChooserDialog: Fixed a typo.

	* gtk/src/appchooserdialog.hg: Avoid registering a type with the wrong
	(and duplicate) name.

2011-02-10  Murray Cumming  <murrayc@murrayc.com>

	Added AppChooser, AppChooserButton, AppChooserDialog and AppChooserWidget.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Mentioned the new AppChooser
	GTypes.
	* gtk/src/gtk_signals.defs: Regenerated.
	* gtk/src/appchooser.[hg|ccg]: Added this new interface.
	* gtk/src/appchooserbutton.[hg|ccg]:
	* gtk/src/appchooserdialog.[hg|ccg]:
	* gtk/src/appchooserwidget.[hg|ccg]: Added wrappers for these new widgets.
	* gtk/src/filelist.am: Mentioned the new files.
	* tools/m4/convert_gtk.m4: Added necessary conversions.

2011-02-10  Murray Cumming  <murrayc@murrayc.com>

	CellArea: Added constructor that takes a CellArea.

	* gtk/src/combobox.[hg|ccg]: Added cell_area property and a constructor that
	takes a CellArea, to match gtk_combo_box_new_with_area().

2011-02-08  Murray Cumming  <murrayc@murrayc.com>

	Entry: Added unset_icon().

	* gtk/src/entry.[hg|ccg]: Added unset_icon() because the
	gtk_entry_set_icon_from_*() functions do that when they are passed a NULL.
	Bug #621742 (feuloren)

2011-02-08  Murray Cumming  <murrayc@murrayc.com>

	ComboBoxText: Add warning about not confusing these.

	* gtk/src/comboboxtext.hg: Add a doxygen comment warning people not to
	call set_model() on these or to pack more cells in.
	Bug #619656 (JimO, Kjell Ahlstedt)

2011-02-08  Murray Cumming  <murrayc@murrayc.com>

	ComboBox: Slight documentation improvements.

	* gtk/src/combobox.hg:
	* gtk/src/comboboxtext.hg: Update the class overview documentation to match
	recent additions in the C documentation and to reflect that we now have
	get_entry() in gtkmm (though still not in the C API).

2011-02-02  Murray Cumming  <murrayc@murrayc.com>

	2.99.3

2011-02-02  Murray Cumming  <murrayc@murrayc.com>

	DragContext: Remove the deprecated constructor and create() method.

	* gdk/src/dragcontext.hg: There should be no deprecated API in gtkmm 3.0.0.

2011-02-02  Murray Cumming  <murrayc@murrayc.com>

	Fix the build against GTK+ from git master.

	* gdk/src/gdk_methods.defs: Regenerated with h2defs.py.
	* gdk/src/display.[hg|ccg]: selection_send_notify(): This now takes a
	Gdk::Window instead of a (now removed) GdkNativeWindow.
	Remove the use of gdk_drag_get_protocol_for_display(), which was removed
	from GTK+.
	* gdk/src/types.hg: Remove the mention of GdkNativeWindow.

2011-02-02  Murray Cumming  <murrayc@murrayc.com>

	Button: Restore the clicked() method.

	* gtk/src/button.hg: gtk_button_clicked() is not deprecated. Fix that
	mistake.
	Thanks to Aurimas Černius.

2011-02-02  Murray Cumming  <murrayc@murrayc.com>

	Pixbuf: Minor documentation improvement.

	* gdk/src/pixbuf.hg: Dealt with a TODO comment.

2011-02-01  Murray Cumming  <murrayc@murrayc.com>

	Require the recent glibmm version for the std::vector utilities.

	* configure.ac: We actually check for giomm, but that brings in glibmm.

2011-02-01  Murray Cumming  <murrayc@murrayc.com>

	Plug, Socket: Fix the build by using Window as ::Window.

	* gtk/src/plug.[hg|ccg]:
	* gtk/src/socket.hg: Include the namespacing-destroying gtkx.h and
	use ::Window when we mean the nasty X11 Window type.

2011-02-01  Murray Cumming  <murrayc@murrayc.com>

	Display, Event: Remove ClientEvent methods.

	* gdk/src/gdk_methods.defs: Regenerated with h2defs.py.
	* gdk/src/display.hg: Remove add_client_message_filter().
	* gdk/srd/screen.hg: Remove send_client_message().
	* gtk/src/widget.hg: Remove client_event signal.

2011-02-01  Murray Cumming  <murrayc@murrayc.com>

	Plug, Socket: Use the X11 Window type. Not my idea.

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/plug.hg:
	* gtk/src/socket.hg: Use the (awfully, stupidly, no-namespacingly named, but
	historical) Window X11 type instead of GdkNativeWindow, as now done in the C
	API. Anyone including these headers may now expect compiler and linker
	confusion. Luckily they are not included by gtkmm.h.

2011-01-30  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with the latest GTK+ from git master.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Include gtkx.h and put ifdefs
	around the use of GTK_TYPE_PLUG and GTK_TYPE_SOCKET.
	* gtk/src/plug.ccg:
	* gtk/src/socket.ccg: Include the new gtkx.h header, because the
	declaration have moved.

2011-01-28  Murray Cumming  <murrayc@murrayc.com>

	Fix make check.

	* demos/gtk-demo/example_stockbrowser.cc: Adapt for the previous commit
	that changed IconSet to need RefPtr.

2011-01-28  Murray Cumming  <murrayc@murrayc.com>

	IconSet: Use this via a RefPtr.

	* gtk/src/iconset.[h|cc]: Use this via RefPtr, because that is what the
	C API expects, though this is not a GObject.
	* gtk/gtkmm/stock.[h|cc]:
	* gtk/src/iconfactory.hg:
	* gtk/src/image.[hg|ccg]:
	* gtk/src/stylecontext.hg:
	* tools/m4/convert_gtk.m4: Adapt.

2011-01-28  Murray Cumming  <murrayc@murrayc.com>

	Widget: Add some methods.

	* gtk/src/widget.hg: Added set_state_flags(), get_state_flags(),
	reset_state_flags(), set_device_enable(), get_device_enabled(), and
	reset_style().

2011-01-28  Murray Cumming  <murrayc@murrayc.com>

	Widget: Simplify the get_request_mode vfunc wrapping.

	* gtk/src/widget.[hg|ccg]: Use a simple _WRAP_VFUNC() now that the C code
	behaves properly. See https://bugzilla.gnome.org/show_bug.cgi?id=639073#c17

2011-01-28  Murray Cumming  <murrayc@murrayc.com>

	Wrapped some new GTK+ functions, removing some too.

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/cellarea.hg: Remove set_style_detail() and get_style_detail().
	* gtk/src/cellrenderer.hg: Added get_state().
	* gtk/src/textview.hg: Added get_cursor_locations().

2011-01-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Fixed compilation errors introduced in previous	changes.

	* gdk/src/types.ccg:
	* gdk/src/types.hg: Added traits for Glib::ustring GdkAtoms.
	* gdk/src/display.ccg:
	* gdk/src/window.ccg: Use new traits.
	* gtk/src/textbuffer.ccg: Ditto. And remove the bogus word.

2011-01-27  Krzesimir Nowak  <qdlacz@gmail.com>

	Adapted Gdk and Gtk to vectorutils.

2011-01-27  Murray Cumming  <murrayc@murrayc.com>

	Documentation: Added some since tags.

	* gtk/src/combobox.hg: Added newin{2,24} to some new methods that I just put
	in the gtkmm-2-24 branch too.

2011-01-26  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Widget (and others): Add methods needed by custom widgets.

	* gtk/src/cssprovider.hg: Added _WRAP_CREATE. Added refreturn on
	get_default() and get_named().
	* gtk/src/stylecontext.ccg: The 'get' methods return a copy of the local
	objects, not a pointer to them.
	* gtk/src/gtk_vfuncs.defs:
	* gtk/src/widget.[hg|ccg]: Added vfuncs get_request_mode,
	get_preferred_[width|height_for_width|height|width_for_height]. Bug 639073.

2011-01-23  Krzesimir Nowak  <qdlacz@gmail.com>

	Ignore generated sources of NumerableIcon.

	* .gitignore: Updated.

2011-01-23  Armin Burgmeier  <armin@arbur.net>

	Widget: Wrap the style-updated signal.

	* gtk/src/widget.hg: Wrap the style-updated signal

2011-01-21  Murray Cumming  <murrayc@murrayc.com>

	Application: Added run() with no parameters.

	* gtk/src/application.[hg|ccg]: Add a run() that takes no argc, argv
	parameters, though see my TODO comments.

2011-01-20  Murray Cumming  <murrayc@murrayc.com>

	Gtk::Application: Let run(window) actually return.

	* gtk/src/application.[hg|ccg]: add_window(): Hand-code this, so we can
	respond to the window's hide signal. This is because GtkApplication
	actually responds to window destruction, not window closing.

2011-01-20  Murray Cumming  <murrayc@murrayc.com>

	Gtk::Application: Try to make this a replacement for Gtk::Main.

	* gtk/src/application.[hg|ccg]: Add a copy of init_gtkmm_internals() from
	Gtk::Main's main.cc and call it from the constructor, so that
	Gtk::Application can be a replacement for Gtk::Main.
	Add a constructor that takes argc and argv, so we can completely
	initialize GTK+ and gtkmm, because doing it in run() will be too late for
	some code: See bug #639925.
	Add a run() that does not take argc, argv, for when you have supplied them
	to the constructor instead.
	Add a run() that takes a window, like Gtk::Main::run(), so it can return
	when the window closes. However, see bug #639931 about it really responding to
	destruction, not closing.
	We show the window in an activate signal handler, because GTK+ complains if
	we don't have such a handler. See bug #640042.

2011-01-18  Murray Cumming  <murrayc@murrayc.com>

	Range: Added get/set_round_digits() and property.

	* gtk/src/range.hg: This API Is new in GTK+ in git master.

2011-01-17  Murray Cumming  <murrayc@murrayc.com>

	Restore support for the extra _CLASS_GOBJECT() parameter.

	* tools/m4/class_gtkobject.m4: This is still needed for the weird GtkWindow
	declaration in gtk+-2.0, though that is fixed in gtk+-3.0.
	And even though gtkmm-3.0 doesn't use that, this file must adapt to it.

2011-01-16  Murray Cumming  <murrayc@murrayc.com>

	Added NumerableIcon.

	* gtk/src/numerableicon.[hg|ccg]: Added NumerableIcon.
	* gtk/src/filelist.am: Mentioned the new files.
	* gtk/gtkmm.h: Include the new header.

2011-01-15  Murray Cumming  <murrayc@murrayc.com>

	ListViewText: Rename methods to be consistent with ComboBoxText.

	* gtk/gtkmm/listviewtext.[h|cc]: Rename append_text(), insert_text(), and
	prepend_text() to append(), insert() and prepend() because that is what
	ComboBoxText now uses (because it has other append overloads).

2011-01-15  Murray Cumming  <murrayc@murrayc.com>

	ComboBoxText: Remove the constructor that takes a model.

	* gtk/src/comboboxtext.[hg|ccg]: Remove the (model, bool) constructor
	because there is no such gtk_combo_box_new_with_model() function to match,
	and because this would be silly.

	This was mentioned in bug #619656 by Kjell Ahlstedt.

2011-01-15  Murray Cumming  <murrayc@murrayc.com>

	Fix the ChangeLog

2011-01-15  Murray Cumming  <murrayc@murrayc.com>

	ComboBoxText: Documentation: Correct the overview

	* gtk/src/combobox.hg: Update the overview comment now that the documentation
	for the C API has been improved. This removes the mention of OptionMenu,
	mention has-entry, and talks more about ComboBoxEntry.

	This was mentioned in bug #619656 by Kjell Ahlstedt.

2011-01-14  Murray Cumming  <murrayc@murrayc.com>

	ComboBoxText: Documentation: Correct the overview.

	* gtk/src/comboboxtext.hg: Mention append(), etc, instead of
	append_text(), etc.
	Bug #638405 (Dingeman van der Laan)

2011-01-14  Murray Cumming  <murrayc@murrayc.com>

	Window: Correct my broken begin_drag() implementation.

	* gdk/src/window.ccg: gdk_drag_begin() takes a GList*, not an array.

2011-01-14  Murray Cumming  <murrayc@murrayc.com>

	DragContext: Deprecate create(), adding Window::drag_begin().

	* gdk/src/dragcontext.hg: Deprecate the constructor and create(), because
	the equivalent gdk_drag_context_new() is deprecated.
	* gdk/src/window.[hg|ccg]: Added begin_drag(), wrapping gdk_drag_begin(),
	mentioned in the deprecation comment.
	* tools/m4/convert_gdk.m4: Added a DragContext conversion.

2011-01-13  Murray Cumming  <murrayc@murrayc.com>

	Widget: Make some methods protected.

	* gtk/src/widget.hg: set_window(), set_has_window(), and get_requisition()
	should only be used by the widget itself, in derived classes, so they can
	be protected, to simplify the public API.

2011-01-13  Murray Cumming  <murrayc@murrayc.com>

	Documentation: Remove mentions of Pixmap.

	* gdk/src/window.hg: Remove declaration of set_icon(pixmap), which had
	no definition.
	* gtk/src/bin.ccg:
	* gtk/src/button.hg:
	* gtk/src/checkbutton.hg:
	* gtk/src/offscreenwindow.hg:
	* gtk/src/togglebutton.hg: Remove or replace mentions of Gdk::Pixmap in the
	documentation.

2011-01-13  Murray Cumming  <murrayc@murrayc.com>

	Documentation: Don't mention non-existant Gdk::Colormap class.

	* gdk/src/color.hg:
	* gdk/src/screen.hg:
	* gdk/src/types.hg:
	* gdk/src/visual.hg: Remove mentions of Colormap, which no longer exists
	and which doesn't seem to need any replacement.

2011-01-13  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Widget::set_window(): Increase the ref count of the Gdk::Window.

	* gdk/src/widget.[hg|ccg]: set_window() increases the ref count of the
	Gdk::Window, since gtk_widget_set_window() does not.

	Bug #606903 (Hammered)

2011-01-12  Murray Cumming  <murrayc@murrayc.com>

	2.99.1

2011-01-12  Murray Cumming  <murrayc@murrayc.com>

	Fix the make check build.

	* demos/gtk-demo/example_change_display.cc: Comment out the code that
	we cannot yet port because the C example has not been ported.
	See https://bugzilla.gnome.org/show_bug.cgi?id=638907
	This at least fixes distcheck so I can make a tarball release.
	* demos/gtk-demo/example_stockbrowser.cc: Revert my previous clear()->reset()
	change because this was actually meant to call Image::clear().

2011-01-12  Murray Cumming  <murrayc@murrayc.com>

	Pixbuf: Removed set_option() again.

	* gdk/src/pixbuf.hg: gdk_pixbuf_set_option() is actually only available when
	GDK_PIXBUF_ENABLE_BACKEND is set.

2011-01-12  Murray Cumming  <murrayc@murrayc.com>

	Pixbuf: Add some methods.

	* gdk/src/pixbuf.hg: Added set_option() and apply_embedded_orientation().

2011-01-12  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: Added some new methods.

	* gtk/src/menuitem.hg: Added get/set_reserve_indicator().
	* gtk/src/menushell.hg: Added get_selected_item() and get_parent_shell().
	* gtk/src/stylecontext.hg: Added get/set_path() and get_screen().
	* gtk/src/treeview.[hg|ccg]: Added is_blank_at_pos().
	* tools/m4/convert_gdk.m4: Added necessary conversion.

2011-01-12  Murray Cumming  <murrayc@murrayc.com>

	Regenerate gdk-pixbufs defs.

	* gdk/src/gdk_pixbuf_methods.defs: Regenerated with h2defs.py.
	* gdk/src/gdk_extra.defs: Remove mention of
	gdk_pixbuf_render_threshold_alpha(), which does not seem to exist anywhere now.

2011-01-11  Murray Cumming  <murrayc@murrayc.com>

	Fix the build.

	* gtk/src/selectiondata.hg: Include gdkmm/pixbuf.h now that it is not
	included indirectly.

2011-01-11  Murray Cumming  <murrayc@murrayc.com>

	Regenerated signals and properties defs.

	* gdk/src/gdk_signals.defs:
	* gtk/src/gtk_signals.defs: Regenerated with h2defs.py, applying
	gtk/src/gtk_signals.defs.patch from the top-level with -p1.

2011-01-11  Murray Cumming  <murrayc@murrayc.com>

	gdkmm: Fix some typos to fix the build.

	* gdk/src/dragcontext.ccg: Fix silly errors.

2011-01-11  Murray Cumming  <murrayc@murrayc.com>

	Screen: Fix a typo, so the monitors_changed() signal really uses the C signal.

	* gdk/src/screen.hg: The monitors_changed() signal was wrapping the
	size_changed signal.

2011-01-11  Murray Cumming  <murrayc@murrayc.com>

	gdkmm: Added some methods.

	* gdk/src/display.hg: Added has_pending() and notify_startup_complete().
	* gdk/src/displaymanager.hg: Added open_display().
	* gdk/src/dragcontext.[hg|ccg]: find_window_for_screen(): Use a reference
	for the protocol parameter, instead of a pointer.
	Added get_dest_window() and get_protocol().

2011-01-11  Murray Cumming  <murrayc@murrayc.com>

	Window: Added get_device_cursor().

	* gdk/src/device.[hg|ccg]: Move the EventMask and GrabStatus enums here
	because they are used by Device and Device is the more common header to
	include. Do not include Window from here.
	* gdk/src/window.hg: Added get_device_cursor(). Include device.h to use the
	InputSource enum.
	* tools/m4/convert_gdk.m4: Added necessary conversion.
	* gdk/src/display.[hg|ccg]: Do not include device.h or devicemanager.h,
	to avoid a circular include.
	* gdk/src/screen.hg: Remove mention of removed gdk_screen_get_rgb_visual()
	function.
	* gdk/src/event.hg: Include types.h instead of window.h, because that is all
	that is needed, and it avoids a circular include.
	* gdk/src/pixbuf.hg: Include cairomm/surface.h instead of window.h, because
	that is all that is needed, and it avoids a circular include.
	* gdk/src/gdk_extra_objects.defs: Mention more objects, to improve the
	documentation.
	* gdk/gdmm/general.h: Include rgba.h and rectangle.h now that they are not
	included indirectly.

2011-01-11  Murray Cumming  <murrayc@murrayc.com>

	Regenerated the function defs.

	* gdk/src/gdk_methods.defs:
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.

2011-01-11  Murray Cumming  <murrayc@murrayc.com>

	Widget: Remove style_attach().

	* gtk/src/widget.hg: gtk_widget_style_attach() is deprecated, so we don't
	wrap it anymore.
	This fixes the build with --enable-warnings=fatal.

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

	Depend on necessary versions of atkmm and pangomm.

	* configure.ac: Depend on the versions of atkmm and pangomm that provide
	conversions in .m4 files, now that glibmm does not provide them implicitly.
	This is only relevant when building from git, however. The older versions
	would be OK when building from a tarball.

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

	Use RefPtr::reset() instead of deprecated RefPtr::clear().

	* demos/gtk-demo/example_change_display.cc:
	* demos/gtk-demo/example_images.cc:
	* demos/gtk-demo/example_stockbrowser.cc: These were causing build errors
	now that we build with deprecated glibmm API disabled.

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

	Use the m4 convert files from atkmm and pangomm instead of repeating them.

	* configure.ac: Discover the path of the pangomm and atkmm m4 files for use
	instead of repeating them here.
	* tools/m4: Remove convert_pango.m4 and convert_atk.m4.

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

	Gdk::Cursor: Avoid warnings and failures about reusing existing C instances.

	* gdk/src/cursor.[hg|ccg]: Remove the constructors, because the
	gdk_cursor_new_*() functions really return existing instances instead of
	always returning new instances.
	* demos/gtk-demo/example_change_display.cc: Use Gdk::Cursor via RefPtr.

2011-01-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Fixed a typo in ChangeLog.

2011-01-06  Krzesimir Nowak  <qdlacz@gmail.com>

	Wrapped gdk_device_get_history().

	* gdk/src/device.[hg|ccg]: Wrapped gdk_device_wrap_history().
	* gdk/src/timecoord.[hg|ccg]: New files.
	* gdk/src/filelist.am: Added new files to build.
	* .gitignore: Ignore the new generated files.

2011-01-06  Murray Cumming  <murrayc@murrayc.com>

	Range: Remove get/set_update_policy(), to fix the build.

	* gtk/src/enums.hg: Remove the UpdateType enum.
	* gtk/src/range.hg: Remove get/set_update_policy() and the property,
	because they were removed from GTK+ 3.

2011-01-06  Murray Cumming  <murrayc@murrayc.com>

	TreeModel::iterator::operator--(): Use gtk_tree_model_iter_previous().

	* gtk/src/treeiter.ccg: Use the new C function instead of the code that we
	copied from totem.

2011-01-05  Murray Cumming  <murrayc@murrayc.com>

	Cursor: Make the API public, not protected, fixing the previous commit.

	* gdk/src/cursor.hg: Fix my typo.

2011-01-05  Murray Cumming  <murrayc@murrayc.com>

	The previous commit message was wrong. See the ChangeLog

2011-01-05  Murray Cumming  <murrayc@murrayc.com>

	Replace a used of (removed from GTK+) gdk_spawn_*() API.

	* glom/application.cc: This partially fixes the build.

2011-01-05  Murray Cumming  <murrayc@murrayc.com>

	Minor corrections to previous commit to make things clearer.

	* gtk/src/image.hg:
	* gtk/src/texttag.hg:
	* gtk/src/toolbar.hg:
	* gtk/src/window.hg: Remove mentions of removed properties, instead of
	just commenting them out, because that makes them seem like something that
	is yet to be done.
	* gtk/src/filechooserbutton.hg: Add a comment saying that the dialog property
	was commented out because it is construct-only and write-only.

	* gtk/src/cellview.hg: Likewise, remove the mention of the removed methods,
	instead of just commenting it out.

2011-01-04  Krzesimir Nowak  <qdlacz@gmail.com>

	Quickly fix the build with latest Gtk+.

	* gtk/src/gtk_methods.defs: Regenerated with h2def.py.
	* gtk/src/aboutdialog.hg: Changed the conversion.
	* gtk/src/cellview.hg: For now commented the deleted methods.
	* gtk/src/filechooserbutton.hg:
	* gtk/src/image.hg:
	* gtk/src/texttag.hg:
	* gtk/src/toolbar.hg:
	* gtk/src/window.hg: Gmmproc is complaining about failed lookup for
	some properties, so they are commented out.

2011-01-04  Krzesimir Nowak  <qdlacz@gmail.com>

	Device: Added grab() overload.

	* gdk/src/device.[hg|ccg]: Added an overload of grab() method, which
	does not take Gdk::Cursor as argument.

2011-01-04  Murray Cumming  <murrayc@murrayc.com>

	Device: Added get_window_at_position() with no parameters.

	* gdk/src/device.[hg|ccg]: Added get_window_at_position(void) overloads to
	match the previous Display::get_window_at_pointer(void) overloads.

2011-01-04  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with the latest GTK+ from git master.

	* gdk/src/device.hg: Added warp().
	* gdk/src/display.[hg|ccg]: Removed pointer_ungrab(),
	keyboard_ungrab(), pointer_is_grabbed(), device_is_grabbed(), get_pointer(),
	get_window_at_pointer(), warp_pointer, set_pointer_hooks(),
	unset_pointer_hooks(), set_device_hooks(), unset_device_hooks().

	Some of these Display methods are now in Device instead, which will be shown
	in the deprecation comments in gtkmm 2.24, when we make the changes there.

2010-12-28  Krzesimir Nowak  <qdlacz@gmail.com>

	Added new methods to Gdk::Device.

	* gdk/src/gdk_methods.defs: Regenerated with h2def.py.
	* gdk/src/device.[hg|ccg]: Added get_position() and
	get_window_at_position() which are counterparts	of
	previously removed methods in Gdk::Display.

2010-12-28  Krzesimir Nowak  <qdlacz@gmail.com>

	Updated .gitignore.

	* .gitignore: Ignore a bunch a new generated files, new MSVC ones
	and backup ones (everything that ends with ~).

2010-12-28  Krzesimir Nowak  <qdlacz@gmail.com>

	Quickly fix the build with latest Gdk.

	* gdk/src/device.hg: Remove set_source() method.
	* gdk/src/display.[hg|ccg]: Remove get_device_state() and
	get_window_at_device_position() methods.

2010-12-27  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Fix the reference counting of Adjustment.

	* gtk/src/adjustment.ccg: Use the _INITIALLY_UNOWNED_SINK macro in the
	hand-coded constructor.
	* gtk/src/container.hg: get_focus_vadjustment() and get_focus_hadjustment():
	Use refreturn.
	* gtk/src/range.hg:
	* gtk/src/scalebutton.hg:
	* gtk/src/spinbutton.hg: get_adjustment(): Use refreturn.
	Bug #637891.

2010-12-24  Murray Cumming  <murrayc@murrayc.com>

	Window: Remove frame API to fix the build with GTK+ from git master.

	* gtk/src/window.hg: set_frame_event(), get_frame_event(),
	set_frame_dimensions(), get_frame_dimensions() and the frame_event signal.

2010-12-23  Murray Cumming  <murrayc@murrayc.com>

	Use _UNMANAGEABLE on all remaining Windows.

	* gtk/src/pagesetupunixdialog.hg:
	* gtk/src/plug.hg:
	* gtk/src/printunixdialog.hg: Use the _UNMANAGEABLE macro to
	prevent us from calling manage() in the wrap_new() implementations.
	Bug #623137 (Kjell Ahlstedt)

2010-12-23  José Alburquerque  <jaalburqu@svn.gnome.org>

	_CLASS_GTKOBJECT: Remove __REAL_* additional arguments.

	* tools/m4/class_gtkobject.m4: Remove the use of the
	__REAL_[CNAME|CPARENT]__ variables needed to wrap some classes in
	gtkmm that were typedef to their base type (such as GdkWindow and
	GdkPixmap).  These classes have been fixed in gtk+-3 thus eliminating
	the need for the special arguments in _CLASS_GTKOBJECT.

2010-12-23  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with --enable-warnings=fatal.

	* configure.ac: Use -no-long-long to avoid an (apparently new) compiler
	warning about long long not being supported by C++98. glibmm already had
	this option.

2010-12-22  Murray Cumming  <murrayc@murrayc.com>

	2.91.7

2010-12-22  Murray Cumming  <murrayc@murrayc.com>

	Cursor: Do not try to derive a GType.

	* gdk/src/cursor.hg: Use the (undocumented?) _DO_NOT_DERIVE_GTYPE macro
	to avoid deriving a GType, because we get this warning when we try:
	cannot derive `gtkmm__GdkCursor' from non-fundamental parent type `GdkCursor'
	We do not need to anyway, because there are no properties or signals.

2010-12-22  Murray Cumming  <murrayc@murrayc.com>

	Depend on the latest GTK+

2010-12-22  Murray Cumming  <murrayc@murrayc.com>

	demos/gtk-demo/example_change_display.cc

2010-12-21  Murray Cumming  <murrayc@murrayc.com>

	Fix totally broken type registration.

	* gtk/src/switch.hg: This should not try to derive directly from GtkWidget*.
	This was causing a warning about a double registration of gtkmm__GtkWidget,
	which caused Gtk::Widget to be broken.

2010-12-21  Murray Cumming  <murrayc@murrayc.com>

	CellLayout, CellAreaContext: Added methods.

	* gtk/src/cellareacontext.[hg|ccg]: Added get_area(), allocate(), reset() and
	get_preferred_width_for_height().
	* gtk/src/celllayout.[hg|ccg]: Added get_area().
	* tools/m4/convert_gtk.m4: Added necessary conversions.

2010-12-21  Murray Cumming  <murrayc@murrayc.com>

	TreeViewColumn: Added get_button().

	* gtk/src/treeviewcolumn.hg: Wrap gtk_tree_view_column_get_button().

2010-12-21  Murray Cumming  <murrayc@murrayc.com>

	CellArea, CellAreaBox, CellAreaContext: Added methods.

	* gtk/src/cellarea.hg:
	* gtk/src/cellareabox.hg:
	* gtk/src/cellareacontext.hg: Wrap most methods, though not all.
	No properties, signals, or vfuncs are wrapped yet.
	* tools/m4/convert_gtk.m4: Added conversions for some of these types.

2010-12-21  Murray Cumming  <murrayc@murrayc.com>

	CellRenderer: Added 2 methods.

	* gtk/src/cellrenderer.hg: Added is_activatable() and get_aligned_area().

2010-12-20  Murray Cumming  <murrayc@murrayc.com>

	Gtk: Add CellArea, CellAreaBox and CellAreaContext

	* tools/extra_defs_gen/generate_defs_gtk.cc: Mention GtkCellArea,
	GtkCellAreaBox and GtkCellAreaContext.
	* gtk/src/filelist.am:
	* gtk/src/cellarea.[hg|ccg]:
	* gtk/src/cellareabox.[hg|ccg]:
	* gtk/src/cellareacontext.[hg|ccg]: Added these classes, though no methods
	are wrapped yet.
	* gtk/gtkmm.h: Include the new headers.

2010-12-20  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with latest GTK+ from git master.

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/widget.hg: set/get_extension_events() removed, because they were
	removed from GTK+, apparently because they are now unnecessary.
	* gtk/src/widgetpath.hg: get_widget_type() renamed to get_object_type().
	iter_get/set_widget_type() renamed to iter_get/set_object_type().

2010-12-17  Murray Cumming  <murrayc@murrayc.com>

	Application: Use _WRAP_CTOR() and _WRAP_CREATE() instead of _WRAP_METHOD().

	* gtk/src/application.hg: This adds a protected constructor and makes the
	create() method just call that, which is the normal ways to do things.
	Maybe we had wrapped gtk_application_new() directly before because it maybe
	once did more than call g_object_new(), but that is fine now.
	Now people can derive from this class.

	This fixes bug #637445 (Yannick Guesnet)

2010-12-17  Murray Cumming  <murrayc@murrayc.com>

	Window: Added get/set_application().

	* gtk/src/window.hg:  Wrapped gtk_window_get_application() and
	gtk_window_set_application() and property. Include appliation.h.
	* gtk/src/application.[hg|ccg]: Pre-declare Window instead of including
	window.h, to avoid the circular include.
	* tools/m4/convert_gtk.m4: Added necessary conversions.

	This fixes bug #637441 (Yannick Guesnet)

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

	Pixbuf: Derive from (and implement) Gio::Icon.

	* configure.ac: Require the latest gdk-pixbuf. This is also needed for
	gdk_pixbuf_format_get_type() and similar functions.
	* gdk/src/pixbuf.hg: Derive from Gio::Icon and implement that interface.
	This is a recent change in gdk-pixbuf.

2010-12-15  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with latest GTK+ from git master.

	* gtk/src/widget.hg: Remove reset_shapes() because it was removed from GTK+.

2010-12-14  Murray Cumming  <murrayc@murrayc.com>

	Fix the demos build.

	* demos/gtk-demo/example_stockbrowser.cc: Use Gtk::Widget::render_icon_pixbuf()
	rather than render_icon().

2010-12-13  Murray Cumming  <murrayc@murrayc.com>

	Widget: Remove a useless _WRAP_METHOD() line.

	* gtk/src/widget.hg: Remove mention of gtk_widget_get_default_visual(),
	apparently removed from GTK+.

2010-12-13  Murray Cumming  <murrayc@murrayc.com>

	IconInfo: Added load_icon_symbolic(StyleContext, bool&).

	* gtk/src/gtk_methods.defs: Regenerated.
	* gtk/src/iconinfo.[hg|ccg]: Rename load_icon_symoblic() to load_symbolic()
	to match the C function names.
	Add load_icon_symbolic(StyleContext, bool&), to wrap
	gtk_icon_info_load_symbolic_for_context().

2010-12-10  Murray Cumming  <murrayc@murrayc.com>

	pkg-config file: Added gmmprocm4dir.

	* gtk/gtkmm.pc.in: Added gmmprocm4dir, which should be used to set
	GMMPROC_EXTRA_M4_DIR in configure.ac files, for use by gmmproc so that
	gmmproc has access to gtkmm-specific m4 conversions.

2010-12-10  Murray Cumming  <murrayc@murrayc.com>

	Change an m4 conversion to fix the build with latest glibmm.

	* tools/m4/convert_gtk.m4: For some reason, using __FR2P leaves a
	in the .cc file, though similar conversions work fine. Changed it to
	a normal conversion.

2010-12-09  Murray Cumming  <murrayc@murrayc.com>

	Added class_gtkobject.m4, previously in glibmm.

	* tools/m4/class_gtkobject.m4: Added this, so we can use _CLASS_GTKOBJECT.
	* tools/m4/filelist.m4: Mentioned the new file.

2010-12-09  Murray Cumming  <murrayc@murrayc.com>

	Widget: Added unset_color/font() methods.

	* gdk/src/widget.[hg|ccg]: Add unset_*() methods to match the override_*()
	methods, because the C functions can take NULLs.

2010-12-09  Murray Cumming  <murrayc@murrayc.com>

	Widget: Removed render_icon(), adding render_icon_pixbuf().

	* gtk/src/widget.hg: gtk_widget_render_icon() was deprecated and
	gtk_widget_render_icon_pixbuf() was added, with slightly different parameters.

2010-12-08  Murray Cumming  <murrayc@murrayc.com>

	RGBA: Added individual color setters that take doubles.

	* gdk/src/rgba.[hg|ccg]: Added set_red/green/blue/alpha(double).

2010-12-08  Murray Cumming  <murrayc@murrayc.com>

	Gdk::Color: Rename the setters and getters.

	* gdk/src/rgba.[hg|ccg]: Rename set/get_*_p(double) to set/get_*(), without
	the _p, because GdkRGBA uses doubles, though GdkColor used gushort.
	Rename set/get_*(gushort) (without the _p) to set/get_*_u(), as a convenience,
	particularly for older code that used Gdk::Color.

2010-12-07  Murray Cumming  <murrayc@murrayc.com>

	StyleContext: Add render_*() methods.

	* gtk/src/stylecontext.hg: Wrap the gtk_render_*() functions, as we
	previously wrapped the old gtk_paint_*() functions in GtkStyle.

2010-12-07  Murray Cumming  <murrayc@murrayc.com>

	Added Gdk::Cairo::set_source_rgba().

	* gdk/gdkmm/general.[h|cc]: Wrapped gdk_cairo_set_source_rgba().

2010-12-07  Murray Cumming  <murrayc@murrayc.com>

	Widget, StyleContext: Allow default StyleFlag values.

	* gtk/src/stylecontext.[hg|ccg]: get_color(), get_background_color(),
	get_border_color(), get_padding(), get_margin().
	* gtk/src/widget.[hg|ccg]: override_color(), override_background_color():
	Manually implement these methods so we can rearrange the parameters and then
	provide a default StateFlags value of 0.
	* demos/gtk-demo/example_colorsel.cc:
	* demos/gtk-demo/example_textview.cc: Adapted.

2010-12-07  Murray Cumming  <murrayc@murrayc.com>

	Widget: Added get_style_context().

	* gtk/src/widget.hg: Wrap gtk_widget_get_style_context().

2010-12-07  Murray Cumming  <murrayc@murrayc.com>

	Added CssProvider.

	* gtl/src/filelist.am:
	* gtk/src/cssprovider.[hg|ccg]: Added CssProvider, implementing StyleProvider.
	* gtk/gtkmm.h: Include the new header.

2010-12-07  Murray Cumming  <murrayc@murrayc.com>

	Added signals/properties .defs for GtkStyleContext.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Added some new types.
	* gtk/src/gtk_signals.defs: Added the section for GtkStyleContext so that
	gmmproc can actuall generate the signal and property API for Gtk::StyleContext.

2010-12-07  Murray Cumming  <murrayc@murrayc.com>

	Added properties using Gdk::RGBA.

	* gdk/src/color.hg:
	* gtk/src/cellrenderer.hg:
	* gtk/src/cellrenderertext.hg:
	* gtk/src/cellview.hg:
	* gtk/src/colorbutton.hg:
	* gtk/src/texttag.hg: Added the new properties that take a Gdk::RGBA instead
	of Gdk::Color. We can remove Gdk::Color when it has been deprecated in
	GTK+ 3:
	https://bugzilla.gnome.org/show_bug.cgi?id=636695

2010-12-07  Murray Cumming  <murrayc@murrayc.com>

	Fix Gdk::RGBA and fix the demos build (make check)

	* gdk/src/rgba.[hg|ccg]: Change set_rgb() to set_rgba(), adding an optional
	alpha parameter.
	Change set_rgb_p() to set_rgba_p(), adding an optional
	alpha parameter.
	Fix their implementation because GdkRGBA has double members instead of gushort
	members as in GdkColor.
	* gtk/src/colorselection.[hg|ccg]: Added get/set_current_rgba() and
	get/set_previous_rgba().
	* demos/gtk-demo/example_colorsel.cc:
	* demos/gtk-demo/example_drawingarea.cc:
	* demos/gtk-demo/example_textview.cc:
	* demos/gtk-demo/textwidget.cc: Use Gdk::RGBA rather than Gdk::Color, using
	the Widget::override_*() methods instead of the old Widget::modify_*() methods.

2010-12-07  Murray Cumming  <murrayc@murrayc.com>

	Regenerate gtk_signals.defs.

	* gtk/src/gtk_signals.defs: Regenerated with extra_defs_gen.
	* gtk/src/gtk_signals.defs.patch: Updated this patch so it is easier to
	make the manual changes next time.
	* gtk/src/widget.hg: Removed the style_changed signal because the underlying
	style-set signal uses GtkStyle, which is deprecated.

2010-12-07  Murray Cumming  <murrayc@murrayc.com>

	Fix typo

2010-12-07  Murray Cumming  <murrayc@murrayc.com>

	Remove includes of style.h and rc.h.

	* gtk/src/iconinfo.hg:
	* gtk/src/iconset.ccg:
	* gtk/src/widget.ccg:
	* gtk/src/widget.hg: Removed includes of headers that do not exist now.

2010-12-06  Murray Cumming  <murrayc@murrayc.com>

	Restored the GtkPrintCapabilities enum.

	* gtk/src/gtk_enums.defs: Added the result from unix-print/gtk/, lost when
	regenerating.

	gtkmm now builds again against the latest GTK+ 3 from git master.

2010-12-06  Murray Cumming  <murrayc@murrayc.com>

	Add and use WidgetPath.

	* gtk/gtkmm.h:
	* gtk/src/filelist.am:
	* gtk/src/widgetpath.[hg|ccg]: Added WidgetPath, though not all methods are
	wrapped yet.
	* gtk/src/widget.[hg|ccg]: replace path() with get_path(), which uses
	WidgetPath.
	* tools/m4/convert_gtk.m4: Added necessary conversion.

2010-12-06  Murray Cumming  <murrayc@murrayc.com>

	Improved StyleContext. Removed Style and RcStyle classes.

	* gtk/src/rc.[hg|ccg]
	* gtk/src/style.[hg|ccg]: Removed these files because GtkStyle and GtkRcStyle
	are now deprecated in GTK+ 3.
	* gtk/src/styleprovider.[hg|ccg]: Added this class, used by StyleContext,
	though no methods are wrapped yet.
	* gtk/src/iconset.hg: Remove render_icon(), replacing it with
	render_icon_pixbuf(), which uses StyleContext instead of Style.
	* gtk/src/widget.[hg|ccg]: Removed the modify_*() methods, replacing them
	with override_*() methods, which use StyleContext instead of RcStyle and
	Style.

2010-12-06  Murray Cumming  <murrayc@murrayc.com>

	Added Gtk::StyleContext.

	* gtk/src/gtk_enums.defs: Regenerated with enums.pl.
	* gtk/src/enums.hg: Added RegionFlags, JunctionSides and StateFlags.

	* gtk/src/filelist.am:
	* gtk/src/stylecontext.[hg|ccg]: Added StyleContext, though some methods
	are not yet wrapped.
	* tools/m4/convert_gdk.m4:
	* tools/m4/convert_gtk.m4: Added necessary conversions.

2010-12-06  Murray Cumming  <murrayc@murrayc.com>

	Fix the gdkmm build with latest GTK+ 3 from git master.

	* gdk/src/gdk_methods.defs: Regenerated with h2defs.py.
	* gdk/src/window.hg: get_geometry(): Remove the depth parameter, to match
	the change in GTK+ 3.

2010-12-05  Murray Cumming  <murrayc@murrayc.com>

	Regenerate gtk_methods.defs.

	* gtk/src/gtk_methods.defs:
	* gtk/src/iconinfo.[hg|ccg]: Remove use of
	gtk_icon_info_load_symbolic_for_style() because it is now deprecated in
	GTK+ 3.
	The build is still broken. We need to wrap GtkStyleContext.

2010-12-05  Murray Cumming  <murrayc@murrayc.com>

	Adapt to the GdkWindowObject -> GdkWindow change in GTK+ 3.

	* gdk/src/window.hg: Remove the extra parameter to _CLASS_GOBJECT(). Maybe
	we can now remove that option from gmmproc.
	* gdk/src/display.ccg:
	* gdk/src/dragcontext.ccg:
	* gtk/src/style.hg: Remove casts to GdkWindowObject*.
	* tools/m4/convert_gdk.m4: Change the conversions.
	This is much nicer.

2010-12-03  Murray Cumming  <murrayc@murrayc.com>

	Add Window methods to preserve API from Drawable.

	* gdk/src/window.hg: Aded set_background(RGBA) and renamed
	set_background_pattern() to set_background(Pattern).
	Added set_clip_region() and get_visible_region() and create_cairo_context(),
	which were previously in Drawable.
	* tools/m4/convert_gdk.m4: Added a conversion.

2010-12-03  Murray Cumming  <murrayc@murrayc.com>

	gtk-demo: Fix the build for the append_text() to append() change.

	* demos/gtk-demo/example_sizegroup.cc:
	* demos/gtk-demo/example_textview.cc: use append() instead of append_text()
	with Gtk::ComboBoxText.

2010-12-03  Murray Cumming  <murrayc@murrayc.com>

	Regenerated some .defs files.

	* gdk/src/gdk_signals.defs: Regenerated with extra_defs/.
	* gdk/src/gdk_methods.defs:
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.

2010-12-03  Murray Cumming  <murrayc@murrayc.com>

	ComboBoxText: Add append()/prepend()/insert overloads.

	* gtk/src/comboboxtext.hg: Rename append_text(), prepend_text() and
	insert_text() to append(), prepend() and insert(). Add extra overloads that
	also take an id, to wrap the new gtk_combo_box_text_append(),
	gtk_combo_box_text_prepend() and gtk_combo_box_text_insert() functions.

2010-12-03  Murray Cumming  <murrayc@murrayc.com>

	Widget: Remove the no_expose_event signal to fix the build.

	* gtk/src/widget.hg: The signal was removed from GTK+.

2010-12-03  Murray Cumming  <murrayc@murrayc.com>

	Remove Gdk::Drawable, which is replaced by more use of Gdk::Window.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Remove mention of
	GDK_TYPE_DRAWABLE.
	* gdk/src/drawable.[hg|ccg]: Removed. API generally uses Gdk::Window now
	instead.
	* gdk/src/filelist.am:
	* gdk/gdkmm.h: Removed mentions of drawable.
	* gdk/src/window.[hg|ccg]: This now derives from Glib::Object instead of
	Gdk::Drawable, though it still has a strangely-named typedef.
	* gdk/gdkmm/general.[h|cc]:
	* gdk/src/display.hg:
	* gdk/src/pixbuf.hg: Adapt the includes.

2010-12-02  Murray Cumming  <murrayc@murrayc.com>

	Revert the previous commit's removal of newer ComboBox methods.

	* gtk/src/combobox.hg: Added methods back now that we have a release that
	builds.

2010-12-02  Murray Cumming  <murrayc@murrayc.com>

	2.91.5.1

2010-11-30  Murray Cumming  <murrayc@murrayc.com>

	2.91.5

2010-11-30  Murray Cumming  <murrayc@murrayc.com>

	Added Gtk::Switch, wrapping GtkSwitch.

	* configure.ac: Depend on the latest GTK+.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Mention GTK_TYPE_SWITCH.
	* gtk/src/filelist.am:
	* gtk/src/switch.[hg|ccg]: Added Gtk::Switch, wrapping GtkSwitch.
	* gtk/gtkmm.h: Include it.

2010-11-30  Murray Cumming  <murrayc@murrayc.com>

	ComboBox: Add methods.

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/gtk_signals.defs: Regenerated partly.
	* gtk/src/combobox.hg: Added get/set_id_column(), get/set_active_id() and
	properties.

2010-11-29  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with latest GTK+ 3.

	* gdk/src/gdk_methods.defs: Regenerated with h2defs.py.
	* gdk/src/device.hg: get_n_axes() now returns an int instead of a guint.
	* gdk/src/rgba.[hg|ccg]: gdk_rgba_parse() now has a sensible parameter order,
	so we can now use _WRAP_METHOD() instead of hard-coding it.

2010-11-29  Murray Cumming  <murrayc@murrayc.com>

	Scrollable, ScrolledWindow: Fix Adjustment reference counting.

	* gtk/src/scrollable.hg:get_hadjustment(), get_vadjustment():
	* gtk/src/scrolledwindow.hg: get_hadjustment(), get_vadjustment():
	Use refereturn to fix the reference-counting on these, which was broken
	since we changed Adjustment to be a Glib::Object instead of a Gtk::Object.

2010-11-26  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with the latest GTK+.

	* gtk/gtkmm/targetentry.cc: Destructor: Use const_cast<> so we can
	g_free() our dynamically-allocated GtkTargetEntry::target string.
	The const change in GTK+ does not seem wise:
	https://bugzilla.gnome.org/show_bug.cgi?id=565665#c10

2010-11-26  Murray Cumming  <murrayc@murrayc.com>

	Ruler: Removed because it was removed from GTK+.

	* gtk/src/ruler.[hg|ccg]: Removed.
	* gtk/src/filelist.am:
	* gtk/gtkmm.h: Adapted.

2010-11-22  Murray Cumming  <murrayc@murrayc.com>

	2.91.4

2010-11-10  Murray Cumming  <murrayc@murrayc.com>

	Dialog: get_vbox(): Return a Box instead of a VBox.

	* gtk/src/dialog.hg: We need to rename this to get_content_area()
	anyway.
	We needed to change the return type, because the C function changed
	what it returned. I will fix its documentation.

2010-11-09  Armin Burgmeier  <armin@arbur.net>

	Add missing files to the installer

2010-11-09  Armin Burgmeier  <armin@arbur.net>

	* win32_installer/build-installer.sh: Make sure libintl-8.dll gets
	cleaned up correctly on uninstall.

	* win32_installer/gtkmm-installer.nsi.in: Add the lib\cairomm-1.0
	directory to the installed files.

2010-11-08  Krzesimir Nowak  <qdlacz@gmail.com>

	Fixed warnings in refcount debugging messages.

	* gtk/gtkmm/object.cc:
	* gtk/src/window.ccg: Used %p format parameter to print addresses of GObjects
	and cast 'this' and GObjects to void*.

2010-11-08  Murray Cumming  <murrayc@murrayc.com>

	Add the Grid container widget.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Mention GTK_TYPE_GRID.
	* gtk/src/gtk_signals.defs: Added the generated part for GtkGrid.
	* gtk/src/filelist.am:
	* gtk/src/grid.[hg|ccg]:
	* gtk/gtkmm.h: Added the Grid container widget.

2010-11-08  Murray Cumming  <murrayc@murrayc.com>

	Updated .gitignore

2010-11-05  José Alburquerque  <jaalburqu@svn.gnome.org>

	Style: Fix the clone_vfunc() implementation.

	* gtk/src/style.hg: Modify the clone_vfunc() to take an extra
	reference of the GtkStyle obtained from the base class.  This is so
	that the clone_vfunc_callback() does not lose its last reference after
	it executes.

	Fixes GNOME Bug #633975 (mario).

2010-11-04  Murray Cumming  <murrayc@murrayc.com>

	Widget: Remove the deprecated size-request signal.

	* gtk/src/widget.hg: Do not wrap the size_request signal because it is
	deprecated and will soon be removed.

2010-11-02  Murray Cumming  <murrayc@murrayc.com>

	2.91.3

2010-11-02  Murray Cumming  <murrayc@murrayc.com>

	Fix the make check build.

	* gtk/gtkmm.h: Add a gdkmm/dragcontext.h include that fixes a weird
	compilation problem in the tests (during make check). We need to find out
	what the real problem is.

2010-11-02  Murray Cumming  <murrayc@murrayc.com>

	Removed an extra gtk.h include.

2010-11-02  Murray Cumming  <murrayc@murrayc.com>

	Avoid includes of gtk/gtk.h.

	* gtk/src/activatable.hg:
	* gtk/src/buildable.hg:
	* gtk/src/editable.hg:
	* gtk/src/orientable.hg:
	* gtk/src/printoperationpreview.hg:
	* gtk/src/recentchooser.hg:
	* gtk/src/scrollable.hg:
	* gtk/src/toolshell.hg:
	* gtk/src/treesortable.hg: Add a typedef for the C interface structs instead
	of including gtk/gtk.h.

2010-11-02  Murray Cumming  <murrayc@murrayc.com>

	Fix the build.

	* gdk/src/dragcontext.hg: Include cairomm/surface.h.

2010-11-02  Murray Cumming  <murrayc@murrayc.com>

	Wrapped new API.

	* gdk/src/gdk_methods.defs: Regenerated with h2defs.py.
	* gdk/src/gdk_extra.defs: Added gtk_drag_set_icon_surface.
	* gdk/src/dragcontext.hg: Add a conversion for Cairo::Surface.
	Remove get_destination_window() because it was removed from GTK+.

	* gtk/src/gtk_enums.defs: Regenerated with enums.pl.
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/assistant.hg: Added next_page() and previous_page().
	* gtk/src/box.hg: Added a public constructor.

	* gtk/src/recentinfo.hg: Added create_app_info().
	* gtk/src/scrollable.hg: Added get/set_h/vscroll_policy() and properties.
	* tools/m4/convert_gtk.m4: Mention ScrollablePolicy.
	* gtk/src/widget.hg: Remove get_snapshot() because it was removed from GTK+.
	Added in_destruction.

2010-11-01  José Alburquerque  <jaalburqu@svn.gnome.org>

	Style: Virtual Functions: Correct reference counting errors.

	* tools/m4/convert_pango.m4: Remove the conversion from `PangoLayout*'
	to `const Glib::RefPtr<Pango::Layout>&' so it doesn't cause reference
	counting errors in the future.
	* gtk/src/style.hg: Put the PangoLayout conversion in this file
	locally for the draw_layout virtual function. Also correct a
	conversion that could cause reference counting errors.

	Fixes GNOME Bug #633689 (mario).

2010-10-26  Murray Cumming  <murrayc@murrayc.com>

	2.91.2

2010-10-26  Murray Cumming  <murrayc@murrayc.com>

	RecentInfo: Add get_gicon(). ComboBoxText: Add remove_all().

	* configure.ac: Depend on latest GTK+.
	* gtk/src/comboboxtext.[hg|ccg]: Remove clear_items(), replacing with
	remove_all().
	* gtk/src/gtk_signals.defs: Regenerated, with the usual many manual edits.
	* gtk/src/recentinfo.hg: Added get_gicon().

2010-10-26  Murray Cumming  <murrayc@murrayc.com>

	AboutDialog, LinkButton: Add activate_link signals.

	* gtk/src/aboutdialog.hg:
	* gtk/src/linkbutton.hg: Add the signals and update the class documentation
	to mention them.

2010-10-26  Murray Cumming  <murrayc@murrayc.com>

	Application: Remove methods that were removed from GtkApplication.

	* gtk/src/application.hg: Remove get_window(), run(), and quit() and
	the window property, because they were removed from GTK+.

2010-10-26  Murray Cumming  <murrayc@murrayc.com>

	Added methods that use RGBA.

	* gtk/src/colorbutton.[hg|ccg]: Added a constructor taking a Gdk::RGBA, and
	get/set_rgba().
	* gtk/src/cellview.hg: Added set_background_rgba().
	* tools/m4/convert_gdk.m4: Added necessary conversion.

2010-10-26  Murray Cumming  <murrayc@murrayc.com>

	gdkmm: Display: Added set/unset_device_hooks().

	* gdk/src/pixbufformat.[hg|ccg]: Wrap gdk_display_set_device_hooks().

2010-10-26  Murray Cumming  <murrayc@murrayc.com>

	gdkmm: PixbufFormat: Wrap as a boxed-type.

	* gdk/src/pixbufformat.[hg|ccg]: Wrap this as a boxed-type, now that it is.
	This means we can remove some hand-coded code.
	* gdk/src/pixbug.hg: Move PixbufFormatTraits to pixbufformat.hg.

2010-10-25  Murray Cumming  <murrayc@murrayc.com>

	Add RGBA class and widget methods.(Fixing the build with latest GTK+)

	* gdk/src/rgba.[hg|ccg]: Added the RGBA class, apparently a replacement for
	Gdk::Color.
	* gdk/src/iconinfo.hg: load_icon_symbolic(): Change the parameters from
	Color to RGBA.
	* gdk/src/scrollable.hg: Remove set/get_min_content_width/height().
	* gtk/src/scrollable.hg: Added set/get_min_content_width/height() and
	properties.
	* gtk/src/widget.hg: Added queue_draw_region(), set/get_hexpand(),
	set/get_hexpand_set(), set/get_vexpand(), set/get_vexpand_set(),
	queue_compute_expand(), compute_expand(), shape_combine_region(),
	input_shape_combine_region()

2010-10-22  Murray Cumming  <murrayc@murrayc.com>

	Entry: Added get_text_area() and get_icon_area().

	* gtk/src/entry.[hg|ccg]: Added get_text_area() and get_icon_area().

2010-10-22  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with latest GTK+, adding Scrollable interface.

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Mention GTK_TYPE_SCROLLABLE.
	* gtk/src/gtk_signals.defs: Add the generated part for GtkScrollable.
	* gtk/src/filelist.am:
	* gtk/src/scrollable.[hg|ccg]: Added Scrollable interface, wrapping
	GtkScrollable.
	* gtk/src/iconview.hg:
	* gtk/src/layout.hg:
	* gtk/src/textview.hg:
	* gtk/src/toolpallette.hg:
	* gtk/src/treeview.hg:
	* gtk/src/viewport.hg: Derive from, and implement, Scrollable.
	Remove their get/set/unset_h/vadjustment() methods and set_scroll_adjustments
	signals, because they are now in the base Scrollable.
	* gtk/src/scrolledwindow.ccg: add() Use GTK_IS_SCROLLABLE() instead of the
	old hack to check the default signal handler for 0.

2010-10-22  Murray Cumming  <murrayc@murrayc.com>

	progress

2010-10-22  Murray Cumming  <murrayc@murrayc.com>

	Entry: Remove get_text_window() and get_icon_window().

	* gtk/src/entry.hg: Don't wrap theses functions recently removed from GTK+.

2010-10-21  Murray Cumming  <murrayc@murrayc.com>

	Increase version to match (branched) release

2010-10-21  Murray Cumming  <murrayc@murrayc.com>

	Add the 2.91.1.1 NEWS entry, done in a branch

2010-10-21  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with latest GTK+.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Remove the mention of
	GTK_TYPE_COMBO_BOX_ENTRY.

2010-10-20  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with latest GTK, removing Widget::hide_all().

	* gdk/src/device.hg: get_history(): Change a parameter from guint* to
	int* to match a change in GTK+.
	* gdk/src/gdk_methods.defs: Remove gtk_widget_hide_all().
	* gtk/src/gtk_vfuncs.defs: Remove GtkWidget::hide_all().
	* gtk/src/widget.hg: Remove hide_all(), because it was removed from
	GTK+.

2010-10-19  Murray Cumming  <murrayc@murrayc.com>

	Added missing files

2010-10-19  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with latest GTK+ from git master.

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/application.[hg|ccg]: Constructor: Take Gio::ApplicationFlags
	instead of argv and argv.

2010-10-18  Murray Cumming  <murrayc@murrayc.com>

	2.91.1

2010-10-18  Murray Cumming  <murrayc@murrayc.com>

	ComboBoxText: Re-implemented with GtkComboBoxText.

	* gtk/gtkmm/comboboxtext.[h|cc]: Removed, replacing with:
	* gtk/src/comboboxtext.[hg|ccg], wrapping the new GtkComboBoxText class.
	As a bonus this means that insert_text() will now work, and we can now
	define this widget and its data items in Glade.
	* gtk/gtkmm.h: Do not include the removed
	comboboxentry.h and comboboxentrytext.h headers.

2010-10-18  Murray Cumming  <murrayc@murrayc.com>

	Added ComboBox::set_popup_fixed_width() and RadioButton::join_group().

	* gdk/src/gdk_methods.defs:
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/combobox.hg: Added get/set_popup_fixed_width().
	* gtk/src/radiobutton.hg: Added join_group().
	* tools/m4/convert_gtk.m4: Added a RadioButton conversion.

2010-10-17  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with latest GTK+.

	* gtk/gtkmm/comboboxtext.cc: Comment out (wrong anyway) use of
	deprecated gtk_combo_box_insert_text().
	* gtk/src/combobox.[hg|ccg]: get_entry_text(): Reimplement without using
	the deprecated gtk_combo_box_get_active_text().
	* gtk/src/main.[hg|ccg]: Remove signal_run() and signal_quit() because they
	used the deprecated gtk_init_add(), gtk_quit_add_full() and g
	gtk_quit_remove() functions.

2010-10-15  Murray Cumming  <murrayc@murrayc.com>

	Depend on latest glibmm version.

	* configure.ac: We need glibmm 2.27.0 for Gio::Application.

2010-10-14  Murray Cumming  <murrayc@murrayc.com>

	ComboBox: Added set_entry_text_column(TreeModelColumnBase)

	* gtk/src/combobox.hg: Added set_entry_text_column(TreeModelColumnBase) to
	match the old GtkComboBoxEntry::set_text_column(TreeModelColumnBase).

2010-10-14  Murray Cumming  <murrayc@murrayc.com>

	ComboBox: Added get_entry() and get_entry_text().

	* gtk/src/combobox.[hg|ccg]: Added our custom get_entry() method that was
	previously in ComboBoxEntry. It avoids the need to call get_child() and
	dynamic_cast<>. Added get_entry_text(), wrappping get_active_text(), which
	was previously only in ComboBoxEntry.

2010-10-14  Murray Cumming  <murrayc@murrayc.com>

	Move resize_grip methods from Statusbar to Window.

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/statusbar.hg: Remove get/set_has_resize_grip().
	* gtk/src/window.hg: Added get/set_has_resize_grip(),
	get_resize_grip_is_visible(), get_resize_grip_area().

2010-10-14  Murray Cumming  <murrayc@murrayc.com>

	Remove ComboBoxEntry and ComboBoxEntryText.

	* gtk/src/comboboxentry.[h|ccg]: Remove this because it has been replaced
	with a has-entry construct-time property.
	* gtk/gtkmm/comboboxentrytext.[h|cc]: Remove this because it derives
	from ComboBoxEntry. People should use ComboBoxText instead.
	* gtk/src/combobox.hg: Changed constructors to add an optional has_entry
	parameter.

2010-10-14  Murray Cumming  <murrayc@murrayc.com>

	Remove WrapBox.

	* gtk/src/filelist.am:
	* gtk/src/wrapbox.[hg|ccg]: Remove WrapBox because GtkWrapBox has moved to
	libegg instead.

2010-10-13  Armin Burgmeier  <armin@arbur.net>

	Update installer scripts for gtkmm 2.22, 64 bit and MSVC 2010

2010-10-13  Armin Burgmeier  <armin@arbur.net>

	* win32_installer/gtkmm-vc100-2_4.props:
	* win32_installer/gtkmm-vc100-d-2_4.props: Add property sheets for
	MSVC 2010.

	* win32_installer/gtkmm-vc80-2_4.vsprops:
	* win32_installer/gtkmm-vc80-d-2_4.vsprops:
	* win32_installer/gtkmm-vc90-2_4.vsprops:
	* win32_installer/gtkmm-vc90-d-2_4.vsprops: Add Win32 to the property
	sheet name so that it can be distinguished from the Win64 variant.

	* win32_installer/gtkmm-installer.nsi.in:
	* win32_installer/install-msvc-module.sh:
	* win32_installer/build-installer.sh: Update installer for gtkmm 2.22,
	64 bit and MSVC 2010.

2010-10-06  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with latest GTK+ from git master.

	* gtk/src/gtk_vfuncs.defs: GtkCellRenderer: Some vfunc parameters are now
	const. This file is hand-written.

2010-10-03  Murray Cumming  <murrayc@murrayc.com>

	Minor fix to NEWS

2010-10-03  Murray Cumming  <murrayc@murrayc.com>

	2.91.0

2010-10-03  Murray Cumming  <murrayc@murrayc.com>

	gdkmm: Pixbuf: Fixed the build.

	* gdk/src/pixbuf.ccg: gdk_pixbuf_get_from_window() and
	gdk_pixbuf_get_from_surface() now take less parameters, which we ignored
	before anyway.

2010-10-03  Murray Cumming  <murrayc@murrayc.com>

	Adjustment: Fix the reference counting.

	* gtk/src/adjustment.hg: Use _DERIVES_INITIALLY_UNOWNED() as with
	RecentFilter and FileFilter.

2010-10-03  Murray Cumming  <murrayc@murrayc.com>

	gdkmm: Window: Added new methods.

	* gdk/src/window.hg: Added get_visual(), get_screen(), get_display(),
	set_backround_pattern(), get_offscreen_surface(), get_width(), get_height().
	Remove redirect_to_drawable(), remove_redirection, clear(),
	clear_area_a, which were no longer generated anyway because they have been
	removed from GTK+ (and therefore from our .defs).
	* gdk/srd/drawable.hg: Removed get_size(), get_depth(), set_colormap(),
	get_colormap(), get_visual(), get_screen() and get_display() which were
	also removed from GTK+. Presumably the new GdkWindow methods replace them.

2010-10-02  Armin Burgmeier  <armin@arbur.net>

	Add support for MSVC 2010 and 64 bit to MSVC project files

2010-10-02  Armin Burgmeier  <armin@arbur.net>

	* MSVC_Net2005/README:
	* MSVC_Net2005/demos/gtk-demo/gtk-demo.vcproj:
	* MSVC_Net2005/gdkmm/gdkmm.vcproj:
	* MSVC_Net2005/gendef/gendef.vcproj:
	* MSVC_Net2005/gtkmm.sln:
	* MSVC_Net2005/gtkmm/gtkmm.vcproj:
	* MSVC_Net2008/README:
	* MSVC_Net2008/demos/gtk-demo/gtk-demo.vcproj:
	* MSVC_Net2008/gdkmm/gdkmm.vcproj:
	* MSVC_Net2008/gendef/gendef.vcproj:
	* MSVC_Net2008/gtkmm.sln:
	* MSVC_Net2008/gtkmm/gtkmm.vcproj:
	* MSVC_Net2010/README:
	* MSVC_Net2010/demos/gtk-demo/gtk-demo.vcxproj:
	* MSVC_Net2010/demos/gtk-demo/gtk-demo.vcxproj.filters:
	* MSVC_Net2010/filelist.am:
	* MSVC_Net2010/gdkmm/gdkmm.rc.in:
	* MSVC_Net2010/gdkmm/gdkmm.vcxproj:
	* MSVC_Net2010/gdkmm/gdkmm.vcxproj.filters:
	* MSVC_Net2010/gendef/gendef.cc:
	* MSVC_Net2010/gendef/gendef.vcxproj:
	* MSVC_Net2010/gendef/gendef.vcxproj.filters:
	* MSVC_Net2010/gtkmm.sln:
	* MSVC_Net2010/gtkmm/gtkmm.rc.in:
	* MSVC_Net2010/gtkmm/gtkmm.vcxproj:
	* MSVC_Net2010/gtkmm/gtkmm.vcxproj.filters:
	* MSVC_Net2010/README:
	* Makefile.am:
	* configure.ac: Added support for MSVC 2010 and 64 bit.

2010-09-30  Murray Cumming  <murrayc@murrayc.com>

	FileFilter, RecentFilter: Fix the reference counting.

	* gtk/src/filefilter.hg:
	* gtk/src/recentfilter.hg: Ue  _DERIVES_INITIALLY_UNOWNED() because these
	use GInitiallyUnowned though we don't derive from our Gtk::Object.

2010-09-28  Murray Cumming  <murrayc@murrayc.com>

	Use g_object_weak_ref() instead of the destroy signal.

	* gtk/gtkmm/object.[h|cc]: _release_c_instance(): Use g_object_weak_ref()
	instead of connecting to the GtkWidget::destroy signal, which was removed
	from GTK+. We only ever used this for a short time anyway.

2010-09-28  Murray Cumming  <murrayc@murrayc.com>

	Object: Use g_object_run_dispose() as a gtk_object_destroy() replacement.

	* gtk/gtkmm/object.cc: This does the same thing so it should work as well.
	Matthias Clasen and Owen Taylor suggested it.

2010-09-28  Murray Cumming  <murrayc@murrayc.com>

	Fix the build of the demos (and they even run).

	* gtk/src/gtk_signals.defs: Regenerated.
	* gtk/src/widget.hg: Added get_allocated_width()/height().
	* gtk/src/container.hg: Comment out propagate_expose() because of GTK+
	bug #630800.
	* demos/gtk-demo/example_drawingarea.cc:
	* demos/gtk-demo/example_pixbufs.cc:
	* demos/pixbuf-demo.cc: Change the expose_event handlers to
	draw handlers.

2010-09-28  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with the latest GTK+ from git master.

	* gtk/gtkmm/private/object_p.h: Add this back for now, to avoid making
	more changes to the Gtk::Object code.
	* gtk/gtkmm/object.[h|cc]: Comment out the code that uses
	gtk_object_destroy(), adding TODO comments. If we don't find a way to
	do this in GTK+ 3 then we may need to remove our Gtk::Object and require
	Gtk::CellRenderer and Gtk::TreeViewColumn to be used via RefPtr.

	* gtk/src/filechooser.hg: Fix Filter->FileFilter typos.
	* gtk/src/recentchooser.hg: Use RecentFilter via RefPtr.

	* gtk/src/ruler.hg: Add a Cairo::Context parameter to the vfuncs.
	* gtk/src/widget.hg: Remove input_shape_combine_mask() and
	shape_combine_mask(). Correct some vfunc parameters.
	* gtk/src/gtk_vfuncs.defs:
	* tools/m4/convert_gtk.m4: Make necessary corrections.

	* gtk/src/image.hg: Remove get_pixmap() because Gdk::Pixmap is gone.
	* gtk/src/scale.hg: Remove set/get_bg_pixmap().

	* gtk/src/scale.ccg, scrollbar.ccg: Fix typos.
	* gtk/src/viewport.hg, scrolledwindow.hg: Remove duplicate method
	declarations.

2010-09-27  Murray Cumming  <murrayc@murrayc.com>

	Remove noise from Object .h/.cc

2010-09-27  Murray Cumming  <murrayc@murrayc.com>

	Partly fixed the build with latest GTK+.

	* gdk/src/gdk_methods.defs:
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.

	* gdk/src/bitmap.[hg|ccg]:
	* gdk/src/colormap.[hg|ccg]:
	* gdk/src/pixmap.[hg|ccg]: Removed, because these were removed from GTK+.

	* gtk/src/cellsizerequest.[hg|ccg]:
	* gtk/src/sizerequest.[hg|ccg]: Remove because these were removed from GTK+.
	* gtk/src/widget.hg: Move the functions here instead, adding _preferred_
	in the middle.

	* gtk/src/cellsizerequest.hg:
	* gtk/src/object.[hg|ccg]: Remove this, because GtkObject was removed from
	GTK+. However, add a modified version of the generated code to:
	* gtk/gtkmm/object.[h|cc]: so we can preserve the different lifetime behaviour.

	* Other files: Adapted. For instance, FileFilter and Adjustment must now
	be used via RefPtr.

2010-09-26  Armin Burgmeier  <armin@arbur.net>

	Update the MSVC project files for the atkmm split

2010-09-26  Armin Burgmeier  <armin@arbur.net>

	* MSVC_Net2005/demos/gtk-demo/gtk-demo.vcproj:
	* MSVC_Net2005/gtkmm.sln:
	* MSVC_Net2005/gtkmm/gtkmm.vcproj:
	* MSVC_Net2008/demos/gtk-demo/gtk-demo.vcproj:
	* MSVC_Net2008/gtkmm.sln:
	* MSVC_Net2008/gtkmm/gtkmm.vcproj: Update for the atkmm split.

2010-09-26  Murray Cumming  <murrayc@murrayc.com>

	Fix the build against GTK+ git maste.r

	* gtk/src/gtk_signals.defs: Regenerated the GtkWrapBox part.
	* gtk/src/wrapbox.hg: Change the constructor, because gtk_wrap_box_new()
	now has different parameters.

2010-09-26  Murray Cumming  <murrayc@murrayc.com>

	Partly ix the build against GTK+ git master.

	* gtk/src/gtk_methods.defs: Regenerated.
	* gtk/src/notebook.[hg|ccg]: Removed get/set_group(), replacing them with
	get/set_group_name().
	* gtk/src/progressbar.hg: Removed the orientation property, which is now
	in the Orientable base class.
	* gtk/src/gtk_extra_objects.defs: Added GtkEditable to help the documentation
	parser.

2010-09-26  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: SeparatorToolItem: Added get/set_draw().

	* gtk/src/separatortoolitem.hg: Added get/set_draw().

2010-09-26  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: MenuBar: Added remaining methods.

	* gtk/src/menubar.hg: Added set/get_pack_direction(),
	set/ get_child_pack_direction
	* tools/m4/convert_gtk.m4: Added guint32&->guint32* conversion.

2010-09-26  Murray Cumming  <murrayc@murrayc.com>

	Adapt to gtk_menu_popup_for_device() API change.

	* gtk/src/menu.ccg: popup(): Copy the slot and delete it in the new destroy
	callback.

2010-09-26  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: Added remaining missing properties.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Added GtkTreeModelSort.
	* gtk/src/gtk_signals.defs: Added the new section for this object.
	* gtk/src/scalebutton.hg: Added icons property.
	* gtk/src/scrolledwindow.hg: Added window_placement_set property.
	* gtk/src/separatortoolitem.hg: Added draw property.
	* gtk/src/statusicon.hg: Added tooltips, icon-size and icon-size-set
	properties.
	* gtk/src/toolbutton.hg: Added icon_name property.
	* gtk/src/treemodelfilter.hg: Added child_model and virtual_root properties.
	* gtk/src/treemodelsort.hg: Added model property.
	* gtk/src/treeview.hg: Added tooltip-column property.
	* gtk/src/treeviewcolumn.hg: Added resizable, spacing and sort-column-id
	properties.
	* gtk/src/widget.hg: Added is_focus and double_buffered properties.
	* gtk/src/window.hg: Added type, startup_id and opacity properties.

2010-09-26  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: Added yet more missing properties.

	* gtk/src/menubar.hg: Added pack_direction and child_pack_direction
	properties, with a new PackDirection enum.
	* gtk/src/notebook.hg: Added group_id and group properties.
	* gtk/src/printer.hg: Added paused and accepting_jobs properties.
	* gtk/src/printjob.hg: Added track_print_status property.
	* gtk/src/printoperation.hg: Added track_print_status property.
	* gtk/src/progressbar.hg: Added adjustment, bar_stye, activity_step,
	activity_blocks and discrete_blocks properties.
	* gtk/src/ruler.hg: Added metric property.

2010-09-25  Murray Cumming  <murrayc@murrayc.com>

	Notebook: Fix gmmproc warnings and non-existant properties.

	* gtk/src/notebook.hg: Do not try to wrap properties that were remove from
	GTK+.

2010-09-25  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: Added missing properties.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Added GtkComboBoxEntry and
	GtkColorSelectionDialog.
	* gtk/src/gtk_signals.defs: Added the new sections for these widgets.
	* gtk/src/colorselection.hg: Added color_selection, ok_button, cancel_button,
	and help_button properties.
	* gtk/src/combobox.hg: Added popup_shown and button_sensitivity properties.
	* gtk/src/comboboxentry.hg: Added text_column property.
	* gtk/src/entry.hg: Added inner_borde, primary_icon_tooltip_text,
	secondary_icon_tooltip_text", primary_icon_tooltip_markup" and
	secondary_icon_tooltip_markup properties.
	* gtk/src/filechooserbutton.hg: Added dialog property.
	* gtk/src/handlebox.hg: Added snap_edge_set and child_detached properties.
	* gtk/src/image.hg: Added pixel-size and icon-name properties.

2010-09-25  Murray Cumming  <murrayc@murrayc.com>

	Fix a merge conflict error.

2010-09-25  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: Added some more missing properties.

	* gtk/src/cellrenderer.hg: Added editing property.
	* gtk/src/cellrendereraccel.hg: Added accel-mode property.
	* gtk/src/cellrenderertoggle.hg: Added inconsistent property.
	* gtk/src/progressbar.hg: Moved the ProgressBarOrientation enum to enums.hg.
	* gtk/src/cellrendererprogress.hg: Added orientation property.

2010-09-25  Murray Cumming  <murrayc@murrayc.com>

	CellEditable: Added editing_canceled property.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Added GtkCellEditable.
	* gtk/src/gtk_signals.defs: Added the GtkCellEditable entries.
	* gtk/src/gtk_other.defs: Remove entries that are no longer needed,
	because they are now in gtk_signals.defs or gtk_methods.defs
	* gtk/src/gtk_methods.defs: Hand-edit some GtkAboutDialog entries to correct
	the constness of some return types.
	* gtk/src/celleditable.hg: Added editing_canceled property.

2010-09-25  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: Added some missing properties.

	* gtk/src/accelgroup.hg: Added is_locked and modifier_mask properties.
	* gtk/src/actiongroup.hg: Added name, sensitive and visible properties.
	* gtk/src/adjustment.hg: Added value, lower, upper, step-increment,
	page-increment and page-size properties.
	* gtk/src/builder.hg: Added translation-domain property.

2010-09-25  Murray Cumming  <murrayc@murrayc.com>

	gdkmm: Screen: Added signals and properties.

	* gdk/src/gdk_signals.defs: Regenerated by taking the part of the
	extra_defs_gen output for GDK.
	* gdk/src/screen.hg: Added composited_changed() and monitors_changed()
	signals, but with no default signal handlers, to avoid breaking ABI.
	Added font-options and resolution properties.

2010-09-22  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with GTK+ from git master.

	* gtk/src/aboutdialog.[hg|ccg]:
	* gtk/src/linkbutton.[hg|ccg]: Remove the set/unset_*_link/url() methods,
	because they are now deprecated in GTK+.
	* gtk/src/wrapbox.hg: Change set/get_spreading() to
	set/get_horizontal/vertical_spreading(), as in the C API.

2010-09-22  Murray Cumming  <murrayc@murrayc.com>

	gdkmm: Window: Add default values to shape_combine_*().

	* gdk/src/window.hg: shape_combine_mask(), shape_combine_region():
	* gtk/src/widget.hg: shape_combine_mask(): Add default values.

2010-09-20  Murray Cumming  <murrayc@murrayc.com>

	CellRenderer: Derive from CellSizeRequest instead of SizeRequest.

	* gtk/src/filelist.am:
	* gtk/src/requisition.[hg|ccg]: Moved the simple Requisition typedef here
	from sizerequest.hg. We should wrap this properly, however.
	* gtk/src/sizerequest.[hg|ccg]: Include it.
	* gtk/src/cellsizerequest.[hg|ccg]: Added CellSizeRequest, like SizeRequest
	but for CellRenderer.
	* gtk/src/cellrenderer.hg: Derive from CellSizeRequest instead of
	SizeRequest.

2010-09-20  Murray Cumming  <murrayc@murrayc.com>

	CellRenderer: Derive from SizeRequest.

	* gtk/src/cellrenderer.hg: The previous commit now makes sense.

2010-09-20  Murray Cumming  <murrayc@murrayc.com>

	CellRenderer: Remove the (deprecated in GTK+) get_size() method.

	* gtk/src/cellrenderer.[hg|ccg]: Remove get_size().

2010-09-20  Murray Cumming  <murrayc@murrayc.com>

	Fix some gmmproc warnings, adding some TextBuffer methods.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Added interfaces because
	this now supports them.
	* gtk/src/gtk_signals.defs: Regenerated.
	* gtk/src/gtk_other.defs: Remove declarations that are now in
	the regular gtk_signals.defs.
	* gtk/src/gtk_extra_objects.defs: Added GtkPrintOperation for the docs.
	* gtk/src/entry.hg: Ignore the preedit-changed signal because it is
	for keybindings.
	* gtk/src/filechooser.hg: Remove the mention of the folder-mode property,
	which apparently never existed.
	* gtk/src/infobar.hg: Ignore the close signal because it is for keybindings.
	* gtk/src/textbuffer.hg: Added get_copy_target_list() and
	get_paste_target_list().
	* gtk/src/toolitem.hg: Ignore the deprecated set_tooltip signal.
	* gtk/src/toolpalette.hg: Ignore the set_scroll_adjustments signal because
	it seems to be internal.
	* gtk/src/treepath.hg: Ignore gtk_tree_path_get_indices_with_depth()
	because we don't need it.

2010-09-18  Murray Cumming  <murrayc@murrayc.com>

	Editable: Use the renamed GtkEditable interface struct.

	* gtk/src/editable.hg:

2010-09-16  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: Widget: Add back size_allocate().

	* gtk/src/widget.hg: Revert the recent removal of
	size_allocate(), because it is not actually deprecated in GTK+ 3.

2010-09-16  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: Widget: Rename x/y_align to x/yalign, as in GTK+.

	* gtk/src/gtk_methods.defs: Regenerated.
	* gtk/src/widget.hg: Match the change in the GTK+ API.

2010-09-15  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: SizeRequest: get_size(): Make this const.

	* gtk/src/sizerequest.hg: get_size(): Make this const.

2010-09-15  Murray Cumming  <murrayc@murrayc.com>

	gdkmm: Add some more methods, wrapping new GTK+ API.

	* gdk/src/display.hg: Added is_closed().
	* gdk/src/dragcontext.hg: Added get/set_device().
	* gdk/src/visual.hg: A a missing include to fix the previous commit.

2010-09-15  Murray Cumming  <murrayc@murrayc.com>

	gdkmm: Visual: Wrapped remaining methods.

	* gdk/src/visual.hg: Added get_visual_type(), get_depth(), get_byte_order(),
	get_colormap_size(), get_bits_per_rgb(), get_red_pixel_details(),
	get_green_pixel_details(), get_blue_pixel_details().
	* tools/m4/convert_gdk.m4: Added guint32& -> guint32* conversion.
	* gdk/src/colormap.hg: Remove query_color(), removed from GTK+.

2010-09-15  Murray Cumming  <murrayc@murrayc.com>

	Display: Fix build error in get_protocol_for_disply().

	* gdk/src/display.[hg|ccg]: get_protocol_for_display(): Remove the ifdef
	around this, because this remaining version is not win32-only. Remove the
	implementation for the win32-only version with no remaining declaration.
	Remove the win32-only version of selection_send_notify() because it too
	existed only to maintain ABI in gtkmm 2.4.

2010-09-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>

	Fix a typo that shows in windows build

2010-09-15  Murray Cumming  <murrayc@murrayc.com>

	Demos: Adapt to ALIGN_* rename.

	* demos/gtk-demo/example_colorsel.cc:
	* demos/gtk-demo/example_sizegroup.cc:
	* demos/gtk-demo/example_stockbrowser.cc: Fix the build.

2010-09-15  Murray Cumming  <murrayc@murrayc.com>

	WrapBox: Adapt to C API change.

	* gtk/src/wrapbox.[hg|ccg]: insert_child(): Remove the padding parameters
	(now in Widget instead) to fix the build.

2010-09-15  Murray Cumming  <murrayc@murrayc.com>

	Widget: Added align and margin methods and properties.

	* gtk/src/enums.[hg|ccg]: Added Align enum, wrapping GtkAlign, removing
	our own AlignmentEnum.
	* tools/m4/convert_gtk.m4: Added conversions for the new Align enum.
	* gtk/src/alignment.hg:
	* gtk/src/aspectframe.hg:
	* gtk/src/bin.ccg:
	* gtk/src/bin.hg:
	* gtk/src/entry.hg:
	* gtk/src/frame.hg:
	* gtk/src/label.ccg:
	* gtk/src/label.hg:
	* gtk/src/misc.hg:
	* gtk/src/treeviewcolumn.hg: Use Align instad of AlignmentEnum,
	and ALIGN_START/END instad of ALIGN_LEFT/TOP and ALIGN_RIGHT/BOTTOM.

	* gtk/src/widget.hg: Added get_h_align(), set_h_align(),
	get_v_align(), set_v_align(),
	get_margin_left(), set_margin_left(),
	get_margin_right(), set_margin_right(,
	get_margin_top(), set_margin_top(),
	get_margin_bottom(), set_margin_bottom(). And properties.

	Also remove deprecated size_request(), size_allocate() and
	get_child_requisition() to fix the build.

2010-09-15  Murray Cumming  <murrayc@murrayc.com>

	Fix typo.

2010-09-15  Murray Cumming  <murrayc@murrayc.com>

	Regenerate defs and make minor changes.

	* gtk/src/gtk_enums.defs:
	* gtk/src/gtk_methods.defs: Regenerated.
	* gtk/src/cellview.hg: Remove (deprecated) get_size_of_row().
	* gtk/src/spinner.hg: Inherit from Widget instead of DrawingWindow, as now
	in the C API.

2010-09-15  Murray Cumming  <murrayc@murrayc.com>

	2.90.7

2010-09-15  Murray Cumming  <murrayc@murrayc.com>

	demos: Fix the build.

	* demos/pixbuf-demo.cc:
	* demos/gtk-demo/example_change_display.cc:
	* demos/gtk-demo/example_drawingarea.cc:
	* demos/gtk-demo/example_menus.cc:
	* demos/gtk-demo/example_pixbufs.cc:
	* demos/gtk-demo/example_textview.cc: Adapt to use cairomm instead of
	gdkmm draw_*() and Gdk::GC.
	Remove use of Dialog::set_has_separator().
	Replace use of MenuHelpers.

	* gdk/gdkmm/general.h: set_source_pixmap(): Add default parameter values
	for pixmap_x and pixmap_y.

2010-09-15  Murray Cumming  <murrayc@murrayc.com>

	Corrected ChangeLog for previous commit

2010-09-14  Murray Cumming  <murrayc@murrayc.com>

	Dealt with some TODOs.

	* gtk/src/menuitem.[hg|ccg]: Added unset_submenu().
	* gtk/src/papersize.[hg|ccg]: Added get_paper_sizes().
	* gtk/src/printoperation.[hg|ccg]: Added run_page_setup_dialog() overloads
	with no PageSetup parameter, because the C API allows this.
	These must be moved into the class in gtkmm 3.
	* gtk/src/style.hg: Added copy().

	* gtk/src/iconset.hg: Added class documentation based on the C documentation.
	* gtk/src/printsettings.hg: Add the exceptions documentation now that
	it is in the C documentation.
	* gtk/src/statusbar.hg: Added documentation for push() and remove_message().

2010-09-14  Murray Cumming  <murrayc@murrayc.com>

	Updated NEWS for release soon.

2010-09-09  Murray Cumming  <murrayc@murrayc.com>

	Use GDK_KEY_VoidSymbol instead of GDK_VoidSymbol to fix the build.

	* gtk/gtkmm/accelkey.cc:
	* gtk/gtkmm/accelmap.cc: Replace use of GDK_VoidSymbol with
	GDK_KEY_VoidSymbol, because it has changed in GTK+.

2010-09-09  Murray Cumming  <murrayc@murrayc.com>

	Remove Item because it was removed from GTK+.

	* gtk/src/item.[hg|ccg]: Remove.
	* gtk/src/filelist.am: Remove mention of item.hg.
	* gtk/gtkmm.h: Remove mention of item.h.
	* gtk/src/menuitem.[hg|ccg]: Derive from Bin instead of Item, as now in
	GTK+.

2010-09-06  Murray Cumming  <murrayc@murrayc.com>

	RadioAction: Added join_group().

	* gtk/src/radioaction.hg: Wrapped gtk_radio_action_join_group(), which
	avoids the need to ever see a *Group object.

2010-09-06  Murray Cumming  <murrayc@murrayc.com>

	IconInfo: Fix the build.

	* gtk/src/iconinfo.[hg|ccg]: Correct silly mistakes.

2010-09-06  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: Remove the AnchorType enum

	* gtk/src/enums.hg: Remove AnchorType enum, not used by anything in gtkmm,
	because GtkAnchorType has been removed from GTK+.
	* tool/m4/convert_gtk.m4: Also remove mention of GtkVisibility, which
	was also removed.

2010-09-06  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: Dialog: Remove use_separator parameters.

	* gtk/src/dialog.[hg|ccg]: Constructors: Remove the use_separator parameters
	that are already not used since the earlier commit.

2010-09-06  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: CellView: Add natural-size methods.

	* gtk/src/cellview.hg: Added get_desired_width_of_row() and
	get_desired_height_for_width_of_row().
	* gtk/src/filechooserbutton.hg: Remove the constructor that lets us set
	the backend, because the C function was removed. This was already not
	generated because it is no longer in the .defs, so this just avoids the
	gmmproc warning.

2010-09-04  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: IconInfo, ProgressBar: Added new methods.

	* gtk/src/iconinfo.[hg|ccg]: Added load_icon_symbolic().
	* gtk/src/progressbar.hg: Added get/set_inverted() and get/set_show_text().

2010-09-04  Murray Cumming  <murrayc@murrayc.com>

	gdkmm: Window: Added new methods.

	* gdk/src/window.[hg|ccg]: Added set_device_cursor(), get_device_position(),
	get_device_events(), set_device_events(), get_support_multidevice(),
	set_support_multidevice().
	* tools/m4/convert_gdk.m4: Added necessary conversion.

2010-09-04  Murray Cumming  <murrayc@murrayc.com>

	AboutDialog: Added get/set_license_type().

	* gtk/src/aboutdialog.hg: Added License enum and get/set_license_type().
	* tools/m4/convert_gtk.m4: Added conversion for the License enum.
	* gtk/src/calendar.hg: Addef get_day_is_marked().

2010-09-04  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: Fix the function .defs again, fixing the build.

	* gtk/src/gtk_methods.defs:
	* gtk/src/statusicon.hg: Remove gtk_icon_get/set_blinking(), fixing the build.

2010-09-04  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: Regenerated function .defs, fixing the build with latest GTK+.

	* gtk/src/gtk_methods.defs: Regenerate with h2defs.py.
	* gtk/src/dialog.hg: Remove get/set_has_separator() and property, because
	it was removed from GTK+.

2010-09-04  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: Fix typos to really avoid documentation warnings.

	* gtk/src/gtk_extra_objects.defs: Add a missing quote and add some other
	definitions.

2010-09-03  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: Avoid most Documentation warnings from gmmproc.

	* gtk/src/filelist.am:
	* gtk/src/gdk.defs:
	* gtk/src/gdk_extra_objects.defs: Added this *extra_objects.defs file,
	with hand-coded define-object sections, for objects that hide their *Class
	or *Iface struct declarations, which stops h2defs.py from generating
	define-object sections.
	These allows DocsParser.pm to know how to split mentions of C functions into
	the object and the method, so it can guess the C++ method name to mention
	instead.

2010-09-03  Murray Cumming  <murrayc@murrayc.com>

	gdkmm: Avoid most Documentation warnings from gmmproc.

	* gdk/src/filelist.am:
	* gdk/src/gdk.defs:
	* gdk/src/gdk_extra_objects.defs: Added this *extra_objects.defs file,
	with hand-coded define-object sections, for objects that hide their *Class
	or *Iface struct declarations, which stops h2defs.py from generating
	define-object sections.
	These allows DocsParser.pm to know how to split mentions of C functions into
	the object and the method, so it can guess the C++ method name to mention
	instead.

2010-09-02  Murray Cumming  <murrayc@murrayc.com>

	Configure: Avoid using deprecated cairomm API.

	* configure.ac: Add CAIROMM to the MM_ARG_ENABLE_WARNINGS() deprecations list.

2010-09-02  Murray Cumming  <murrayc@murrayc.com>

	Wrap some new functions.

	* gtk/src/application.hg: Added create_window().
	* gtk/src/messagedialog.hg: Remove the buttons property because it is
	write-only and construct.
	Added get_message_area().
	* gtk/src/treepath.[hg|ccg]: Ignore gtk_tree_path_get_indices_with_depth() too.
	* gtk/src/widget.hg: Add device_is_shadowed(), set_device_events(),
	add_device_events(), set/get_support_multidevice(), get_device_event().

2010-09-02  Murray Cumming  <murrayc@murrayc.com>

	Fix build with latest GTK+.

	* gtk/src/gtk_enums.defs: Regenerated with enums.pl.
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/iconview.hg: Rename get/set_orientation() (and property) to
	get/set_item_orientation().
	* gtk/src/progressbar.hg: Remove get/set_orientation(), deriving (and
	implementing) from Orientable instead.
	* gtk/src/wrapbox.[hg|ccg]: Adapted to minor API changes in GtkWrapBox.
	* tools/m4/convert_gtk.m4: Mention the new enum.

2010-09-02  Murray Cumming  <murrayc@murrayc.com>

	gdkmm: Pixbuf: Add constructor (and create) that takes a Cairo::Surface.

	* gdk/src/pixbuf.hg: Wrap gdk_pixbuf_get_from_surface() as a constructor
	and add a create() method for it.
	* tools/m4/convert_gdk.m4: Add necessary conversion.

2010-09-01  Murray Cumming  <murrayc@murrayc.com>

	Regenerated GTK+ XML for documetntation.

	* gtk/src/gtk_docs.xml: Regenerated with docextract_to_xml.py.

2010-09-01  Murray Cumming  <murrayc@murrayc.com>

	Added SizeRequest.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Added SizeRequest, though it
	has not properties or signals so there was no change to the .defs.
	* gtk/src/filelist.am:
	* gtk/src/sizerequest.[hg|ccg]: Added the SizeRequest interface.
	* gtk/src/widget.hg: Inherit from, and implement, SizeRequest.
	* tools/m4/convert_gtk.m4: Add an enum.

2010-09-01  Murray Cumming  <murrayc@murrayc.com>

	gtkmm.h: Remove incorrect include.

	* gtk/gtkmm.h: REmove an include of the removed menu_elems.h header.

2010-08-31  Murray Cumming  <murrayc@murrayc.com>

	drawable.h: Don't include rgbcmap.h.

	* gdk/src/drawable.hg: Remove an include of the removed rgbcmap.h header.

2010-08-31  Murray Cumming  <murrayc@murrayc.com>

	Added WrapBox.

	* gtk/src/gtk_enums.defs: Regenerated with enums.pl.
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/buttonbox.hg: Adapted to the removal of the
	BUTTONBOX_DEFAULT_STYLE enum value from GTK+.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Added GtkWrapBox.
	* gtk/src/gtk_signals.defs: Added parts for GtkWrapBox.
	* tools/m4/convert_gtk.m4: Added the GtkWrapBox enums.
	* gtk/src/filelist.am:
	* gtk/src/wrapbox.[hg|ccg]: Added WrapBox.

2010-08-30  Murray Cumming  <murrayc@murrayc.com>

	gtkmm: Added new methods wrapping new C functions.

	* gtk/src/expander.hg: Added get/set_label_fill() and property.
	* gtk/src/notebook.hg: Added get_tab_hborder() and get_tab_vborder().
	* gtk/src/printunixdialog.hg: Added get_manual_capabilities().
	* gtk/src/statusbar.hg: Rename remove_all() to remove_all_messages().
	* gtk/src/table.hg: Added get_size().
	* gtk/src/viewport.hg: Added get_view_window().
	* gtk/src/widget.hg: Added send_focus_change().

2010-08-30  Murray Cumming  <murrayc@murrayc.com>

	gdkmm: Window: Wrap new C functions.

	* gdk/src/window.hg: Added get_composited(), is_input_only(), is_shaped(),
	has_native(), get_modal_hint(), get_background_pattern(),
	coords_to_parent(), coords_from_parent(),
	get_effective_parent(), get_effective_toplevel(), create_similar_surface(),
	get_accept_focus(), get_focus_on_map().

2010-08-30  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with latest gtk+.

	* gdk/src/bitmap.[hg|ccg]: Remove the constructors, because they use
	functions removed from GTK+. This whole class will be removed soon, when
	it is removed from GTK+ soon.
	* gdk/src/pixmap.[hg|ccg]: Remove some constructors, because they use
	functions removed from GTK+. This whole class may be removed soon, if
	it is removed from GTK+ soon.
	* gdk/src/color.[hg|ccg]: rgb_find_color(): Remove this because it was
	removed from GTK+.
	* gdk/src/drawable.[hg|ccg]: Removed draw_pixbuf().
	* gdk/gdkmm/rgb.[h|cc]:
	* gdk/src/rgbcmap.[hg|ccg]: Removed because these APIs were removed from
	GTK+.
	* gtk/src/image.[hg|ccg]: Removed get_image() and set(Gdk::Image) because
	they were removed from GTK+.
	* gtk/src/style.[hg|ccg]: Remove get*_gc() because the struct fields were
	removed from GTK+. Likewise removed paint_polygon().

2010-08-29  Murray Cumming  <murrayc@murrayc.com>

	Device: const correction.

	* gdk/src/device.hg: get_key(): Make this const.

2010-08-29  Murray Cumming  <murrayc@murrayc.com>

	Partially fix the build after large GDK changes in GTK+.

	* gdk/src/gdk_methods.defs: Regenerated with h2defs.py.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Removed GDK_TYPE_GC and
	GDK_TYPE_IMAGE because they were removed from GTK+.
	* gdk/src/filelist.am:
	* gdk/src/gc.[hg|ccg]:
	* gdk/src/image.[hg|ccg]:Likewise, remove these.
	* gdk/gdkmm.h:
	* gdk/src/style.hg: Remove includes of gc.h.
	* gdk/src/drawable.[hg|ccg]: Removed draw_*() methods that were removed from GTK+.
	* gdk/src/pixbuf.[hg|ccg]: Remove constructors and create*() methods that

2010-08-06  Murray Cumming  <murrayc@murrayc.com>

	DeviceManager: Fixed a typo to avoid duplicate GType registration.

	* gdk/src/devicemanager.hg: Don't derive from the GdkDevice type. Use
	GdkDeviceManager instead.

2010-08-04  Armin Burgmeier  <armin@arbur.net>

	Add missing include paths to MSVC property sheets

2010-08-04  Armin Burgmeier  <armin@arbur.net>

	Add missing include paths to MSVC property sheets.

	* win32_installer/gtkmm-vc80-2_4.vsprops:
	* win32_installer/gtkmm-vc80-d-2_4.vsprops:
	* win32_installer/gtkmm-vc90-2_4.vsprops:
	* win32_installer/gtkmm-vc90-d-2_4.vsprops: Add lib/pangomm-1.4/include
	and include/freetype2 to inculde paths.

	* win32_installer/install-msvc-module: Update for gtkmm 2.20.3.

2010-08-04  Armin Burgmeier  <armin@arbur.net>

	Fix using stock items with MSVC

2010-08-04  Armin Burgmeier  <armin@arbur.net>

	Fixed using stock items with MSVC. Bug #625489.

	* gtk/gtkmmconfig.h.in: Make sure we define GTKMM_API to
	__declspec(dllimport) also with MSVC when building gtkmm.

2010-08-03  Murray Cumming  <murrayc@murrayc.com>

	Updated NEWS. Waiting for a GTK+ release.

2010-08-02  Murray Cumming  <murrayc@murrayc.com>

	gdkmm: Regenerated gdk-pixbuf defs from master. No significant changes.

	* gdk/src/gdk_pixbuf_methods.defs: Regenerated with h2defs.py.

2010-08-02  Murray Cumming  <murrayc@murrayc.com>

	gdkmm: Wrapped new Device and Display methods.

	* gdk/src/cursor.hg: Added get_cursor_type().
	* gdk/src/device.[hg|ccg]: Added get_key(), get_axis_use(), get_n_axes(),
	get_axis_value(), get_display(), get_associated_device(), get_device_type(),
	grab(), ungrab().
	* gdk/src/display[hg|ccg]: Added device_is_grabbed(), get_device_state(),
	get_window_at_device_position(), warp_device(), set_device_hooks(),
	get_device_manager()
	* gdk/src/filelist.am:
	* gdk/src/devicemanager.[hg|ccg]: New files, adding DeviceManager.
	* gdk/src/gdk_methods.defs:
	* gdk/src/gdk_pixbuf_methods.defs: Regenerated with h2defs.py
	* tools/m4/convert_gdk.m4: Added DeviceManager conversions.
	* gtk/src/widget.hg: Added const version of get_accessible().

2010-07-30  Murray Cumming  <murrayc@murrayc.com>

	Application: Added get_windows() and create() without argc and argv.

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/application.[hg|ccg]: Added get_windows.
	Added a create() overload without the argc and argv parameters, because
	they may be NULL.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Added GtkApplication.

2010-07-30  Murray Cumming  <murrayc@murrayc.com>

	Added Gtk::Application.

	* gtk/src/filelist.am:
	* gtk/src/application.[hg|ccg]: Added the beginnings of Gtk::Application,
	wrapping GtkApplication, using Gio::Application that I just added in glibmm.
	* gtk/gtkmm.h: Include the new header.

2010-07-27  Murray Cumming  <murrayc@murrayc.com>

	MenuShell: Remove items().

	* gtk/gtkmm/menu_elems.[h|cc]: Remove these files.
	* gtk/src/menushell.[hg|ccg]: Remove the items() method and the list type and
	helper classes that it uses, because GtkMenuShell::items is GSEALed.

2010-07-15  Murray Cumming  <murrayc@murrayc.com>

	Remove RecentManager::get/set_limit() and the property.

	* gtk/src/gtk_methods.defs:
	* gtk/src/gtk_signals.defs:
	* gtk/src/recentmanager.hg: Remove this API that wrapped the API recently
	removed from GTK+.

2010-07-14  Murray Cumming  <murrayc@murrayc.com>

	Removed Notebook::pages() and Table::children().

	* gtk/src/gtk_signals.defs: GtkNotebook: Change the parameter for the
	switch_page signal.
	* gtk/src/notebook.[hg|ccg]: Remove the pages() method, PageList and
	PageList::iterator.
	* gtk/src/table.[hg|ccg]: Remove the children() method and Child.

	This is unavoidable now that the C struct fields are no longer available.
	To bring this API back someone would need to add iterating API to
	GtkNotebook and GtkTable.

2010-07-14  Murray Cumming  <murrayc@murrayc.com>

	2.90.5

2010-07-14  Murray Cumming  <murrayc@murrayc.com>

	DragContext: Added get_source_window() and get_selected_action().

	* gdk/src/dragcontext.hg: Added get_source_window() and get_selected_action()

2010-07-06  Murray Cumming  <murrayc@murrayc.com>

	Added copyright headers. Patch from Kalev Lember.

	* tools/m4/convert.m4:
	* tools/m4/convert_atk.m4:
	* tools/m4/convert_gdk.m4:
	* tools/m4/convert_gtk.m4:
	* tools/m4/convert_gtkmm.m4:
	* tools/m4/convert_pango.m4:
	* tools/m4/filelist.am: Added LGPL2.1+ headers, like the other files.

2010-07-06  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with latest GTK+, using Cairo::Region.

	* gdk/src/gdk_methods.defs:
	* gdk/src/gdk_pixbuf_methods.defs:
	* gtk/src/gtk_methods.defs: Regenerated

	* gdk/src/filelist.am:
	* gdk/src/region.[hg|ccg]: Removed Region, because GdkRegion was removed
	from GDK.

	* gdk/gdkmm/general.[h|cc]:
	* gdk/src/drawable.hg
	* gdk/src/gc.hg
	* gdk/src/window.hg
	* gtk/src/widget.hg
	* tools/m4/convert_gdk.m4: Adapted, replacing use of GdkRegion with
	Cairo::RefPtr<Cairo::Region>, adding const and non-const overloads
	where appropriate.

	This requires cairomm from git master, for Cairo::Region.

2010-06-29  Murray Cumming  <murrayc@murrayc.com>

	2.90.4

2010-06-29  Murray Cumming  <murrayc@murrayc.com>

	Added Button and Table methods.

	* gtk/src/gtk_docs.xml: Regenerated with docextract_to_xml.py.
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/button.hg: Added get_event_window().
	* gtk/src/table.hg: Added get_size().

2010-06-28  Murray Cumming  <murrayc@murrayc.com>

	PrintOperation: const and refcount fixes.

	* gtk/src/printoperation.hg: get_default_page_setup(),
	get_print_settings(): Use refreturn, fixing bug #622957 (Kjell Ahlstedt)
	and also make sure there are const and non-const methods.

2010-06-24  Murray Cumming  <murrayc@murrayc.com>

	2.90.3.1

2010-06-24  Murray Cumming  <murrayc@murrayc.com>

	Added some StatusBar and TextView methods.

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py
	* gtk/src/statusbar.hg: Added remove_all().
	* gtk/src/textview.hg: Added get_hadjustment(), get_vadjustment(),
	im_context_filter_keypress(), and reset_im_context().

	These were added in GTK+ 2.22.

2010-06-23  Murray Cumming  <murrayc@murrayc.com>

	Correct that atkmm dependency version.

	* configure.ac: Correct the required version of atkmm, because I
	corrected it in atkmm.

2010-06-23  Murray Cumming  <murrayc@murrayc.com>

	Manually fix a .defs file to avoid a gmmproc warning.

	* gdk/src/gdk_methods.defs: Fix a broken function-pointer parameter.

2010-06-23  Daniel Elstner  <danielk@openismus.com>

	Split off atkmm into its own separate module

	* atk/, MSVC_Net200[58]/atkmm/: Delete atkmm subdirectories.
	* configure.ac: Remove module definition of atkmm-1.6.  Adjust the
	pkg-config dependencies to pull in an installed atkmm.
	* **/Makefile.am: Remove references to atkmm from the build rules.
	* docs/reference/Doxyfile.in: Remove references to in-tree atkmm.
	* gtk/{gtkmm,gtkmm-uninstalled}.pc.in: Remove atkmm substitutions.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Remove code to output
	definitions for ATK types.

2010-06-21  Chris Kühl  <chrisk@openismus.com>

	Removed InputCondition and regenerated *.defs files

	* gdk/src/gdk_enums.defs: Regenerated
	* gdk/src/gdk_methods.defs: Regenerated
	* gdk/src/types.hg: Removed InputCondition

2010-06-18  Murray Cumming  <murrayc@murrayc.com>

	2.90.3

2010-06-18  Murray Cumming  <murrayc@murrayc.com>

	Menu: Fix the build.

	* gtk/src/menu.ccg: Fix typos in one of my previous commits.

2010-06-16  Murray Cumming  <murrayc@murrayc.com>

	Entry: Added im_context_filter_keypress().

	* gtk/src/entry.hg: Added im_context_filter_keypress(), new in gtk+ 2.22.

2010-06-16  Murray Cumming  <murrayc@murrayc.com>

	Menu::popup and ComboBox::popup(): Add optional device parameter.

	* gtk/src/combobox.hg: popup_for_device(): Rename to popup(). The extra
	parameter is enough.
	* gtk/src/menu.[hg|ccg]: popup(): Add an extra optional Device parameter to
	all 3 method overloads, using the new gtk_menu_popup_for_device() function
	when appropriate.

2010-06-16  Murray Cumming  <murrayc@murrayc.com>

	Added Assistant::commit() and Entry::reset_im_context().

	* gtk/src/assistant.hg: Added commit(), new in gtk+ 2.22.
	* gtk/src/entry.hg: Added reset_im_context(), new in gtk+ 2.22.

2010-06-16  Murray Cumming  <murrayc@murrayc.com>

	Fix the build for latest git master, and add ComboBox::popup_for_device().

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/calendar.hg: select_month, mark_day(), unmark_day().
	* gtk/src/combobox.hg: Added popup_for_device().
	These are only in gtk 3, not gtk 2.2.

2010-06-16  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>

	Do not install gtkmm-demo data

	https://bugzilla.gnome.org/show_bug.cgi?id=621737

2010-06-13  Murray Cumming  <murrayc@murrayc.com>

	IconTheme: Add back get_for_screen().

	* gtk/src/icontheme.hg: Add back get_for_screen() because it does not
	actually seem to be deprecated.

2010-06-10  Murray Cumming  <murrayc@murrayc.com>

	2.90.2

2010-06-10  Murray Cumming  <murrayc@murrayc.com>

	Regenerate function .defs.

	* gdk/src/gdk_methods.defs:
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py so the new
	methods are actually generated.

2010-06-10  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with GTK+ git master, adding and renaming API.

	* configure.ac: Depend on GKT+ 2.90.2.
	* gdk/src/device.hg: Reimplement get_name() get_has_cursor(), get_source(),
	and get_mode() with the new C functions.
	* gdk/src/display.hg: Remove list_devices() and get_core_pointer() because
	they are now deprecated in GTK+.
	* gdk/src/dragcontext.[hg|ccg]: Rename get_targets() to list_targets(),
	and reimplement it with the new C function.
	Reimplement get_actions() and get_suggested_action() with the new C
	functions. Remove accessors for other (now hidden) struct fields.
	* gdk/src/image.hg: Reimplement accessors with the new C functions,
	renaming get_bpp() to get_bytes_per_pixel(), renaming get_bpl() to
	get_bytes_per_line(), and addding get_depth().
	* gdk/src/pixmap.ccg: Hack out use of a struct field to fix the build,
	though this needs attention. See the TODO.
	* gtk/src/box.[hg|ccg]: Remove the children() list because it used
	struct field and strutt type that are now hidden.
	* gtk/src/progressbar.hg: Only include GTK+ headers via gtk.h.
	Remove the unnused ProgressBarStyle enum because GtkProgressBarStyle has
	been removed from GTK+.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Remove mention of GtkProgress.

2010-06-09  Murray Cumming  <murrayc@murrayc.com>

	Remove unused doxygen_to_devhelp.xsl file.

	* docs/reference/doxygen_to_devhelp.xsl: Remove this unused file.
	We use tagfile-to-devhelp2.xsl from mm-common instead.

2010-06-08  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with GTK+ git master, in PrintJob.

	* gtk/src/printjob.ccg: send(): The GError* parameter of the C callback
	function changed to a const GError*. Adapted.

2010-06-08  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with GTK+ git master, in Gtk::Style.

	* gtk/src/gtk_vfuncs.defs:
	* gtk/src/style.hg: Remove the draw_string() vfunc, which was removed from
	GTK+ git master.

2010-05-29  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with GTK+ git master.

	* gdk/src/device.hg: Regenerate with h2defs.py
	* gdk/src/gdk_methods.defs: get_history(): Change an int* parameter to
	guint* to fix the build with git master of GTK+.

2010-05-18  Murray Cumming  <murrayc@murrayc.com>

	2.90.0

2010-05-18  Murray Cumming  <murrayc@murrayc.com>

	Remove the ifdefs that supported building with optional API.

	As discussed on the mailing list, these will be removed from glibmm soon
	anyway. Anybody who really still needs this should tell us.

2010-05-18  Murray Cumming  <murrayc@murrayc.com>

	Remove deprecated method and fix a wrong deprecation.

	* gdk/gdkmm/general.h: Fix wrong merge (by me, weeks ago), which left
	the undeprecated functions marked as deprecated.
	* gtk/src/ruler.hg: Remove deprecated method overload.

2010-05-18  Murray Cumming  <murrayc@murrayc.com>

	configure.ac: Remove check-news.

	* configure.ac: Remove the check-news option, because it makes it harder
	to regularly check that distcheck works.

2010-05-18  Murray Cumming  <murrayc@murrayc.com>

	Fix the build.

	* gtk/src/toolitem.hg: Remove include of now-removed header.

2010-05-18  Murray Cumming  <murrayc@murrayc.com>

	Restore many other changes from the gtkmm-3maybe branch.

	These were apparently lost during the git rebase. The ChangeLog
	entries seem to be correct, however.

2010-05-17  Murray Cumming  <murrayc@murrayc.com>

	filelist.am: Remove the mention of curve.hg and inputdialog.hg

2010-05-17  Murray Cumming  <murrayc@murrayc.com>

	Mark the branch in the ChangeLog

2010-05-12  Murray Cumming  <murrayc@murrayc.com>

	Use gtk+ 3.0 instead of gtk+ 2.0.

	* configure.ac: Change the pkg-config check from gtk+-2.0 to gtk+-3.0.
	Change the gdkmm and gtkmm ABI version to 3.0, so people should change
	their pkg-config checks to gtkmm-3.0.
	* gtk/src/enums.hg: Remove GtkCurveType, which is not in gtk+ 3.0.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Remove previously-deprecated
	types that are not in gtk+ 3.0.

2010-05-12  Murray Cumming  <murrayc@murrayc.com>

	Remove more deprecated methods.

	* gtk/src/filelist.am:
	* gtk/src/curve.[hg|cc]:
	* gtk/src/inputdialog.[hg|ccg]: Removed deprecated classes.
	* gtk/gtkmm/border.h: Removed because this file is now generated.
	* gtk/src/toolbar: Inherit (and implement) from CellLayout.
	* gtk/src/button.hg, fixed.hg, recentmanager.hg, scalebutton.hg,
	toolbar.hg, treeview.hg, treeviewcolumn.hg, widget.hg:
	Removed deprecated methods, discovered by removing undefs.
	* gtk/src/celllayout.hg: Added get_first_cell() as a replacement for
	TreeViewColumn::get_first_cell().
	* gdk/src/event.hg:
	* gdk/src/pixbuf.hg:
	* gdk/src/window.hg:
	* gtk/src/aboutdialog.hg:
	* gtk/src/action.hg:
	* gtk/src/button.hg:
	* gtk/src/calendar.hg:
	* gtk/src/cellrenderer.hg:
	* gtk/src/cellview.hg:
	* gtk/src/menuitem.hg:
	* gtk/src/menutoolbutton.hg:
	* gtk/src/notebook.[hg|ccg]: Removed more undefs and removed deprecated
	methods that it showed.
	* gtk/gtkmm.h: Don't mention the removed curve.h and inputdialog.h files.
	* demos/gtk-demo/example_treeview_treestore.cc:
	* demos/gtk-demo/example_treeview_editable_cells.cc: Adapted.

2010-05-12  Krzesimir Nowak  <qdlacz@gmail.com>

	Wrap GtkBorder as boxed type.

	* gtk/src/border.[hg|ccg]: Wrapped GtkBorder.
	* gtk/src/filelist.am: Added border.hg and border.ccg.
	* gtk/src/entry.hg: Removed a TODO and typedef and included
	border.h.
	* gtk/src/range.[hg|ccg]: Made get_range_border vfunc use
	Gtk::Border& instead of GtkBorder* - this needed wrapping it
	partially by hand by writing custom C callback.
	* tools/m4/convert_gtk.m4: Added conversion macros for Gtk::Border.
	* gtk/gtkmm.h: Added border.h include.
	* MSVC_Net{2005,2008}/gtkmm/gtkmm.vcproj: Added border.h
	and border.cc to build.

2010-05-12  Murray Cumming  <murrayc@murrayc.com>

	Removed newly-deprecated methods.

2010-05-12  Murray Cumming  <murrayc@murrayc.com>

	Removed more deprecated methods.

2010-05-12  Murray Cumming  <murrayc@murrayc.com>

	Use std::string for filenames, instead of ustring, fixing bug #142138.

2010-05-12  Murray Cumming  <murrayc@murrayc.com>

	Removed most deprecated methods.

2010-05-12  Murray Cumming  <murrayc@murrayc.com>

	Removed deprecated classes.

	* gtk/src/combo.[hg|ccg]:
	* gtk/src/fileselection.[hg|ccg]:
	* gtk/src/optionmenu.[hg|ccg]:
	* gtk/src/progress.[hg|ccg]:
	* gtk/src/tooltips.[hg|ccg]: Removed these deprecated classes.
	* gtk/src/inputdialog.[hg|ccg]:
	* gtk/src/menutoolbutton.[hg|ccg]:
	* gtk/src/eventbox.[hg|ccg]:
	* gtk/src/toolitem.[hg|ccg]:
	* gtk/src/toolbart.[hg|ccg]: Removed uses of these classes.

2010-05-12  Murray Cumming  <murrayc@murrayc.com>

	Inherit Buildable.

	* gtk/src/buildable.[hg|ccg]: Added this interface.
	* gtk/src/action.[hg|ccg]:
	* gtk/src/actiongroup.[hg|ccg]:
	* gtk/src/liststore.[hg|ccg]:
	* gtk/src/sizegroup.[hg|ccg]:
	* gtk/src/treestore.[hg|ccg]:
	* gtk/src/widget.[hg|ccg]: Inherit and Implement Buildable.

2010-05-12  Murray Cumming  <murrayc@murrayc.com>

	Inherit Activatable, and some build fixes.

	* gtk/src/button.hg:
	* gtk/src/menuitem.hg:
	* gtk/src/recentchoosermenu.hg:
	* gtk/src/toolbutton.hg:
	* gtk/src/toolitem.hg: Inherit and Implement Activatable.

	* gtk/src/iconview.hg:
	* gtk/src/treeviewcolumn.hg:
	* gtk/src/entrycompletion.hg: Correct the _IMPLEMENTS_INTERFACE() spelling to
	fix the build.
	* gtk/src/separator.hg: Include orientable.h to fix the build.

2010-05-12  Murray Cumming  <murrayc@murrayc.com>

	Fixed build, plus some const changes.

	* gdk/src/*.hg: Fixed build errors caused by previous changes.
	Some const changes that were not possible without breaking ABI.
	Not sure exactly what because I cannot get git to give me a diff.

2010-05-12  Murray Cumming  <murrayc@murrayc.com>

	Derive classes from CellLayout, CellEditable, and Orientable.

	* gtk/src/accelgroup.hg:
	* gtk/src/actiongroup.hg:
	* gtk/src/clipboard.hg:
	* gtk/src/cellrenderercombo.hg: Put back the no_default_handler option
	because the C structs have no default handlers.

	* gtk/src/box.hg:
	* gtk/src/buttonbox.hg:
	* gtk/src/paned.hg:
	* gtk/src/ruler.hg:
	* gtk/src/scalebutton.hg:
	* gtk/src/scrollbar.hg:
	* gtk/src/separator.hg:
	* gtk/src/spinbutton.hg: Derive from Orientable.

	* gtk/src/combobox.hg: Derived from CellEditable.

	* gtk/src/entrycompletion.hg:
	* gtk/src/iconview.hg:
	* gtk/src/treeviewcolumn.hg: Derive from CellLayout.

2010-05-12  Murray Cumming  <murrayc@murrayc.com>

	Remove uses of no_default_handler.

	* gdk/src/pixbufloader.hg:
	* gtk/src/accelgroup.hg:
	* gtk/src/actiongroup.hg:
	* gtk/src/cellrenderer.hg:
	* gtk/src/cellrenderercombo.hg:
	* gtk/src/clipboard.hg:
	* gtk/src/entry.hg:
	* gtk/src/entrycompletion.hg:
	* gtk/src/filechooser.hg:
	* gtk/src/filechooserbutton.hg:
	* gtk/src/menushell.hg:
	* gtk/src/notebook.hg:
	* gtk/src/range.hg:
	* gtk/src/recentchooser.hg:
	* gtk/src/spinbutton.hg:
	* gtk/src/statusicon.hg:
	* gtk/src/textbuffer.hg:
	* gtk/src/toolitem.hg:
	* gtk/src/uimanager.hg:
	* gtk/src/widget.hg: Remove use of the no_default_handler option with
	_WRAP_SIGNAL(), breaking ABI by adding virtual methods.

	This is the gtkmm-3maybe branch, for API/ABI breaking changes, for a possible
	future gtkmm-3.0.

2010-05-04  Murray Cumming  <murrayc@murrayc.com>

	2.20.3

2010-05-04  Murray Cumming  <murrayc@murrayc.com>

	FileChooser::get_filter(): Don't ref the result.

	* gtk/src/filechooser.hg: get_filter(): Don't ref the GtkFilter results,
	because it is a GtkObject, not just a GObject, and we should not
	reference-count GtkObjects. This does _not_ fix bug #583481 though.

2010-04-27  David King  <davidk@openismus.com>

	Link change in main page documentation

2010-04-23  Murray Cumming  <murrayc@murrayc.com>

	Fix typo.

2010-04-23  Murray Cumming  <murrayc@murrayc.com>

	Fix typo.

2010-04-23  Murray Cumming  <murrayc@murrayc.com>

	Minor main page changes.

2010-04-23  David King  <davidk@openismus.com>

	Improvements to main page documentation

	* gtk/gtkmm.h: Links to groups and external websites. Compilation
	example.

2010-04-16  Shaun McCance  <shaunm@gnome.org>

	[gtkmm.doap] Fixed invalid multiple objects on RDF properties

2010-04-16  David King  <davidk@openismus.com>

	Add main page to Doxygen documentation

	* docs/Makefile.am: Parse gtk/gtkmm.h for documentation.
	* gtk/gtkmm.h: Add main page to Doxygen documentation.

2010-04-16  Murray Cumming  <murrayc@murrayc.com>

	2.20.2

2010-04-13  José Alburquerque  <jaalburqu@svn.gnome.org>

	gdk_docs.xml: Another regeneration because of parsing errors.

	* gdk/src/gdk_docs.xml: Regenerate once more to avoid parsing errors
	caused by &...; expressions that don't make sense to gmmproc.

2010-04-11  José Alburquerque  <jaalburqu@svn.gnome.org>

	Regenerate docs once more to fix comment errors.

	* gdk/src/gdk_docs.xml:
	* gtk/src/gtk_docs.xml: Regenerated after fixing the
	docextract_to_xml.py script to handle C++ multi-line comments in
	function descriptions that include sample C++ code.

2010-04-11  José Alburquerque  <jaalburqu@svn.gnome.org>

	Regenerate docs with the new docextract_to_xml.py script.

	* atk/src/atk_docs.xml:
	* gdk/src/gdk_docs.xml:
	* gtk/src/gtk_docs.xml: Regenerated with the new documentation
	extraction script to take advantage of the new generation method it
	uses.

2010-04-07  Murray Cumming  <murrayc@murrayc.com>

	2.20.1

2010-04-07  Murray Cumming  <murrayc@murrayc.com>

	Builder: Complete the exceptions thrown documentation.

	* gtk/src/builder.hg: Completed the @throws lines now that GtkBuilder
	has documentation about the GError domains that it throws.
	This fixed bug #548022 (Alexander Shaduri).

2010-04-07  Murray Cumming  <murrayc@murrayc.com>

	API reference documentation: Remove gobjection-introspection annotations.

	* gdk/src/gdk_docs.xml:
	* gtk/src/gtk_docs.xml: Use regexxer to remove the gobject-introspection
	annotations so they do not appear in the generated HTML. In future, we will
	stop these from even getting in to the XML.

2010-04-07  Murray Cumming  <murrayc@murrayc.com>

	Really fix the @newin2p* in the *_override.xml files.

	* gdk/src/gdk_docs_override.xml:
	* gtk/src/gtk_docs_override.xml: Use GTK+'s original Since: syntax here
	instead of @newin{2,*} because that is what our parser currently expects.
	Otherewise it is interpreted as a parameter name.

2010-04-07  Murray Cumming  <murrayc@murrayc.com>

	Replace some @newin2p* with @newin{2,*}.

	* gdk/src/gdk_docs_override.xml:
	* gtk/src/gtk_docs_override.xml: Replaces uses of the old @newin2p* with
	@newin{2,*} after I noticed it in generated HTML.

2010-04-06  Murray Cumming  <murrayc@murrayc.com>

	RecentAction: Fix the constructor that takes a RecentManager.

	* gtk/src/recentaction.hg: Constructor: Rename the manager parameter to
	recent_manager, so that gmmproc generates code that uses the correct
	property name.
	This fixes bug #612900 (Morten Skaaning)

2010-04-06  Murray Cumming  <murrayc@murrayc.com>

	TreeRowReference::get_model(): Correct the reference counting.

	* gtk/src/treerowreference.hg: get_model(): Add a refreturn.
	This fixes bug #611814 (Kamil Renczewski)

2010-04-03  Armin Burgmeier  <armin@arbur.net>

	Update installer files for 2.20

2010-04-03  Armin Burgmeier  <armin@arbur.net>

	* win32_installer/gtkmm-vc80-2_4.vsprops:
	* win32_installer/gtkmm-vc80-d-2_4.vsprops:
	* win32_installer/gtkmm-vc90-2_4.vsprops:
	* win32_installer/gtkmm-vc90-d-2_4.vsprops: Remove iconv.lib which is
	no longer required by the libxml2 binary.

	* win32_installer/install-msvc-module:
	* win32_installer/gtkmm-installer.nsi.in: Update for the 2.20
	installer.

2010-04-03  Armin Burgmeier  <armin@arbur.net>

	Ifdef out inclusion of files no longer installed on Windows

2010-04-03  Armin Burgmeier  <armin@arbur.net>

	* gtk/gtkmm.h: Ifdef out inclusion of files that are no longer
	installed on Windows.

2010-04-03  Armin Burgmeier  <armin@arbur.net>

	Update MSVC project files

2010-04-03  Armin Burgmeier  <armin@arbur.net>

	* MSVC_Net2005/gtkmm/gtkmm.vcproj:
	* MSVC_Net2008/gtkmm/gtkmm.vcproj: Add the new source files to the
	projects.

2010-03-29  Murray Cumming  <murrayc@murrayc.com>

	2.20.0

2010-03-23  Murray Cumming  <murrayc@murrayc.com>

	Fix small API problems found by Jonathan Jongsma.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Add ToolPalette, ToolItemGroup,
	OffscreenWindow.
	* gtk/src/gtk_signals.defs: Add new .defs.

	* gtk/src/offscreenwindow.hg: Added const versions of get_pixbuf() and
	get_pixmap()
	* gtk/src/range.hg: Make get_slider_range() const.
	* gtk/src/spinner.hg:
	* gtk/src/toolitemgroup.hg: Add @newin tags.
	* gtk/src/toolpalette.hg: Fix a double @@ in the newin tag.
	Remove exclusive property (it is really a child property).
	Derive from (and implement) ToolShell.

2010-03-22  Murray Cumming  <murrayc@murrayc.com>

	Added a const version of get_drop_item().

2010-03-19  Murray Cumming  <murrayc@murrayc.com>

	Regenerated C documentation XML files.

	* gdk/src/gdk_docs.xml:
	* gtk/src/gtk_docs.xml: Regenerated.

2010-03-19  Murray Cumming  <murrayc@murrayc.com>

	Comments changes.

2010-03-18  Murray Cumming  <murrayc@murrayc.com>

	Demo: Fix use of deprecated API.

	* configure.ac: Add PANGOMM to the list of deprecations to check for.
	* demos/Makefile.am: Add GTKMM's own deprecation defines so we don't ever use
	deprecated API in this code.
	* demos/gtk-demo/example_colorsel.cc:
	* demos/gtk-demo/example_uimanager.cc: Correct use of deprecated API.

2010-03-18  Murray Cumming  <murrayc@murrayc.com>

	2.19.7

2010-03-17  Murray Cumming  <murrayc@murrayc.com>

	gdk/src/screen.hg: Added get_primary_monitor().

2010-03-17  Murray Cumming  <murrayc@murrayc.com>

	Added some methods.

	* gdk/src/gdk_pixbuf.defs: Regenerated and moved to gdk_pixbuf_methods.defs.
	* gdk/src/filelist.am:
	* gdk/src/gdk.defs: Updated appropriately.
	* gdk/src/gdk_methods.defs: Regenerated with h2defs.py.
	* gdk/src/window.hg: Added flush().
	* gtk/src/statusbar.hg: Added get_message_area().
	* gtk/src/toolitem.hg: Added get_ellipsize_mode().
	* gtk/src/toolitemgroup.hg: Added get_label_widget().

2010-03-16  Murray Cumming  <murrayc@murrayc.com>

	ToolItem, ToolShell: Wrapped new C functions.

	* gtk/src/toolitem.hg: Added  get_text_alignment(), get_text_orientation(),
	get_text_size_group().
	* gtk/src/toolshell.hg: Added  get_text_orientation(), get_text_alignment(),
	get_ellipsize_mode(), get_text_size_group()
	* tools/m4/convert_gtk.m4: Added SizeGroup conversions.

2010-03-16  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with -DGSEAL_ENABLE.

	* configure.ac: Add -DGSEAL_ENABLE to the fatal warnings.
	* gtk/gtkmm/radiobuttongroup.cc:
	* gtk/src/bin.[hg|ccg]:
	* gtk/src/box.[hg|ccg]:
	* gtk/src/buttonbox.ccg:
	* gtk/src/buttonbox.hg:
	* gtk/src/colorselection.[hg|ccg]:
	* gtk/src/fontselection.hg:
	* gtk/src/handlebox.[hg|ccg]:
	* gtk/src/inputdialog.hg:
	* gtk/src/menushell.hg:
	* gtk/src/messagedialog.ccg:
	* gtk/src/notebook.hg:
	* gtk/src/ruler.[hg|ccg]:
	* gtk/src/scrolledwindow.hg:
	* gtk/src/selectiondata.ccg:
	* gtk/src/table.hg:
	* gtk/src/tearoffmenuitem.hg:
	* gtk/src/textview.hg:
	* gtk/src/widget.[hg|ccg]: Replace uses of GSEAL()ed struct fields where
	possible by using new C functions. But some have no replacement so
	we must undef GSEAL_ENABLE in the .cpp file to keep our now-deprecated API.

	* gtk/src/printer.hg: Add get_hard_margins().
	* gtk/src/viewport.hg: Added get_bin_window().
	* gtk/src/window.[hg|ccg]: Added get_window_type(), deprecating
	get_is_toplevel() and get_is_popup(). Removed get_is_dialog() because it
	never had any implmentation, so nobody could be using it.

2010-03-10  Murray Cumming  <murrayc@murrayc.com>

	ToolPalette: Make some getter methods const.

	* gtk/src/toolpalette.hg: get_expand(), get_icon_size(): Make these const.

2010-03-10  Murray Cumming  <murrayc@murrayc.com>

	Window: Added unset_transient_for().

	* gtk/src/window.[hg|ccg]: Added unset_transient_for() now that the
	documentation of the C function says that an arg can be NULL and what it means.

2010-03-10  Murray Cumming  <murrayc@murrayc.com>

	Correct @newin2p* to @newin{2,*}.

2010-02-24  Murray Cumming  <murrayc@murrayc.com>

	2.19.6

2010-02-23  Murray Cumming  <murrayc@murrayc.com>

	Added Added set_icon(Gio::Icon). Regenerated signal/properties defs.

	* gtk/src/gtk_signals.defs: Regenerated (Well, copied regenerated
	parts in to it) with extra_defs_gen.
	* gtk/src/tooltip.hg: Added set_icon(Gio::Icon).

2010-02-23  Murray Cumming  <murrayc@murrayc.com>

	Added new methods to wrap new C functions.

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py
	* gtk/src/paned.hg: Added get_handle_window().
	* gtk/src/widget.[hg|ccg]: get_requisition(): Reimplemented with the
	new gtk_widget_get_requisition() function.
	Added set/get_realized(), set/get_mapped() and style_attach().

2010-02-01  Murray Cumming  <murrayc@murrayc.com>

	Use Glib::wrap() instead of ->gobj().

	* gdk/src/*.ccg:
	* gtk/src/*.ccg: Use Glib::wrap() instead of ->gobj() in some places,
	so we are generally more forgiving of null RefPtrs<>, particular in case we
	have forgotten to wrap may-be-null parameters as extra method overrides.

2010-01-28  Murray Cumming  <murrayc@murrayc.com>

	Action: Undeprecate some methods.

	* gtk/src/action.hg: Do not deprecate connect_proxy(),
	disconnect_proxy(), block_activate_from() and unblock_activate_from(),
	because we cannot derive existing classes from Activatable (their
	replacement) until we can break ABI.
	Fixes bug #608109 (David Trowbridge)

2010-01-27  Murray Cumming  <murrayc@murrayc.com>

	EntryBuffer: Actually use GtkEntryBuffer.

	* gtk/src/entrybuffer.hg: Use GtkEntryBuffer, not GtkTextBuffer,
	avoiding a wanting about registering the same type twice.
	Remove useless TextBuffer-relatated includes.

2010-01-27  Murray Cumming  <murrayc@murrayc.com>

	Widget: Un-deprecate get_action().

	* gtk/src/widget.hg: get_action(): Do not deprecate this because we
	cannot yet use its replacement (adding Activatable as a base class).
	Do not try to wrap a gtk_widget_get_related_action() function which
	no longer exists, if it ever did.
	* gtk/src/activatable.hg: Add a TODO to use this, though we
	already have TODOs on the widgets that should use it when we can break
	ABI.

2010-01-26  Murray Cumming  <murrayc@murrayc.com>

	2.19.4

2010-01-25  Murray Cumming  <murrayc@murrayc.com>

	Range, StatusIcon: Added new methods.

	* gtk/src/gtk_methods.defs: Regnerated with h2defs.py
	* gtk/src/range.[hg|ccg]: Added get/set_slider_size_fixed(),
	get/set_min_slider_size(), get_slider_range(), get_range_rect().
	* gtk/src/statusicon.hg: Added set_name()

2010-01-25  Murray Cumming  <murrayc@murrayc.com>

	Added EntryBuffer and used it in the Entry API.

	* gtk/src/entrybuffer.[hg|cc]: Added EntryBuffer. GtkEntryBuffer was
	actually added to GTK+ 2.18, but we didn't wrap it until now.
	* gtk/src/entry.hg: Aded get/set_buffer(), propery, and new constructor.

2010-01-25  Murray Cumming  <murrayc@murrayc.com>

	Entry: Added get_text_window() and get_icon_window().

	* gtk/src/entry.hg: Added get_text_window() and get_icon_window().

2010-01-19  Murray Cumming  <murrayc@murrayc.com>

	Updated gtk_docs.xml to get API reference for new methods.

	* gtk/src/gtk_docs.xml: Regnerated with docextract_to_xml.py.

2010-01-19  Murray Cumming  <murrayc@murrayc.com>

	Wrapped some new GTK+ functions.

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py
	* gtk/src/action.hg: Added get/set_always_show_image() and property.
	* gtk/src/fontselection.hg: Added get_family_list(), get_face_list(),
	get_size_list(). Reimplemented get_size_entry() and get_preview_entry()
	using new functions instead of struct fields.
	Added get_family() and get_face().
	* tools/m4/convert_pango.m4: Added necessary FontFace and FontFamily
	conversions.
	* gtk/src/printcontext.hg: Added get_hard_margins().
	* gtk/src/widget.[hg|ccg]: Added has_rc_style(), wrapping the new C function,
	deprecating rc_style().
	* gtk/src/window.hg: Added get_icon_name() and icon_name property.
	* gtk/src/toolpalette.hg: set_drag_source(), add_drag_dest():
	Add suitable default parameter values.

2010-01-16  Murray Cumming  <murrayc@murrayc.com>

	Correct ChangeLog

2010-01-16  Murray Cumming  <murrayc@murrayc.com>

	ToolItemGroup: Slight API improvements.

	* gtk/src/toolitemgroup.[hg|ccg]: Added insert() with no position parameter.
	get_item_position(): Made this const.

2010-01-14  Murray Cumming  <murrayc@murrayc.com>

	Added OffscreenWindow. Added Window::get/set_mnemonics_visible().

	* gtk/src/offscreenwindow.[hg|ccg]: Added this, wrapping
	GtkOffscreenWindow.
	* gtk/gtkmm.h: Include offscreenwindow.h.
	* gtk/src/window.hg: Added get/set_mnemonics_visible().
	Added mnemonics, accept-focus, and focus-on-map properties.

2010-01-14  Murray Cumming  <murrayc@murrayc.com>

	Fix build with latest GTK+.

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py
	* gtk/src/toolpalette.hg: Fix the build with latest GTK+.
	* tools/m4/convert_gtk.m4: Added necessary conversions.

2010-01-05  Murray Cumming  <murrayc@murrayc.com>

	Deprecate some methods that wrap deprecated C functions.

	* gtk/src/button.hg:
	* gtk/src/notebook.[hg|ccg]:
	* gtk/src/recentmanager.hg:
	* gtk/src/scalebutton.hg:
	* gtk/src/widget.[hg|ccg]: Deprecate some more methods, noticed in the
	gtkmm-3maybe branch, where there are no undefs.

2010-01-04  Murray Cumming  <murrayc@murrayc.com>

	2.19.2

2010-01-04  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with new GTK+ deprecations, when using fatal warnings.

	* gtk/src/button.hg: Use undef to fix the build with deprecated
	gtk_button_clicked() and friends. Deprecate the C++ methods.
	* gtk/src/fixed.hg:  Use undef to fix the build with deprecated
	gtk_fixed_set_has_window() and gtk_fixed_get_has_window().
	Deprecate the C++ methods.
	* gtk/src/filelist.am:
	* gtk/src/curve.hg:
	* gtk/src/inputdialog.hg: Use undef to fix the build now that these are
	deprecated in GTK+. Deprecate it in gtkmm.

2009-12-30  Murray Cumming  <murrayc@murrayc.com>

	Correct the ChangeLog

2009-12-30  Murray Cumming  <murrayc@murrayc.com>

	Gdk::Window::get_default_root_window(): Correct the reference counting.

	* gdk/src/window.hg: get_default_root_window(): Use refreturn to
	correct ref the result.
	Bug #603852 (Mikko Rasa).

2009-12-22  Murray Cumming  <murrayc@murrayc.com>

	Added and used ToolItemGroup.

	* gtk/src/toolitemgroup.[hg|ccg]: Added this GtkToolItemGroup wrapper.
	* gtk/src/toolitem.hg: Use ToolItemGroup instead of Widget.
	See https://bugzilla.gnome.org/show_bug.cgi?id=567729#c37

2009-12-21  Murray Cumming  <murrayc@murrayc.com>

	ToolPalette: Added drag methods.

	* tools/m4/convert_gtk.m4:
	* gtk/src/toolpalette.hg: Added get_drag_item(), get_drag_target_item(),
	and get_drag_target_group().

2009-12-17  Krzesimir Nowak  <qdlacz@gmail.com>

	Make getting Gtk::Border style properties work.

	* gtk/gtkmm/border.h: Created separate header file for Gtk::Border.
	It contains a typedef and Glib::Value specialization
	for Gtk::Border.
	* gtk/gtkmm/filelist.am: Added border.h to gtkmm_files_extra_h.
	* gtk/gtkmm.h: Included the new border.h header.
	* gtk/src/entry.hg: Removed Gtk::Border typedef and included
	border.h.
	* gtk/src/range.hg: get_range_border() vfunc now uses Gtk::Border*
	instead of GtkBorder*. Written proper conversions for this.
	* MSVC_NET{2005,2008}/gtkmm/gtkmm.vcproj: Added border.h.

2009-12-17  Murray Cumming  <murrayc@murrayc.com>

	Added ToolPalette.

	* gtk/src/gtk_enums.defs: Regenerated with enums.pl.
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/toolpalette.[hg|ccg]: An initial wrapper for GtkToolPalette.
	* gtk/gtkmm.h: Include the new toolpalette.h header.

2009-12-16  Armin Burgmeier  <armin@arbur.net>

	Add missing files to installer, warn about paths containing space characters

2009-12-16  Armin Burgmeier  <armin@arbur.net>

	* win32_installer/translations/english.nsh:
	* win32_installer/translations/french.nsh:
	* win32_installer/translations/simpchinese.nsh: Added a new string
	recommending to choose a path not containing spaces for pkg-config to
	work.

	* win32_installer/gtkmm-installer.nsi.in: Show that string on the
	installation directory page. Also remove libxml2 and libgail-util
	documentation shortcuts from start menu on uninstall, and added
	pangommconfig.h and fontconfig.pc to the installer.

2009-12-10  Krzesimir Nowak  <qdlacz@gmail.com>

	Fix warnings.

	* gdk/src/window.hg: Removed extra colons at offscreen methods to
	avoid warnings.

2009-12-04  José Alburquerque  <jaalburqu@svn.gnome.org>

	Gtk::Builder: Correct tab typos.

2009-12-04  José Alburquerque  <jaalburqu@svn.gnome.org>

	Make build successful when exceptions, vfuncs, etc. are disabled.

	* gtk/src/builder.hg:
	* gtk/src/builder.ccg: Included definitions and code for Glib::Error
	methods for when exceptions are disabled.
	(get_type_from_name_vfunc_callback): Wrap around #ifdefs for when
	vfuncs are not enabled.
	* gtk/src/menushell.ccg:
	* gtk/src/menushell.hg: Removed unneeded #endif and #ifdefs.
	(MenuShell_Class::insert_vfunc_callback):  Wrap around #ifdefs for
	when vfuncs are not enabled.

2009-12-03  Murray Cumming  <murrayc@murrayc.com>

	Gdk::Window: Add get/set_offscreen_embedder() and get_offscreen_pixmap().

	* gdk/src/window.hg: Add get/set_offscreen_embedder() and
	get_offscreen_pixmap(), suggested by Oscar Lazzarino.

2009-11-27  Benjamin Herr  <ben@0x539.de>

	Gdk::PixbufAnimationIter: Make the methods public.

	* gdk/src/pixbufanimationiter.hg: Made get_delay_time(), get_pixbuf(),
	on_currently_loading_frame() and advance() public instead of
	protected, as is necessary to actually use them.
	Bug #598484.

2009-11-27  Debarshi Ray  <debarshir@src.gnome.org>

	Added Dialog::get_widget_for_response().

	* gtk/src/dialog.hg: Added get_widget_for_response(), wrapping
	gtk_dialog_get_widget_for_response().
	* gtk/src/gtk_methods.defs: Added the C function definition.
	Bug #600411.

2009-11-27  Murray Cumming  <murrayc@murrayc.com>

	Marked the branch in the ChangeLog

2009-11-27  Debarshi Ray  <debarshir@src.gnome.org>

	Add CellRendererSpin and Spinner.

	* gtk/src/cellrenderspin.[hg|ccg]:
	* gtk/src/spinner.[hg|ccg]: New files, wrapping new C API.
	* gtk/src/gtk_methods.defs:
	* gtk/src/gtk_signals.defs:
	* tools/extra_defs_gen/generate_defs_gtk.cc: Add new definitions of the
	C API.
	* gtk/gtkmm.h: Include the new headers.
	* configure.ac: Require a newer version of GTK+.
	Bug #598715.

2009-10-30  Murray Cumming  <murrayc@murrayc.com>

	VPaned documentation now says that it's vertical.

	* gtk/src/paned.hg: Correct the VPaned documentation to say that it
	is vertical rather than horizontal. Fixes bug #598653 (merenyi).

2009-10-28  Armin Burgmeier  <armin@arbur.net>

	Add some more new files from the GTK+ bundle to the installer

2009-10-27  Armin Burgmeier  <armin@arbur.net>

	* win32_installer/gtkmm-installer.nsi.in: Add a bunch of new include
	files in the GTK+ bundle to the installer, as well as gail.pc.

2009-10-27  Armin Burgmeier  <armin@arbur.net>

	Update MSVC projects and installer scripts for 2.18

2009-10-27  Armin Burgmeier  <armin@arbur.net>

	* MSVC_Net2005/gtkmm/gtkmm.vcproj:
	* MSVC_Net2008/gtkmm/gtkmm.vcproj: Added infobar.{h,cc} to the
	project.

	* win32_installer/build-installer: Don't copy /bundle/contrib since
	this does not exist anymore in more recent GTK+ bundles.

	* win32_installer/install-msvc-module:
	* win32_installer/gtkmm-installer.nsi.in: Update for GTK+ 2.18 and
	gtkmm 2.18.

2009-10-18  Daniel Elstner  <daniel.kitta@gmail.com>

	Correct Gtk::TreeModelColumnRecord documentation

	* gtk/gtkmm/treemodelcolumn.h (Gtk::TreeModelColumnRecord): Remove
	bogus sentence vaguely cautioning against the use of static variables
	to implement singletons.  Reword the preceding sentence to avoid this
	sort of misunderstanding.

2009-10-14  David King  <davidk@openismus.com>

	Change return type of Gtk::Dialog::get_action_area(), bug #597779

	* gtk/src/dialog.hg: Change return type of
	Gtk::Dialog::get_action_area() to Gtk::ButtonBox* from Gtk::HButtonBox*
	to fix breakage on Maemo Fremantle. Fixes bug #597779.
	* tools/m4/convert_gtk.m4: New conversion from GtkWidget* to
	Gtk::ButtonBox*.

2009-10-04  Daniel Elstner  <daniel.kitta@gmail.com>

	Increment version to 2.18.2 and update news

	* configure.ac (AC_INIT): Increment version to 2.18.2.
	(LIBGTKMM_SO_VERSION): Reset revision and increment current and
	age to indicate that API has been added to the library.
	({ATK,GDK,GTK}MM_MODULES): Tighten module version requirements
	to the recent stable releases of every module.
	(MM_PREREQ): Require mm-common 0.8.
	* NEWS: Write news entry for the gtkmm 2.18.2 release.

2009-10-04  Daniel Elstner  <daniel.kitta@gmail.com>

	Resurrect Widget::can_default() and can_focus()

	* gtk/src/widget.{ccg,hg} (Gtk::Widget::can_default): Wrap using
	_WRAP_METHOD(), thereby reintroducing the accidentally removed
	method implementation.
	(can_focus): Use _WRAP_METHOD() to bring back both the declaration
	and the implementation of this accidentally removed method.
	(get_allocation): Properly implement the accessor in terms of
	gtk_widget_get_allocation().

2009-09-22  José Alburquerque  <jaalburqu@svn.gnome.org>

	gtkmm.h: Add infobar.h to list of includes.

	* gtk/gtkmm.h: Add infobar.h.

2009-09-21  Murray Cumming  <murrayc@murrayc.com>

	2.18.1

2009-09-21  Murray Cumming  <murrayc@murrayc.com>

	Remove old and unmaintained (major) CHANGES file.

2009-09-21  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/recentmanager.hg: Do not deprecate get_default(). This was a mistake in Daniel's commit on 2009-09-18.

2009-09-21  Murray Cumming  <murrayc@murrayc.com>

	gtk/src/gtk_docs.xml: Regenerated.

2009-09-21  Murray Cumming  <murrayc@murrayc.com>

	Regenerate enums .defs.

	* gdk/src/gdk_enums.defs:
	* gtk/src/gtk_enums.defs: Regenerated.
	This adds a Gdk::CURSOR_BLANK, as requested in bug #591029 (Hammered).

2009-09-21  Murray Cumming  <murrayc@murrayc.com>

	style.hg: get_style_property(): Use const_cast to maybe avoid a (correct) compiler error with the Intel C++ compiler. Bug #594171 (Alexander Shaduri).

	* gdk/src/gdk_methods.defs: Comment out an unused broken definition.

2009-09-20  Daniel Elstner  <daniel.kitta@gmail.com>

	Support Automake silent rules

	* configure.ac: Call the AM_SILENT_RULES macro if it is defined.
	(MM_INIT_MODULE): Move block below Automake initialization.
	* autogen.sh: Pass --verbose option to autoreconf.

2009-09-18  Daniel Elstner  <danielk@openismus.com>

	Fix build with deprecated C API disabled

	* tools/extra_defs_gen/generate_defs_gtk.cc: Undefine the macros
	{ATK,GDK,GTK}_DISABLE_DEPRECATED before including the GTK+ headers,
	so that all extra defs can be generated even in fatal warnings mode.
	* {atk,gdk,gtk}/src/*.hg: For all source files which contain calls
	to deprecated functions of the C API, inject an #undef preprocessor
	statement before any header includes to make the deprecated API
	visible when building gtkmm itself.  Mark C++ methods as deprecated
	where appropriate, but generally only when a replacement is already
	available.  Also correct a lot of whitespace errors along the way.

2009-09-18  Daniel Elstner  <danielk@openismus.com>

	Insert missing Autoconf macro argument separator

	* configure.ac (GTKMM_WXXFLAGS): Insert the missing argument
	separator between the third and fourth macro arguments.  This
	means the deprecation macros are now defined correctly again
	when building in fatal warnings mode.

2009-09-18  Murray Cumming  <murrayc@murrayc.com>

	Add a TODO comment about get_cursor().

2009-09-17  Daniel Elstner  <danielk@openismus.com>

	Update Doxygen configuration for Doxygen 1.6.1

	* docs/reference/Doxyfile.in: Update configuration for Doxygen 1.6.1.
	(SORT_MEMBERS_CTORS_1ST): Set to YES.

2009-09-17  Daniel Elstner  <danielk@openismus.com>

	Remove empty api_status.txt file

2009-09-17  Murray Cumming  <murrayc@murrayc.com>

	Require a recent pangomm.

	* configure.ac: Require a recent pangomm version, because gtkmmconfig.h
	now requires the new pangommconfig.h. This was a (correct) side-effect
	of using the new mm-common build system, I think. Bug #593049
	(Frederic Peters).

2009-09-15  Daniel Elstner  <danielk@openismus.com>

	Correct misuse of container handle (bgo #586626)

	* gtk/src/clipboard.{ccg,hg} (Clipboard::wait_for_targets): Create
	an intermediate array of allocated C strings and transfer ownership
	on return, instead of trying to returned a handle to a container
	with local scope.  (Based on patch by Peter Clifton.)
	(SignalProxy_TargetsReceived_gtk_callback): Correct another misuse
	of the container handles similar to the above, except for the crash.
	(SignalProxy_RichTextReceived_gtk_callback): Simplify the code and
	plug a memory leak in the event of an exception.

2009-09-08  Murray Cumming  <murrayc@murrayc.com>

	window.hg: Added set_icon_name().

2009-09-08  Murray Cumming  <murrayc@murrayc.com>

	enums.hg: Include gtkmmconfig.h because we use  GTKMM_MAEMO_EXTENSIONS_ENABLED.

2009-09-07  Daniel Elstner  <danielk@openismus.com>

	Delete obsolete MAINTAINERS file

2009-09-07  Murray Cumming  <murrayc@murrayc.com>

	2.17.11

2009-09-06  Murray Cumming  <murrayc@murrayc.com>

	gtk/src/infobar.hg: Added class documentation.

2009-09-06  Murray Cumming  <murrayc@murrayc.com>

	Gdk::Window: Wrapped new methods.

	* gdk/src/gdk_methods.defs: Regenerated.
	* gdk/src/window.[hg|cc]: Added redirect_to_drawable(),
	remove_redirection(), geometry_changed(), get_root_coords(), restack().

2009-09-06  Murray Cumming  <murrayc@murrayc.com>

	Put the usual ifdefs around the newly deprecated methods.

2009-09-06  Murray Cumming  <murrayc@murrayc.com>

	Added new getters and a setter.

	* gtk/src/gtk_methods.defs: Regenerated.
	* gtk/src/range.hg: Added get/set_flippable.
	* gtk/src/widget.[hg]: Added get_is_toplevel(), get_is_drawable(),
	get/set_receives_default(), wrapping the new C functions,
	deprecating the hand-coded non get-prefixed versions.

2009-08-28  Daniel Elstner  <danielk@openismus.com>

	Increment version to 2.17.9.3 and update news

	* configure.ac (AC_INIT): Bump version number to 2.17.9.3.
	* NEWS: Write news entry for gtkmm 2.17.9.3.

2009-08-28  Daniel Elstner  <danielk@openismus.com>

	Fix documentation location in pkg-config files

	* {atk,gdk,gtk}/{atk,gdk,gtk}mm{,-uninstalled}.pc.in (htmlrefpub):
	Point to library.gnome.org.

2009-08-28  Daniel Elstner  <danielk@openismus.com>

	Increment version to 2.17.9.2 and update news

	* configure.ac (AC_INIT): Bump version number to 2.17.9.2.
	* NEWS: Write news entry for gtkmm 2.17.9.2.

2009-08-28  Daniel Elstner  <danielk@openismus.com>

	Remove documentation location override

	* docs/Makefile.am (htmlrefpub): Remove variable override as
	the documentation is now hosted on library.gnome.org.  D'oh.

2009-08-28  Daniel Elstner  <danielk@openismus.com>

	Increment version to 2.17.9.1 and update news

	* configure.ac (AC_INIT): Bump version number to 2.17.9.1.
	(AM_INIT_AUTOMAKE): Enable check-news option.
	(MM_PREREQ): Require mm-common 0.7.1.
	* NEWS: Write news entry for gtkmm 2.17.9.1.

2009-08-28  Daniel Elstner  <danielk@openismus.com>

	Use shared mm-common Doxygen style sheet

	* configure.ac (MM_PREREQ): Require mm-common 0.7.
	* docs/reference/Doxyfile.in (HTML_STYLESHEET): Assign path
	to the shared doxygen.css provided by mm-common.

2009-08-28  Daniel Elstner  <danielk@openismus.com>

	Remove header and footer HTML fragments

	* docs/reference/gtkmm_{header,footer}.html_fragment: Delete
	files.  These custom fragments were an unnecessary maintenance
	hassle.  Also, the files were out of date with respect to the
	encoding and CSS classes used by Doxygen.
	* docs/reference/Doxyfile.in (HTML_HEADER), (HTML_FOOTER): Set
	to the empty string.
	(PROJECT_NUMBER): Substitute @PACKAGE_VERSION@.  It does look
	nicer in the generated HTML pages, and is probably also less
	confusing.
	(SORT_GROUP_NAMES): Enable for predictability.
	* docs/Makefile.am (dist_noinst_DATA): Remove deleted HTML
	fragment files.

2009-08-26  Daniel Elstner  <danielk@openismus.com>

	Reenable hierarchy graphs for each class

	* docs/reference/Doxyfile.in (COLLABORATION_GRAPH): Set option
	to YES to enable the per-class inheritance graphs.

2009-08-25  Murray Cumming  <murrayc@murrayc.com>

	2.17.9

2009-08-25  Daniel Elstner  <danielk@openismus.com>

	RecentInfo: Correct get_application_info() so it can actually be used.

	* gtk/src/recentinfo.[hg|ccg]: get_application_info(): Correct the
	app_exec parameter to a Glib::ustring& instead of a
	Glib::StringArrayHandle& app_exec. This method could not have been
	used before without crashing so this is not a real ABI break.
	equal(): Reimplement with _WRAP_METHOD() instead of hand-coding.
	get_applications(), get_length(): Make the implementations more robust
	by using the length parameter.

	Bug #590381

2009-08-25  Murray Cumming  <murrayc@murrayc.com>

	Regenerated C documentation XML and wrapped some new API.

	* gdk/src/gdk_docs.xml:
	* gtk/src/gtk_docs.xml: Regenerated.
	* gtk/src/printoperation.hg: Added update_custom_widget signal.
	* gtk/src/statusicon.hg: Added get/set_title() and property.

2009-08-24  Murray Cumming  <murrayc@murrayc.com>

	Fix an API break.

	* gtk/src/widget.[hg|cc]: Add back is_visible(), deprecated, calling
	get_visible().

2009-08-24  Murray Cumming  <murrayc@murrayc.com>

	Widget, CellRenderer, PrintUnixDialog: Wrapped some new functions.

	* gtk/src/cellrenderer.hg: Added get/set_alignment(),
	get/set_padding(), get/set_visible(),
	get/set_sensitive().
	* gtk/src/cellrenderertoggle.hg: Added set/get_activatable().
	* gtk/src/filechooser.hg: Added get/set_create_folders() and property.
	* gtk/src/label.hg: Added get/set_track_visited_links() and property.
	* gtk/src/menu.hg: Added get/set_reserve_toggle_size() and property.
	* gtk/src/printunixdialog.hg: Added set/get_support_selection(),
	set/get_support_selection(), set/get_has_selection(),
	set/get_embed_page_setup(), s/get_embed_page_setup(), and
	get_page_setup_set().
	* gtk/src/widget.[hg|ccg]:
	is_sensitive(), can_focus(), has_focus(), has_grab(), has_default(),
	is_visible(): Reimplement with new gtk_widget_*() functions.
	sensitive(), double_buffered(), app_paintable(), can_default():
	Deprecated in favour of new get_*() methods.
	Added get/set_has_window().

2009-08-24  Murray Cumming  <murrayc@murrayc.com>

	Regenerated the main .defs files.

	* gtk/src/gtk_enums.defs:
	* gtk/src/gtk_methods.defs:
	* tools/extra_defs_gen/generate_defs_gtk.cc: Added GtkInfoBar.
	* gtk/src/gtk_signals.defs: Regenerated
	* gtk/src/infobar.hg: response signal: Added the parameter.
	* gtk/src/printoperation.hg: Added get/set_embed_page_setup() and
	get_n_pages_to_print() and properties.

2009-08-20  Daniel Elstner  <danielk@openismus.com>

	Rename @since back to @newin

	* docs/reference/Doxyfile.in (ALIASES): Rename the @since alias
	back to its old name @newin, but otherwise keep the parameters.
	Apparently there is a @since command predefined in Doxygen which
	I hadn't noticed.  It does seem to get overridden silently, but
	it is better not to rely on this.
	* g[dt]k/src/*.hg, g[dt]k/g[dt]kmm/*.h: Replace all uses of @since
	with @newin.

2009-08-20  Daniel Elstner  <danielk@openismus.com>

	Do not hard-code API version in resource files

	* MSVC_Net200[58]/atkmm/atkmm.rc.in: Use newer @PACKAGE_VERSION@
	substitution in place of @VERSION@.  Substitute @ATKMM_MODULE_NAME@
	instead of hardcoding the API version.  Replace @GTKMM_*_VERSION@
	substitutions with their @ATKMM_*_VERSION@ equivalents.
	* MSVC_Net200[58]/gdkmm/gdkmm.rc.in: Use newer @PACKAGE_VERSION@
	substitution in place of @VERSION@.  Substitute @GDKMM_MODULE_NAME@
	instead of hardcoding the API version.  Replace @GTKMM_*_VERSION@
	substitutions with their @GDKMM_*_VERSION@ equivalents.
	* MSVC_Net200[58]/gtkmm/gtkmm.rc.in: Use newer @PACKAGE_VERSION@
	substitution in place of @VERSION@.  Substitute @GTKMM_MODULE_NAME@
	instead of hardcoding the API version.

2009-08-20  Daniel Elstner  <danielk@openismus.com>

	Substitute API version in filenames dynamically

	* atk/atkmm.pc.in: Rename file from atk/atkmm-1.6.pc.in.
	* atk/atkmm-uninstalled.pc.in: Rename file from
	atk/atkmm-1.6-uninstalled.pc.in.
	* gdk/gdkmm.pc.in: Rename file from gdk/gdkmm-2.4.pc.in.
	* gdk/gdkmm-uninstalled.pc.in: Rename file from
	gdk/gdkmm-2.4-uninstalled.pc.in.
	* gtk/gtkmm.pc.in: Rename file from gtk/gtkmm-2.4.pc.in.
	* gtk/gtkmm-uninstalled.pc.in: Rename file from
	gtk/gtkmm-2.4-uninstalled.pc.in.
	* configure.ac (AC_CONFIG_FILES): Insert ${ATKMM_MODULE_NAME},
	${GDKMM_MODULE_NAME} and ${GTKMM_MODULE_NAME} into output filenames
	and remove the hard-coded version from the input filenames.
	* {atk,gdk,gtk}/{atk,gdk,gtk}mm/Makefile.am (lib_LTLIBRARIES):
	Substitute @{ATK,GDK,GTK}MM_API_VERSION@ into the libtool archive
	names as well as the variable names derived from them instead of
	hard-coding the API versions.

2009-08-19  Daniel Elstner  <danielk@openismus.com>

	Predefine ATKMM_API and GDKMM_API for Doxygen

	* docs/reference/Doxyfile.in (PREDEFINED): Define the ATKMM_API and
	GDKMM_API macros to the empty expansion, so they won't show up in
	the generated documentation.

2009-08-18  Daniel Elstner  <danielk@openismus.com>

	Use parametric Doxygen alias @since{m,n}

	* docs/reference/Doxyfile.in (ALIASES): Define a parametrized alias
	@since{major,minor} to replace the old @newin?p?* aliases which had
	to be defined manually for every version number used.
	* g[dt]k/src/*.hg, g[dt]k/g[dt]kmm/*.h: Change all occurrences of
	@newin?p?* to @since{m,n}.

2009-08-17  Daniel Elstner  <danielk@openismus.com>

	Define {ATK,GDK,GTK}MM_BUILD macros

	* atk/atkmm/Makefile.am (local_cppflags): Append -DATKMM_BUILD=1.
	* gdk/gdkmm/Makefile.am (local_cppflags): Append -DGDKMM_BUILD=1.
	* gtk/gtkmm/Makefile.am (local_cppflags): Append -DGTKMM_BUILD=1.

2009-08-17  Daniel Elstner  <danielk@openismus.com>

	Make use of new MM_DISABLE_DEPRECATED_API macro

	* configure.ac ({ATK,GDK,GTK}MM_DISABLE_DEPRECATED): Call the
	new MM_ARG_DISABLE_DEPRECATED_API macro from mm-common in
	order to provide the option to omit deprecated API from the
	library build, and to define the corresponding configuration
	macros.

2009-08-17  Daniel Elstner  <danielk@openismus.com>

	Append slash to overridden $(htmlrefpub)

	* docs/Makefile.am (htmlrefpub): Append trailing slash for
	consistency with the non-overridden value.

2009-08-17  Daniel Elstner  <daniel.kitta@gmail.com>

	Define *_DISABLE_DEPRECATED in config header

	* configure.ac ({ATK,GDK,GTK}MM_DISABLE_DEPRECATED): Go back to
	AC_DEFINE() instead of setting DISABLE_DEPRECATED_API_CFLAGS to
	a list of -D options to pass to the compiler.
	* gdk/gdkmmconfig.h.in (GDKMM_DISABLE_DEPRECATED): Copy #undef
	statement from the config.h.in generated by autoheader.
	* gtk/gtkmmconfig.h.in (GTKMM_DISABLE_DEPRECATED): ditto.

2009-08-17  Daniel Elstner  <daniel.kitta@gmail.com>

	Add missing gdkmm dependency to pkg-config file

	* gtk/gtkmm-2.4.pc.in (Requires): List @GDKMM_MODULE_NAME@ as
	a dependency, since it is not among @GTKMM_MODULES@ already.
	* gtk/gtkmm-2.4-uninstalled.in (Requires): Use @GTKMM_MODULES@
	again instead of @GDKMM_MODULES@.

2009-08-16  Daniel Elstner  <daniel.kitta@gmail.com>

	Update and clean up g[dt]kmmconfig.h

	* gdk/gdkmmconfig.h.in (GDKMM_*_VERSION): Add #undef statements
	for the version number component macros.
	* gtk/gtkmmconfig.h.in: Clean up and copy #undef statements from
	the config.h.in file generated by autoheader.

2009-08-16  Daniel Elstner  <daniel.kitta@gmail.com>

	Provide pkg-config files for uninstalled use

	* atk/atkmm-1.6-uninstalled.pc.in: New pkg-config metadata file
	for building against a non-installed library.
	* gdk/gdkmm-2.4-uninstalled.pc.in: ditto,
	* gtk/gtkmm-2.4-uninstalled.pc.in: ditto.
	* configure.ac (GTKMM_REQ_ATKMM): Rename from GTKMM_PC_ATKMM_DEP.
	(GTKMM_REQ_ATKMM_UNINST): Add variant for the uninstalled library.
	(AC_CONFIG_FILES): List new *-uninstalled.pc output files.
	* gtk/gtkmm-2.4.pc.in (Requires): Substitute @GTKMM_REQ_ATKMM@.

2009-08-16  Daniel Elstner  <daniel.kitta@gmail.com>

	Simplify and update for recent mm-common

	* configure.ac: Insert MM_PREREQ([0.4]) macro call.
	(MM_INIT_MODULE): Omit now optional second argument.
	* atk/atkmm-1.6.pc.in, {gdk,gtk}/{gdk,gtk}mm-2.4.pc.in (htmlrefpub):
	Append trailing slash to URL, as per new mm-common recommendation.

2009-08-16  Daniel Elstner  <daniel.kitta@gmail.com>

	Get rid of obsolete GLIBMM_USING_STD()

	* gtk/gtkmm/treemodelcolumn.h: Stop using GLIBMM_USING_STD(), now
	that it has been removed from glibmm.
	* gtk/src/{textbuffer,treeiter,treepath}.hg: ditto.

2009-08-16  Daniel Elstner  <daniel.kitta@gmail.com>

	Rename scripts/ to build/ for consistency

	* build/: Rename directory from scripts/ for consistency with the
	other binding modules that switched to the new build system.
	* configure.ac (AC_CONFIG_AUX_DIR): Change to build/ directory.
	(AC_CONFIG_MACRO_DIR): ditto.
	* Makefile.am (ACLOCAL_AMFLAGS): Include M4 files from build/.
	* {atk,gdk,gtk}/*/Makefile.am: Include mm-common build files from
	$(top_srcdir)/build/.
	* docs/Makefile.am: ditto.

2009-08-13  Daniel Elstner  <danielk@openismus.com>

	Reference new canonical name of cairomm tag file

	* configure.ac (cairomm-1.0.tag): Change from cairomm_doxygen_tags
	to the new canonical name of the cairomm tag file.

2009-08-13  Daniel Elstner  <daniel.kitta@gmail.com>

	Distribute gtk/gtkmm/wrap_init.h

	* gtk/gtkmm/filelist.am (gtkmm_files_extra_h): List wrap_init.h.

2009-08-13  Daniel Elstner  <daniel.kitta@gmail.com>

	Clean up remaining cruft in scripts/

	* Makefile.am (DIST_SUBDIRS): Remove the explicit assignment, and
	have Automake figure it out for itself.
	* configure.ac (AC_CONFIG_FILES): Remove scripts/Makefile output
	file.  Merge the remaining output files into one list, and clean
	up a bit.
	* scripts/Makefile.am: Delete now unused build file.
	* scripts/README: Delete unhelpful text file.
	* scripts/{cxx,cxx_std,dk-warn,docgen,macros}.m4: Delete outdated
	and no longer used Autoconf macro files.

2009-08-13  Daniel Elstner  <daniel.kitta@gmail.com>

	Convert tests/ to non-recursive build

	* configure.ac (AC_CONFIG_FILES): Remove tests/*/Makefile ouputs.
	* tests/Makefile.am: Overhaul, modernize and make non-recursive.
	Build the test program targets on make check instead of make all.
	* tests/*/Makefile.am: Delete now unused build files.
	* tests/Makefile.am_fragment: ditto.
	* docs/Makefile_web.am_fragment: Delete left-over file.

2009-08-13  Daniel Elstner  <daniel.kitta@gmail.com>

	Remove duplicate image files for pixbuf-demo

	* demos/pixbuf-demo.cc: Clean up a few minor things.
	(background_name), (image_names): Prefix "gtk-demo/" to the file
	names so that it can pick up the files from the subdirectory.
	* demos/Makefile.am (dist_democode_DATA): Split into two variables
	$(democode_DATA) and $(dist_democode_DATA) to avoid copying source
	code files twice into the distribution.
	* demos/background.jpg, demos/*.png: Delete duplicate image files.

2009-08-13  Daniel Elstner  <daniel.kitta@gmail.com>

	Bring back demos/ and make it non-recursive

	* configure.ac (AC_CONFIG_FILES): Add output file demos/Makefile.
	* Makefile.am (SUBDIRS): Recurse into demos/ subdirectory again.
	* demos/Makefile.am: Overhaul, modernize and make non-recursive.
	Build the demo program targets on make check instead of make all.
	Install all gtkmm-demo source files, as there is little point in
	not shipping the full compilable set.  Stop installing gtkmm-demo
	for now.  Do we really need this installed?
	* demos/gtk-demo/Makefile.am: Delete now unused file.

2009-08-13  Daniel Elstner  <daniel.kitta@gmail.com>

	Fix GLIBMM vs GTKMM typo

	* gtk/gtkmm/Makefile.am (AM_CXXFLAGS): It's $(GTKMM_WXXFLAGS).

2009-08-12  Daniel Elstner  <danielk@openismus.com>

	Un-invert DISABLE_DEPRECATED_API conditional

	* configure.ac (DISABLE_DEPRECATED_API): Invert the accidentally
	reversed test condition for AM_CONDITIONAL().

2009-08-12  Daniel Elstner  <danielk@openismus.com>

	Remove header dependency of gdkmm on gtkmm

	* gdk/src/dragcontext.hg: Remove #include <gtkmm/stockid.h>, which
	appears to have been left over from an earlier change to avoid the
	dependency.  The problem got caught due to the shortened include
	paths of the new build setup.  Also get rid of a pointless forward
	declaration of Gtk::Widget.

2009-08-12  Daniel Elstner  <danielk@openismus.com>

	Correct tag reference to pangomm

	* configure.ac (MM_ARG_WITH_TAGFILE_DOC): The module name of the
	current pangomm API is pangomm-1.4, not pangomm-2.4.  Ooops.

2009-08-12  Daniel Elstner  <danielk@openismus.com>

	Convert documentation to new build system

	* configure.ac (MM_ARG_ENABLE_DOCUMENTATION): Call macro.
	(MM_ARG_WITH_TAGFILE_DOC): Call once for each tagfile dependency.
	(AC_CONFIG_FILES): Remove output files docs/images/Makefile and
	docs/reference/**/Makefile from the list.
	* Makefile.am (SUBDIRS): Include docs/ conditionally.
	* docs/Makefile.am: Rewrite based upon the new doc-reference.am
	build support file from the mm-common module.
	* docs/reference/Doxyfile.in: Replace with modernized Doxygen
	configuration and adapt to the new mm-common build organization.
	* docs/images/Makefile.am: Delete old recursive build file.
	* docs/reference/Makefile.am: ditto,
	* docs/reference/reference/Makefile.am: ditto,
	* docs/reference/images/Makefile.am: ditto,
	* docs/reference/images/widgets/Makefile.am: ditto.
	* atk/atkmm-1.6.pc.in, gdk/gdkmm-2.4.pc.in, gtk/gtkmm-2.4.pc.in:
	Overhaul and make use of more configuration substitutions.  Provide
	the locations of the reference documentation and the tag file.

2009-08-12  Daniel Elstner  <danielk@openismus.com>

	Convert main source directories to mm-common

	* configure.ac: Get rid of some more cruft we no longer need.
	(DISABLE_DEPRECATED_API): Add Automake conditional.
	(AC_CONFIG_FILES): Remove tools/{m4,extra_defs_gen}/Makefile and
	{atk,gdk,gtk}/{atk,gdk,gtk}mm/private/Makefile.
	* tools/Makefile.am: Non-recursively build the contents of all
	subdirectories.
	* tools/m4/filelist.am: Overhaul for new build system and rename
	file from Makefile_list_of_sources.am_fragment to filelist.am.
	* tools/Makefile_list_of_sources.am_fragment: Delete file.
	* tools/extra_defs_gen/Makefile.am: Delete recursive Makefile.
	* tools/m4/Makefile.am: ditto.
	* tools/README, tools/TODO: Delete unhelpful and obsolete files.
	* {atk,gdk,gtk}/src/filelist.am: Adapt file lists to new mm-common
	build organization and rename from Makefile_list_of_hg.am_fragment
	to filelist.am.
	* {atk,gdk,gtk}/{atk,gdk,gtk}mm/filelist.am: New files defining the
	lists of source files to compile and include in the libraries.
	* {atk,gdk,gtk}/src/Makefile.am: Rewrite based upon the new build
	support files from mm-common.
	* {atk,gdk,gtk}/{atk,gdk,gtk}mm/Makefile.am: ditto.
	* {atk,gdk,gtk}/{atk,gdk,gtk}mm/private/Makefile.am: Delete files.
	* build_shared/*.am_fragment: Delete obsolete build support files.

2009-08-12  Daniel Elstner  <danielk@openismus.com>

	Do not recurse into MSVC or NSI subdirectories

	* configure.ac (AC_CONFIG_FILES): Remove the output files
	MSVC_Net200[58]/**/Makefile and win32_installer/**/Makefile.
	(AC_CONFIG_COMMANDS): Append custom commands to config.status to
	copy the generated header files into the MSVC subdirectories.  Do
	the same for COPYING, which is copied to win32_installer/lgpl.txt.
	* MSVC_Net200[58]/filelist.am: New Automake include files.
	* win32_installer/filelist.am: New Automake include file.
	* Makefile.am: Include the file lists MSVC_Net200[58]/filelist.am
	and win32_installer/filelist.am.
	(SUBDIRS): Do not recurse into MSVC_Net200[58]/ or win32_installer/
	subdirectories.
	(dist_noinst_DATA): Distribute the MSVC and Windows installer data
	files from here.
	(DISTCLEANFILES): Delete file copies from subdirectories.
	* MSVC_Net200[58]/**/Makefile.am: Delete now unused build files.
	* win32_installer/**/Makefile.am: ditto.
	* win32_installer/gtkmm-installer.nsi.in (PRODUCT_API_VERSION):
	Substitute @GTKMM_API_VERSION@ and remove the TODO comment.
	(PRODUCT_VERSION): Substitute @PACKAGE_VERSION@.
	* win32_installer/install-msvc-module: Fix the incorrectly applied
	shell quoting throughout the file.  Replace cascade of 'if test'
	and 'elif test' constructs with a straightforward 'case ... in'.

2009-08-12  Daniel Elstner  <danielk@openismus.com>

	Skip over intermediate subdir in recursion

	* configure.ac (AC_CONFIG_FILES): Remove {atk,gdk,gtk}/Makefile.
	(AC_CONFIG_HEADERS): Bring back gdkmmconfig.h.
	* Makefile.am (SUBDIRS): Skip over {atk,gdk,gtk}/ and recurse
	directly into {atk,gdk,gtk}/src and {atk,gdk,gtk}/{atk,gdk,gtk}mm.
	Reorganize the conditional inclusion of atkmm in the build.
	({atk,gdk,gtk}mm_include_HEADERS): Install *mm.h central headers.
	(nodist_g[dt]kmm_libinclude_HEADERS): Install *mmconfig.h headers.
	(nodist_pkgconfig_DATA): Install pkg-config metadata files.
	* {atk,gdk,gtk}/Makefile.am: Delete now unused files.
	* {atk,gdk,gtk}/README: Delete either empty or unhelpful files.

2009-08-12  Daniel Elstner  <danielk@openismus.com>

	Begin transition to mm-common build system

	* autogen.sh: Replace with minimal script already used in pangomm,
	only invoking mm-common-prepare, autoreconf and configure.
	* configure.ac: Overhaul and remove large chunks of unnecessary,
	inappropriate or broken tests and actions.  Start using shared
	macros from mm-common to simplify matters.  Insert some dummy
	substitutions and Automake conditional to keep the tree building.
	* Makefile.am (ACLOCAL_AMFLAGS): Define for autoreconf to work.
	(SUBDIRS): Temporary adjustments to keep the tree building.
	* config.h.in: Delete file, and have autoheader generate it.

2009-07-31  Johannes Schmid  <jhs@gnome.org>

	GtkBuilder header is inconsistent in exception/error handling

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

	Gtk::Builder: Fix a crash when the widget is not found.

	* gtk/src/builder.ccg: get_widget_checked(): Prevent a crash if the widget
	was not found by GtkBuilder.
	Bug #589267 (Alexander Shaduri)

2009-07-20  Murray Cumming  <murrayc@murrayc.com>

	Marked the version in the ChangeLog

2009-07-13  Murray Cumming  <murrayc@murrayc.com>

	Increased version, anticipating a new glibmm release.

2009-07-13  Murray Cumming  <murrayc@murrayc.com>

	Fixed the build.

	* tools/m4/convert_gtk.m4: Added conversions now needed in gdk/src/pixbuf.hg.

2009-07-08  Daniel Elstner  <danielk@openismus.com>

	Correct base type check in Container_Class::remove_callback()

	* gtk/src/container.ccg (Gtk::Container_Class::remove_callback):
	In order to test for the abstract GtkContainer parent class, actually
	compare against the parent type instead of making invalid assumptions
	about the derived type.  By means of the alternative Glib::ObjectBase
	constructor, it is possible to create a custom GObject type different
	from the standard one.

2009-07-08  Murray Cumming  <murrayc@murrayc.com>

	remove_callback(): When just calling the C callback, because the C++

2008-03-08  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/container.ccg: remove_callback(): When just calling the C
	callback, because the C++ object has already been destroyed, don't
	even call the C callback if the GType is exactly GtkContainer. This
	avoids a useless warning from GTK+ about an unimplemented remove()
	default signal handler. This happens when deriving from Gtk::Container -
	remove() really is implemented - it's just that we don't call our own
	implementation when that would be impossible.
	Bug #518002 (Jonathon Jongsma).

	svn path=/branches/gtkmm-2-12/; revision=980

2009-06-30  Jonathon Jongsma  <jonathon@quotidian.org>

	add Gdk::Pixbuf::create_for_stream() and create_for_stream_at_scale()

2009-06-29  Murray Cumming  <murrayc@murrayc.com>

	Increased version

2009-06-24  Daniel Elstner  <danielk@openismus.com>

	Fix my mail address in MAINTAINERS file

2009-06-24  Daniel Elstner  <danielk@openismus.com>

	Fix Description of a Project (DOAP) file

2009-06-22  Hubert Figuiere  <hub@figuiere.net>

	* gtk/src/treepath.ccg: Gtk::TreePath::empty() must return true if gobj_ is NULL. Bug #586437.

2009-06-22  Murray Cumming  <murrayc@murrayc.com>

	Added InfoBar

2009-06-19  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with GTK+ 2.17.x

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py
	* tools/m4/convert_gtk.m4: Add a conversion because a
	gtk_recent_info_get_application_info() parameter's constness has changed

2009-06-16  Murray Cumming  <murrayc@murrayc.com>

	Fix the build due to a typo in the previous commit (suggesting that it was never tested anyway).

2009-06-16  Hakim Bellam  <hakim.bellam@gmail.com>

	add_item(): Correct a memory allocation to avoid a crash later. Bug #585521

2009-06-14  Armin Burgmeier  <armin@arbur.net>

	Windows installer: Create correct zlib1.dll in redist/ directory

	* win32_installer/gtkmm-installer.nsi.in: Don't create a broken
	zlib1.dll in the redist/ directory after installation (Kamil
	Pawlowski).

2009-06-01  Armin Burgmeier  <armin@arbur.net>

	Windows: Fixed Uninstaller to uninstall all files

2009-05-31  Armin Burgmeier  <armin@openismus.com>

	* win32_installer/gtkmm-installer.nsi.in: Make sure to uninstall all
	installed files, a few files were missing (Tao Wang).

2009-05-31  Armin Burgmeier  <armin@arbur.net>

	Windows: Allow building gtkmm statically also when glibmm is built as a DLL

	* configure.ac: Define GTKMM_STATIC_LIB when a static gtkmm library is
	built.

	* gtk/gtkmmconfig.h.in: Define GTKMM_DLL on Windows when building a
	DLL, instead of using GLIBMM_DLL, so that it's possible to build
	glibmm as a static library and gtkmm as a DLL, or vice versa. Bug
	#583657.

2009-05-18  Murray Cumming  <murrayc@murrayc.com>

	get_model(): Use refreturn to correct the ref-counting. Bug #583037 (Santanu Sinha).

2009-05-05  Murray Cumming  <murrayc@murrayc.com>

	Gtk::SelectionData::get_uris() documentation fix.

	* gtk/src/gtk_docs_override.xml: Add an override for
	gtk_selection_data_get_uris() because the C documentation mentions freeing
	strings.

2009-05-05  Johannes Schmid  <jhs@gnome.org>

	Fixed bgo #466853 – Gtk::Box_Helpers::BoxList::insert() has wrong return value

	Also added testcase for the bug

2009-04-28  Johannes Schmid  <jhs@gnome.org>

	Stock ID stuff needs documentation (bgo#506885)

	Document as much as there is information available
	from the Gtk+ documentation

2009-04-27  Johannes Schmid  <jhs@gnome.org>

	Reference the returned statusicon because the RefPtr becomes invalid otherwise

	(bgo#575268)

2009-04-23  Olav Vitters  <olav@bkor.dhs.org>

	Remove dot in DOAP description

2009-04-22  Jonathon Jongsma  <jonathon.jongsma@collabora.co.uk>

	add category to doap file

2009-04-21  Hubert Figuiere  <hub@figuiere.net>

	fix shortdesc

2009-04-21  Hubert Figuiere  <hub@figuiere.net>

	added doap file

2009-04-18  Jonathon Jongsma  <jonathon.jongsma@collabora.co.uk>

	add .gitignore file

2009-04-18  Jonathon Jongsma  <jonathon.jongsma@collabora.co.uk>

	Add stock images after switch to git broke the svn:external

2009-03-26  Daniel Elstner  <daniel@src.gnome.org>

	Oops. Fix silly mistake that broke the build.

	svn path=/trunk/; revision=1131

2009-03-26  Daniel Elstner  <daniel@src.gnome.org>

	Oops. Fix silly mistake that broke the build.

	svn path=/trunk/; revision=1130

2009-03-26  Daniel Elstner  <daniel@src.gnome.org>

	Rename configure.in to configure.ac

	* configure.ac: Rename from configure.in.
	* autogen.sh: Fix reference to configure.in.
	* MSVC_Net2005/glibmm/Makefile.am: ditto,
	* MSVC_Net2005/giomm/Makefile.am: ditto,
	* MSVC_Net2008/glibmm/Makefile.am: ditto,
	* MSVC_Net2008/giomm/Makefile.am: ditto.

	svn path=/trunk/; revision=1129

2009-03-26  Daniel Elstner  <daniel@src.gnome.org>

	Use DK_ARG_ENABLE_WARNINGS() to replace custom M4 macro

	* scripts/dk-warn.m4: New file defining DK_ARG_ENABLE_WARNINGS().
	* scripts/macros.m4: Remove the old GTKMM_ARG_ENABLE_WARNINGS().
	* configure.in: Use new macro DK_ARG_ENABLE_WARNINGS() to set the
	Makefile variable $(GLIBMM_WXXFLAGS).
	* build_shared/Makefile_build.am_fragment (all_includes): Insert
	$(GLIBMM_WXXFLAGS).  Also move deprecation flags here.
	* tools/extra_defs_gen/Makefile.am (INCLUDES): Insert
	$(GLIBMM_WXXFLAGS).
	* demos/Makefile.am (all_includes): ditto,
	* demos/gtk-demo/Makefile.am (all_includes): ditto,
	* tests/Makefile.am_fragment (INCLUDES): ditto.

	svn path=/trunk/; revision=1128

2009-03-26  Daniel Elstner  <daniel@src.gnome.org>

	Warning fixes and spring cleaning

	* gtk/src/messagedialog.ccg (MessageDialog::set_secondary_text):
	Fix nasty security hole discovered by GCC:  A non-literal was
	used as a varargs format string.
	* gtk/src/notebook.ccg: Spring cleaning.
	(PageList::find): Fix broken loop end condition discovered by
	GCC.  Replace the whole thing by std::advance().
	* gtk/src/calendar.ccg (SignalProxy_Details_gtk_callback): Remove
	model argument name to avoid a warning.  Also do a bit of spring
	cleaning.

	svn path=/trunk/; revision=1127

2009-03-26  Armin Burgmeier  <armin@openismus.com>

	Added GTK+ pixbuf loaders to the installer (Damon Register).

2009-03-26  Armin Burgmeier  <armin@openismus.com>

	* win32_installer/gtkmm-installer.nsi.in: Added GTK+ pixbuf loaders
	to the installer (Damon Register).

	svn path=/trunk/; revision=1126

2009-03-23  Daniel Elstner  <daniel@src.gnome.org>

	Fix --disable-api-exceptions build

	* gtk/src/builder.{ccg,hg}: Conditionalize all exception handling
	code in order to fix the build with --disable-api-exceptions.
	* gtk/src/printjob.hg: ditto,
	* demos/gtk-demo/example_images.cc: ditto,
	* demos/gtk-demo/example_treeview_treestore.cc: ditto,

	svn path=/trunk/; revision=1122

2009-03-17  Armin Burgmeier  <armin@openismus.com>

	Added activatable.[h|cc] and orientable.[h|cc] to the project.

2009-03-17  Armin Burgmeier  <armin@openismus.com>

	* MSVC_Net2005/gtkmm/gtkmm.vcproj:
	* MSVC_Net2008/gtkmm/gtkmm.vcproj: Added activatable.[h|cc] and
	orientable.[h|cc] to the project.

	* win32_installer/gtkmm-vc80-2_4.vsprops:
	* win32_installer/gtkmm-vc80-d-2_4.vsprops: Disable warning 4312,
	since a glib 2.20 header file triggers it, and this clutters the
	compiler output otherwise.

	* win32_installer/README:
	* win32_installer/build-installer:
	* win32_installer/gtkmm-installer.nsi.in:
	* win32_installer/install-msvc-module:
	* win32_installer/Makefile.am:
	* win32_installer/redist_README.txt: Adapt for gtkmm 2.16. Added a
	redist/ folder to the installer which contains optimized and stripped
	binaries, and removed the option to set the PATH environment variable.
	We set it always now as it is required for running built applications.

	svn path=/trunk/; revision=1119

2009-03-17  Murray Cumming  <murrayc@murrayc.com>

	Implement operator(). Actually implement the const get_text(bool) method.

2009-03-17  Murray Cumming  <murrayc@murrayc.com>

	* gtk/gtkmm/stockid.cc: Implement operator().
	* gtk/src/textbuffer.ccg: Actually implement the const get_text(bool) 
	method. These fix undefined symbol linker errors when people try to use 
	these methods.

	svn path=/trunk/; revision=1117

2009-03-16  Murray Cumming  <murrayc@murrayc.com>

	2.16.0:

2009-03-16  Murray Cumming  <murrayc@murrayc.com>

	* docs/reference/Makefile.am: Break the html and devhelp install/uninstall 
	rules up and generally base them on what is now in pangomm, thanks to 
	Theppitak Karoonboonyanan, to fix the distcheck.

	svn path=/trunk/; revision=1116

2009-03-16  Murray Cumming  <murrayc@murrayc.com>

	create_from_file(): Throw an exception when the GError is not null.

2009-03-16  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/pixbufanimation.[hg|ccg]: create_from_file(): Throw an exception 
	when the GError is not null.

	* gtk/src/entry.[hg|ccg]: *_icon_* methods(): Rearrange parameters to make 
	these consistent and so we can have more default parameter values.

	* gdk/src/pixbufanimation.hg:
	* gdk/src/pixbufanimationiter.hg:
	* gdk/src/dragcontext.hg:
	* gtk/src/accelgroup.hg:
	* gtk/src/enums.hg:
	* gtk/src/iconset.hg:
	* gtk/src/printoperationpreview.hg: Dealt with some documentation TODOs.

	svn path=/trunk/; revision=1115

2009-03-12  Murray Cumming  <murrayc@murrayc.com>

	Fix typos to fix the build.

2009-03-12  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/entry.hg:
	* gtk/src/style.hg:
	* gtk/src/gtk_signals.defs: Fix typos to fix the build.

	* gtk/src/settings.hg: Correct the color-hash property name so that that 
	API is really generated.

	svn path=/trunk/; revision=1114

2009-03-12  Murray Cumming  <murrayc@murrayc.com>

	Regenerated. Added get_style_property_value() and get_style_property<>().

2009-03-12  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_methods.defs: Regenerated.
	* gtk/src/style.hg: Added get_style_property_value() and 
	get_style_property<>().

	* gtk/src/gtk_signals.defs: Hand-correct the definitions for the 
	GtkEntry::icon-press and icon-release signals.
	* gtk/src/entry.hg: Added icon_press and icon_release signals.

	svn path=/trunk/; revision=1113

2009-03-10  Daniel Elstner  <daniel@src.gnome.org>

	[merge from branches/gtkmm-2-12]

	* gtk/src/textbuffer.{ccg,hg} (TextBuffer::[gs]et_rich_text_format):
	Remove Maemo-specific methods which have been superseded by the
	generic TextBuffer serialization facilities.
	(TextBuffer::set_rich_text_format_all): ditto,
	(TextBuffer::[gs]et_can_paste_rich_text): ditto.

	* gtk/src/enums.hg (Gtk::Hildon::SizeType): New Maemo-specific
	enumeration corresponding to HildonSizeType.
	(Gtk::Hildon::InputMode): New Maemo-specific enumeration
	corresponding to HildonGtkInputMode.

	* gtk/src/gtk_enums_maemo.defs: New separate defs file for the
	changes in the Maemo fork of GTK+.
	* gtk/src/gtk_methods_maemo.defs: Likewise.
	* gtk/src/gtk.defs: Include the Maemo defs files.
	* gtk/src/Makefile.am (files_defs): Add the new defs files.

	svn path=/trunk/; revision=1112

2009-03-09  Murray Cumming  <murrayc@murrayc.com>

	Regenerated with docextract_to_xml.py

2009-03-09  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/gdk_docs.xml:
	* gtk/src/gtk_docs.xml: Regenerated with docextract_to_xml.py

	* gdk/src/gdk_methods.defs:
	* gdk/src/gdk_pixbuf.defs:
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py
	* gdk/src/drawable.hg:
	* gdk/src/gc.hg:

	* tools/m4/convert_gdk.m4:
	* gdk/src/region.hg:
	* gdk/src/window.hg:
	* gtk/src/activatable.hg:
	* gtk/src/entry.hg: Added conversions to deal with GTK+ making some 
	function parameters const.

	svn path=/trunk/; revision=1109

2009-03-03  Murray Cumming  <murrayc@src.gnome.org>

	Increased version.

	svn path=/trunk/; revision=1105

2009-02-23  Murray Cumming  <murrayc@murrayc.com>

	Renamed the reset() vfunc and method to sync_action_properties() to match

2009-02-23  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_vfuncs.defs:
	* gtk/src/activatable.hg: Renamed the reset() vfunc and method to 
	sync_action_properties() to match the API change in GTK+, to fix the 
	build. We need to regenerate the .defs to complete this.

	svn path=/trunk/; revision=1104

2009-02-22  Murray Cumming  <murrayc@murrayc.com>

	get_widget_derived(): get_widget_checked(): Take a reference on the widget

2009-02-22  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/builder.hg: get_widget_derived():
	* gtk/src/builder.ccg: get_widget_checked(): Take a reference on 
	the widget received from gtk_builder_get_object() because it does 
	not give one.

	svn path=/trunk/; revision=1100

2009-02-22  Murray Cumming  <murrayc@murrayc.com>

	create_from_file(), add_from_file(), create_from_string(),

2009-02-22  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/builder.[hg|ccg]: create_from_file(), add_from_file(), 
	create_from_string(), add_from_string(): Add method overloads that 
	take a char* for the object ID, to avoid ambiguity with the two 
	other overloads that take ustring or StringArrayHandle. 

	svn path=/trunk/; revision=1099

2009-02-19  Murray Cumming  <murrayc@murrayc.com>

	Fixed the documentation for Widget::set_tooltip_markup(),

2009-02-19  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_docs_override.xml: Fixed the documentation for 
	Widget::set_tooltip_markup(), Widget::get_snapshot(), and 
	Widget::get_composite_name() to not mention NULL strings and freeing.
	Mentioned by some guy on irc who couldn't be bothered to submit a bug.

	svn path=/trunk/; revision=1098

2009-02-17  Daniel Elstner  <daniel@src.gnome.org>

	Replace deprecated call to g_win32_get_package_installation_directory() in

	* demos/gtk-demo/demo-common.cc (get_democodedir): Replace deprecated
	call to g_win32_get_package_installation_directory() in order to shut
	up a code maintenance tool.  Make a mental note about the code being
	badly in need of a rewrite.

	svn path=/trunk/; revision=1097

2009-02-17  Daniel Elstner  <daniel@src.gnome.org>

	Cut a load of commented-out bit-rot which wouldn't have compiled anyway.

	* demos/gtk-demo/example_appwindow.cc: Cut a load of commented-out
	bit-rot which wouldn't have compiled anyway.  The use of deprecated
	GTK+ calls in the comment triggered a code maintenance tool used by
	André Klapper.

	svn path=/trunk/; revision=1096

2009-02-10  Murray Cumming  <murrayc@src.gnome.org>

	Fixed typo.

	svn path=/trunk/; revision=1095

2009-02-10  Murray Cumming  <murrayc@murrayc.com>

	Added the file_set signal, added in GTK+ 2.14 but not wrapped in gtkmm

2009-02-10  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/filechooserbutton.hg: Added the file_set signal, added in 
	GTK+ 2.14 but not wrapped in gtkmm until now. Thanks to Damon Register 
	for noticing this.

	svn path=/trunk/; revision=1094

2009-02-08  Murray Cumming  <murrayc@src.gnome.org>

	2009-02-08  Murray Cumming  <murrayc@murrayc.com>h>

	* gtk/gtkmm/stock.[h|cc]: Added CAPS_LOCK_WARNING.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Added new interfaces.
	* gtk/src/gtk_signals.defs: Regenerated.

	* gtk/src/Makefile_list_of_hg.am_fragment:
	* gtk/src/gtk_vfuncs.defs:
	* gtk/src/activatable.[hg|ccg]:
	* gtk/src/orientation.[hg|ccg]: Added the new interfaces, though 
	we cannot use them yet without breaking ABI.
	* gtk/src/box.hg:
	* gtk/src/button.hg:
	* gtk/src/buttonbox.hg:
	* gtk/src/menu.hg:
	* gtk/src/menuitem.hg:
	* gtk/src/paned.hg:
	* gtk/src/recentchoosermenu.hg:
	* gtk/src/ruler.hg:
	* gtk/src/scalebutton.hg:
	* gtk/src/scrollbar.hg:
	* gtk/src/separator.hg:
	* gtk/src/toolbutton.hg: Added TODOs about deriving from the new 
	interfaces when we can break ABI. I only did this for base classes, 
	though GTK+ does it for further derived classes too, for some reason.

	svn path=/trunk/; revision=1093

2009-02-06  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=1092

2009-02-05  Murray Cumming  <murrayc@murrayc.com>

	Regenerated with docextract_to_xml.py, removing some /* and */. Unescaped

2009-02-05  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_docs.xml: Regenerated with docextract_to_xml.py, 
	removing some /* and */.
	* gtk/gtkmm/accelmap.h: Unescaped < and > characters in documentation, 
	fixing bug #568485

	* gtk/src/action.hg: Added block_activate() and unblock_activate(), 
	deprecating block_activate_from() and unblock_activate_from() because 
	that is what happened in the C API.

	svn path=/trunk/; revision=1091

2009-02-05  Murray Cumming  <murrayc@murrayc.com>

	Regenerated with h2defs.py.

2009-02-05  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/action.ccg:
	* gtk/src/action.hg: Reimplemented set_tooltip() with the new C 
	gtk_action_set_tooltip() function. Added get/set_label(), 
	get/set_short_label(), get_tooltip(), get/set_stock_id(), 
	get/set_gicon(), get/set_icon_name(), get/set_visible_horizontal(), 
	get/set_visible_vertical(), get/set_is_important(), which are new 
	accessors for the properties. Added the gicon property.
	* gtk/src/imagemenuitem.hg: Added get/set_always_show_image() and 
	property.
	* gtk/src/scale.hg: Added add_mark() and clear_marks().

	svn path=/trunk/; revision=1090

2009-02-05  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	Allow pangomm to build outside the source tree. Bug #570325

2009-02-05  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* docs/reference/Doxyfile.in:
	* docs/reference/Makefile.am: Allow pangomm to build outside the source 
	tree. Bug #570325

	svn path=/trunk/; revision=1089

2009-01-31  Armin Burgmeier  <armin@openismus.com>

	Disabled compiler warning 4250 also for MSVC2005. Bug #568083 (Tao Wang).

2009-01-31  Armin Burgmeier  <armin@openismus.com>

	* win32_installer/gtkmm-vc80-2_4.vsprops:
	* win32_installer/gtkmm-vc80-d-2_4.vsprops: Disabled compiler warning
	4250 also for MSVC2005. Bug #568083 (Tao Wang).

	svn path=/trunk/; revision=1088

2009-01-27  Murray Cumming  <murrayc@murrayc.com>

	get_path_at_pos(): Improved the documentation because it was improved in

2009-01-27  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treeview.[hg|ccg]: get_path_at_pos(): 
	Improved the documentation because it was improved in GTK+.
	Added a get_path_at_pos() overload that takes less parameters.

	svn path=/trunk/; revision=1087

2009-01-25  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=1086

2009-01-23  Armin Burgmeier  <armin@openismus.com>

	Disabled compiler warning 4250. Bug #568083 (Tao Wang).

2009-01-23  Armin Burgmeier  <armin@openismus.com>

	* win32_installer/gtkmm-vc90-2_4.vsprops:
	* win32_installer/gtkmm-vc90-d-2_4.vsprops: Disabled compiler warning
	4250. Bug #568083 (Tao Wang).

	svn path=/trunk/; revision=1085

2009-01-20  Murray Cumming  <murrayc@murrayc.com>

	Actually define and initialize ORIENTATION_PORTRAIT,

2009-01-20  Murray Cumming  <murrayc@murrayc.com>

	* gtk/gtkmm/stock.cc: Actually define and initialize 
	ORIENTATION_PORTRAIT, ORIENTATION_LANDSCAPE, 
	ORIENTATION_REVERSE_LANDSCAPE, and ORIENTATION_REVERSE_PORTRAIT, 
	avoiding undefined reference errors when trying to use these.
	Bug #568416 (Tao Wang).

	svn path=/trunk/; revision=1083

2009-01-19  Deng Xiyue  <manphiz@gmail.com>

	Change license header to mention Lesser General Public License version 2.1

2009-01-20  Deng Xiyue  <manphiz@gmail.com>

	* Change license header to mention Lesser General Public License
	version 2.1 instead of Library General Public License, to be
	consistent with COPYING.

	svn path=/trunk/; revision=1082

2009-01-19  Murray Cumming  <murrayc@murrayc.com>

	empty(): Also check for a null underlying

2009-01-19  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treepath.ccg:
	* gtk/src/treepath.hg: empty(): Also check for a null underlying 

	svn path=/trunk/; revision=1081

2009-01-19  Tao Wang  <dancefire@gmail.com>

	Constructor: Remove the default value for the name parameter, because

2009-01-19  Tao Wang  <dancefire@gmail.com>

	* gtk/src/papersize.hg: Constructor: Remove the default value for the 
	name parameter, because there is already a default constructor, 
	which does something quite different. See the comments.
	This caused MSVC++ warning C4520 with Visual Studio 2008.
	Bug #568074.

	svn path=/trunk/; revision=1080

2009-01-19  Murray Cumming  <murrayc@murrayc.com>

	Regenerated. Renamed methods and adapted to requested GTK+ API changes in

2009-01-19  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_methods.defs:
	* gtk/src/gtk_signals.defs: Regenerated.
	* gtk/src/entry.hg: Renamed methods and adapted to requested GTK+ 
	API changes in #567887.

	* gtk/src/imagemenuitem.hg: Fixed a typo in the accel_group property 
	wrap, to fix the build.
	* gtk/src/selectiondata.hg: Reimplement get_selection() using the 
	new C getter method.
	* gtk/src/statusicon.hg: Added button_press_event, 
	button_release_event and scroll_event signals.
	* gtk/src/textbuffer.hg: Added the paste_done signal.

	svn path=/trunk/; revision=1079

2009-01-18  Armin Burgmeier  <armin@openismus.com>

	Removed strings no longer in use.

2009-01-18  Armin Burgmeier  <armin@openismus.com>

	* win32_installer/translations/english.nsh:
	* win32_installer/translations/french.nsh: Removed strings no longer
	in use.

	* win32_installer/translations/simpchinese.nsh:
	* win32_installer/translations/Makefile.am: Added installer
	translation for Simplified Chinese, contributed by Tao Wang.

	* win32_installer/gtkmm-installer.nsi.in: Added Chinese translation.

	* win32_installer/install-msvc-module: Updated for latest versions.

	svn path=/trunk/; revision=1078

2009-01-16  Murray Cumming  <murrayc@murrayc.com>

	render_to_pixbuf(): Mark this as deprecated, because it is deprecated in

2009-01-16  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/pixbuf.hg: render_to_pixbuf(): Mark this as deprecated, 
	because it is deprecated in GTK+.
	* gdk/src/drawable.ccg:
	* gdk/src/drawable.hg: draw_pixbuf(): Add an override without a GC 
	parameter, becauase it can be NULL in C.
	* gdk/src/gdk_docs_override.xml: Remove mention of the NULL GC from the 
	documentation for the main override.

	* gdk/src/screen.hg: Added get_monitor_width_mm(), 
	get_monitor_height_mm(), get_monitor_plug_name().

	svn path=/trunk/; revision=1077

2009-01-16  Murray Cumming  <murrayc@murrayc.com>

	TextBuffer const corrections to really fix the build. Sorry.

2009-01-16  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_signals.defs: TextBuffer const corrections to really fix 
	the build. Sorry.

	svn path=/trunk/; revision=1076

2009-01-16  Murray Cumming  <murrayc@murrayc.com>

	Corrected by hand to fix the build. The corrections as a --unified=10

2009-01-16  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_signals.defs: Corrected by hand to fix the build.
	* gtk/src/gtk_signals.defs.patch: The corrections as a --unified=10 
	patch, to hopefully make this easier next time.

	* tools/extra_defs_gen/generate_defs_gtk.cc: Added GtkImageMenuItem 
	though that is not in the generated .defs yet.

	svn path=/trunk/; revision=1075

2009-01-16  Murray Cumming  <murrayc@src.gnome.org>

	Committed regenerated gtk_signals.defs. About to correct it, so I get a nice diff later.

	svn path=/trunk/; revision=1074

2009-01-16  Murray Cumming  <murrayc@murrayc.com>

	SignalProxy_CellData_gtk_callback(): Added some checks for null models, to

2009-01-16  Murray Cumming  <murrayc@murrayc.com>

	* gtk/gtkmm/treeview_private.cc: SignalProxy_CellData_gtk_callback():
	Added some checks for null models, to provide clues when doing some 
	unusual incorrect uses of multiple inheritance.

	* gtk/src/gtk_enums.defs:
	* gtk/src/gtk_methods.defs: Regenerated.
	* gtk/src/cellview.hg: Added get_model() and some new properties.
	* gtk/src/entry.hg: Added unset_invisible_char(), get_invisible_char().
	Added the new progress and icon methods and the properties, 
	including the new im-module property.
	* gtk/src/imagemenuitem.hg: Added get/set_use_stock(), 
	set_accel_group().
	* gtk/src/menuitem.hg: Added get/set_label(), get/set_use_underline() 
	and properties.
	* gtk/src/printoperation.hg: Added draw_page_finish(), 
	set_defer_drawing().
	* gtk/src/printsettings.hg: Added get_resolution_x(), 
	get_resolution_y(), set_resolution_xy(), get/set_printer_lpi().
	* gtk/src/statusicon.hg: Added get/set_has_tooltip(), 
	get/set_tooltip_text(), get/set_tooltip_markup().
	* gtk/src/textview.hg: Added im-module property.
	* tools/m4/convert_gtk.m4: Added necessary conversions.

	svn path=/trunk/; revision=1073

2009-01-04  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=1072

2009-01-01  Murray Cumming  <murrayc@murrayc.com>

	Added the icon-name and follow-state properties, noticed by Mathias

2009-01-01  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/cellrendererpixbuf.hg: Added the icon-name and follow-state 
	properties, noticed by Mathias Hasselmann.

	svn path=/trunk/; revision=1071

2009-01-01  Armin Burgmeier  <armin@openismus.com>

	Take a new reference on the passed printer object, so that we don't unref

2009-01-01  Armin Burgmeier  <armin@openismus.com>

	* gtk/src/printer.ccg (SignalProxy_Custom_gtk_callback): Take a new
	reference on the passed printer object, so that we don't unref it at
	the end of the function (Tor Krill).

	svn path=/trunk/; revision=1068

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

	Correct the documentation for gdk_window_invalidate_rect() to remove

2008-12-22  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/gdk_docs_override.xml: Correct the documentation for 
	gdk_window_invalidate_rect() to remove C-specific text.
	* gdk/src/window.ccg:
	* gdk/src/window.hg: Added an invalidate() that takes no rect 
	parameter because it can be NULL in C.

	svn path=/trunk/; revision=1067

2008-12-10  Przemysław Grzegorczyk  <pgrzegorczyk@gmail.com>

	Cleaned up gtk includes to use only toplevel headers Bug #564006

	2008-12-10 Przemysław Grzegorczyk  <pgrzegorczyk@gmail.com>

	* Cleaned up gtk includes to use only toplevel headers
	Bug #564006

	svn path=/trunk/; revision=1066

2008-12-08  Murray Cumming  <murrayc@murrayc.com>

	set_value_impl() documentation: Mention row_changed(), not

2008-12-08  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treemodel.hg: set_value_impl() documentation: Mention 
	row_changed(), not set_row_changed().
	Bug #562505 (Bohumir Zamecnik)

	svn path=/trunk/; revision=1065

2008-12-06  Murray Cumming  <murrayc@murrayc.com>

	Use GType instead of GtkType for the child_type_vfunc() return type,

2008-12-06  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/container.hg:
	* gtk/src/gtk_vfuncs.defs: Use GType instead of GtkType for the 
	child_type_vfunc() return type, because that seems to have changed in 
	GTK+ and GtkType is deprecated.Likewise, use GDestroyNotify in other 
	vfuncs instead of GtkDestroyNotify.
	This should allow soure code to use gtkmm if it declares 
	GTK_DISABLE_DEPRECATED.
	Bug #562893 (Dénes Faluvégi)

	svn path=/trunk/; revision=1064

2008-11-18  Murray Cumming  <murrayc@murrayc.com>

	Remove the FAQ because we moved it to gtkmm-documentation months ago.

2008-11-18  Murray Cumming  <murrayc@murrayc.com>

	* configure.in:
	* docs/FAQ/Makefile.am:
	* docs/FAQ/gtkmm-faq.xml:
	* docs/Makefile.am: Remove the FAQ because we moved it to 
	gtkmm-documentation months ago.

	svn path=/trunk/; revision=1063

2008-11-14  Murray Cumming  <murrayc@murrayc.com>

	Restored the GtkHandleBox::child-attached signal definition and the

2008-11-14  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_signals.defs: Restored the GtkHandleBox::child-attached 
	signal definition and the GtkLinkButton::visited property definition, 
	so these are really put in the API. At some point in 2.14.x we lost 
	these.

	svn path=/trunk/; revision=1059

2008-11-10  Alexander Shaduri  <ashaduri@gmail.com>

	Added unset_model().

2008-11-09  Alexander Shaduri  <ashaduri@gmail.com>

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

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

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

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

	* gtk/src/treeview.hg: Marked unset_model() as available since 2.8.

	* gtk/src/gtk_docs_override.xml: Added overrides for
	gtk_tree_view_set_model(), gtk_cell_view_set_model(),
	gtk_entry_completion_set_model(), gtk_entry_completion_set_model()
	and gtk_combo_box_set_model(), because their documentation
	contained an incorrect method of unsetting the models.
	Bug #555268

	svn path=/trunk/; revision=1058

2008-11-10  Murray Cumming  <murrayc@src.gnome.org>

	Mark the branch in the ChangeLog.

	svn path=/trunk/; revision=1057

2008-11-10  Murray Cumming  <murrayc@src.gnome.org>

	Fix typo in NEWS

	svn path=/trunk/; revision=1056

2008-11-10  Deng Xiyue  <manphiz@gmail.com>

	Use reference index.html as start page. Bug #559900.

2008-11-10  Deng Xiyue  <manphiz@gmail.com>
 
* docs/reference/doxygen_to_devhelp.xsl: Use reference index.html
as start page. Bug #559900.

	svn path=/trunk/; revision=1055

2008-11-10  Murray Cumming  <murrayc@murrayc.com>

	Updated this for the changed filenames, to fix the dist.

2008-11-10  Murray Cumming  <murrayc@murrayc.com>

	* win32_installer/Makefile.am: Updated this for the changed filenames, 
	to fix the dist.

	svn path=/trunk/; revision=1054

2008-11-10  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=1053

2008-10-20  Murray Cumming  <murrayc@src.gnome.org>

	Fixed a typo.

	svn path=/trunk/; revision=1052

2008-10-20  Murray Cumming  <murrayc@murrayc.com>

	Regenerated. Added an override for gtk_tree_view_set_tooltip_row() because

2008-10-20  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_docs.xml: Regenerated.
	* gtk/src/gtk_docs_override.xml: Added an override for 
	gtk_tree_view_set_tooltip_row() because gmmproc did not rename one 
	of the functions mentioned.
	This adds documentation for the set_tooltip_*() methods.
	Bug #547787 (John Hobbs)

	svn path=/trunk/; revision=1051

2008-10-12  Armin Burgmeier  <armin@arbur.net>

	Allow Specifing toolset to install the DLLs for.

2008-10-12  Armin Burgmeier  <armin@arbur.net>

	* win32_installer/install-msvc-module: Allow Specifing toolset to
	install the DLLs for.

	* win32_installer/build-installer: Updated to add MSVC 2008 DLLs
	to the installer.

	* win32_installer/gtkmm-installer.nsi.in: Added MSVC 2008 files, fixed
	a problem that the Uninstaller did not correctly uninstall start menu
	items of user-local installations.

	* win32_installer/gtkmm-2.4.vsprops:
	* win32_installer/gtkmm-2.4d.vsprops: Removed.

	* win32_installer/gtkmm-vc80-2_4.vsprops:
	* win32_installer/gtkmm-vc90-2_4.vsprops:
	* win32_installer/gtkmm-vc80-d-2_4.vsprops:
	* win32_installer/gtkmm-vc90-d-2_4.vsprops: New separate property
	sheets for MSVC 2005 and MSVC 2008, properly named, replacing the old
	ones.

	svn path=/trunk/; revision=1050

2008-10-09  Armin Burgmeier  <armin@arbur.net>

	Adapt to the new DLL naming convention.

2008-10-09  Armin Burgmeier  <armin@arbur.net>

	* MSVC_Net2005/atkmm/atkmm.vcproj:
	* MSVC_Net2005/gdkmm/gdkmm.vcproj:
	* MSVC_Net2005/gtkmm/gtkmm.vcproj:
	* MSVC_Net2005/demos/gtk-demo/gtk-demo.vcproj: Adapt to the new DLL
	naming convention.

	* MSVC_Net2008/: Added Visual Studio 2008 project files.

	* Makefile.am:
	* configure.in: Add the Visual Studio 2008 project files to the
	distribution.

	svn path=/trunk/; revision=1049

2008-10-07  Armin Burgmeier  <armin@arbur.net>

	Update for GTK+ 2.14 and gtkmm 2.14.

2008-10-07  Armin Burgmeier  <armin@arbur.net>

	* win32_installer/install-msvc-module:
	* win32_installer/gtkmm-installer.nsi.in: Update for GTK+ 2.14 and
	gtkmm 2.14.

	svn path=/trunk/; revision=1048

2008-09-30  Marko Anastasov  <marko.anastasov@gmail.com>

	Mention that custom signal handlers should connect before the default one

2008-09-29  Marko Anastasov  <marko.anastasov@gmail.com>

	* gtk/src/entrycompletion.hg: Mention that custom signal handlers
	should connect before the default one for signal_match_selected();
	the default returns true and prevents further handling.
	Discussed in bug #537319.

	svn path=/trunk/; revision=1047

2008-09-28  Murray Cumming  <murrayc@murrayc.com>

	Remove extra ;s. to fix warnings. Ubuntu Bug

2008-09-28  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/statusicon.hg: Remove extra ;s. to fix 
	warnings. Ubuntu Bug https://bugs.launchpad.net/bugs/275397
	(William)

	svn path=/trunk/; revision=1046

2008-09-25  Murray Cumming  <murrayc@src.gnome.org>

	Increase version

	svn path=/trunk/; revision=1045

2008-09-23  Armin Burgmeier  <armin@arbur.net>

	Regenerated.

2008-09-18  Armin Burgmeier  <armin@arbur.net>

	* gdk/src/gdk_methods.def: Regenerated.

	* gdk/src/display.hg:
	* gdk/src/display.ccg: Changed window ID parameters and return values
	for get_drag_protocol and selection_send_notify from guint32 to
	GdkNativeWindow. These are the same on Linux, so this is not a
	problem. On Windows, GdkNativeWindow is a pointer, so we keep the old
	functions to preserve ABI (doing some nasty casts in the
	implementation). Bug #552513 (Damon Register).

	svn path=/trunk/; revision=1044

2008-09-22  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=1043

2008-09-22  Armin Burgmeier  <armin@arbur.net>

	Removed gtk_devel_setup-2.12.ini and gtk_runtime_setup-2.12.ini from

2008-09-22  Armin Burgmeier  <armin@arbur.net>

	* MSVC_Net2005/Makefile.am: Removed gtk_devel_setup-2.12.ini and
	gtk_runtime_setup-2.12.ini from EXTRA_DIST. These files are not needed
	anymore.

	svn path=/trunk/; revision=1042

2008-09-22  Armin Burgmeier  <armin@arbur.net>

	Removed paths to pangomm from include directories since pangomm is its own

2008-09-22  Armin Burgmeier  <armin@arbur.net>

	* MSVC_Net2005/demos/gtk-demo/gtk-demo.vcproj:
	* MSVC_Net2005/gdkmm/gdkmm.vcproj: Removed paths to pangomm
	from include directories since pangomm is its own module now.

	* MSVC_Net2005/gtkmm/gtkmm.vcproj: Added toolshell.cc to the project.

	svn path=/trunk/; revision=1041

2008-09-16  Armin Burgmeier  <armin@arbur.net>

	Default to yes for the "Add gtkmm runtime directory to the path

2008-09-16  Armin Burgmeier  <armin@arbur.net>

	* win32_installer/NSISLibrary/PathQuestion.ini: Default to yes for the
	"Add gtkmm runtime directory to the path environment variable"
	checkbox.

	* win32/gtkmm-2.4.vsprops:
	* win32/gtkmm-2.4d.vsprops: Changed GTK_BASEPATH to GTKMM_BASEPATH
	since we no longer rely on GTK+ from gladewin32.sourceforge.net being
	installed, but ship GTK+ on our own.

	* win32_installer/build-installer:
	* win32_installer/gtkmm-installer.nsi.in: Also ship libxml2 and
	libiconv, because they are required by libxml++.

	svn path=/trunk/; revision=1040

2008-09-12  Armin Burgmeier  <armin@arbur.net>

	Make the installer install the GTK+ runtime, and optionally development

2008-09-12  Armin Burgmeier  <armin@arbur.net>

	* win32_installer/gtkmm-installer.nsi.in:
	* win32_installer/build-installer: Make the installer install the GTK+
	runtime, and optionally development files and documentation, because
	gtkmm needs GTK+ anyway.

	* win32_installer/gtk_devel_setup-2.12.ini:
	* win32_installer/gtk_runtime_setup-2.12.ini: Removed since we no
	longer load the GTK+ installer from gladewin32.sourceforge.net, but
	ship GTK+ ourselves.

	svn path=/trunk/; revision=1039

2008-09-10  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=1038

2008-09-08  Murray Cumming  <murrayc@murrayc.com>

	Added COPYING.tools with the GPL because the tools/*.cc file is GPL. Bug

2008-09-08  Murray Cumming  <murrayc@murrayc.com>

	* COPYING.tools:
	* Makefile.am: Added COPYING.tools with the GPL because the tools/*.cc 
	file is GPL. Bug #550789.

	svn path=/trunk/; revision=1037

2008-09-03  Murray Cumming  <murrayc@murrayc.com>

	Restored the maemo-only .defs, putting them in a separate file this time

2008-09-03  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/Makefile.am:
	* gtk/src/gtk.defs:
	* gtk/src/gtk_methods_maemo.defs: Restored the maemo-only .defs, putting 
	them in a separate file this time so they are not lost next time.
	* gtk/src/gtk_enums.defs: Regenerated, with some hand-coding.
	* tools/m4/convert_gtk.m4:
	* gtk/src/printsettings.hg: Added get/set_number_up_layout(), using the 
	new NumberUpLayout enum.

	svn path=/trunk/; revision=1036

2008-09-03  Murray Cumming  <murrayc@murrayc.com>

	Regenerated with h2defs.py.

2008-09-03  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/selectiondata.ccg:
	* gtk/src/selectiondata.hg: Changed get_data() to not return a length too,
	and added get_length(), to fix the build after GTK+ changes. This gtkmm 
	API is now just like it was in gtkmm 2.12.
	* gtk/src/widget.hg: Changed the get_allocation() implementation back to 
	direct struct field access with _GET_MEMBER() because GTK+ has removed 
	the new gtk_widget_get_allocation() function.

	svn path=/trunk/; revision=1035

2008-08-27  Armin Burgmeier  <armin@arbur.net>

	Replaced #include "afxres.h" by #include <windows.h> which does the job

2008-08-27  Armin Burgmeier  <armin@arbur.net>

	* MSVC_Net2005/gdkmm/gdkmm.rc.in:
	* MSVC_Net2005/atkmm/atkmm.rc.in:
	* MSVC_Net2005/gtkmm/gtkmm.rc.in: Replaced #include "afxres.h" by
	#include <windows.h> which does the job equally well, and allows
	compilation with the freely available Visual Studio Express compiler.

	svn path=/trunk/; revision=1034

2008-08-19  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=1033

2008-08-14  Murray Cumming  <murrayc@murrayc.com>

	Added the missing #m4 prefix, to fix the build. Sorry.

2008-08-14  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/widget.hg: Added the missing #m4 prefix, to fix the build.
	Sorry.

	svn path=/trunk/; revision=1032

2008-08-14  Murray Cumming  <murrayc@murrayc.com>

	Added the missing #m4 prefix, to fix the build. Sorry.

2008-08-14  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/widget.hg: Added the missing #m4 prefix, to fix the build.
	Sorry.

	svn path=/trunk/; revision=1031

2008-08-12  Murray Cumming  <murrayc@murrayc.com>

	Regenerated. Added get/set_visited() and the property.

2008-08-12  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_methods.defs: Regenerated.
	* gtk/src/linkbutton.hg: Added get/set_visited() and the property.
	* gtk/src/statusicon.ccg:
	* gtk/src/statusicon.hg: Use _WRAP_METHOD() for get_gicon(), 
	adapting it to the changed GTK+ API.

	svn path=/trunk/; revision=1030

2008-08-11  Armin Burgmeier  <armin@arbur.net>

	Moved from installer.

2008-08-11  Armin Burgmeier  <armin@arbur.net>

	* win32_installer/: Moved from installer.

	* configure.in:
	* Makefile.am: Adapt build.

	svn path=/trunk/; revision=1029

2008-08-10  Armin Burgmeier  <armin@arbur.net>

	Distribute all the necessary files to build the installer.

2008-08-10  Armin Burgmeier  <armin@arbur.net>

	* installer/Makefile.am: Distribute all the necessary files to build
	the installer.

	svn path=/trunk/; revision=1028

2008-08-10  Armin Burgmeier  <armin@arbur.net>

	Added files and helper scripts used to generate the Windows installer.

2008-08-10  Armin Burgmeier  <armin@arbur.net>

	* installer/NSISLibrary/CmdParameters.nsh:
	* installer/NSISLibrary/DetectGTK.nsh:
	* installer/NSISLibrary/IsNT.nsh:
	* installer/NSISLibrary/Makefile.am:
	* installer/NSISLibrary/ParseVersion.nsh:
	* installer/NSISLibrary/PathManipulation.nsh:
	* installer/NSISLibrary/PathQuestion.ini:
	* installer/NSISLibrary/SetContext.ini:
	* installer/NSISLibrary/StringUtilities.nsh:
	* installer/NSISLibrary/VersionCheck.nsh:
	* installer/NSISLibrary/WriteEnvStr.nsh:

	* installer/translations/english.nsh:
	* installer/translations/french.nsh:
	* installer/translations/Makefile.am:

	* installer/gtk_devel_setup-2.12.ini:
	* installer/gtk_runtime_setup-2.12.ini:
	* installer/gtkmm.ico:
	* installer/gtkmm_win32.txt:
	* installer/gtkmm-2.4.vsprops:
	* installer/gtkmm-2.4d.vsprops:
	* installer/README:
	* installer/install-msvc-module:
	* installer/gtkmm-installer.nsi.in:
	* installer/build-installer:
	* installer/Makefile.am: Added files and helper scripts used to
	generate the Windows installer.

	* Makefile.am:
	* configure.in: Added installer/ subdirectory.

	svn path=/trunk/; revision=1027

2008-08-10  Armin Burgmeier  <armin@arbur.net>

	Moved from MSVC_Net2003.

2008-08-09  Armin Burgmeier  <armin@arbur.net>

	* MSVC_Net2005/: Moved from MSVC_Net2003.

	* Makefile.am:
	* configure.in: Adapted build files.

	svn path=/trunk/; revision=1026

2008-08-09  Armin Burgmeier  <armin@arbur.net>

	Add new header files builder.h, scalebutton.h, recentaction.h tooltip.h

2008-08-09  Armin Burgmeier  <armin@arbur.net>

	* MSVC_Net2003/gtkmm/gtkmm.vcproj: Add new header files
	builder.h, scalebutton.h, recentaction.h tooltip.h and
	volumebutton.h to the project, link against external pangomm.

	* MSVC_Net2003/gdkmm/gdkmm.vcproj:
	* MSVC_Net2003/demos/gtk-demo/gtk-demo.vcproj: Also link against
	external pangomm.

	* MSVC_Net2003/gtkmm.sln: Removed example projects from the solution.

	* MSVC_Net2003/gdkmm/gdkmm.rc.in:
	* MSVC_Net2003/gtkmm/gtkmm.rc.in:
	* MSVC_Net2003/atkmm/atkmm.rc.in: Removed the #include "resource.h"
	line. I don't know where that resource.h is meant to come from, and
	the resource builds fine without this.

	svn path=/trunk/; revision=1025

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

	Regenerated. Regenerated.

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

	* gtk/src/gtk_methods.defs: Regenerated.
	* gtk/src/gtk_signals.defs: Regenerated.

	* gtk/src/adjustment.ccg:
	* gtk/src/adjustment.hg: Reimplemented some MEMBER_GET and set 
	functions with _WRAP_METHOD() now that there are C functions.
	* gtk/src/combobox.hg: Added get/set_button_sensitivity().
	* gtk/src/range.hg:
	* gtk/src/enums.hg: Moved SensitivityType here because it is 
	used in ComboBox too.
	* gtk/src/filechooser.hg: Added set_file(), select_file(), unselect_file(), 
	taking a Gio::File. Added get_files(), set_current_folder_file(), 
	get_current_folder_file(), get_file(), gtk_file_chooser_get_file()
	get_file(), get_preview_file().
	* gtk/src/statusicon.ccg:
	* gtk/src/statusicon.hg: Added set() taking a Gio::Icon. Added get_icon() 
	and gicon property. Added constructor taking a Gio::Icon.
	* tools/m4/convert_gtk.m4: Added necessary conversions.

	svn path=/trunk/; revision=1024

2008-08-04  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=1023

2008-08-04  Rémi Cardona  <remi@gentoo.org>

	Call AC_PROG_CXX earlier. This is now necessary with libtool 2.2 because

2008-08-04  Rémi Cardona  <remi@gentoo.org>

	* configure.in: Call AC_PROG_CXX earlier. This is now 
	necessary with libtool 2.2 because it previously checked 
	implicitly.
	Bug #538226

	svn path=/trunk/; revision=1022

2008-08-02  Murray Cumming  <murrayc@murrayc.com>

	Do not install non-existant index.html. Correct the installdox link to

2008-08-02  Murray Cumming  <murrayc@murrayc.com>

	* docs/Makefile.am: Do not install non-existant index.html.
	* docs/reference/Makefile.am: Correct the installdox link to 
	pangomm.
	* docs/reference/gtkmm_header.html_fragment: Change the Main 
	Page link to gtkmm.org/documentation.shtml.

	svn path=/trunk/; revision=1021

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

	Removed index.html. The true copy is in gnomemm-website (uploaded to

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

	* docs/Makefile.am:
	* docs/index.html: Removed index.html. The true copy is in 
	gnomemm-website (uploaded to gtkmm.org).

	svn path=/trunk/; revision=1020

2008-07-28  Benjamin Herr  <ben@0x539.de>

	Removed spurious ; characters. Bug #544848.

2008-07-26  Benjamin Herr  <ben@0x539.de>

	* gtk/src/calendar.hg: Removed spurious ; characters.
	Bug #544848.

	svn path=/trunk/; revision=1019

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

	Use pangomm doxygen tags. Use installdox to link to pangomm documentation.

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

	* docs/reference/Doxyfile.in: Use pangomm doxygen tags.
	* docs/reference/Makefile.am: Use installdox to link to 
	pangomm documentation.

	svn path=/trunk/; revision=1018

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

	Added get_active_text(), wrapping the special (stupid) use of

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

	* gtk/src/comboboxentry.ccg:
	* gtk/src/comboboxentry.hg: Added get_active_text(), wrapping the 
	special (stupid) use of combo_box_get_active_text() for 
	GtkComboBoxEntry.
	Class documentation: Added the new advice from the C documentation, 
	about using get_active() to check if the changed signal is 
	is really signalling a selection change.:

	svn path=/trunk/; revision=1017

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

	Remove the comment about the signals, because Matthias Clasen said they

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

	* gtk/src/statusicon.hg: Remove the comment about the signals, 
	because Matthias Clasen said they are really public API, 
	in bug #361561.

	svn path=/trunk/; revision=1016

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

	Wrapped the DragResult enum and added the drag_failed signal.

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

	* tools/m4/convert_gtk.m4:
	* gtk/src/widget.hg: Wrapped the DragResult enum and 
	added the drag_failed signal.

	* gtk/src/clipboard.hg:
	* gtk/src/handlebox.ccg:
	* gtk/src/handlebox.hg:
	* gtk/src/image.hg:
	* gtk/src/pagesetup.hg:
	* gtk/src/printsettings.hg:
	* gtk/src/toolshell.hg: Added documentation for some hand-written 
	methods.

	svn path=/trunk/; revision=1015

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

	Correct some newin2p16 to newin2p14.

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

	* gtk/src/calendar.hg: Correct some newin2p16 to 
	newin2p14.

	svn path=/trunk/; revision=1014

2008-07-23  Murray Cumming  <murrayc@src.gnome.org>

	Corrected NEWS

	svn path=/trunk/; revision=1013

2008-07-23  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=1012

2008-07-19  Murray Cumming  <murrayc@src.gnome.org>

	Improved ChangeLog

	svn path=/trunk/; revision=1011

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

	MSVC_Net2003/pangomm/ Moved pangomm into its own source tarball, while

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.

	svn path=/trunk/; revision=1010

2008-07-16  Murray Cumming  <murrayc@src.gnome.org>

	Wrote a NEWS entry. I forgot to do this for the release.

	svn path=/trunk/; revision=1009

2008-07-16  Murray Cumming  <murrayc@src.gnome.org>

	Wrote a NEWS entry. I forgot to do this for the release.

	svn path=/trunk/; revision=1008

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

	get_preview_widget(): Move the const overload after the non-const one,

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)

	svn path=/trunk/; revision=1006

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

	Mention new source files for builder, scalebutton, tooltip, and

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.

	svn path=/trunk/; revision=1005

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

	Regenerated, so that the new signals and properties are actually

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

	* gtk/src/gtk_signals.defs: Regenerated, so that the new signals and 
	properties are actually generated.
	* gtk/src/calendar.hg:
	* gtk/src/cellrenderercombo.hg:
	* gtk/src/menu.hg: Minor corrections to fix the build.

	* gtk/src/gtk_signals.defs.patch: Really create this patch to make life 
	easier next time.

	svn path=/trunk/; revision=1004

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

	Added ToolShell, though it is not used by anything yet, to avoid breaking

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

	* gtk/src/Makefile_list_of_hg.am_fragment:
	* gtk/src/gtk_vfuncs.defs:
	* gtk/src/toolshell.hg: Added ToolShell, though it is not used 
	by anything yet, to avoid breaking ABI.
	* gtk/src/accelgroup.hg: Added get_is_locked() and 
	get_modifier_mask().
	* gtk/src/plug.hg: Added get_embedded() and get_socket_window().
	* gtk/src/selectiondata.ccg:
	* gtk/src/selectiondata.hg: Reimplemented get_data(), 
	get_data_type(), get_format(), and get_display() with the new 
	accessorfunctions.

	* gtk/src/dialog.hg: Reimplemented get_action_area() and 
	get_content_area() with the new accessor functions.
	* gtk/src/entry.hg: Added get/set_overwrite_mode().
	Reimplemented get_text_length() with the new accessor function.
	* gtk/src/handlebox.ccg: Reimplemented is_child_detached() with 
	gtk_handle_box_get_child_detached().
	* gtk/src/handlebox.hg:
	* gtk/src/layout.hg: Reimplemented get_bin_window() with the 
	new accessor function.
	* gtk/src/image.hg: Added a set() overload that takes a 
	Gio::Icon, wrapping gtk_image_set_from_gicon().
	* gtk/src/menu.hg: Added get_accel_path() and get_monitor().
	* gtk/src/menuitem.hg: Added get_accel_path(). 
	Added right-justified and submenu properties.
	* gtk/src/messagedialog.hg: Added get_image().
	* gtk/src/socket.hg: Added get_plug_window().
	* gtk/src/treeviewcolumn.hg: Added get_tree_view(().
	* pango/pangomm-1.4.pc.in: Depend on cairomm, because it does.

	svn path=/trunk/; revision=1003

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

	Added gicon property.

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

	* gtk/src/cellrenderercombo.hg:
	* gtk/src/cellrendererpixbuf.hg: Added gicon property.
	* gtk/src/clipboard.ccg:
	* gtk/src/clipboard.hg: Added request_uris(), wait_for_uris(), 
	wait_is_uris_available().
	* gtk/src/entry.hg: Added overwrite_mode and text_length
	properties.
	* gtk/src/iconinfo.ccg:
	* gtk/src/iconinfo.hg:
	Added IconInfo(icon_theme, pixbuf) constructor
	* gtk/src/icontheme.hg:
	* gtk/src/image.hg: Added get_gicon() and gicon property.
	* gtk/src/menu.hg: Added many new properties.
	* gtk/src/plug.hg: Added embedded and socket_window properties.
	* gtk/src/scalebutton.ccg:
	* gtk/src/scalebutton.hg: Added set/get_orientation(), 
	get_plus_button(), get_minus_button(), get_popup().
	Added orientation property.
	* gtk/src/settings.hg: Added many properties.
	* gtk/src/widget.hg: Added damage_event signal.
	Added window property.
	* tools/m4/convert_gtk.m4: Added a conversion for GIcon.:

	svn path=/trunk/; revision=1002

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

	gtk/gtkmm/stock.cc Added PAGE_SETUP, PRINT_ERROR, PRINT_REPORT,

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

	* gtk/gtkmm/stock.cc
	* gtk/gtkmm/stock.h: Added PAGE_SETUP, PRINT_ERROR, PRINT_REPORT, 
	PRINT_WARNING.
	* gtk/src/statusicon.hg: Added get_x11_window_id().
	* gtk/src/toolitem.hg: Added toolbar_reconfigured().
	* gtk/src/tooltip.hg: Added set_icon_from_icon_name().
	* gtk/src/widget.ccg:
	* gtk/src/widget.hg: Added get_snapshot().
	Reimplemented get_allocation() and get_window() with the new C 
	accessor functions instead of direct struct field access.

	svn path=/trunk/; revision=1001

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

	Regenerated with h2defs.py. Deprecated the existing cell_get_size() and

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

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/treeviewcolumn.hg: Deprecated the existing 
	cell_get_size() and added another, because the cell_area 
	parameter has changed to a const in 
	gtk_tree_view_column_cell_get_size().
	* tools/m4/convert_gdk.m4: Added necessary conversions, because 
	some C parameters have been corrected to const, so we don't need to 
	do so many const_cast<>s.

	* gtk/src/printer.hg: Added get_default_page_size(), wrapping 
	gtk_printer_get_default_page_size(), new in GTK+ 2.13.
	* gtk/src/pagesetup.hg: Added load_from_file() and 
	load_from_key_file(), wrapping gtk_page_setup_load_file() and 
	gtk_page_setup_load_key_file(), new in GTK+ 2.13.
	Added create_from_file() and create_from_key_file() to match the 
	C new functions, now that we can reimplement them.
	* gtk/src/printersettings.hg: Added load_from_file() and 
	load_from_key_file(), wrapping gtk_print_settings_load_file() and 
	gtk_print_settings_load_key_file(), new in GTK+ 2.13.
	Added create_from_file() and create_from_key_file() to match the 
	C new functions, now that we can reimplement them.:

	svn path=/trunk/; revision=1000

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

	Mark set/get_tooltips() as deprecated (because it is in GTK+ now). Remove

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

	* gtk/src/toolbar.hg: Mark set/get_tooltips() as deprecated 
	(because it is in GTK+ now).
	* gtk/src/toolbar.ccg: Remove the define of GTK_DISABLE_DEPRECATED 
	so the deprecated gtkmm methods still build.
	get_tooltip_object(): Just return 0 because the implementation 
	requires GTK_DISABLE_DEPRECATED, to get the odd alternative GTK+ 
	API, and that is now too complicated. It is broken anyway - 
	the fault of GTK+, not us.

	svn path=/trunk/; revision=999

2008-06-13  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=998

2008-06-02  Peter Wainright  <prw@ceiriog.eclipse.co.uk>

	add_label(): Correct the order of parameters given to the Label

2008-06-02  Peter Wainright  <prw@ceiriog.eclipse.co.uk>

	* gtk/src/bin.ccg: add_label(): Correct the order of parameters 
	given to the Label constructor. Bug #534685.

	svn path=/trunk/; revision=997

2008-05-31  Dodji Seketeli  <dodji@src.gnome.org>

	Fix a gcc 4.3 warning on PangoAttribute* const gobj() const

	svn path=/trunk/; revision=996

2008-05-14  Murray Cumming  <murrayc@murrayc.com>

	Add custom documentation for the gtk_image_set_from_*() functions, because

2008-05-14  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_docs_override.xml: Add custom documentation for the 
	gtk_image_set_from_*() functions, because they refer to new_from_*
	functions instead of our constructors.
	* gtk/src/image.hg: Add documentation for the constructors.

	svn path=/trunk/; revision=995

2008-05-14  Gennaro Bellizio  <genbell@tiscali.it>

	Added the shadow_type property that was added to GTK+ in 2.12. Bug #532744

2008-05-14  Gennaro Bellizio  <genbell@tiscali.it>

	* gtk/src/entry.hg: Added the shadow_type property that was added to 
	GTK+ in 2.12.
	Bug #532744

	svn path=/trunk/; revision=994

2008-04-29  Murray Cumming  <murrayc@murrayc.com>

	Added get_pixbuf(), get_delay_time(), advance(),

2008-04-29  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/pixbufanimationiter.[hg|cc]: Added  get_pixbuf(), get_delay_time(), 
	advance(), on_currently_loading_frame().
	* gdk/src/gdk_docs_override.xml: Customized the documentation for these 
	methods, to avoid C-specific advice, and to add @newin2p14.
	Bug #528037 (Balazs Tirpak) 

	svn path=/trunk/; revision=993

2008-04-29  Murray Cumming  <murrayc@murrayc.com>

	Added unset_back_pixmap(). Changed the back_pixmap() documentation to not

2008-04-29  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/window.ccg:
	* gdk/src/window.hg: Added unset_back_pixmap().
	* gdk/src/gdk_docs_override.xml: Changed the back_pixmap() documentation 
	to not mention NULL, and to refer to unset_back_pixmap().
	This fixes bug #525967 (Jonathon Jongsma).

	svn path=/trunk/; revision=992

2008-04-11  Andreas Klaedtke  <andreas.klaedtke@gmx.net>

	get_direction(): Add a const version and deprecate the non-const version.

2008-04-11  Andreas Klaedtke  <andreas.klaedtke@gmx.net>

	* gtk/src/widget.hg: get_direction(): Add a const version and deprecate 
	the non-const version.
	Bug #526742.

	svn path=/trunk/; revision=991

2008-04-11  Armin Burgmeier  <armin@openismus.com>

	Added a specialization for Glib::Value<Glib::RefPtr<Gtk::RecentInfo> > so

2008-04-11  Armin Burgmeier  <armin@openismus.com>

	* gtk/src/recentinfo.ccg:
	* gtk/src/recentinfo.hg: Added a specialization for
	Glib::Value<Glib::RefPtr<Gtk::RecentInfo> > so that
	Glib::RefPtr<Gtk::RecentInfo> can be used with Glib::Value<> and
	Gtk::TreeModelColumn<>.

	svn path=/trunk/; revision=990

2008-04-10  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=989

2008-03-14  Murray Cumming  <murrayc@murrayc.com>

	_MEMBER_SET for end_index and start_index: Mentin that the indices are in

2008-03-14  Murray Cumming  <murrayc@murrayc.com>

	* pango/src/attributes.hg: _MEMBER_SET for end_index and start_index:
	Mentin that the indices are in bytes, as now mentioned in the C 
	documentation.
	Bug #517874 (Steve Splonskowski)

	svn path=/trunk/; revision=981

2008-03-04  Jonathon Jongsma  <jjongsma@src.gnome.org>

	updated the 'release' taget to give a little bit more helpful error

	* Makefile.am: updated the 'release' taget to give a little bit more helpful
	error messages

	svn path=/trunk/; revision=979

2008-02-29  Jonathon Jongsma  <jjongsma@src.gnome.org>

	add a 'release' target to the makefile. This target will do a distcheck,

	* Makefile.am: add a 'release' target to the makefile.  This target will do
	a distcheck, and if successful it will tag the repository with the current
	release number and upload the tarball to master.gnome.org

	svn path=/trunk/; revision=977

2008-02-24  Murray Cumming  <murrayc@murrayc.com>

	Added Makefile.am files to dist the contents of these new directories, to

2008-02-24  Murray Cumming  <murrayc@murrayc.com>

	* configure.in:
	* docs/reference/Makefile.am:
	* docs/reference/images/Makefile.am:
	* docs/reference/images/widgets/Makefile.am: Added Makefile.am files 
	to dist the contents of these new directories, to fix distcheck.

	svn path=/trunk/; revision=973

2008-02-23  Murray Cumming  <murrayc@src.gnome.org>

	Correct the ChangeLog

	svn path=/trunk/; revision=971

2008-02-23  Deng Xiyue  <manphiz@gmail.com>

	demos/gtk-demo/demowindow.cc demos/gtk-demo/example_pixbufs.cc

	2008-02-21  Deng Xiyue <manphiz@gmail.com>

	* demos/gtk-demo/demowindow.cc
	* demos/gtk-demo/example_pixbufs.cc
	* demos/gtk-demo/example_textview.cc
	* demos/gtk-demo/example_treeview_editable_cells.cc
	* demos/gtk-demo/textwidget.cc
	* gtk/gtkmm/targetentry.cc
	* gtk/src/ruler.ccg
	* gtk/src/scale.ccg
	* gtk/src/treeview.hg
	Fix header inclusion and use using directive for C functions to
	fix build on gcc-4.3 and Solaris.  Refined from Tim Mooney's
	patch.
	(Bug #498438, #517530)

	svn path=/trunk/; revision=970

2008-02-19  Jonathon Jongsma  <jjongsma@src.gnome.org>

	Merged r960:967 from gtkmm-2-12 branch

	svn path=/trunk/; revision=968

2008-01-29  Murray Cumming  <murrayc@murrayc.com>

	Depend on giomm and initialize it in Gtk::Main, for convenience. Note that

2008-01-29  Murray Cumming  <murrayc@murrayc.com>

	* configure.in:
	* gtk/gtkmm-2.4.pc.in:
	* gtk/gtkmm.h:
	* gtk/src/main.ccg: Depend on giomm and initialize it in 
	Gtk::Main, for convenience. Note that GTK+ already depends on 
	gio.

	svn path=/trunk/; revision=960

2008-01-26  Murray Cumming  <murrayc@murrayc.com>

	Added conversions from const gchar* to const ustring&, to fix the build I

2008-01-26  Murray Cumming  <murrayc@murrayc.com>

	* atk/src/action.hg:
	* atk/src/editabletext.hg:
	* atk/src/image.hg:
	* atk/src/object.hg:
	* atk/src/streamablecontent.hg:
	* gtk/src/celllayout.hg:
	* gtk/src/cellrenderer.hg:
	* gtk/src/cellrendereraccel.hg:
	* gtk/src/cellrenderertext.hg:
	* gtk/src/cellrenderertoggle.hg:
	* gtk/src/entry.hg:
	* gtk/src/entrycompletion.hg:
	* gtk/src/recentchooser.hg:
	* gtk/src/statusbar.hg:
	* gtk/src/style.hg:
	* gtk/src/textview.hg: Added conversions from const gchar* to const ustring&, 
	to fix the build I guess I removed this from a convert_*.m4 file, to discourage  
	people from returning const ustring& from methods.
	Bug #511708 (José Alburquerque).

	svn path=/trunk/; revision=959

2008-01-18  Murray Cumming  <murrayc@murrayc.com>

	Derive (and implement) from RecentChooser so this is actually usable. This

	2008-01-18  Murray Cumming <murrayc@murrayc.com>

	* gtk/src/recentaction.hg:
	Derive (and implement) from RecentChooser so this is actually usable.
	This changes ABI (object size), but nobody could have been using this yet.
	(Bug #505766, Denes Faluvegi)

	svn path=/trunk/; revision=955

2008-01-18  Murray Cumming  <murrayc@murrayc.com>

	SignalProxy_Details_gtk_callback(): Return a copy of the gchar* instead of

2008-01-18  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/calendar.ccg: 
	SignalProxy_Details_gtk_callback(): Return a copy of the 
	gchar* instead of a const, because we corrected the API in GTK+.

	svn path=/trunk/; revision=954

2008-01-14  Murray Cumming  <murrayc@murrayc.com>

	Regenerated with enums.pl. Regenerated with h2defs.py

2008-01-14  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_enums.defs: Regenerated with enums.pl.
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py
	* gtk/src/calendar.ccg:
	* gtk/src/calendar.hg: Added set_detail_func(), 
	set_detail_width_chars(), set_detail_height_rows(), 
	get_detail_width_chars(), and get_detail_height_rows(), 
	and these properties.

	svn path=/trunk/; revision=952

2007-12-15  Murray Cumming  <murrayc@murrayc.com>

	set_headers_visible(): Add default parameter value.

2007-12-15  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treeview.hg: set_headers_visible(): Add default parameter value.

	svn path=/trunk/; revision=951

2007-12-13  Daniel Elstner  <daniel@src.gnome.org>

	Remove property wrapper since "dialog" is write-only and construct-only.

	* gtk/src/filechooserbutton.hg (property_dialog): Remove property
	wrapper since "dialog" is write-only and construct-only. (#436789)

	svn path=/trunk/; revision=950

2007-11-29  Christian Hammond  <chammond@src.gnome.org>

	Added create_with_icon_name() functions for the various Action classes, allowing IconTheme icon names to be used instead of stock IDs. This closes bug #437041.

	svn path=/trunk/; revision=949

2007-11-29  Murray Cumming  <murrayc@murrayc.com>

	Documented drag_refuse().

2007-11-29  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/dragcontext.hg: Documented drag_refuse().

2007-11-29  Sebastien Bacher  <seb128@debian.org>

	* gtk/gtkmm/targetentry.cc:
	* gtk/src/scale.ccg: Include memset and cstring to fix the build 
	with pre-release versions of gcc 4.3.

	svn path=/trunk/; revision=947

2007-11-09  Murray Cumming  <murrayc@murrayc.com>

	drag_data_get(): Deprecated the current version and added a version that

2007-11-09  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/widget.hg: drag_data_get(): Deprecated the current version 
	and added a version that takes a const Glib::ustring& for the target.

	svn path=/trunk/; revision=946

2007-11-09  Murray Cumming  <murrayc@murrayc.com>

	Added operator bool().

2007-11-09  Murray Cumming  <murrayc@murrayc.com>

	* gtk/gtkmm/stockid.h: Added operator bool().
	* gtk/src/iconinfo.ccg:
	* gtk/src/iconinfo.hg:
	* gtk/src/icontheme.hg:
	* pango/src/attrlist.ccg:
	* pango/src/attrlist.hg:
	* pango/src/color.ccg:
	* pango/src/color.hg:  Deprecated the non-const 
	operator bool()s and added const versions.
	* gtk/src/enums.hg:
	* gtk/src/icon_factory.ccg: Added an 
	IconSize::lookup() method overload that takes a 
	Gtk::Settings, wrapping gtk_icon_size_lookup_for_settings().
	Added documentation for this and the other lookup() 
	method.

	svn path=/trunk/; revision=945

2007-11-09  Murray Cumming  <murrayc@murrayc.com>

	Added operator bool().

2007-11-09  Murray Cumming  <murrayc@murrayc.com>

	* gtk/gtkmm/stockid.h: Added operator bool().
	* gtk/src/iconinfo.ccg:
	* gtk/src/iconinfo.hg:
	* gtk/src/icontheme.hg:
	* pango/src/attrlist.ccg:
	* pango/src/attrlist.hg:
	* pango/src/color.ccg:
	* pango/src/color.hg:  Deprecated the non-const 
	operator bool()s and added const versions.
	* gtk/src/enums.hg:
	* gtk/src/icon_factory.ccg: Added an 
	IconSize::lookup() method overload that takes a 
	Gtk::Settings, wrapping gtk_icon_size_lookup_for_settings().
	Added documentation for this and the other lookup() 
	method.

	svn path=/trunk/; revision=944

2007-11-09  Murray Cumming  <murrayc@murrayc.com>

	Added the icon_name, visible_overflown, and action_group properties.

2007-11-09  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/action.hg: Added the icon_name, visible_overflown, and 
	action_group properties.

	svn path=/trunk/; revision=943

2007-11-08  Murray Cumming  <murrayc@murrayc.com>

	Added copy(), wrapping gtk_page_setup_copy(). Added copy(), wrapping

2007-11-08  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/pagesetup.hg: Added copy(), wrapping 
	gtk_page_setup_copy().
	* gtk/src/printsettings.hg: Added copy(), wrapping 
	gtk_print_settings_copy().
	These are actually useful, particularly when dealing 
	with constness issues.

	svn path=/trunk/; revision=942

2007-11-06  Jonathon Jongsma  <jjongsma@gnome.org>

	minor clean-up of the xsl file to extract common stuff out to separate

2007-11-06  Jonathon Jongsma  <jjongsma@gnome.org>

	* docs/reference/doxygen_to_devhelp.xsl: minor clean-up of the xsl file to
	extract common stuff out to separate templates so we don't have so much
	duplication in the 'as-func' and 'as-sub' templates

	svn path=/trunk/; revision=940

2007-11-06  Jonathon Jongsma  <jjongsma@gnome.org>

	Fully-qualify functions in the devhelp file so it's easy to see which

2007-11-05  Jonathon Jongsma  <jjongsma@gnome.org>

	* docs/reference/doxygen_to_devhelp.xsl: Fully-qualify functions in the
	devhelp file so it's easy to see which class they belong to in the search
	results (Bug #493999)

	svn path=/trunk/; revision=939

2007-11-06  Jonathon Jongsma  <jjongsma@gnome.org>

	clean up the makefile rules for building the devhelp files a bit so that

2007-11-05  Jonathon Jongsma  <jjongsma@gnome.org>

	* docs/reference/Makefile.am: clean up the makefile rules for building the
	devhelp files a bit so that it gets rebuilt if the xsl stylesheet changes,
	etc.
	* docs/reference/doxygen_to_devhelp.xsl: Fix the devhelp XSL stylesheet so
	that the functions link correctly (fixes Bug #488261)

	svn path=/trunk/; revision=938

2007-11-05  Murray Cumming  <murrayc@murrayc.com>

	Made changes to the gtk_dialog_run() override to avoid strange markup in

2007-11-05  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_docs_override.xml: Made changes to the gtk_dialog_run() 
	override to avoid strange markup in the generated HTML.
	Bug #471143 (Andrew Medico)
	* gtk/src/gtk_signals.defs: Corrected the GtkWidget:grab-broken-event 
	definition to fix the build after my previous commit.

	svn path=/trunk/; revision=937

2007-11-05  Murray Cumming  <murrayc@murrayc.com>

	Added the grab_broken_event signal (with no_default_handler, to preserve

2007-11-05  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/widget.hg: Added the grab_broken_event signal 
	(with no_default_handler, to preserve ABI).
	Bug #473465 (Balazs Scheidler).

	svn path=/trunk/; revision=936

2007-11-05  Yevgen Muntyan  <muntyan@tamu.edu>

	Added ifdefs around the unix-specific printer objects, to fix the build on

2007-11-05  Yevgen Muntyan  <muntyan@tamu.edu>

	* tools/extra_defs_gen/generate_defs_gtk.cc: Added ifdefs around the 
	unix-specific printer objects, to fix the build on Windows.

	svn path=/trunk/; revision=934

2007-11-05  Murray Cumming  <murrayc@murrayc.com>

	Added a const overload of get_size() and deprecated the non-const version.

2007-11-05  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/drawable.hg: Added a const overload of get_size() 
	and deprecated the non-const version.
	Bug #467539 (Bobby DaSilva).

	svn path=/trunk/; revision=933

2007-11-05  Murray Cumming  <murrayc@murrayc.com>

	Added the popup_menu signal, without a overridable default signal handler

2007-11-05  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/widget.hg: Added the popup_menu signal, 
	without a overridable default signal handler (to preserve ABI), 
	now that we know that it is public API.
	Bug #304103 (Philip Langdale). 

	svn path=/trunk/; revision=932

2007-11-05  Murray Cumming  <murrayc@murrayc.com>

	Added set_popup_single_match(), deprecated the wrongly-named

2007-11-05  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/entrycompletion.hg: Added set_popup_single_match(), 
	deprecated the wrongly-named set_popup_single_width().
	Bug #473750 (Kevin Daughtridge).
	Added a const version of get_text_column() and deprecated the 
	non-const version.

	svn path=/trunk/; revision=931

2007-11-05  Murray Cumming  <murrayc@murrayc.com>

	Partially hand-code one of the constructors, so it can pass the uri for

2007-11-05  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/linkbutton.ccg:
	* gtk/src/linkbutton.hg: Partially hand-code one of the 
	constructors, so it can pass the uri for the label too, 
	as in gtk_link_button_new(). Bug #492200 (Marko Anastasov).

	svn path=/trunk/; revision=929

2007-11-04  Murray Cumming  <murrayc@murrayc.com>

	Change a Style to Gtk::Style in a signal, to fix the build on MacOS X. Bug

2007-11-04  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/widget.hg: Change a Style to Gtk::Style in 
	a signal, to fix the build on MacOS X. Bug #493057.
	(Alberto Ruiz)
	* tools/m4/convert_gtk.m4:
	* gtk/src/style.hg: Moved some signal-specific conversions to 
	the .hg file, to avoid their misuse.

	svn path=/trunk/; revision=926

2007-10-25  Murray Cumming  <murrayc@murrayc.com>

	set_cursor(): Actually implement this.

2007-10-25  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/iconview.hg: set_cursor(): Actually implement this.

	svn path=/trunk/; revision=925

2007-10-23  Murray Cumming  <murrayc@murrayc.com>

	Added to_string().

2007-10-23  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/color.ccg:
	* gdk/src/color.hg: Added to_string().

	svn path=/trunk/; revision=923

2007-10-20  Murray Cumming  <murrayc@murrayc.com>

	docs/tutorial/ examples/

2007-10-20  Murray Cumming  <murrayc@murrayc.com>

	* Makefile.am:
	* configure.in:
	* docs/Makefile.am:
	* docs/tutorial/
	* examples/
	* MSVC_Net2003/Makefile.am:
	* MSVC_Net2003/examples/: Removed the tutorial and examples. 
	They are now in the gtkmm-documentation module, so that we can use 
	extra libraries in the book's examples, such as libglademm. 

	svn path=/trunk/; revision=922

2007-10-20  Murray Cumming  <murrayc@murrayc.com>

	Added const versions of save_to_key_file() and deprecated the non-const

2007-10-20  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/pagesetup.ccg:
	* gtk/src/pagesetup.hg: 
	* gtk/src/printsettings.ccg:
	* gtk/src/printsettings.hg:
	Added const versions of save_to_key_file() and deprecated the non-const 
	versions.

	svn path=/trunk/; revision=921

2007-10-20  Murray Cumming  <murrayc@murrayc.com>

	This is the trunk branch for gtkmm 2.13/14.

2007-10-20  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_docs_override.xml: Corrected the documentation for 
	Gtk::Entry::get_text().

	svn path=/trunk/; revision=920

2007-10-14  Marko Anastasov  <marko@marko.anastasov.name>

	Fixed build by correcting a typo for create() from previous commit. Bug

2007-10-14  Marko Anastasov  <marko@marko.anastasov.name>

	* gdk/src/pixbuf.hg: Fixed build by correcting a typo for create()
	from previous commit. Bug #486257 (Craig Keogh).

	svn path=/trunk/; revision=918

2007-10-12  Armin Burgmeier  <armin@openismus.com>

	Added G{D,T}KMM_DISABLE_DEPRECATED defines to g{d,t}kmmconfig.h so other

2007-10-12  Armin Burgmeier  <armin@openismus.com>

	* gdk/gdkmmconfig.h.in:
	* gtk/gtkmmconfig.h.in:
	* configure.in: Added G{D,T}KMM_DISABLE_DEPRECATED defines to
	g{d,t}kmmconfig.h so other code can check whether deprecated API is
	available or not.

	* gdk/src/pixbuf.hg:
	* gdk/src/pixbuf.ccg: Fixed build with deprecated API disabled.

	* gtk/src/tooltips.hg:
	* gtk/src/combo.hg:
	* gtk/src/textview.hg:
	* gtk/src/optionmenu.hg:
	* gtk/src/toolbar.hg:
	* gtk/src/inputdialog.hg:
	* gtk/src/treeview.hg:
	* gtk/src/style.hg:
	* gtk/src/toolitem.hg:
	* gtk/src/textbuffer.hg:
	* gtk/src/treepath.hg:
	* gtk/src/treesortable.hg:
	* gtk/src/progress.hg:
	* gtk/src/treeviewcolumn.hg:
	* gtk/src/fileselection.hg:
	* gdk/src/colormap.hg:
	* gdk/src/color.hg: Use the new _CONFIGINCLUDE m4 macro in glibmm to
	include gtkmmconfig.h before the #ifdef GTKMM_DISABLE_DEPRECATED at
	the top of the file so that the define is actually present when other
	code includes one of these files directly. Note this requires glibmm
	from SVN to generate the source files (though building the sources
	should still work with 2.14.1).

	svn path=/trunk/; revision=917

2007-10-05  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=916

2007-10-05  Murray Cumming  <murrayc@src.gnome.org>

	Added a note to the ChangeLog

	svn path=/trunk/; revision=915

2007-10-04  Murray Cumming  <murrayc@murrayc.com>

	Add a custom conversion for the signals that use PrintContext, to fix a

2007-10-04  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/printoperation.hg: Add a custom conversion for the 
	signals that use PrintContext, to fix a reference-counting 
	problem that caused crashes when printing or showing a 
	print preview.

	* tools/m4/convert_atk.m4:
	* tools/m4/convert_gdk.m4:
	* tools/m4/convert_gtk.m4:
	* atk/src/hypertext.hg:
	* atk/src/table.hg:
	* gdk/src/displaymanager.hg:
	* gtk/src/inputdialog.hg:
	* gtk/src/style.hg:
	* gtk/src/textbuffer.hg:
	* gtk/src/widget.hg: Move all signal-specific conversions to 
	the .hg files where they are used, to make this clearer.

	svn path=/trunk/; revision=914

2007-09-21  Olav Vitters  <ovitters@src.gnome.org>

	Correct userid in MAINTAINERS file

	svn path=/trunk/; revision=913

2007-09-14  Murray Cumming  <murrayc@src.gnome.org>

	Merged from gtkmm-2-12 branch (which should not have been created yet).

	svn path=/trunk/; revision=911

2007-09-14  Murray Cumming  <murrayc@src.gnome.org>

	Merged from gtkmm-2-12 branch (which should not have been created yet).

	svn path=/trunk/; revision=910

2007-09-14  Murray Cumming  <murrayc@src.gnome.org>

	Merged from gtkmm-2-12 branch (which should not have been created yet).

	svn path=/trunk/; revision=909

2007-09-14  Murray Cumming  <murrayc@src.gnome.org>

	Merged from gtkmm-2-12 branch (which should not have been created yet).

	svn path=/trunk/; revision=908

2007-09-14  Murray Cumming  <murrayc@src.gnome.org>

	Merged from gtkmm-2-12 branch (which should not have been created yet).

	svn path=/trunk/; revision=907

2007-09-03  Daniel Elstner  <daniel@src.gnome.org>

	Update MAINTAINERS file to new required format.

	svn path=/trunk/; revision=901

2007-08-31  Jonathon Jongsma  <jjongsma@gnome.org>

	deprecate cairo helper functions and added new overloaded functions that

2007-08-29  Jonathon Jongsma  <jjongsma@gnome.org>

	* gdk/gdkmm/general.cc, gdk/gdkmm/general.h: deprecate cairo helper
	functions and added new overloaded functions that take *const*
	RefPtr<Cairo::Context>& parameters.
	Also renamed the new rectangle() and region() functions per the TODO in the
	source file.  The new names are add_rectangle_to_path() and
	add_region_to_path()
	( merged to trunk from branch gtkmm-2-12 )

	svn path=/trunk/; revision=900

2007-08-31  Murray Cumming  <murrayc@src.gnome.org>

	Removed incorrect branch information. I was confused.

	svn path=/trunk/; revision=898

2007-08-31  Murray Cumming  <murrayc@murrayc.com>

	+ + * docs/tutorial/gtkmm-tut.xml: DrawingArea: Corrected a mention of +

2007-08-31  Murray Cumming  <murrayc@murrayc.com>
+ 
+ * docs/tutorial/gtkmm-tut.xml: DrawingArea: Corrected a mention of 
+ PixBuf to Pixbuf. Bug #465961 (Jonathan Jongsma).

	svn path=/trunk/; revision=897

2007-08-17  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=894

2007-08-16  Jonathon Jongsma  <jjongsma@src.gnome.org>

	add <div> to make it easier to incoporate the documentation into

	* docs/reference/gtkmm_footer.html_fragment,
	docs/reference/gtkmm_header.html_fragment: add <div> to make it easier to
	incoporate the documentation into library.gnome.org, per a request by
	Frederic Peters

	svn path=/trunk/; revision=893

2007-08-13  Daniel Elstner  <daniel@src.gnome.org>

	Fix email address.

	svn path=/trunk/; revision=891

2007-08-13  Daniel Elstner  <daniel@src.gnome.org>

	Update svn:ignore properties and remove all .cvsignore files.

	svn path=/trunk/; revision=890

2007-08-13  Daniel Elstner  <daniel@src.gnome.org>

	Remove stray semicolon. Likewise. Remove /* inside comment.

	* gtk/src/iconview.hg: Remove stray semicolon.
	* gtk/src/printer.hg: Likewise.
	* gtk/src/tooltip.ccg: Remove /* inside comment.

	* gtk/src/builder.ccg (get_type_from_name_vfunc_callback):
	Remove unused argument names to avoid compiler warnings.
	* examples/book/printing/advanced/previewdialog.cc: ditto,
	* examples/book/tooltips/examplewindow.cc: ditto.

	svn path=/trunk/; revision=889

2007-07-30  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=887

2007-07-29  Marko Anastasov  <marko@marko.anastasov.name>

	Updated, along with all other, and added some where missing.

2007-07-30  Marko Anastasov  <marko@marko.anastasov.name>

	* .cvsignore: Updated, along with all other, and added some
	where missing.

	svn path=/trunk/; revision=886

2007-07-29  Marko Anastasov  <marko@marko.anastasov.name>

	Fixed get_tooltip_context_iter() and get_tooltip_context_path()

2007-07-29  Marko Anastasov  <marko@marko.anastasov.name>

	* gtk/src/treeview.[ccg|hg]:
	* gtk/src/iconview.[ccg|hg]: Fixed get_tooltip_context_iter()
	and get_tooltip_context_path() implementations to use local
	structs/objects to pass to the C function instead of
	unguaranteed pointers. Added doxygen documentation for these
	functions in both classes.

	svn path=/trunk/; revision=885

2007-07-29  Marko Anastasov  <marko@marko.anastasov.name>

	Added get_tooltip_context_path() and get_tooltip_context_iter().

2007-07-29  Marko Anastasov  <marko@marko.anastasov.name>

	* gtk/src/treeview.[ccg|hg]:
	* gtk/src/iconview.[ccg|hg]: Added get_tooltip_context_path()
	and get_tooltip_context_iter().

	svn path=/trunk/; revision=884

2007-07-29  Murray Cumming  <murrayc@murrayc.com>

	Corrected the documentation for gtk_toolbar_set_icon_size() and

2007-07-29  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_docs_override.xml: Corrected the documentation for 
	gtk_toolbar_set_icon_size() and gtk_toolbar_unset_icon_size() to 
	use the correct Since:.
	* gtk/src/papersize.ccg:
	* gtk/src/papersize.hg: save_to_key_file(): Removed the default 
	group_name parameter value and added an overload instead.
	* gtk/src/printer.hg: Added some documentation.
	* gtk/src/printjob.hg: Added a const version of get_surface() 
	and added documentation for send().
	* gtk/src/printsettings.ccg:
	* gtk/src/printsettings.hg: Corrected the typedef for SlotForeach - 
	the ustring&s should be const. I do not believe that anybody could 
	have been using this, so I think it is OK to change it.
	* gtk/src/textmark.hg: Added documentation for constructors and 
	create() methods.
	* gtk/src/volumebutton.hg: Added documentation for the constructor.

	* pango/src/fontface.hg: Added documentation for list_sizes().
	* pango/src/renderer.hg: Added class documentation.

	svn path=/trunk/; revision=883

2007-07-29  Murray Cumming  <murrayc@murrayc.com>

	Document the old create() methods as deprecated. Added documentation for

2007-07-29  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/pixbuf.hg: Document the old 
	create() methods as deprecated. Added documentation for 
	the new create() methods.
	* gdk/src/screen.hg: Correct the conversion for 
	get_font_options().
	* gtk/src/builder.hg: Added documentation for the 
	create methods.
	* gtk/src/gtk_docs_override.xml: Corrected the 
	documentation for gtk_icon_theme_lookup_icon().
	* gtk/src/linkbutton.hg:
	* gtk/src/linkbutton.ccg: Added set_uri_hook() 
	and unset_uri_hook().
	* gtk/src/papersize.hg:
	* gtk/src/papersize.ccg: Added operator bool() so 
	that return values can be checked.

	svn path=/trunk/; revision=882

2007-07-29  Marko Anastasov  <marko@marko.anastasov.name>

	Added class documentation based on GTK+ docs.

2007-07-29  Marko Anastasov  <marko@marko.anastasov.name>

	* gtk/src/tooltip.hg: Added class documentation based on GTK+ docs.

	svn path=/trunk/; revision=881

2007-07-29  Marko Anastasov  <marko@marko.anastasov.name>

	Added an example for the new tooltips API.

2007-07-29  Marko Anastasov  <marko@marko.anastasov.name>

	* configure.in:
	* examples/book/Makefile.am:
	* examples/book/tooltips/Makefile.am:
	* examples/book/tooltips/examplewindow.[cc|h]:
	* examples/book/tooltips/main.cc: Added an example for the new
	tooltips API.

	svn path=/trunk/; revision=880

2007-07-29  Marko Anastasov  <marko@marko.anastasov.name>

	Corrected mismatched tag for PageSetup::save_to_file().

2007-07-29  Marko Anastasov  <marko@marko.anastasov.name>

	* gtk/src/gtk_docs_override.xml: Corrected mismatched tag
	for PageSetup::save_to_file().

	svn path=/trunk/; revision=879

2007-07-28  Murray Cumming  <murrayc@src.gnome.org>

	Fixed the build.

	svn path=/trunk/; revision=878

2007-07-28  Murray Cumming  <murrayc@murrayc.com>

	Corrected the documentation for AboutDialog::get_program_name(),

2007-07-28  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_docs_override.xml: Corrected the 
	documentation for
	AboutDialog::get_program_name(), get_website_label(),
	CellLayout::get_cells(), 
	EntryCompletion::get_completion_prefix(), 
	IconTheme::choose_icon(), list_contexts(), 
	IconView::set_tooltip_cell(), set_tooltip_item(), 
	PageSetup::save_to_file(), 
	PrinterSettings::save_to_file(), request_details(), 
	Widget::error_bell(), get_tooltip_markup(), 
	get_tooltip_text(), 
	* gtk/src/iconview.hg: Added a set_tooltip_cell() method 
	overload without the cell parameter.
	* gtk/src/settings.hg: Added new properties:
	gtk-modules, gtk-cursor-theme-name, 
	gtk-cursor-theme-size, gtk-alternative-button-order, 
	gtk-alternative-sort-arrows, gtk-show-input-method-menu, 
	gtk-show-unicode-menu, gtk-timeout-initial, 
	gtk-timeout-repeat, gtk-timeout-expand, 
	gtk-color-scheme, gtk-enable-animations, 
	gtk-touchscreen-mode, gtk-tooltip-timeout, 
	gtk-tooltip-browse-timeout, gtk-tooltip-browse-mode-timeout, 
	gtk-keynav-cursor-only, gtk-keynav-wrap-around, 
	gtk-error-bell, gtk-color-hash, 
	gtk-file-chooser-backend, gtk-print-backends, 
	gtk-print-preview-command, gtk-enable-mnemonics, 
	gtk-enable-accels, gtk-recent-files-limit.

	svn path=/trunk/; revision=877

2007-07-28  Murray Cumming  <murrayc@murrayc.com>

	Removed get_type_from_name() because it seems only useful when

2007-07-28  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/builder.hg: Removed get_type_from_name() because it 
	seems only useful when implementing GTK+ widgets.
	* gtk/src/gtk_docs_override.xml: Corrected the 
	gtk_page_setup_to_key_file() and gtk_print_settings_to_key_file() 
	documentation.
	* gtk/src/pagesetup.ccg:
	* gtk/src/pagesetup.hg:  Added a save_to_key_file() method 
	overload without the group parameter. 
	* gtk/src/printsettings.ccg:
	* gtk/src/printsettings.hg: Renamed to_key_file() to save_to_key_file() 
	and to_file() to save_to_file(). Added a save_to_key_file() method 
	overload without the group parameter. 
	* gtk/src/scalebutton.hg: Use IconSize instead of GtkIconSize 
	for the constructor parameter.
	* gtk/src/widget.hg: Added a @see unset_cursor() to the 
	documentation.
	Thanks to Jonathan Jongsma for the API review.

	svn path=/trunk/; revision=876

2007-07-22  Murray Cumming  <murrayc@murrayc.com>

	Added GtkScaleButton, GtkVolumeButton and GtkRecentAction. Regenerated

2007-07-22  Murray Cumming  <murrayc@murrayc.com>

	* tools/extra_defs_gen/generate_defs_gtk.cc:
	* gtk/src/gtk_signals.defs: Added GtkScaleButton, GtkVolumeButton 
	and GtkRecentAction.
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.

	* gdk/src/pixbuf.ccg:
	* gdk/src/pixbuf.hg: Added constructors that do not take dest_x 
	and dest_y (which are ignored in this case), and deprecated those old 
	constructors. Added constructors that do not take a colormap, because 
	that is optional.
	get_formats(): Corrected the reference counting.
	* gdk/src/screen.hg:
	* tools/m4/convert_gtk.m4:
	* gtk/src/iconview.hg: set_tooltip_item(), set_tooltip_cell(): 
	Use Tooltip only via a RefPtr.
	* gtk/src/menushell.hg: Added move_selected signal.

	* gtk/src/textview.hg:
	* gtk/src/scalebutton.hg: Ignore key-bindings signals.

	* gtk/src/tooltip.hg: Added set_tip_area().
	* gtk/src/treeview.hg: Added convert_widget_to_tree_coords(), 
	convert_tree_to_widget_coords(), convert_widget_to_bin_window_coords(), 
	convert_bin_window_to_widget_coords(), convert_tree_to_bin_window_coords(), 
	convert_bin_window_to_tree_coords(),
	set_tooltip_row(), set_tooltip_cell(), set_tooltip_column(), 
	get_tooltip_column().
	* gtk/src/widget.hg: Added keynav_failed(), error_bell(), 
	modify_cursor(), unset_cursor(), 
	set_has_tooltip(), get_has_tooltip().

	svn path=/trunk/; revision=875

2007-07-21  Murray Cumming  <murrayc@src.gnome.org>

	Increase version

	svn path=/trunk/; revision=874

2007-07-21  Murray Cumming  <murrayc@murrayc.com>

	Regenerated with docextract_to_xml.py. Regenerated with h2defs.py.

2007-07-21  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/gdk_docs.xml:
	* pango/src/pango_docs.xml:
	* gtk/src/gtk_docs.xml: Regenerated with docextract_to_xml.py.
	* pango/src/pango_methods.defs: Regenerated with h2defs.py.

	* pango/src/color.hg: Added to_string().
	* pango/src/cairofontmap.hg: Added get_font_type().
	* gdk/src/screen.hg: Added is_composited(), set_font_options(), 
	get_font_options(), set_resolution(), get_resolution(), 
	get_active_window() 

	* gtk/src/combobox.hg: 
	* gtk/src/filechooserbutton.hg:
	* gtk/src/notebook.hg: Ignored some new key-binding signals.

	* gtk/src/iconview.hg: Added set_tooltip_item() and 
	set_tooltip_cell().
	* tools/m4/convert_gtk.m4: Added necessary new conversions.

	* gtk/src/textbuffer.hg: Commented out the copy-target-list
	and paste-target-list properties for now, with a TODO, because I fear 
	that the reference-counting might not be correct. 

	svn path=/trunk/; revision=873

2007-07-20  Marko Anastasov  <marko@marko.anastasov.name>

	Wrapped cursor-position, copy-target-list and paste-target-list properties

	2007-07-20  Marko Anastasov <marko@marko.anastasov.name>

	* gtk/src/textbuffer.hg: Wrapped cursor-position, copy-target-list
	and paste-target-list properties from GTK+ 2.10.

	svn path=/trunk/; revision=872

2007-07-14  Murray Cumming  <murrayc@murrayc.com>

	Mention the GtkPrint* classes so that signal/property .defs are generated

2007-07-14  Murray Cumming  <murrayc@murrayc.com>

	* tools/extra_defs_gen/generate_defs_gtk.cc: Mention the GtkPrint* 
	classes so that signal/property .defs are generated for these.
	* gdk/src/Makefile.am:
	* gdk/src/gdk_pixbuf_enums.defs: Added this instead of pasting it 
	into gdk_enums.defs.
	* gdk/src/gdk.defs:
	* gdk/src/gdk_enums.defs:
	* gdk/src/gdk_methods.defs:
	* gtk/src/gtk_enums.defs:
	* gtk/src/gtk_methods.defs:
	* gtk/src/gtk_signals.defs: Regenerated, with h2defs.py, enums.pl, 
	and generate_extra_defs.
	* gtk/src/gtk_others.defs: Move the hand-written GtkPrintOperationPreview 
	signal defs to here instead of having them in gtk_signals.defs where they 
	will be overwritten when it's regenerated.
	* gtk/src/iconview.hg: Added convert_widget_to_bin_window_coords().
	* gtk/src/papersize.hg: Commented out get_paper_sizes() until I 
	figure out the build break.
	* gtk/src/statusicon.hg: Added set_screen() and get_screen().

	* pango/src/pango_enums.defs:
	* pango/src/pango_methods.defs: Regenerated.
	* tools/m4/convert_pango.m4: New conversions.
	* pango/src/context.hg: Added GravityHint enum.
	Added set_base_gravity(), get_base_gravity(), get_gravity(), 
	set_gravity_hint(), get_gravity_hint().
	* pango/src/fontdescription.hg: Added Gravity enum.
	Added set_gravity() and get_gravity().
	* pango/src/fontface.hg: Added is_synthesized().
	* pango/src/glyphstring.hg: Added get_width().
	* pango/src/layout.hg: Added is_wrapped(), is_ellipsized() and 
	get_unknown_glyphs_count().
	Reimplemented the const get_line() and get_lines() methods with 
	the (faster) *_read_only() C functions.

	svn path=/trunk/; revision=871

2007-07-13  Murray Cumming  <murrayc@murrayc.com>

	Deprecated in favour of the various set_tooltip_text() and

2007-07-13  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/tooltips.hg: Deprecated in favour of the various 
	set_tooltip_text() and set_tooltip_markup() methods, and the new 
	Gtl::Tooltip class.
	* gtk/src/menutoolbutton.hg: Added set_arrow_tooltip_text() and 
	set_arrow_tooltip_markup(). Deprecated set_arrow_tooltip().
	* gtk/src/toolitem.ccg: 
	* gtk/src/toolitem.hg: Deprecated signal_set_tooltip.
	* examples/book/eventbox/examplewindow.cc:
	* examples/book/eventbox/examplewindow.h:
	* examples/book/toolbar/examplewindow.cc:
	Replace use, or mention, of the deprecated Gtk::Tooltips class.

	svn path=/trunk/; revision=870

2007-07-12  Murray Cumming  <murrayc@murrayc.com>

	get_tooltips_object(): Reimplement to fix the build because GTK+ broke the

2007-07-12  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/toolbar.ccg:
	* gtk/src/toolbar.hg: get_tooltips_object(): Reimplement 
	to fix the build because GTK+ broke the API of GtkTooltips::tooltips
	(renaming it to GtkTooltips::_tooltips). I think I read that they 
	will change it back before a stable release.
	Deprecated get_tooltips_object().

	svn path=/trunk/; revision=869

2007-07-09  Johannes Schmid  <johannes.schmid@openismus.com>

	Added class documentation based on GTK+

	2007-07-03  Johannes Schmid <johannes.schmid@openismus.com>

	* gtk/src/uimanager.hg:
	Added class documentation based on GTK+

	svn path=/trunk/; revision=868

2007-07-03  Murray Cumming  <murrayc@murrayc.com>

	Added is_rubber_banding_active().

2007-07-03  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treeview.hg: Added is_rubber_banding_active().

	svn path=/trunk/; revision=867

2007-07-02  Murray Cumming  <murrayc@murrayc.com>

	Correct the ALIASES for newin2p*.

2007-07-02  Murray Cumming  <murrayc@murrayc.com>

	* docs/reference/Doxyfile.in: Correct the ALIASES for newin2p*.
	* gtk/src/builder.hg:
	* gtk/src/cellrendererprogress.hg:
	* gtk/src/cellrendererspin.hg:
	* gtk/src/recentaction.hg:
	* gtk/src/scalebutton.hg:
	* gtk/src/volumebutton.hg: Use newin2p12.

	svn path=/trunk/; revision=866

2007-07-02  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=865

2007-06-30  Johannes Schmid  <johannes.schmid@openismus.com>

	Fixed class documentation

	2007-06-30  Johannes Schmid <johannes.schmid@openismus.com>

	* gtk/src/action.hg:
	* gtk/src/assistant.hg:
	* gtk/src/builder.hg:
	* gtk/src/cellrendereraccel.hg:
	* gtk/src/cellrendererspin.hg:
	* gtk/src/entrycompletion.hg:
	* gtk/src/filefilter.hg:
	* gtk/src/linkbutton.hg:
	* gtk/src/radioaction.hg:
	* gtk/src/recentaction.hg:
	* gtk/src/scalebutton.hg:
	* gtk/src/settings.hg:
	* gtk/src/toggleaction.hg:
	* gtk/src/volumebutton.hg:
	* gtk/src/window.hg:

	Fixed class documentation

	svn path=/trunk/; revision=864

2007-06-29  Marko Anastasov  <marko@marko.anastasov.name>

	New files and functions, properties and signal of the new tooltips API.

2007-06-30  Marko Anastasov  <marko@marko.anastasov.name>

	* gtk/src/tooltip.[hg|ccg]:
	* gtk/src/widget.[hg|ccg]: New files and functions, properties and signal
	of the new tooltips API.
	* gtk/gtkmm.h: Include tooltip.h.
	* gtk/src/gtk_signals.defs: Added query_tooltip signal for Widget.
	* gtk/src/Makefile_list_of_hg.am_fragment: Include tooltip.hg in build.
	* tools/m4/convert_gtk.m4: Added conversions between GtkTooltip*
	and Glib::RefPtr<Gtk::Tooltip>.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Generate defs for Tooltip.

	svn path=/trunk/; revision=863

2007-06-28  Murray Cumming  <murrayc@src.gnome.org>

	Added missing files

	svn path=/trunk/; revision=862

2007-06-26  Murray Cumming  <murrayc@murrayc.com>

	Convert the libglade .glade files to GtkBuilder .ui files, with

2007-06-26  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/builder/basic/basic.ui:
	* examples/book/builder/basic/main.cc:
	* examples/book/builder/derived/basic.ui:
	* examples/book/builder/derived/main.cc:
	Convert the libglade .glade files to GtkBuilder .ui files, 
	with gtk-builder-convert script from GTK+.
	* gtk/src/builder.ccg:
	* gtk/src/builder.hg: Addded create_from_file() and create_from_string(), 
	as conveniences. Changed the add_from_file() parameter to a std::string, 
	as all filenames should be, because their encoding is unknown.
	Added a add_from_string() version that accepts a simple std::string.

	svn path=/trunk/; revision=861

2007-06-24  Murray Cumming  <murrayc@murrayc.com>

	Regenerated with enums.pl Regenerated with h2defs.py.

2007-06-24  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_enums.defs: Regenerated with enums.pl
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.

	* gtk/src/Makefile_list_of_hg.am_fragment:
	* gtk/src/builder.ccg:
	* gtk/src/builder.hg: Added wrapper for GtkBuilder, taking code from 
	libglademm so that it instantiates derived GTypes by using the vfunc, 
	and has templated get_widget() and get_widet_derived() methods.
	* gtk/gtkmm.h: Added builder.h

	* configure.in:
	* examples/book/builder/basic/
	* examples/book/builder/derived/
	Added GtkBuilder versions of the libgladem examples. These will not 
	work until I find the script to conver the glade files to GtkBuilder 
	files, or find a UI editor that creates GtkBuilder files.

	svn path=/trunk/; revision=860

2007-06-22  Murray Cumming  <murrayc@murrayc.com>

	Constuctor and create(): Added default values for the tooltips and

2007-06-22  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/recentaction.hg: Constuctor and create(): 
	Added default values for the tooltips and stock_id paramters,
	though I think none of these should need to specified.
	See bug #450032.
	* gtk/gtkmm.h: Added recentaction.h
	* examples/book/recent_files/examplewindow.cc: Used the RecentAction to 
	create a sub-menu.

	svn path=/trunk/; revision=859

2007-06-22  Murray Cumming  <murrayc@murrayc.com>

	Added comments about using CellRendererSpin or CellRendererProgress here.

2007-06-22  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/treeview/editable_cells/examplewindow.cc:
	* examples/book/treeview/editable_cells/examplewindow.h:
	Added comments about using CellRendererSpin or CellRendererProgress here.
	I tested the new CellRendererSpin here and it works.

	svn path=/trunk/; revision=858

2007-06-17  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=857

2007-06-10  Kalle Vahlman  <zuh@iki.fi>

	#ifdef out the use of the regular property API if properties are disabled.

2007-06-10  Kalle Vahlman  <zuh@iki.fi>

	* tests/property_notification/main.cc: #ifdef out the use of the regular property API 
	if properties are disabled.

	svn path=/trunk/; revision=855

2007-06-10  Murray Cumming  <murrayc@murrayc.com>

	Add ListHandle_AtomString intermediate container type.

2007-02-10  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/types.hg: Add ListHandle_AtomString intermediate container 
	type.
	* gdk/src/dragcontext.ccg:
	* gdk/src/dragcontext.hg: get_targets(),
	* gtk/src/selectiondata.hg: 
	* gtk/src/selectiondata.ccg: get_targets(): Use ListHandle_AtomString with appropriate 
	ownership instead of the current faulty code. This changes the return type, and 
	therefore changes the API and ABI of this method, but it is not possible that 
	anyone was using these functions until now, due to the brokenness.
	Bug #399403 (Yannick Guesnet)

	svn path=/trunk/; revision=854

2007-06-10  Murray Cumming  <murrayc@murrayc.com>

	Added create_menu(). Added list_papers().

2007-06-10  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/action.ccg:
	* gtk/src/action.hg: Added create_menu().
	* gtk/src/printer.hg: Added list_papers().

	* docs/tutorial/gtkmm-tut.xml: In the gmmproc chapter, mention the optional text 
	for the _WRAP_METHOD() deprecated parameter.

	svn path=/trunk/; revision=853

2007-06-10  Murray Cumming  <murrayc@murrayc.com>

	Added a comment about the difficulty of using a static instance. Added

2007-06-10  Murray Cumming  <murrayc@murrayc.com>

	* gtk/gtkmm/treemodelcolumn.h: Added a comment about the difficulty of using 
	a static instance.
	* gtk/src/notebook.hg: Added const versions of get_n_pages() and page_num(), 
	deprecating the non-const methods. Bug #442284 (Tomasz Ostrowski).
	* gtk/src/scalebutton.hg: Use refresult instead of refreturn. Maybe gmmproc 
	should not ignore unknown options.

	svn path=/trunk/; revision=852

2007-06-10  Murray Cumming  <murrayc@murrayc.com>

	Added the constructor now that gtk_scale_button_new() has been fixed in

2007-06-10  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/scalebutton.hg: Added the constructor now that 
	gtk_scale_button_new() has been fixed in GTK+.

	svn path=/trunk/; revision=851

2007-06-09  Murray Cumming  <murrayc@murrayc.com>

	Added pulse, text-xalign, and text-yalign properties.

2007-06-09  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/cellrendererprogress.hg: Added pulse, text-xalign, and 
	text-yalign properties.
	* gtk/src/entrycompletion.hg:
	* gtk/src/entrycompletion.ccg: Added set_inline_selection(), 
	and get_inline_selection(). 
	Added cursor_on_match signal, though without a default signal 
	handlers, to preserve ABI.
	Added inline-selection property.
	* gtk/src/range.hg: Added set_show_fill_level(), get_show_fill_level(),
	set_restrict_to_fill_level(), get_restrict_to_fill_level(), 
	set_fill_level(), get_fill_level().
	Added show-fill-level, restrict-to-fill-level, and 
	fill-level properties.
	* gtk/src/texttag.hg: Added paragraph-background, 
	paragraph-background-gdk, paragraph-background-set, 
	accumulative-margin properties.
	* gtk/src/treeview.hg: Added set_show_expanders(), get_show_expanders(), 
	set_level_indentation(), get_level_indentation().

	svn path=/trunk/; revision=850

2007-06-09  Murray Cumming  <murrayc@murrayc.com>

	Added RecentAction.

2007-06-09  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/Makefile_list_of_hg.am_fragment:
	* gtk/src/recentaction.ccg:
	* gtk/src/recentaction.hg: Added RecentAction.
	* gtk/src/scalebutton.ccg:
	* gtk/src/scalebutton.hg: Added ScaleButton.
	* gtk/src/volumebutton.ccg:
	* gtk/src/volumebutton.hg: Added VolumeButton.

	svn path=/trunk/; revision=849

2007-06-09  Murray Cumming  <murrayc@murrayc.com>

	Added DISCARD, ORIENTATION_PORTRAIT, ORIENTATION_LANDSCAPE,

2007-06-09  Murray Cumming  <murrayc@murrayc.com>

	* gtk/gtkmm/stock.cc:
	* gtk/gtkmm/stock.h: Added DISCARD, ORIENTATION_PORTRAIT, 
	ORIENTATION_LANDSCAPE, ORIENTATION_REVERSE_LANDSCAPE, 
	ORIENTATION_REVERSE_PORTRAIT, SELECT_ALL

	svn path=/trunk/; revision=848

2007-06-07  Jonathon Jongsma  <jjongsma@gnome.org>

	updated the internationalization section slightly, prompted by some

2007-06-06  Jonathon Jongsma  <jjongsma@gnome.org>

	* docs/tutorial/gtkmm-tut.xml: updated the internationalization section
	slightly, prompted by some discussion / criticism on gtkmm-list.  There's
	probably more that could be done here still.  I mostly worked on the wording
	to make it flow a bit better and added a bit more explanatory text.

	svn path=/trunk/; revision=847

2007-06-05  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=846

2007-06-05  Murray Cumming  <murrayc@src.gnome.org>

	Increase version

	svn path=/trunk/; revision=845

2007-06-05  Murray Cumming  <murrayc@src.gnome.org>

	Increase version

	svn path=/trunk/; revision=844

2007-06-04  Murray Cumming  <murrayc@murrayc.com>

	gmmproc appendix: Added documentation on constructors, create() methods,

2007-06-04  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/gtkmm-tut.xml: gmmproc appendix: Added documentation 
	on constructors, create() methods, _CONSTRUCT(), and some hints about 
	wrapping GList* and GSList* parameters.
	Bug #350870. (Paul Davis and Johannes Schmid)

	* docs/reference/Doxyfile.in: Added newin2p12 tag, for marking API 
	as new since 2.12.

	* gdk/src/gdk_methods.defs:
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py

	* gdk/src/display.hg: Added supports_shapes(), supports_input_shapes(), 
	supports_composite().
	* gdk/src/window.hg: Added set_composited(), input_shape_combine_mask(), 
	input_shape_combine_region(), set_child_input_shapes(), 
	merge_child_input_shapes(), get_type_hint(), set_startup_id(), beep(), 
	set_opacity().
	* gtk/src/aboutdialog.hg: Added set/get_program_name() and deprecated 
	set/get_name().
	* gtk/src/celllayout.hg: Added get_cells().
	* gtk/src/entry.hg: Added set_cursor_hadjustment(), get_cursor_hadjustment().
	* gtk/src/icontheme.hg: Added choose_icon(), list_contexts().
	* gtk/src/notebook.hg: Added set/get_group() and deprecated set/get_group_id().
	* gtk/src/pagesetup.hg: Added to_file(), to_key_file().
	* gtk/src/papersize.hg: Added get_paper_sizes().
	* gtk/src/printer.hg: Added has_details(), request_details(), 
	get_capabilities().
	* gtk/src/printsettings.hg: Added to_file(), to_key_file().
	* gtk/src/textbuffer.hg: Added add_mark().
	* gtk/src/textmark.ccg:
	* gtk/src/textmark.hg: Added constructor and create() method, though these 
	are usually created via TextBuffer.
	* gtk/src/toolbar.hg: Added set_icon_size(), unset_icon_size().
	* gtk/src/window.hg: Added set_opacity(), get_opacity().
	Added transient_for, and opacity properties.

	svn path=/trunk/; revision=843

2007-05-28  Jonathon Jongsma  <jjongsma@gnome.org>

	update documentation for some FileChooser methods which incorrectly stated

2007-05-26  Jonathon Jongsma  <jjongsma@gnome.org>

	* gtk/src/gtk_docs_override.xml: update documentation for some FileChooser
	methods which incorrectly stated that the returned list of strings needs to
	be freed with Glib::free()

	svn path=/trunk/; revision=841

2007-05-23  Jonathon Jongsma  <jjongsma@gnome.org>

	renamed the gmmproc appendix to "Wrapping C Libraries with gmmproc" so

2007-05-23  Jonathon Jongsma  <jjongsma@gnome.org>

	* docs/tutorial/gtkmm-tut.xml: renamed the gmmproc appendix to "Wrapping C
	Libraries with gmmproc" so that it shows up better in google searches for
	'gmmproc'

	svn path=/trunk/; revision=840

2007-05-10  Jonathon Jongsma  <jjongsma@gnome.org>

	Another big set of changes to improve pdf output. I shortened a lot of the

2007-05-09  Jonathon Jongsma  <jjongsma@gnome.org>

	* docs/tutorial/gtkmm-tut.xml: Another big set of changes to improve pdf
	output.  I shortened a lot of the <programlisting> code in the docbook
	document so that things will fit on a printed page / pdf document.  In
	addition, a lot of little changes were made to reduce a lot of unnecessary
	whitespace in the generated PDF (e.g.  don't wrap <programlisting> or
	<itemizedList> elements in empty <para> tags, etc).  This has the advantage
	of streamlining the markup as well.  I didn't make it all of the way through
	the document, will clean up more in the future.
	* examples/book/drag_and_drop/dndwindow.h: shorten another long line in this
	example so that when it's included into the tutorial it fits on a page

	svn path=/trunk/; revision=839

2007-05-10  Jonathon Jongsma  <jjongsma@gnome.org>

	accidentally broke the build on this example when reducing the line length

2007-05-09  Jonathon Jongsma  <jjongsma@gnome.org>

	* examples/book/comboboxentry/complex/examplewindow.cc: accidentally broke
	the build on this example when reducing the line length

	svn path=/trunk/; revision=838

2007-05-09  Jonathon Jongsma  <jjongsma@gnome.org>

	add a 'pdf' target so that we can build a pdf version of the tutorial more

2007-05-08  Jonathon Jongsma  <jjongsma@gnome.org>

	* docs/tutorial/Makefile.am: add a 'pdf' target so that we can build a pdf
	version of the tutorial more easily.  Also fixed the command for the
	'validate' targets and a couple other minor cleanups.

	svn path=/trunk/; revision=837

2007-05-09  Jonathon Jongsma  <jjongsma@gnome.org>

	modified all of the book examples to make all lines 80 characters long or

2007-05-08  Jonathon Jongsma  <jjongsma@gnome.org>

	* examples/book/*: modified all of the book examples to make all lines 80
	characters long or less.  This makes it so that the examples have a chance
	of fitting on the page of a printed pdf version of the tutorial book

	svn path=/trunk/; revision=836

2007-05-08  Jonathon Jongsma  <jjongsma@gnome.org>

	LOTS of changes to the tutorial to get it to validate against the docbook

2007-05-08  Jonathon Jongsma  <jjongsma@gnome.org>

	* docs/tutorial/gtkmm-tut.xml: LOTS of changes to the tutorial to get it to
	validate against the docbook DTD.  This was necessary because if the xml
	wasn't valid then we couldn't use tools such as docbook2pdf to generate a
	pdf version of the tutorial.  Most of the changes involved things such as
	adding <para> elements inside of <note> and <listitem> elements (since these
	elements can't old raw character data, but <para> can).  Also defined some
	entities such as &uuml; in ways that xml validators find acceptable, and a
	few other things.  I have not yet created a makefile rule to build a pdf
	automatically (or at least more easily), but I will do that soon.

	svn path=/trunk/; revision=835

2007-05-08  Jonathon Jongsma  <jjongsma@gnome.org>

	Update the custom widget example to use cairo-based drawing instead of the

2007-05-07  Jonathon Jongsma  <jjongsma@gnome.org>

	* examples/book/custom/custom_widget/mywidget.cc,h: Update the custom widget
	example to use cairo-based drawing instead of the old GDK drawing functions.

	svn path=/trunk/; revision=834

2007-05-03  Murray Cumming  <murrayc@murrayc-desktop>

	Basics: Split part of the example section into a Headers and Linking

2007-05-03  Murray Cumming  <murrayc@murrayc-desktop>

	* docs/tutorial/gtkmm-tut.xml: Basics: Split part of the example section into 
	a Headers and Linking section, with slightly fuller information.
	libglademm section: Describe what you need to include and link for libglademm, 
	and link back to the basics section that I just created.

	svn path=/trunk/; revision=832

2007-05-01  Johannes Schmid  <jhs@gnome.org>

	Wrap gtk_style_attach() and gtk_style_detach(). Bug #351336

	2007-05-01  Johannes Schmid <jhs@gnome.org>

	* gtk/src/style.hg:
	Wrap gtk_style_attach() and gtk_style_detach().
	Bug #351336

	svn path=/trunk/; revision=831

2007-05-01  Murray Cumming  <murrayc@murrayc.com>

	Added static set_default_icon_name() method, wrapping

2007-02-10  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/window.hg: Added static set_default_icon_name() method, 
	wrapping gtk_window_set_default_icon_name().
	Bug #364395 (Yuriy Syrota)

	svn path=/trunk/; revision=830

2007-05-01  Johannes Schmid  <jhs@gnome.org>

	gtk/src/calendar.hg :get_date() method using Glib::Date|

	2007-05-01  Johannes Schmid <jhs@gnome.org>

	* gtk/src/calendar.hg
	* gtk/src/calendar.ccg
	Bug 350584 – Calendar::get_date() method using Glib::Date|

	svn path=/trunk/; revision=829

2007-05-01  Murray Cumming  <murrayc@murrayc.com>

	Adjust the GtkStatusIcon::popup_menu signal definition, because the GType

2007-05-01  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_signals.defs: Adjust the GtkStatusIcon::popup_menu signal 
	definition, because the GType parameter system can not distinguish between 
	guint and guint32 (There is no G_TYPE_UINT32).
	* gtk/src/statusicon.hg: Add signals for the GtkStatusIcon activate and 
	popup_menu signals. See the comment in the code about these not being 
	public API, but we are adding them anyway because they seem necessary, 
	and we cannot get an answer out of the GTK+ maintainers.

	svn path=/trunk/; revision=828

2007-05-01  Murray Cumming  <murrayc@murrayc.com>

	Added popup_menu_at_position(), as an equivalent for the

2007-05-01  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/statusicon.ccg:
	* gtk/src/statusicon.hg: Added popup_menu_at_position(), as an equivalent for 
	the gtk_status_icon_position_menu() helper callback.
	Bug #392948 (Jan Niklas Hasse)

	svn path=/trunk/; revision=827

2007-05-01  Murray Cumming  <murrayc@murrayc.com>

	Added set_accept_focus(), get_accept_focus(), set_focus_on_map() and

2007-05-01  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/window.hg: Added set_accept_focus(), get_accept_focus(), 
	set_focus_on_map() and get_focus_on_map(). 
	Bug #421936

	svn path=/trunk/; revision=826

2007-05-01  Murray Cumming  <murrayc@src.gnome.org>

	Correct branch description in ChangeLog

	svn path=/trunk/; revision=825

2007-05-01  Murray Cumming  <murrayc@src.gnome.org>

	mark the branch in the ChangeLog

	svn path=/trunk/; revision=824

2007-05-01  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=820

2007-04-30  Johannes Schmid  <johannes.schmid@openismus.com>

	Use _IS_DEPRECATED instead of _DEPRECATED to sync with glibmm HEAD.

	2007-04-30  Johannes Schmid <johannes.schmid@openismus.com>

	* gtk/src/combo.hg:
	* gtk/src/fileselection.hg:
	* gtk/src/optionmenu.hg:
	* gtk/src/progress.hg:

	Use _IS_DEPRECATED instead of _DEPRECATED to sync with
	glibmm HEAD.

	svn path=/trunk/; revision=818

2007-04-24  Yselkowitz  <yselkowitz@users.sourceforge.net>

	Check for both m4 and M4 in the GNU m4 output, to fix the build on some

	2007-04-24  Yselkowitz <yselkowitz@users.sourceforge.net>

	* scripts/macros.m4: Check for both m4 and M4 in the GNU m4 output,
	to fix the build on some platforms.
	Bug #423990

	svn path=/trunk/; revision=817

2007-04-23  Armin Burgmeier  <armin@openismus.com>

	Made a std::vector<Glib::ustring> out of the StringArrayHandle in

2007-04-18  Armin Burgmeier  <armin@openismus.com>

	* gtk/src/recentmanager.hg:
	* gtk/src/recentmanager.ccg: Made a std::vector<Glib::ustring> out of
	the StringArrayHandle in Gtk::RecentManager::Data because the latter
	is not instantiable and only meant to be used as an intermediate type.

	Also hand-code RecentManager::add_item(const Glib::ustring&, const
	Data&) because we cannot do an easy conversion. We have to fill in a C
	struct instead.

	svn path=/trunk/; revision=816

2007-04-18  Armin Burgmeier  <armin@openismus.com>

	Removed GtkRadioAction* -> Glib::RefPtr<RadioAction> conversion.

2007-04-12  Armin Burgmeier  <armin@openismus.com>

	* tools/m4/convert_gtk.m4: Removed GtkRadioAction* ->
	Glib::RefPtr<RadioAction> conversion.

	* gtk/src/radioaction.hg: Added a custom conversion from
	GtkRadioAction* to Glib::RefPtr<RadioAction> that increases the
	reference count for the radio action object. The only place where this
	conversion actually is required is the changed signal of the radio
	action, and we need an additional reference there. Bug #350734.

	svn path=/trunk/; revision=815

2007-04-17  Murray Cumming  <murrayc@src.gnome.org>

	Increased version:

	svn path=/trunk/; revision=814

2007-04-16  Johannes Schmid  <johannes.schmid@openismus.com>

	Added a special case for Gtk::Menu in Widget_Class::dispose_vfunc_callback

	2007-04-12  Johannes Schmid <johannes.schmid@openismus.com>

	* gtk/src/widget.ccg:
	Added a special case for Gtk::Menu in
	Widget_Class::dispose_vfunc_callback to fix a crash in menu
	destruction (#339791)

	svn path=/trunk/; revision=812

2007-04-14  Marko Anastasov  <marko@marko.anastasov.name>

	Emphasised that the use libglademm is preferred over glademm. Bug #429043.

	2007-04-14  Marko Anastasov <marko@marko.anastasov.name>

	* docs/FAQ/gtkmm-faq.xml: Emphasised that the use libglademm is
	preferred over glademm. Bug #429043.
	Removed the old libglademm URL entity.

	svn path=/trunk/; revision=811

2007-03-30  Murray Cumming  <murrayc@murrayc.com>

	Connect to the switch-page signal, as a demonstration.

2007-03-30  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/notebook/examplewindow.cc:
	* examples/book/notebook/examplewindow.h: Connect to the switch-page signal, 
	as a demonstration.

	svn path=/trunk/; revision=810

2007-03-23  Andrew E. Makeev  <andrew@solvo.ru>

	fix memory leak in get_cursor() function. Bug #417539

2007-03-12  Andrew E. Makeev  <andrew@solvo.ru>

	* gtk/src/treeview.ccg: fix memory leak in get_cursor() function.
	Bug #417539

	svn path=/trunk/; revision=808

2007-03-09  Jonathon Jongsma  <jjongsma@gnome.org>

	fix documentation of IconTheme::get_example_icon_name() so that it doesn't

2007-03-09  Jonathon Jongsma  <jjongsma@gnome.org>

	* gtk/src/gtk_docs_override.xml: fix documentation of
	IconTheme::get_example_icon_name() so that it doesn't imply that the
	returned ustring needs to be freed.

	svn path=/trunk/; revision=805

2007-03-03  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

	svn path=/trunk/; revision=804

2007-03-03  Alan Ott  <alan@signal11.us>

	Added a new appendix, about using Visual Studio 2005. Mention new

2007-03-03  Alan Ott  <alan@signal11.us>

	* docs/tutorial/gtkmm-tut.xml: Added a new appendix, about using 
	Visual Studio 2005.
	* docs/tutorial/figures/Makefile.am: Mention new screenshots, for the 
	new appendix.

	svn path=/trunk/; revision=803

2007-02-15  Murray Cumming  <murrayc@murrayc.com>

	Use GDK_POINTER_TO_ATOM() instead of a simple cast, which is more like

2007-02-15  Murray Cumming,  <murrayc@murrayc.com>

	* gdk/src/dragcontext.ccg: Use GDK_POINTER_TO_ATOM() instead of a simple 
	cast, which is more like GTK+ public API.

	svn path=/trunk/; revision=802

2007-02-14  Marko Anastasov  <marko@marko.anastasov.name>

	Updated chapter on internationalization. Explains how to set up an

2007-02-11  Marko Anastasov  <marko@marko.anastasov.name>

	* docs/tutorial/gtkmm-tut.xml: Updated chapter on internationalization.
	Explains how to set up an autotools-based project, the use of intltool,
	basic instructions how to add a translation and a resources list.

	svn path=/trunk/; revision=801

2007-01-28  Daniel Elstner  <daniel@src.gnome.org>

	:add): Don't use NULL but static_cast<char*>(0) to terminate the

	* gtk/src/actiongroup.ccg (ActionGroup::add): Don't use NULL but
	static_cast<char*>(0) to terminate the g_object_get() varargs list,
	to prevent serious breakage on 64-bit systems without GCC magic.
	Please, everyone, do me a favor and don't use NULL in C++ code,
	especially not in conjunction with varargs.  Thanks.

	svn path=/trunk/; revision=800

2007-01-28  Murray Cumming  <murrayc@src.gnome.org>

	Increase version

	svn path=/trunk/; revision=799

2007-01-25  Murray Cumming  <murrayc@murrayc.com>

	Destructor: Call the cleanup functions, instead of calling init again.

2007-01-25  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/main.ccg: Destructor: Call the cleanup functions, instead of calling 
	init again. This seems to be a copy/paste error from April 2003. 
	Bug #383340 from Christopher Raine.

	svn path=/trunk/; revision=796

2007-01-20  Murray Cumming  <murrayc@murrayc.com>

	Add a Google search, restricted to the gtkmm documentation.

2007-01-20  Murray Cumming  <murrayc@murrayc.com>

	* docs/index.html: Add a Google search, restricted to the gtkmm documentation.

	svn path=/trunk/; revision=795

2007-01-17  Marko Anastasov  <marko@marko.anastasov.name>

	Specify a template specialization for Glib::unwrap() to avoid ambiguities

2007-01-12  Marko Anastasov  <marko@marko.anastasov.name>

	* gtk/src/printoperation.ccg: Specify a template specialization for
	Glib::unwrap() to avoid ambiguities detected and reported as
	errors in Sun Workshop on OpenSolaris. #395572.

	svn path=/trunk/; revision=794

2006-12-21  Murray Cumming  <murrayc@murrayc.com>

	libglade with derived widgets: Add more explanation about the

2006-12-21  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/gtkmm-tut.xml: libglade with derived widgets: Add more explanation
	about the BaseObjectType typedef.
	Patch from Martin Nordholts in bug #387708.

2006-12-11  Murray Cumming  <murrayc@murrayc.com>

	Added class documentation.

2006-12-11  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/sizegroup.hg: Added class documentation.

2006-12-08  Murray Cumming  <murrayc@src.gnome.org>

	Update version

2006-12-03  Murray Cumming  <murrayc@murrayc.com>

	create_cairo_context(): Specify true to the Cairo::Context constructor

2006-11-28  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/drawable.hg: create_cairo_context(): Specify true to
	the Cairo::Context constructor because we have a starting reference.
	This should prevent a leak an extra reference.
	* gtk/src/printcontext.hg: get_cairo_context():
	* gtk/src/printjob.hg: get_surface(): Pass false to the Cairo constructor,
	because we do not receive a reference, and do not use refreturn(). Previously
	we did two references were one was needed.

2006-11-27  Murray Cumming  <murrayc@src.gnome.org>

	Increase version

2006-11-24  Johannes Schmid  <johannes.schmid@openismus.com>

	Fixed a crasher in error handling when exceptions are disabled

	2006-11-24  Johannes Schmid <johannes.schmid@openismus.com>

	* gtk/src/uimanager.ccg:
	Fixed a crasher in error handling when exceptions are disabled

2006-11-24  Murray Cumming  <murrayc@murrayc.com>

	UIManager: Added notes about which parts are human-readable and which

2006-11-24  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/gtkmm-tut.xml: UIManager: Added notes about which
	parts are human-readable and which parts are just IDs, with a
	suggestion about what part to mark for translation.

2006-11-23  Murray Cumming  <murrayc@src.gnome.org>

	mark 2.10.4 in the ChangeLog.

2006-11-23  Nate Nielsen  <nielsen@memberwebs.com>

	lookup_icon_set(): Hand-code this method, so we can copy the result of

2006-11-23  Nate Nielsen  <nielsen@memberwebs.com>

	* gtk/src/style.ccg:
	* gtk/src/style.hg: lookup_icon_set(): Hand-code this method,
	so we can copy the result of gtk_style_lookup_icon_set(),
	because it does not give us a new instance.
	Bug #374094

2006-11-23  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

2006-11-22  Cedric Gustin  <cedric.gustin@gmail.com>

	Do not pkgconfig check gtk+-unix-print-2.0 on win32, as

2006-11-22  Cedric Gustin  <cedric.gustin@gmail.com>

	* configure.in: Do not pkgconfig check gtk+-unix-print-2.0 on
	win32, as gtk+-unix-print-2.0.pc is not always included in GTK+
	installers and/or binary archives (like in Tor's binaries).
	Bug #371882 from Alexis Wilke.

2006-11-21  Rémi Cardona  <remi2402@free.fr>

	Define a GTKMM_PC_ATKMM_DEP conditional and use it so that atkmm is only

2006-11-21  Rémi Cardona  <remi2402@free.fr>

	* configure.in:
	* gtk/gtkmm-2.4.pc.in: Define a GTKMM_PC_ATKMM_DEP conditional and
	use it so that atkmm is only required when it is built, and not
	when disbaled via --enable-api-atkmm=no.
	Bug #366930 from John N. Laliberte.

2006-11-20  Murray Cumming  <murrayc@murrayc.com>

	Added --enable-api-maemo-extensions configure option, default to false,

2006-11-14  Murray Cumming  <murrayc@murrayc.com>

	* configure.in:
	* gtk/gtkmmconfig.h.in:
	* scripts/reduced.m4: Added --enable-api-maemo-extensions
	configure option, default to false, defining the
	GTKMM_MAEMO_EXTENSIONS_ENABLED macro.
	* gtk/src/textbuffer.hg:
	* gtk/src/textbuffer.ccg: Put the Maemo-specific API in
	ifdefs, using the optional _WRAP_METHOD() parameter.

2006-11-20  Murray Cumming  <murrayc@murrayc.com>

	Optional API appendix: Use the <function> tag.

2006-11-20  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/gtkmm-tut.xml: Optional API appendix: Use the
	<function> tag.

2006-11-14  Daniel Elstner  <daniel@src.gnome.org>

	Wholly replace this script with a critter from one of my personal

	* autogen.sh: Wholly replace this script with a critter from one
	of my personal projects, with slight modifications.  This one does
	some sophisticated stuff like probing version numbers of available
	automake and aclocal executables, in order to choose the right one
	accordingly.  All this is necessary to make the build system work
	robustly in custom environments such as Maemo where automake-1.9
	doesn't come preinstalled.
	While we're at it, kill some old cruft such as the check for GNU
	make.  This test was kind of pointless as the $MAKE variable was
	never exported.  Also get rid of the --enable-warnings=hardcore
	magic; this just doesn't belong here and could cause unnecessary
	trouble to non-developers.

2006-11-13  Murray Cumming  <murrayc@murrayc.com>

	Add missing PREDEFINES so that we build documentation only for the normal

2006-11-13  Murray Cumming  <murrayc@murrayc.com>

	* docs/reference/Doxyfile.in: Add missing PREDEFINES so that we build
	documentation only for the normal API.

2006-11-13  Ralf Stephan  <ralf@ark.in-berlin.de>

	Add comment paragraph about using cairo.

2006-11-12  Ralf Stephan    <ralf@ark.in-berlin.de>

	* gdk/src/drawable.hg: Add comment paragraph about using cairo.

2006-11-13  Murray Cumming  <murrayc@src.gnome.org>

	Added missing file.

2006-11-10  Murray Cumming  <murrayc@murrayc.com>

	Add new test, with commented-out test for an alternative API that I will

2006-11-10  Murray Cumming  <murrayc@murrayc.com>

	* configure.in:
	* tests/Makefile.am:
	* tests/main.cc: Add new test, with commented-out test for an alternative
	API that I will add to glibmm.

2006-11-08  Murray Cumming  <murrayc@src.gnome.org>

	Increased version.

2006-11-08  Murray Cumming  <murrayc@murrayc.com>

	Hand-code the constructor so that we can provide the g_object_new()

2006-11-08  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/adjustment.ccg:
	* gtk/src/adjustment.hg: Hand-code the constructor so that we can provide
	the g_object_new() properties in a non-standard order, so that the value
	is not ignored. This is what gtk_adjustment_new() does too.
	Bug #369335 from Daniel Holbach, via Vincent Levesque in the Ubuntu
	Launchpad bug-tracker.

2006-11-08  Murray Cumming  <murrayc@src.gnome.org>

	Documentation improvement that I forgot to commit before.

2006-10-11  Murray Cumming  <murrayc@src.gnome.org>

	Fix typo.

2006-10-11  Murray Cumming  <murrayc@murrayc.com>

	Added an appendix describing the optional API for reduced resources

2006-10-11  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/gtkmm-tut.xml: Added an appendix describing the optional
	API for reduced resources devices, and the corresponding ifdefable macros.

2006-10-11  Murray Cumming  <murrayc@murrayc.com>

	Provide a corrected version of the Drawable::get_image() method, to avoid

2006-10-11  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/gdk_docs_override.xml: Provide a corrected version of the
	Drawable::get_image() method, to avoid mentioning a function that
	does not exist in gtkmm. Bug #358268 from Evgeny Rippi.

2006-10-10  Murray Cumming  <murrayc@murrayc.com>

	Correct the documentation for gtk_container_remove() and

2006-10-10  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_docs_override.xml: Correct the documentation for
	gtk_container_remove() and gtk_widget_add_mnemonic_label() to
	avoid mention of non-existant destroy signal and destroy() method.
	Thanks to Nickolai Dobrynin for pointing this out.

2006-10-10  Murray Cumming  <murrayc@murrayc.com>

	Correct the links to the Memory Management and libglademm chapters.

2006-10-10  Murray Cumming  <murrayc@murrayc.com>

	* docs/index.html: Correct the links to the Memory Management
	and libglademm chapters.

2006-10-02  Murray Cumming  <murrayc@murrayc.com>

	get_column_title(): Use instead of Glib::ustring() in

2006-10-02  Murray Cumming  <murrayc@murrayc.com>

	* gtk/gtkmm/listviewtext.cc: get_column_title():
	Use  instead of Glib::ustring() in
	g_return_val_if_fail() to fix an odd build problem with
	gcc 3.3.6. Bug #352226. (Thomas Zajic)

2006-10-01  Murray Cumming  <murrayc@murrayc.com>

	Upload to the new hoster instead of to sourceforge. Abstracted the host

2006-10-01  Murray Cumming  <murrayc@murrayc.com>

	* Makefile.am:
	* docs/FAQ/Makefile.am:
	* docs/Makefile.am:
	* docs/Makefile_web.am_fragment:
	* docs/images/Makefile.am:
	* docs/reference/Makefile.am:
	* docs/tutorial/Makefile.am:
	* examples/Makefile.am: Upload to the new hoster instead of to sourceforge.
	Abstracted the host and path names into docs/Makefile_web.am_fragment to
	avoid duplication.

2006-09-22  Murray Cumming  <murrayc@src.gnome.org>

	Increased version.

2006-09-21  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	remove source file dependency on a non-existent file. This was part of an

2006-09-21  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* examples/book/socket/Makefile.am: remove source file dependency on a
	non-existent file.  This was part of an earlier example, but I simplified
	the example and removed this file so that it would be easier to understand,
	but forgot to remove it from the Makefile.am

2006-09-19  Johannes Schmid  <jhs@gnome.org>

	Added GTKMM_ARG_ENABLE_API_ATKMM() to add the --enable-api-atkmm configure

	2006-09-19  Johannes Schmid <jhs@gnome.org>

	* scripts/reduced.m4: Added GTKMM_ARG_ENABLE_API_ATKMM() to
	add the --enable-api-atkmm configure option.
	* configure.in: Use GTKMM_ARG_ENABLE_API_ATKMM, and optionally
	use the atkmm subdirectory (and its children).
	* gtk/gtkmmconfig.h.in: undef GTKMM_ATKMM_ENABLED so that
	it will be defined (or not) in gtkmmconfig.h.
	* Makefile.am: Optinally build in the atkmm directory..
	* demos/Makefile.am:
	* demos/gtk-demo/Makefile.am:
	* examples/Makefile.am_fragment:
	* tests/Makefile.am_fragment:
	* gtk/gtkmm/Makefile.am: Make linking and including of
	atkmm optional.
	* gtk/src/main.ccg: Only call Atk::wrap_init() if atkmm is enabled.
	* gtk/src/widget.hg: Only derive from (and implement)
	Atk::Implementor if atkmm is enabled.
	get_accessible():
	* gtk/src/combobox.hg: get_popup_accessible():
	Use the extra ifdef GTKMM_ATKMM_ENABLED option to put ifdefs around this
	API, so that it will not be built if we do not have atkmm.
	Note that this needs the latest glibmm.

2006-09-19  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	added new chapter to the tutorial on Gtk::Plug and Gtk::Socket, including

2006-09-19  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* configure.in, docs/tutorial/figures/Makefile.am,
	docs/tutorial/figures/socket-fail.png, docs/tutorial/figures/socket.png,
	docs/tutorial/gtkmm-tut.xml, examples/book/Makefile.am,
	examples/book/socket/.cvsignore, examples/book/socket/Makefile.am,
	examples/book/socket/plug.cc, examples/book/socket/socket.cc: added new
	chapter to the tutorial on Gtk::Plug and Gtk::Socket, including a simple
	example program and a couple of screenshots.

2006-08-24  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	re-enabled --disable-demos configure option. It was disabled due to a bit

2006-08-23  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* configure.in: re-enabled --disable-demos configure option.  It was
	disabled due to a bit of stupidity on my part.

2006-08-21  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	update for 2.10.1 release

2006-08-21  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* NEWS: update for 2.10.1 release

2006-08-21  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	fix a typo in the new API for Gtk::Button::get_image_position() (was

2006-08-21  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* gtk/src/button.hg: fix a typo in the new API for
	Gtk::Button::get_image_position() (was set_image_position()).  Fixes bug
	number 352088.
	* configure.in: bumped revision to 2.10.1 for new release, disabled
	configuration switch for disabling demos because it was breaking 'make
	distcheck' and I couldn't get it figured out in time for a release.  For now
	it will just always build the demos.

2006-08-21  Cedric Gustin  <cedric.gustin@gmail.com>

	Updated for gtkmm-2.10. Added printing example. Moved

2006-08-21  Cedric Gustin  <cedric.gustin@gmail.com>

	* MSVC_Net2003/*.vcproj, MSVC_Net2003/gtkmm.sln: Updated for
	gtkmm-2.10.
	* MSVC_Net2003/examples/printing/*: Added printing example.
	* gtk/src/Makefile_list_of_hg.am_fragment: Moved
	pagesetupunixdialog.hg, printer.hg, printjob.hg and
	printunixdialog.hg to files_posix_hg.
	* gtk/src/pagesetupunixdialog.hg, gtk/src/printer.hg,
	gtk/src/printjob.hg, gtk/src/printunixdialog.hg: Tag classes with
	_GTKMMPROC_WIN32_NO_WRAP as they are not supported on win32.
	* configure.in: Added MSVC project file for printing example to
	AC_CONFIG_FILES list. Added pangocairo to the list of packages
	checked by PKG_CHECK_MODULES (required for building DLLs on win32).

2006-08-17  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

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

	Correct the needed cairomm version. Add documentation for

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

	* configure.in: Correct the needed cairomm version.
	* gdk/gdkmm/general.h: Add documentation for Cairo::rectangle() and
	Cairo::region().
	* gtk/src/scrolledwindow.hg: get_[v|h]scrollbar(): Do not use refreturn,
	because they are widgets, not just refcountable objects.

2006-08-17  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	Fix tutorial to include code for the simple printing example

2006-08-17  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* docs/tutorial/gtkmm-tut.xml: Fix tutorial to include code for the simple
	printing example

2006-08-16  Marko Anastasov  <marko@marko.anastasov.name>

	Bind pointers to RefPtrs of PrintFormOperation. This solves the issue of

2006-08-16  Marko Anastasov  <marko@marko.anastasov.name>

	* examples/book/printing/advanced/examplewindow.cc:
	* examples/book/printing/advanced/examplewindow.h:
	Bind pointers to RefPtrs of PrintFormOperation. This solves the issue
	of PFOs having unnecessarily increased refcount and makes them deleted
	as soon as they're completed.
	Removed on_printoperation_preview_done() as the settings stay in
	the print dialog anyway.
	* examples/book/printing/advanced/main.cc: Deleted a commented line.
	* examples/book/printing/advanced/previewdialog.cc:
	* examples/book/printing/advanced/previewdialog.h:
	Explained the use of m_SpinAdjustment.
	* examples/book/printing/advanced/printformoperation.cc:
	* examples/book/printing/advanced/printformoperation.h:
	Uncommented the code for custom tab in print dialog. Within
	on_create_custom_widget(), use Gtk::manage() for the main vbox too.
	Removed signal_preview_done.

	Also removed the g_debugs and reformatted some lines in all files.

2006-08-15  Murray Cumming  <murrayc@murrayc.com>

	Require the latest cairomm (0.7.0), which we apparently need.

2006-08-15  Murray Cumming  <murrayc@murrayc.com>

	* configure.in: Require the latest cairomm (0.7.0), which we
	apparently need.

2006-08-11  Marko Anastasov  <marko@marko.anastasov.name>

	gtk/src/pagesetup.hg gtk/src/pagesetupunixdialog.hg

2006-08-11  Marko Anastasov  <marko@marko.anastasov.name>

	* gtk/src/pagesetup.hg
	* gtk/src/pagesetupunixdialog.hg
	* gtk/src/printcontext.hg:
	* gtk/src/printer.hg:
	* gtk/src/printoperation.hg:
	* gtk/src/printunixdialog.hg:
	* gtk/src/recentchooser.hg:
	* gtk/src/recentchooserdialog.hg:
	* gtk/src/recentchoosermenu.hg:
	* gtk/src/recentchooserwidget.hg:
	* gtk/src/recentfilter.hg:
	* gtk/src/recentinfo.hg:
	* gtk/src/recentmanager.hg: Added or updated from C docs.
	* gtk/src/printoperationpreview.hg: Removed a TODO about ready and
	got_page_size signals.

2006-08-11  Marko Anastasov  <marko@marko.anastasov.name>

	Added a screenshot of the main window of the printing example(s). Minor

2006-08-11  Marko Anastasov  <marko@marko.anastasov.name>

	* docs/tutorial/figures/Makefile.am:
	* docs/tutorial/figures/printing.png: Added a screenshot of the main
	window of the printing example(s).
	* docs/tutorial/gtkmm-tut.xml: Minor changes to the printing chapter:
	fixed end_print() explanation, mentioning of the advanced example and
	the title of the example figure.

2006-08-07  Murray Cumming  <murrayc@src.gnome.org>

	Increased version.

2006-08-07  Johannes Schmid  <jhs@cvs.gnome.org>

	Utility is called enum.pl not enums.pl (#350028)

2006-08-05  Johannes Schmid  <jhs@cvs.gnome.org>

	* docs/tutorial/gtkmm-tut.xml:
	Utility is called enum.pl not enums.pl (#350028)

2006-08-03  Murray Cumming  <murrayc@murrayc.com>

	Store the print context as a member variable instead of using sigc::bind

2006-08-03  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/printing/advanced/previewdialog.cc:
	* examples/book/printing/advanced/previewdialog.h:
	Store the print context as a member variable instead of using sigc::bind
	to use it in on_drawing_area_realized(). Null the print context and preview
	refptrs when we call end_preview(), because we have stopped using them,
	and maybe we should not be keeping their objects alive.

2006-08-03  Marko Anastasov  <marko@marko.anastasov.name>

	Don't pass page_count as a ctor parameter but access it directly via

2006-08-03  Marko Anastasov  <marko@marko.anastasov.name>

	* examples/book/printing/advanced/previewdialog.cc:
	* examples/book/printing/advanced/previewdialog.h:
	* examples/book/printing/advanced/printformoperation.cc:
	Don't pass page_count as a ctor parameter but access it directly via
	m_pOperation when needed. It's also incorrect the first way because
	it has not yet been determined at the point of PreviewDialog's
	construction. Added an Adjustment to use it with the spin button
	in PreviewDialog so that spinning within multiple pages actually works.

2006-08-03  Marko Anastasov  <marko@marko.anastasov.name>

	Added forgotten call to hide() in on_close_clicked().

2006-08-03  Marko Anastasov  <marko@marko.anastasov.name>

	* examples/book/printing/advanced/previewdialog.cc:
	Added forgotten call to hide() in on_close_clicked().

2006-08-03  Marko Anastasov  <marko@marko.anastasov.name>

	Added on_hide(), so that we call PrintOperationPreview's end_preview() on

2006-08-03  Marko Anastasov  <marko@marko.anastasov.name>

	* examples/book/printing/advanced/previewdialog.cc:
	* examples/book/printing/advanced/previewdialog.h:
	Added on_hide(), so that we call PrintOperationPreview's end_preview()
	on window manager's close action too.

2006-08-02  Murray Cumming  <murrayc@murrayc.com>

	Constructor: Improve the packing of the widgets.

2006-08-02  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/printing/advanced/previewdialog.cc: Constructor:
	Improve the packing of the widgets.
	on_popreview_got_page_size(): Add a comment to explain.

2006-08-02  Murray Cumming  <murrayc@murrayc.com>

	Constructor: Initialize m_DpiX and m_DpiY, as noticed by valgrind. Connect

2006-08-02  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/printing/advanced/previewdialog.cc:
	Constructor: Initialize m_DpiX and m_DpiY, as noticed by valgrind.
	Connect to signals here instead of later, so we do not risk connecting
	more than once.
	on_drawing_area_realized(): Check gdk_window is not null before using it.
	on_popreview_got_page_size(): Check that drawing_area is realized before
	trying to get its allocation. Possibly not necessary. Check the pango
	layout is not null before using it.
	* examples/book/printing/advanced/printformoperation.cc: on_draw_page():
	Check that the print context and pango layout are not null before using
	them.
	* examples/book/printing/advanced/printformoperation.h: Connect to the
	hide signal of the dialog instead of delete_event().

2006-08-02  Murray Cumming  <murrayc@murrayc.com>

	Rename the signal handlers so it is is bit clearer. Use

2006-08-02  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/printing/advanced/previewdialog.cc:
	* examples/book/printing/advanced/previewdialog.h: Rename the signal
	handlers so it is is bit clearer. Use show_all_children() instead of
	show_all() so that the caller can decided when to show the window.
	* examples/book/printing/advanced/printformoperation.cc: Use show(),
	and set the dialog pointer to 0 after deleting it.

2006-08-02  Armin Burgmeier  <armin@arbur.net>

	Renamed constructor argument to font_name for gmmproc to produce the

2006-08-02  Armin Burgmeier  <armin@arbur.net>

	* gtk/src/fontbutton.hg: Renamed constructor argument to font_name
	for gmmproc to produce the correct property name.

2006-08-02  Marko Anastasov  <marko@marko.anastasov.name>

	Further efforts to fix #347857. See comment #14. Removed some commented

2006-08-02  Marko Anastasov  <marko@marko.anastasov.name>

	* examples/book/printing/advanced/previewdialog.cc:
	* examples/book/printing/advanced/previewdialog.h:
	* examples/book/printing/advanced/printformoperation.cc:
	* examples/book/printing/advanced/printformoperation.h:
	Further efforts to fix #347857. See comment #14.
	* gtk/src/pagesetup.hg:
	Removed some commented conversions for PaperSize which haven't been
	used ever since convert_gtk.m4 contains the necessary.
	* gtk/src/printoperationpreview.hg:
	Fixed the conversion for PrintContext which takes a reference and fixes
	some of the problems in the bug. Uncommented ready and got_page_size
	signals.
	* tools/m4/convert_gtk.m4:
	Made both conversions for PaperSize (C to Cpp) take a reference.
	Removed two unnecessary conversions for PrintContext.

2006-08-02  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	added a screenshot of the RecentChooserDialog and a bit of additional

2006-08-01  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* docs/tutorial/figures/Makefile.am:
	* docs/tutorial/figures/recentchooserdialog.png:
	* docs/tutorial/gtkmm-tut.xml: added a screenshot of the RecentChooserDialog
	and a bit of additional explanation to the example

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

	Move RecentInfoTraits into recentinfo.hg, and use it for

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

	* gtk/src/recentchooser.ccg:
	* gtk/src/recentchooser.hg:
	* gtk/src/recentinfo.ccg:
	* gtk/src/recentinfo.hg:
	* gtk/src/recentmanager.ccg:
	* gtk/src/recentmanager.hg: Move RecentInfoTraits into recentinfo.hg, and
	use it for RecentManager::get_items() as well as the existing
	RecentChooser::get_items().

2006-07-30  Murray Cumming  <murrayc@murrayc.com>

	Use RecentInfo via RefPtr always.

2006-07-30  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/recentchooser.ccg:
	* gtk/src/recentchooser.hg:
	* gtk/src/recentinfo.hg:
	* gtk/src/recentmanager.hg: Use RecentInfo via RefPtr always.
	* tools/m4/convert_gtk.m4:

2006-07-26  Murray Cumming  <murrayc@murrayc.com>

	Use _CLASS_OPAQUE_REFCOUNTED instead of _CLASS_OPAQUE_COPYABLE(), because

2006-07-26  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/recentinfo.hg: Use _CLASS_OPAQUE_REFCOUNTED instead of
	_CLASS_OPAQUE_COPYABLE(), because this struct has ref/unref instead
	of copy/free. This causes the reference() and unreference() methods
	to generated.
	* examples/book/printing/advanced/printformoperation.cc:
	Wrapping C libraries section: Correct the _CLASS_OPAQUE_COPYABLE
	section and mention _CLASS_OPAQUE_REFCOUNTED.

2006-07-26  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	Fix recent files example so that it actually pops up a dialog when you

2006-07-25  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* examples/book/recent_files/examplewindow.cc:
	* examples/book/recent_files/examplewindow.h: Fix recent files example so
	that it actually pops up a dialog when you select the recent files menu
	item.  Also added _mnemonics to menu items for easy keyboard navigation :)

2006-07-25  Murray Cumming  <murrayc@murrayc.com>

	Uncomment out the on_preview() override again, and add an if that shows

2006-07-25  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/printing/advanced/printformoperation.cc:
	* examples/book/printing/advanced/printformoperation.h: Uncomment out
	the on_preview() override again, and add an if that shows that m_refLayout is
	null, because on on_begin_print() has never been called.

2006-07-25  Murray Cumming  <murrayc@murrayc.com>

	Made the two examples more like each other, so that it is more obvious

2006-07-25  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/printing/advanced/examplewindow.cc:
	* examples/book/printing/advanced/printformoperation.cc:
	* examples/book/printing/advanced/printformoperation.h:
	* examples/book/printing/simple/examplewindow.cc: Made the two examples more
	like each other, so that it is more obvious what is causing the crash,
	though I commented out the crashing override, with a comment.

2006-07-25  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	Added preliminary chapter on using the new recent files API

2006-07-24  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* docs/tutorial/gtkmm-tut.xml: Added preliminary chapter on using the new
	recent files API (RecentManager, RecentChooser, etc).  I really think that
	the recent_files example could use some simplification, but I haven't
	tackled that at all yet.  I'm going to leave out any UIManager / Recent
	files integration for now since it seems like it will be a big manual hack
	until GtkRecentAction gets introduced in GTK+ 2.12
	* examples/book/recent_files/Makefile.am: renamed the executable name that
	seemed to be a copy-paste error and was rather confusing

2006-07-24  Murray Cumming  <murrayc@src.gnome.org>

	Increased version.

2006-07-24  Murray Cumming  <murrayc@murrayc.com>

	Moved the new composited_changed signal to the bottom because that is

2006-07-24  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/widget.hg: Moved the new composited_changed signal to the bottom
	because that is where I like them, and because adding virtual methods in
	the middle of other virtual methods changes the offsets of existing
	virtual methods, breaking ABI. Also, used no_default_signal, to avoid
	even having a virtual method, which would increase the object size, breaking
	ABI. I have made this mistake before. This should fix bug #348241.

2006-07-23  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	change API to use overloaded functions instead of different function

2006-07-23  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* gtk/src/recentmanager.hg: change API to use overloaded functions instead
	of different function names.  RecentManager::add_full() was changed to
	RecentManager::add_item() per discussion on mailing list.

2006-07-20  Marko Anastasov  <marko@marko.anastasov.name>

	Added the forgotten refreturn for get_print_settings(), which fixes a part

	2006-07-20  Marko Anastasov <marko@marko.anastasov.name>

	* gtk/src/printoperation.hg: Added the forgotten refreturn for
	get_print_settings(), which fixes a part of #347857.

2006-07-20  Marko Anastasov  <marko@marko.anastasov.name>

	Replaced calls to pango_cairo_* functions with their wrappers; removed

	2006-07-20  Marko Anastasov <marko@marko.anastasov.name>

	* examples/book/printing/advanced/examplewindow.h:
	* examples/book/printing/advanced/previewdialog.cc:
	* examples/book/printing/advanced/printformoperation.cc:
	* examples/book/printing/simple/printformoperation.cc:
	Replaced calls to pango_cairo_* functions with their wrappers;
	removed some unnecessary comments.

2006-07-20  Marko Anastasov  <marko@marko.anastasov.name>

	Fixed a typo for input_shape_combine_mask(), to wrap the right GTK method.

	2006-07-20  Marko Anastasov <marko@marko.anastasov.name>

	* gtk/src/widget.hg: Fixed a typo for input_shape_combine_mask(),
	to wrap the right GTK method.

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

	Put custom default signal handlers in #ifdefs so that gtkmm builds when

2006-04-25  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/container.ccg:
	* gtk/src/entrycompletion.ccg:
	* gtk/src/entrycompletion.hg:
	* gtk/src/widget.ccg: Put custom default signal handlers in #ifdefs so that
	gtkmm builds when --enable-api-default-signal-handlers was used with glibmm.

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

	Wrap the new wrapped signal, without a default handler because that would

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

	* gtk/src/spinbutton.hg: Wrap the new wrapped signal, without
	a default handler because that would break ABI.

2006-07-19  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	reverted changes to includes in example programs

2006-07-18  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* examples/*: reverted changes to includes in example programs

2006-07-18  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

2006-07-18  Murray Cumming  <murrayc@murrayc.com>

	Wrapped some of the functions from gtktextbufferrichtext.h, but left some

2006-07-18  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/textbuffer.ccg:
	* gtk/src/textbuffer.hg: Wrapped some of the functions from gtktextbufferrichtext.h,
	but left some of it commented-out while I discover how it should work, to avoid
	creating a bad API that we can not change later.

2006-07-16  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	wrapped is_composited(), composited_changed signal,

2006-07-10  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* gtk/src/widget.ccg:
	* gtk/src/widget.hg: wrapped is_composited(), composited_changed signal,
	input_shape_combine_mask(), unset_input_shape_combine_mask()

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

	Update links, because inserting the printing chapter increased subsequent

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

	* docs/index.html: Update links, because inserting the printing chapter increased
	subsequent chapter numbers.
	* docs/tutorial/gtkmm-tut.xml: Wrapping C libraries: Mentioned _WRAP_ENUM().
	* gtk/src/togglebutton.ccg:
	* gtk/src/togglebutton.hg: Added a constructor that takes a stock item, like
	Button already has.

2006-07-13  Murray Cumming  <murrayc@murrayc.com>

	Minor corrections to the language in the new printing chapter.

2006-07-13  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/gtkmm-tut.xml: Minor corrections to the language in the
	new printing chapter.

2006-07-13  Murray Cumming  <murrayc@murrayc.com>

	gmmproc appendix: Corrected the description of the _DEFS() macro, and

2006-07-13  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/gtkmm-tut.xml: gmmproc appendix: Corrected the description of
	the _DEFS() macro, and mention not to include C headers in C++ headers.

2006-07-12  Marko Anastasov  <marko@marko.anastasov.name>

	Added a chapter about printing.

	2006-07-12  Marko Anastasov <marko@marko.anastasov.name>

	* docs/tutorial/gtkmm-tut.xml: Added a chapter about printing.

2006-07-12  Murray Cumming  <murrayc@murrayc.com>

	Added an appendix about wrapping C libraries with gmmproc, including the

2006-07-12  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/gtkmm-tut.xml: Added an appendix about wrapping C libraries with
	gmmproc, including the various things you need to change when copying an
	existing project.

2006-07-11  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	update to match the style of the new website a bit change the style of the

2006-07-10  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* docs/index.html: update to match the style of the new website a bit
	* docs/tutorial/style.css: change the style of the tutorial slightly to
	match the website style.  These are just minor tweaks.  Ideally I think they
	should both get a bit more of an overhaul.

2006-07-10  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	add a whole bunch of files to .cvsignore

2006-07-09  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* .cvsignore: add a whole bunch of files to .cvsignore

2006-07-10  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	Don't include <gtkmm.h> if possible. Modified all examples to only include

2006-07-09  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* examples/*: Don't include <gtkmm.h> if possible.  Modified all examples to
	only include the headers that they absolutely need.  Hopefully this speeds
	up compilation at least slightly and reduces the amount of recompilation
	needed for examples due to unrelated changes.

2006-07-08  Marko Anastasov  <markoa@src.gnome.org>

	Code cleanup.

2006-07-08  Marko Anastasov  <marko@marko.anastasov.name>

	Minor code cleanup to fit the tutorial.

	2006-07-08  Marko Anastasov <marko@marko.anastasov.name>

	* examples/book/printing/simple/examplewindow.cc:
	* examples/book/printing/simple/main.cc:
	* examples/book/printing/simple/printformoperation.cc:
	Minor code cleanup to fit the tutorial.

2006-07-08  Murray Cumming  <murrayc@murrayc.com>

	Added TODOs to mention new bases clases (interfaces that these GTypes now

2006-07-08  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/entrycompletion.hg:
	* gtk/src/iconview.hg:
	* gtk/src/treeviewcolumn.hg: Added TODOs to mention new bases clases
	(interfaces that these GTypes now implement) that we may not add as
	base classes without breaking C++ ABI.

2006-07-08  Murray Cumming  <murrayc@murrayc.com>

	Commented-out the signals, with a TODO, for now because they seem to cause

2006-07-08  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/printoperationpreview.hg: Commented-out the signals, with a TODO,
	for now because they seem to cause a crash when viewing the preview.

2006-07-08  Murray Cumming  <murrayc@murrayc.com>

	Derive from, and implement, PrintOperationPreview, so that the

2006-07-08  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/printoperation.hg: Derive from, and implement, PrintOperationPreview,
	so that the dynamic_cast in the Glib::wrap() in on_preview() can succeed.
	* examples/book/printing/advanced/examplewindow.cc:
	* examples/book/printing/simple/examplewindow.cc: Do not set a window
	border width. It looks odd, and it is not normal to have a border around the
	menu.

2006-07-08  Murray Cumming  <murrayc@murrayc.com>

	Rename the executable to example, to match the other examples.

2006-07-08  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/printing/advanced/Makefile.am:
	* examples/book/printing/simple/Makefile.am: Rename the executable to
	example, to match the other examples.

2006-07-07  Marko Anastasov  <marko@marko.anastasov.name>

	configure.in Split the printing example into "simple" and "advanced".

	2006-07-07  Marko Anastasov <marko@marko.anastasov.name>

	* configure.in
	* examples/book/printing/Makefile.am: Split the printing example into
	"simple" and "advanced".
	* examples/book/printing/advanced/:
	* examples/book/printing/advanced/Makefile.am:
	* examples/book/printing/advanced/examplewindow.cc:
	* examples/book/printing/advanced/examplewindow.h:
	* examples/book/printing/advanced/main.cc:
	* examples/book/printing/advanced/previewdialog.cc:
	* examples/book/printing/advanced/previewdialog.h:
	* examples/book/printing/advanced/printformoperation.cc:
	* examples/book/printing/advanced/printformoperation.h:
	Advanced example meant to demonstrate how to extend the print dialog
	and create a custom preview dialog.
	* examples/book/printing/simple:
	* examples/book/printing/simple/Makefile.am:
	* examples/book/printing/simple/examplewindow.cc:
	* examples/book/printing/simple/examplewindow.h:
	* examples/book/printing/simple/main.cc:
	* examples/book/printing/simple/printformoperation.cc:
	* examples/book/printing/simple/printformoperation.h:
	Printing API example showing the essential work, relying on the
	external viewer program (previewing still needs more work).

2006-07-07  Murray Cumming  <murrayc@murrayc.com>

	Added class documentation, based on the C documentation.

2006-07-07  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/pagesetup.hg:
	* gtk/src/papersize.hg:
	* gtk/src/printer.hg:
	* gtk/src/printjob.hg:
	* gtk/src/printoperationpreview.hg:
	* gtk/src/printsettings.hg: Added class documentation, based on the
	C documentation.
	* gtk/src/printoperation.ccg:
	* gtk/src/printoperation.hg: custom_widget_appl signal: Pass the
	widget by pointer, in case the C developers ever decide that it may be null.
	SlotPrintSetupDone: Pass a _const_ RefPtr.
	run_page_setup_dialog_async(), run_page_setup_dialog(): Pass _const_ PageSetup and
	PrintSettings, because I think the function does not change them.
	* examples/book/printing/examplewindow.cc:
	* examples/book/printing/examplewindow.h:
	* examples/book/printing/previewdialog.cc:
	* examples/book/printing/previewdialog.h:
	* examples/book/printing/printformoperation.cc:
	* examples/book/printing/printformoperation.h: Some renaming and comments and TODOs.

2006-07-07  Murray Cumming  <murrayc@murrayc.com>

	Remove the mention of examples/printing, because it is in

2006-07-07  Murray Cumming  <murrayc@murrayc.com>

	* configure.in: Remove the mention of examples/printing, because
	it is in examples/book/printing instead.

2006-07-06  Marko Anastasov  <marko@marko.anastasov.name>

	configure.in Include the printing example. examples/book/printing/

	2006-07-06  Marko Anastasov <marko@marko.anastasov.name>

	* configure.in
	* examples/book/Makefile.am: Include the printing example.
	* examples/book/printing/
	* examples/book/printing/Makefile.am:
	* examples/book/printing/examplewindow.cc:
	* examples/book/printing/examplewindow.h:
	* examples/book/printing/main.cc:
	* examples/book/printing/previewdialog.cc:
	* examples/book/printing/previewdialog.h:
	* examples/book/printing/printformoperation.cc:
	* examples/book/printing/printformoperation.h: New files -
	example of the printing API. Previewing is not finished.

2006-07-06  Murray Cumming  <murrayc@src.gnome.org>

	Updated ChangeLog

2006-07-05  Marko Anastasov  <marko@marko.anastasov.name>

	Fix the build by preventing warnings with small workarounds. Restored defs

	2006-07-05  Marko Anastasov <marko@marko.anastasov.name>

	* demos/gtk-demo/example_change_display.cc:
	* pango/src/tabarray.ccg: Fix the build by preventing warnings with
	small workarounds.
	* gtk/src/gtk_signals.defs: Restored defs for PrintOperationPreview.
	* gtk/src/printcontext.hg: Removed a TODO for ctor - it always exposed
	through PrintOperation's signals.

2006-07-05  Murray Cumming  <murrayc@murrayc.com>

	Restored Printer and PrintJob defs.

2006-07-05  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_signals.defs: Restored Printer and PrintJob defs.

2006-07-05  Murray Cumming  <murrayc@murrayc.com>

	Restored the Print*Unix stuff.

2006-07-05  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_signals.defs: Restored the Print*Unix stuff.

2006-07-05  Murray Cumming  <murrayc@murrayc.com>

	Reimplemented get_h/vscrollbar() with the new methods in GTK+.

2006-07-05  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/scrolledwindow.hg: Reimplemented get_h/vscrollbar() with the
	new methods in GTK+.
	* gtk/src/selectiondata.ccg:
	* gtk/src/selectiondata.hg: Added targets_include_rich_text().
	* gtk/src/sizegroup.hg: Added get/set_ignore_hidden().
	* gtk/src/statusicon.hg: Added size_changed signal.
	* gtk/src/gtk_signals.defs: Regenerated.
	* gtk/src/notebook.hg: Added page_reordered, page_removed, and page_added
	signals.

2006-07-05  Murray Cumming  <murrayc@murrayc.com>

	Wrap the preview signal, using PrintOperationPreview via RefPtr, which

2006-07-05  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/printoperation.hg: Wrap the preview signal, using PrintOperationPreview
	via RefPtr, which might be appropriate. The refcounting might need examination.

2006-07-05  Murray Cumming  <murrayc@murrayc.com>

	2.9.7:

2006-07-05  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/printoperation.hg: Commented-out the preview signal for now, because
	the conversion is bad/wrong, and it is difficult to do, because gmmproc
	assumes that we want to deal with the interface via RefPtr.

2006-06-30  Marko Anastasov  <marko@marko.anastasov.name>

	Added a default value of PRINT_OPERATION_ACTION_PRINT_DIALOG to the

	2006-06-30  Marko Anastasov <marko@marko.anastasov.name>

	* gtk/src/printoperation.hg: Added a default value of
	PRINT_OPERATION_ACTION_PRINT_DIALOG to the version of run() without
	std::auto_ptr<Glib::Error>.

2006-06-25  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	add links to gtkmm_hello and gnomemm_hello programs. Patch from Gezim

2006-06-25  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* docs/tutorial/gtkmm-tut.xml: add links to gtkmm_hello and gnomemm_hello
	programs.  Patch from Gezim Hoxha (fixes #345894)

2006-06-25  Marko Anastasov  <marko@marko.anastasov.name>

	Fixed the sentence explaining disconnect() in the Timeouts chapter.

	2006-06-25  Marko Anastasov <marko@marko.anastasov.name>

	* docs/tutorial/gtkmm-tut.xml: Fixed the sentence explaining
	disconnect() in the Timeouts chapter. #345848 from Gezim Hoxha.

2006-06-24  Marko Anastasov  <marko@marko.anastasov.name>

	Renamed the const function get_cairo() to get_cairo_context(), to match

	2006-06-24  Marko Anastasov <marko@marko.anastasov.name>

	* gtk/src/printcontext.hg: Renamed the const function get_cairo()
	to get_cairo_context(), to match the original.

2006-06-23  Marko Anastasov  <marko@marko.anastasov.name>

	Typo correction in the Clipboard chapter by Gezim Hoxha.

	2006-06-21  Marko Anastasov <marko@marko.anastasov.name>

	* docs/tutorial/gtkmm-tut.xml: Typo correction in the Clipboard
	chapter by Gezim Hoxha.

2006-06-22  Murray Cumming  <murrayc@src.gnome.org>

	Increased version.

2006-06-21  Murray Cumming  <murrayc@murrayc.com>

	send_job(): This no longer throws an exception, because the C function no

2006-06-21  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/printjob.ccg:
	* gtk/src/printjob.hg: send_job(): This no longer throws an
	exception, because the C function no longer takes a GError*.
	* gtk/src/statusicon.ccg:
	* gtk/src/statusicon.hg: get_geometry(): Compilation fixes.

2006-06-21  Murray Cumming  <murrayc@murrayc.com>

	Added get/set_line_wrap_mode() and property. Added get/set_take_focus()

2006-06-21  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/label.hg: Added get/set_line_wrap_mode() and property.
	* gtk/src/menushell.hg: Added get/set_take_focus() and property.
	* gtk/src/printsettings.ccg:
	* gtk/src/printsettings.hg: Put the standard settings in a member
	class as static const Glib::ustrings, initialized in the .cpp file.
	* gtk/src/statusicon.ccg:
	* gtk/src/statusicon.hg: Added get_geometry().

2006-06-21  Marko Anastasov  <marko@marko.anastasov.name>

	Regenerated with h2defs.py.

	2006-06-21  Marko Anastasov <marko@marko.anastasov.name>

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/printer.ccg:
	* gtk/src/printer.hg: Wrapped get_job_count() which was accidentaly
	in the ignore list. New function: enumerate_printers().

2006-06-21  Murray Cumming  <murrayc@murrayc.com>

	Add the Gtk:: prefix for Label, to fix the build, and include the label.h

2006-06-21  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/printunixdialog.ccg: Add the Gtk:: prefix for Label, to
	fix the build, and include the label.h header.

2006-06-20  Murray Cumming  <murrayc@murrayc.com>

	Include the C header in the private/*.h file, so that it can use the enum.

2006-06-20  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/printoperation.hg: Include the C header in the private/*.h
	file, so that it can use the enum.
	* gtk/src/printsettings.hg: Remove PRINT_SETTINGS_PRINT_TO_FILE.
	We really need to make this more like the Stock IDs.

2006-06-20  Murray Cumming  <murrayc@murrayc.com>

	Updated with enums.pl Added set_image() and property. Do not include

2006-06-20  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_enums.defs: Updated with enums.pl
	* gtk/src/messagedialog.hg: Added set_image() and property.
	* gtk/src/printoperation.hg: Do not include gtkprintoperation.h.
	preview signal: Pass parent window as pointer, in case it is null.
	* gtk/src/printoperationpreview.hg: Signals: Do not use
	no_default_handler, because this class is new so we do not need to
	preserver ABI.
	* gtk/src/printunixdialog.ccg:
	* gtk/src/printunixdialog.hg: Added add_custom_tab() overload that
	takes a ustring.
	* gtk/src/printsettings.hg: Remove get/set_print_to_file(), because
	the C function was removed from GTK+.
	* gtk/src/treeview.hg: Correct return type of get_grid_lines().
	* tools/m4/convert_gtk.m4: Add conversion for TreeViewGridLines enum.

2006-06-20  Marko Anastasov  <marko@marko.anastasov.name>

	Regenerated with h2defs.py. Updated the whole section for PrintOperation.

2006-06-20  Marko Anastasov  <marko@marko.anastasov.name>

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/gtk_signals.defs: Updated the whole section for
	PrintOperation.
	Added defs for PrintOperationPreview: ready and got_page_size.
	Added accepts_pdf ans accepts_ps properties for Printer.
	* gtk/src/gtk_vfuncs.defs: Added a section for PrintOperationPreview
	with render_page, end_preview and is_selected.
	* gtk/src/printer.hg: New functions (properties likewise):
	accepts_pdf() and accepts_ps().
	* gtk/src/printjob.ccg: Include gtktypebuiltins.h.
	* gtk/src/printjob.hg: New enum: PrintCapabilities.
	* gtk/src/printoperation.ccg:
	* gtk/src/printoperation.hg: Added a version of run() without
	the Window parameter.
	New signals: done, create_custom_widget, custom_widget_apply,
	and preview.
	Renamed properties: number_of_pages and pdf_target. Added n_pages
	and export_filename instead, and custom_tab_label.
	* gtk/src/printoperationpreview.ccg:
	* gtk/src/printoperationpreview.hg: New files.
	* gtk/gtkmm.h:
	* gtk/src/Makefile_list_of_hg.am_fragment: Include the new files.
	* gtk/src/printunixdialog.hg: New functions: add_custom_tab and
	set_manual_capabilities.
	* tools/m4/convert_gtk.m4: Added new conversions.

2006-06-19  Murray Cumming  <murrayc@murrayc.com>

	Added get/set_rubber_banding(), get/set_grid_lines(),

2006-06-19  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treeview.hg: Added get/set_rubber_banding(),
	get/set_grid_lines(), get/set_enable_tree_lines().
	Added properties for show-expanders, level-indentation,
	rubber-banding, enable-grid-lines, and enable-tree-lines.

2006-06-19  Murray Cumming  <murrayc@murrayc.com>

	2.9.5:

2006-06-19  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treeview.ccg: Provide implementation for
	set_search_position_func(). Bug #344787 from
	Elijah Newren.

2006-06-19  Elijah Newren  <newren gmail com>

	Turn on -Werror for gcc-4.x too. #345245

2006-06-19  Elijah Newren  <newren gmail com>

	* autogen.sh: Turn on -Werror for gcc-4.x too.  #345245

2006-06-18  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	add missing initializer (fixes #344788)

2006-06-17  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* gtk/gtkmm/accelmap.cc: add missing initializer (fixes #344788)

2006-06-16  Elijah Newren  <newren gmail com>

	release_c_type: fix an unused variable warning. #344786

2006-06-16  Elijah Newren  <newren gmail com>

	* gtk/src/recentchooser.hg: release_c_type: fix an unused variable
	warning.  #344786

2006-06-16  Murray Cumming  <murrayc@murrayc.com>

	SignalProxy_WindowCreation_gtk_callback: Comment-out unused source

2006-06-16  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/notebook.ccg: SignalProxy_WindowCreation_gtk_callback:
	Comment-out unused source parameter and return a value when an
	exception is caught, to prevent compiler warnings.
	Bug #344771 from Elijah Newren.

2006-06-14  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	add pangocairo dependency (fixes #344802). Thanks to Elijah Newren.

2006-06-13  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* pango/pangomm-1.4.pc.in: add pangocairo dependency (fixes #344802).
	Thanks to Elijah Newren.

2006-06-14  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	fixed an initialization order error when compiling with -Werror (fixes

2006-06-13  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* examples/book/treeview/listviewtext/examplewindow.cc:
	* examples/book/treeview/listviewtext/examplewindow.h: fixed an
	initialization order error when compiling with -Werror (fixes #344789)

2006-06-13  Murray Cumming  <murrayc@murrayc.com>

	set_url_hook(): Pass the slot pointer instead of a pointer to the slot

2006-06-13  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/aboutdialog.ccg: set_url_hook(): Pass the slot pointer instead of a
	pointer to the slot pointer, so that this works again.

2006-06-13  Murray Cumming  <murrayc@murrayc.com>

	Added update_buttons_state(). Added get/set_image_position() and property.

2006-06-11  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/assistant.hg: Added update_buttons_state().
	* gtk/src/button.hg: Added get/set_image_position() and property.
	* gtk/src/clipboard.ccg:
	* gtk/src/clipboard.hg: Added request_rich_text(), wait_for_rich_text(),
	and wait_rich_text_is_available().
	util_convert_atoms_to_strings(): Prevent memory leak of the result of
	gdk_atom_name().
	* gtk/src/entry.hg: Added get/set_inner_border().

2006-06-10  Murray Cumming  <murrayc@murrayc.com>

	Added update_buttons_state(). Added get/set_image_position() and property.

2006-06-11  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/assistant.hg: Added update_buttons_state().
	* gtk/src/button.hg: Added get/set_image_position() and property.
	* gtk/src/clipboard.ccg:
	* gtk/src/clipboard.hg: Added request_rich_text(), wait_for_rich_text(),
	and wait_rich_text_is_available().
	util_convert_atoms_to_strings(): Prevent memory leak of the result of
	gdk_atom_name().
	* gtk/src/entry.hg: Added get/set_inner_border().

2006-06-10  Murray Cumming  <murrayc@murrayc.com>

	Added get_rgba_visual(), get_rgba_colormap().

2006-06-10  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/screen.hg: Added get_rgba_visual(), get_rgba_colormap().
	* pango/src/context.ccg:
	* pango/src/context.hg: Added get_matrix().
	* pango/src/renderer.ccg:
	* pango/src/renderer.hg: Added get_matrix().

2006-06-08  Murray Cumming  <murrayc@murrayc.com>

	Make the RC file stuff work - the secret is that the style value is only

2006-06-08  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/custom/custom_widget/custom_gtkrc:
	* examples/book/custom/custom_widget/mywidget.cc:
	* examples/book/custom/custom_widget/mywidget.h: Make the RC file stuff
	work - the secret is that the style value is only available when the
	widget has been realized. However, this only works at the moment when
	hacking glibmm to change the gtkmm_ prefix to Gtkmm_, due to bug #343012.
	* gtk/src/notebook.ccg: set_window_creation_hook(): Adapt to the changed GTK+ C
	API, supplying the destroy notification.
	* gtk/src/printoperation.hg: Removed set_show_dialog(), set_pdf_target(),
	set_track_print_status(), run_async().
	Added set_export_filename(), set_track_print_status(),
	set_show_progress(), set_allow_async(), set_custom_tab_label().
	This is to match the C API.
	* pango/src/font.ccg:
	* pango/src/font.hg: Added describe_with_absolute_size(), get_font_map().
	* pango/src/fontdescription.hg: Added set_absolute_size(), get_size_is_absolute().
	* pango/src/layout.hg: Added get_font_description(), index_to_line_x().
	* tools/m4/convert_pango.m4: Added necessary conversion.

2006-06-07  Murray Cumming  <murrayc@murrayc.com>

	Updated with enumpl. Updated with h2defs.pyt

2006-06-07  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_enums.defs: Updated with enumpl.
	* gtk/src/gtk_methods.defs: Updated with h2defs.pyt
	* gtk/src/notebook.ccg:
	* gtk/src/notebook.hg: Added set_group_id(), get_group_id(),
	get_tab_reorderable(), set_tab_reorderable(),
	get_tab_detachable(), set_tab_detachable().
	* gtk/src/printcontext.hg: Added set_cairo_context().
	* gtk/src/printoperation.hg: run(): Added PrintOperationAction
	parameter.
	* tools/m4/convert_gtk.m4: Added necessary conversion.

2006-06-06  Murray Cumming  <murrayc@murrayc.com>

	2.9.4:

2006-06-06  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_methods.defs: Updated with h2defs.py.

2006-06-05  Murray Cumming  <murrayc@murrayc.com>

	get_cairo() renamed to get_cairo_context(), get_fontmap() renamed to

2006-06-05  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/printcontext.hg: get_cairo() renamed to get_cairo_context(),
	get_fontmap() renamed to get_pango_fontmap(),
	create_context() renamed to create_pango_context(),
	create_layout() renamed to create_pango_layout(), to match the changes in
	GTK+.
	* gtk/src/printjob.ccg:
	* gtk/src/printjob.hg: send(): Handle the exception and add the ifdefed
	alternative for --enable-api-exceptions=no.
	Comment out get_surface() const, because it does not seem to build with
	--enable-api-exceptions at the moment. Added a TODO for that.

2006-05-30  Murray Cumming  <murrayc@murrayc.com>

	Added wrapper of the CairoFontMap interface.

2006-05-29  Murray Cumming  <murrayc@murrayc.com>

	* pango/src/Makefile_list_of_hg.am_fragment:
	* pango/src/cairofontmap.ccg:
	* pango/src/cairofontmap.hg: Added wrapper of the CairoFontMap interface.
	* pango/src/context.ccg:
	* pango/src/context.hg: Added update_from_cairo_context(),
	set_cairo_font_options(), set_cairo_font_options(), get_font_options(),
	set_resolution(), get_resolution().
	* pango/src/glyphstring.ccg:
	* pango/src/glyphstring.hg: Added TODO for pango_cairo_glyph_string_path().
	* pango/src/layout.ccg:
	* pango/src/layout.hg: Added create(Cairo::Context), update_from_cairo_context(),
	add_to_cairo_context()
	* pango/src/layoutline.ccg:
	* pango/src/layoutline.hg: Added show_in_cairo_context(), add_to_cairo_context().
	* pango/src/pango_methods.defs: Updated with h2defs.py.

2006-05-26  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	remove interface registration statements from constructor of the example

2006-05-26  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* examples/treemodelcustom/exampletreemodel.cc: remove interface
	registration statements from constructor of the example custom treemodel
	which were causing runtime warnings.

2006-05-26  Murray Cumming  <murrayc@murrayc.com>

	Add the type prefix in the style block, which is apparently needed, though

2006-05-26  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/custom/custom_widget/custom_gtkrc: Add the type prefix
	in the style block, which is apparently needed, though it still says it
	is an invalid identifier.
	* examples/book/custom/custom_widget/mywidget.cc: Use _ instead of -
	for the style name, in case that is a problem.

2006-05-26  Murray Cumming  <murrayc@src.gnome.org>

	Fix typo.

2006-05-26  Murray Cumming  <murrayc@murrayc.com>

	In PREDEFINED, set GLIBMM_VFUNCS_ENABLED, GLIBMM_PROPERTIES_ENABLED, and

2006-05-26  Murray Cumming  <murrayc@murrayc.com>

	* docs/reference/Doxyfile.in: In PREDEFINED, set
	GLIBMM_VFUNCS_ENABLED, GLIBMM_PROPERTIES_ENABLED, and
	GLIBMM_EXCEPTIONS_ENABLED so that those parts of the API
	show up in the documentation.
	* examples/book/custom/custom_widget/custom_gtkrc:
	* examples/book/custom/custom_widget/mywidget.cc:
	Attempt (so far unsuccessfully) to show how to make an
	aspect of a custom widget themable.

2006-05-22  Marko Anastasov  <marko@marko.anastasov.name>

	Regenerated with h2defs.py. Added paginate signal for PrintOperation.

	2006-05-22  Marko Anastasov <marko@marko.anastasov.name>

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/gtk_signals.defs: Added paginate signal for PrintOperation.
	* gtk/src/printer.hg: Ignore gtk_printer_compare.
	* gtk/src/printjob.hg: Added set/get_track_print_status().
	* gtk/src/printoperation.hg: Added set_track_print_status() and cancel()        methods, paginate signal.

2006-05-19  Murray Cumming  <murrayc@murrayc.com>

	RefPtr appendix: Reword the bit about using an official shared_ptr<>. It

2006-05-19  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/gtkmm-tut.xml: RefPtr appendix: Reword the bit about using
	an official shared_ptr<>. It would not be that easy.
	* gtk/src/gtk_docs_override.xml: gtk_table_get_homogenous(). Override because
	gtk_table_get_homogenous() is for some reason not being automatically changed to
	get_homongenous().

2006-05-19  Murray Cumming  <murrayc@src.gnome.org>

	Increased version.

2006-05-18  Murray Cumming  <murrayc@murrayc.com>

	Add _CONVERSION() needed by write(), now that glibmm actually does the

2006-05-18  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/pixbufloader.hg: Add _CONVERSION() needed by write(), now that
	glibmm actually does the conversion.
	* gtk/src/editable.hg: Use _VFUNC_H() as we did before the big #ifdef changes.
	There is no need to stop using it, and it keeps the vfunc order the same as before.

2006-05-17  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	update the appendix of the tutorial about building with jhbuild

2006-05-16  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* docs/tutorial/gtkmm-tut.xml: update the appendix of the tutorial about
	building with jhbuild

2006-05-17  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	fix tutorial stylesheet location so that locally installed documentation

2006-05-16  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* docs/tutorial/Makefile.am: fix tutorial stylesheet location so that
	locally installed documentation can find the stylesheet.  Now the locally
	installed documentation and the published website documentation both install
	the stylesheet in the same relative location.

2006-05-16  Marko Anastasov  <marko@marko.anastasov.name>

	Changed constructor to make parent be the first parameter, and added an

	2006-05-16  Marko Anastasov <marko@marko.anastasov.name>

	* gtk/src/pagesetupunixdialog.ccg:
	* gtk/src/pagesetupunixdialog.hg: Changed constructor to make parent
	be the first parameter, and added an overload without it.
	* gtk/src/printjob.hg:
	* gtk/src/printoperation.hg: Fix some property wrappers to take
	RefPtrs when a property is a Glib object.
	* gtk/src/printunixdialog.ccg:
	* gtk/src/printunixdialog.hg: Constructor and property changes as above.

2006-05-16  Murray Cumming  <murrayc@murrayc.com>

	add(): Pass char** instead of char*.

2006-05-16  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/actiongroup.ccg: add(): Pass char** instead of char*.

2006-05-16  Murray Cumming  <murrayc@murrayc.com>

	add(): Use NULL instead of 0 with g_object_get(), to avoid the warning

2006-05-16  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/actiongroup.ccg: add(): Use NULL instead of 0 with g_object_get(), to
	avoid the warning about a missing sentinel.

2006-05-16  Murray Cumming  <murrayc@murrayc.com>

	add(): Use g_object_get(), not g_object_get_data() to get property data.

2006-05-16  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/actiongroup.ccg: add(): Use g_object_get(), not
	g_object_get_data() to get property data. Fixes a memory corruption crash.
	This was another regression introduced by the optional API changes.
	Bug #341895 from Philip Langdale.

2006-05-16  Murray Cumming  <murrayc@murrayc.com>

	Added TODO comments.

2006-05-16  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/pagesetupunixdialog.hg:
	* gtk/src/printunixdialog.hg: Added TODO comments.
	* gtk/src/printer.hg:
	* gtk/src/printjob.hg: set_source_file(): Changed filename parameter
	from ustring to std::string.
	* tools/m4/convert_gtk.m4: Remove an unnecessary conversion.

2006-05-16  Marko Anastasov  <marko@marko.anastasov.name>

	New files - Unix printing API. Added signal and property defs for new

	2006-05-16  Marko Anastasov <marko@marko.anastasov.name>

	* gtk/src/pagesetupunixdialog.ccg:
	* gtk/src/pagesetupunixdialog.hg:
	* gtk/src/printer.ccg:
	* gtk/src/printer.hg:
	* gtk/src/printjob.ccg:
	* gtk/src/printjob.hg:
	* gtk/src/printunixdialog.ccg:
	* gtk/src/printunixdialog.hg: New files - Unix printing API.
	* gtk/src/gtk_signals.defs: Added signal and property defs for new files.
	* gtk/src/printcontext.hg : Fixed typo for get_cairo()
	and brought back create_layout().
	* gtk/src/Makefile_list_of_hg.am_fragment:
	* gtk/gtkmm.h: Include new files.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Added get_defs() calls
	for new types, but commented because the current gtk.h doesn't include
	their headers.
	* tools/m4/convert_gtk.m4: Added conversions for GtkPrinter.

2006-05-16  Jonathon Jongsma  <jjongsma@src.gnome.org>

	add bug # reference

2006-05-16  Paul Davis  <pjdavis@engineering.uiowa.edu>

	fix error when trying to remove a widget from a table using

2006-05-16  Paul Davis  <pjdavis@engineering.uiowa.edu>

	* gtk/src/table.hg: fix error when trying to remove a widget from a table
	using Table_Helpers::TableList.erase()

2006-05-15  Murray Cumming  <murrayc@src.gnome.org>

	2006-05-15  Murray Cumming  <murrayc@murrayc.com

	* docs/tutorial/gtkmm-tut.xml: Some typo corrections from Simon Fuhrmann.

2006-05-13  Murray Cumming  <murrayc@src.gnome.org>

	2006-05-13  Murray Cumming  <murrayc@murrayc.com

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py
	* gtk/src/printoperation.hg: Change set_nr_of_pages() to set_n_pages().
	* gtk/src/printsettings.hg: Change set/get_num_copies() to set/get_n_copies().
	* gtk/src/recentmanager.hg: add_full(): This no longer throws an
	exception.

2006-05-12  Murray Cumming  <murrayc@src.gnome.org>

	2006-05-12  Murray Cumming  <murrayc@murrayc.com

	* gtk/src/uimanager.ccg: Fix a typo to fix the build when not disabling
	exceptions.

2006-05-11  Murray Cumming  <murrayc@src.gnome.org>

	2006-05-11  Murray Cumming  <murrayc@murrayc.com

	* demos/gtk-demo/demowindow.cc:
	* demos/gtk-demo/example_iconview.cc: More adapting for the optional API.

2006-05-11  Murray Cumming  <murrayc@src.gnome.org>

	2006-05-11  Murray Cumming  <murrayc@murrayc.com

	* demos/gtk-demo/demo-common.cc:
	* demos/gtk-demo/example_iconview.cc:
	* demos/gtk-demo/example_images.cc:
	* demos/gtk-demo/example_pixbufs.cc:
	* demos/gtk-demo/example_textview.cc:
	* demos/gtk-demo/example_uimanager.cc:
	* demos/pixbuf-demo.cc:
	* docs/tutorial/Makefile.am:
	* examples/book/custom/custom_container/examplewindow.cc:
	* examples/book/iconview/examplewindow.cc:
	* examples/book/input/main.cc:
	* examples/book/menus/main_menu/examplewindow.cc:
	* examples/book/menus/popup/examplewindow.cc:
	* examples/book/menus_and_toolbars/examplewindow.cc:
	* examples/book/recent_files/examplewindow.cc:
	* examples/exception/exceptiontest.cc:
	* gdk/src/pixbuf.ccg:
	* gdk/src/pixbuf.hg:
	* gdk/src/pixbufloader.ccg:
	* gdk/src/pixbufloader.hg:
	* gtk/gtkmm/cellrenderer_generation.cc:
	* gtk/gtkmm/treeview_private.cc:
	* gtk/src/aboutdialog.ccg:
	* gtk/src/assistant.ccg:
	* gtk/src/celllayout.ccg:
	* gtk/src/cellrendereraccel.ccg:
	* gtk/src/cellrendereraccel.hg:
	* gtk/src/cellrendererspin.ccg:
	* gtk/src/cellrendererspin.hg:
	* gtk/src/clipboard.ccg:
	* gtk/src/colorselection.ccg:
	* gtk/src/container.ccg:
	* gtk/src/entrycompletion.ccg:
	* gtk/src/filefilter.ccg:
	* gtk/src/iconview.ccg:
	* gtk/src/main.ccg:
	* gtk/src/menu.ccg:
	* gtk/src/menuitem.ccg:
	* gtk/src/menushell.ccg:
	* gtk/src/printoperation.ccg:
	* gtk/src/printsettings.ccg:
	* gtk/src/recentchooser.ccg:
	* gtk/src/recentfilter.ccg:
	* gtk/src/textiter.hg:
	* gtk/src/treedragsource.ccg:
	* gtk/src/treemodel.ccg:
	* gtk/src/treemodelfilter.ccg:
	* gtk/src/treeselection.ccg:
	* gtk/src/treesortable.ccg:
	* gtk/src/treeview.ccg:
	* gtk/src/uimanager.ccg:
	* gtk/src/uimanager.hg:
	* gtk/src/widget.ccg:
	* pango/src/fontset.ccg:
	* tests/main_with_options/main.cc: More adapting for the optional API.

2006-05-10  Murray Cumming  <murrayc@src.gnome.org>

	2006-05-10  Murray Cumming  <murrayc@murrayc.com

	* configure.in: Don't build examples/cellrenderercustom because
	it needs too much #ifdefing when properties are disabled.
	* gtk/src/printcontext.ccg:
	* gtk/src/printcontext.hg:
	* gtk/src/printoperation.hg: Fix the build by adding a conversion
	for the signal, and by removing the unnecessary method implementation.

	2006-02-15  Murray Cumming  <murrayc@murrayc.com

	* demos/gtk-demo/demowindow.cc:
	* demos/gtk-demo/example_menus.cc:
	* demos/gtk-demo/example_textview.cc:
	* demos/gtk-demo/example_treeview_editable_cells.cc:
	* demos/gtk-demo/example_treeview_liststore.cc:
	* demos/gtk-demo/example_treeview_treestore.cc:
	* demos/gtk-demo/textwidget.cc:
	* examples/book/treeview/combo_renderer/examplewindow.cc:
	* examples/book/treeview/editable_cells/examplewindow.cc:
	* examples/book/treeview/list/examplewindow.cc:
	* examples/cellrenderercustom/cellrendererpopup.cc:
	* examples/cellrenderercustom/cellrenderertoggle.cc:
	* examples/cellrenderercustom/testpopup.cc:
	* examples/rulers/rulers.cc:
	* gtk/gtkmm/cellrenderer_generation.cc:
	* gtk/gtkmm/cellrenderer_generation.h:
	* gtk/src/action.ccg:
	* gtk/src/action.hg:
	* gtk/src/actiongroup.ccg:
	* gtk/src/celllayout.ccg:
	* gtk/src/celllayout.hg:
	* gtk/src/cellrenderer.ccg:
	* gtk/src/cellrenderer.hg:
	* gtk/src/cellrenderercombo.ccg:
	* gtk/src/cellrenderercombo.hg:
	* gtk/src/cellrendererpixbuf.ccg:
	* gtk/src/cellrendererpixbuf.hg:
	* gtk/src/cellrendererprogress.ccg:
	* gtk/src/cellrendererprogress.hg:
	* gtk/src/cellrenderertext.ccg:
	* gtk/src/cellrenderertext.hg:
	* gtk/src/cellrenderertoggle.ccg:
	* gtk/src/cellrenderertoggle.hg:
	* gtk/src/cellview.ccg:
	* gtk/src/combobox.ccg:
	* gtk/src/menuitem.ccg:
	* gtk/src/texttag.hg:
	* gtk/src/treeview.hg:
	* gtk/src/treeviewcolumn.ccg:
	* gtk/src/treeviewcolumn.hg: Add #ifdef GLIBMM_ENABLE_PROPERTIES around
	uses of property proxies and add the set_property<>(name, value) alternatives,
	so gtkmm still builds when using this.
	* examples/Makefile.am: Disable build of cellrenderercustom because
	it needs properties (or too much #ifdefing)

2006-05-10  Murray Cumming  <murrayc@murrayc.com>

	Use an #m4 conversion and _WRAP_METHOD() to generate get_cairo() instead

2006-05-10  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/printcontext.hg: Use an #m4 conversion and _WRAP_METHOD() to
	generate get_cairo() instead of hand-coding it.
	get_page_setup(), get_fontmap(): Return a const instance from the const
	overloads.
	Removed the const overload of create_layout(). If you are creating it then
	you probably want to change it.
	* gtk/src/printoperation.hg: Moved signals to the bottom, where we usually put them.
	set_pdf_target(): Make the filename parameter a std::string, because the encoding of
	filenames is unknown.

2006-05-09  Marko Anastasov  <marko@marko.anastasov.name>

	gtk/src/pagesetup.hg gtk/src/pagesetup.ccg gtk/src/papersize.hg

2006-05-08  Marko Anastasov  <marko@marko.anastasov.name>

	* gtk/src/pagesetup.hg
	* gtk/src/pagesetup.ccg
	* gtk/src/papersize.hg
	* gtk/src/papersize.ccg
	* gtk/src/printcontext.hg
	* gtk/src/printcontext.ccg
	* gtk/src/printoperation.hg
	* gtk/src/printoperation.ccg
	* gtk/src/printsettings.hg
	* gtk/src/printsettings.ccg: New files - the platform-independent
	part of the printing API.
	* gtk/src/enums.hg: Added PageOrientation.
	* gtk/src/Makefile_list_of_hg.am_fragment
	* gtk/gtkmm.h: Include new files.
	* tools/m4/convert_pango.m4
	* tools/m4/convert_gtk.m4: Added new conversions.
	* tools/extra_defs_gen/generate_defs_gtk.cc:
	Added GTK_TYPE_PRINT_OPERATION.
	* gtk/src/gtk_enums.defs:   Regenerated with enums.pl.
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/gtk_signals.defs: Added new properties.
	* configure.in: Added gtk+-unix-print dependency for upcoming updates.

2006-04-26  Murray Cumming  <murrayc@murrayc.com>

	Added doxygen documentation, marking signal_get_accessible as deprecated,

2006-04-26  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/widget.hg: Added doxygen documentation, marking
	signal_get_accessible as deprecated, because it is useless.
	Bug #338437.

2006-04-25  Armin Burgmeier  <armin@arbur.net>

	Return value of StatusIcon::create_from_file was undefined, return created

2006-04-24  Armin Burgmeier  <armin@arbur.net>

	* gtk/src/statusicon.ccg: Return value of StatusIcon::create_from_file
	was undefined, return created StatusIcon instead.

2006-04-21  Murray Cumming  <murrayc@murrayc.com>

	Added these missing files, to fix the build. Use deprecated option with

2006-04-21  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/recent_files/.cvsignore:
	* examples/book/recent_files/Makefile.am:
	* examples/book/recent_files/examplewindow.cc:
	* examples/book/recent_files/examplewindow.h:
	* examples/book/recent_files/main.cc: Added these missing files, to
	fix the build.
	* gtk/src/widget.hg: Use deprecated option with the
	get_accessible keyword, because it should not exist, because it
	is actually a vfunc, but a quirk of gmmproc means that it was generated
	even though it is in the .defs file as a vfunc.

2006-04-21  Murray Cumming  <murrayc@murrayc.com>

	Correct the documentation for SlotCompare. Bug #339129 from Kevin

2006-04-21  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treesortable.hg: Correct the documentation for
	SlotCompare. Bug #339129 from Kevin Daughtridge.

2006-04-20  Murray Cumming  <murrayc@murrayc.com>

	Mark treeview_target_row as static, to slightly reduce code size by

2006-04-20  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treeview.ccg: Mark treeview_target_row as static, to slightly
	reduce code size by preventing it from being exported in the ABI.

2006-04-20  Murray Cumming  <murrayc@murrayc.com>

	Remove unnecessary anonymous namespace.

2006-04-20  Murray Cumming  <murrayc@murrayc.com>

	* pango/src/fontset.ccg: Remove unnecessary anonymous namespace.

2006-04-19  Murray Cumming  <murrayc@src.gnome.org>

	Added missing file.

2006-04-18  Marko Anastasov  <marko@marko.anastasov.name>

	New file. Include new hg file. Include the new header.

	2006-04-18  Marko Anastasov <marko@marko.anastasov.name>

	* gtk/src/cellrendererspin.[hg|ccg]: New file.
	* gtk/src/Makefile_list_of_hg.am_fragment: Include new hg file.
	* gtk/gtkmm.h: Include the new header.
	* gtk/src/recentchooser.ccg:
	* gtk/src/recentchooser.hg: Fix some typos.

2006-04-18  Armin Burgmeier  <armin@arbur.net>

	Change type for ellipsize property from bool to Pango::EllipsizeMode. Also

2006-04-18  Armin Burgmeier  <armin@arbur.net>

	* gtk/src/cellrenderertext.hg: Change type for ellipsize property from
	bool to Pango::EllipsizeMode. Also added some new properties.
	(Note: This is technically a small API break, but a break of something
	that could not have worked before, and I don't think it's an ABI break
	Murray.)
	* gtk/src/gtk_signals.defs: Regenerated to contain the new properties.

2006-04-18  Murray Cumming  <murrayc@murrayc.com>

	Correct the signature of the confirm_overwrite signature. This is

2006-04-18  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/filechooser.hg: Correct the signature of the confirm_overwrite
	signature. This is technically a small API/ABI break, but any use of the
	signal as it was would have caused crashes and memory corruption, so that's
	not something that anyone could complain about us not preserving.
	Bug #338439 from Maxim Udushlivy.

2006-04-18  Murray Cumming  <murrayc@murrayc.com>

	Remove this unused file. It is in glibmm already.

2006-04-14  Murray Cumming  <murrayc@murrayc.com>

	* tools/m4/convert_base.m4: Remove this unused file. It is in glibmm already.

2006-04-13  Murray Cumming  <murrayc@murrayc.com>

	Convert the SignalProxy to the new style that uses static functions

2006-04-13  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/recentchooser.ccg: Convert the SignalProxy to the new style that
	uses static functions instead.

2006-04-13  Armin Burgmeier  <armin@arbur.net>

	Wrapped GtkRecentChooser, GtkRecentChooserDialog, GtkRecentChooserMenu and

2006-04-12  Armin Burgmeier  <armin@arbur.net>

	* gtk/src/recentchooser.hg:
	* gtk/src/recentchooser.ccg:
	* gtk/src/recentchooserwidget.hg:
	* gtk/src/recentchooserwidget.ccg:
	* gtk/src/recentchoosermenu.hg:
	* gtk/src/recentchoosermenu.ccg:
	* gtk/src/recentchooserdialog.hg:
	* gtk/src/recentchooserdialog.ccg: Wrapped GtkRecentChooser,
	GtkRecentChooserDialog, GtkRecentChooserMenu and
	GtkRecentChooserWidget.
	* tools/m4/convert_gtk.m4: Added new needed conversions.
	* gtk/gtkmm.h: Include the new headers.
	* examples/book/recent_files/: The beginning of an example. To complete
	this we need to be able to use RecentFilesMenu with UIManager. The GTK+
	developer is working on this.

2006-04-12  Marko Anastasov  <marko@marko.anastasov.name>

	Added new get_applications() and get_groups() functions that don't take

	2006-04-12  Marko Anastasov <marko@marko.anastasov.name>

	* gtk/src/recentinfo.[ccg|hg]: Added new get_applications() and get_groups()
	functions that don't take length as a parameter but pass NULL to the
	underlaying GTK+ functions.
	* tools/m4/convert_gtk.m4: Removed now unnecessary gsize* to unsigned& conversion.

2006-04-12  Murray Cumming  <murrayc@murrayc.com>

	Fix some typos to fix the build. Use the new non-class SignalProxy

2006-04-12  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/recentfilter.ccg: Fix some typos to fix the build.
	Use the new non-class SignalProxy callbacks idea. (See below)

2006-04-12  Murray Cumming  <murrayc@murrayc.com>

	For most hand-coded SignalProxy classes, used for set_*func() methods,

2006-04-07  Murray Cumming  <murrayc@murrayc.com>

	* gtk/gtkmm/treeview_private.cc:
	* gtk/gtkmm/treeview_private.h:
	* gtk/src/aboutdialog.ccg:
	* gtk/src/assistant.ccg:
	* gtk/src/celllayout.ccg:
	* gtk/src/clipboard.ccg:
	* gtk/src/combobox.ccg:
	* gtk/src/entrycompletion.ccg:
	* gtk/src/filefilter.ccg:
	* gtk/src/menu.ccg:
	* gtk/src/texttagtable.ccg:
	* gtk/src/treemodelfilter.ccg:
	* gtk/src/treeselection.ccg:
	* gtk/src/treesortable.ccg:
	* gtk/src/treeview.ccg:
	* gtk/src/treeviewcolumn.ccg: For most hand-coded SignalProxy classes, used
	for set_*func() methods, remove them and just pass a copy of the slot around.
	The extra indirection is not necessary. Use standalone callback functions, so
	that they can be static, saving a few bytes on the library size.

2006-04-12  Murray Cumming  <murrayc@murrayc.com>

	Mark private functions as static, to stop them being exported in the

2006-04-12  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/pixbuf.ccg:
	* gdk/src/pixbufloader.ccg:
	* gtk/src/colorselection.ccg:
	* gtk/src/container.ccg:
	* gtk/src/entrycompletion.ccg:
	* gtk/src/iconview.ccg:
	* gtk/src/treeiter.ccg:
	* gtk/src/treemodel.ccg:
	* gtk/src/treeselection.ccg:
	* gtk/src/widget.ccg:
	* pango/src/fontset.ccg: Mark private functions as static,
	to stop them being exported in the library, to reduce code size
	slightly.

2006-04-12  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	fixed a segfault caused by de-referencing a NULL pointer, and also fixed a

2006-04-11  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* gtk/src/icontheme.ccg: (IconTheme::get_search_path) fixed a segfault
	caused by de-referencing a NULL pointer, and also fixed a memory leak by
	freeing the list of search paths whose storage was allocated by GTK+.
	Closes bug #337874 and #337875

2006-04-11  Murray Cumming  <murrayc@murrayc.com>

	Added constructor for the Info inner class, so that the member variables

2006-04-11  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/recentfilter.ccg:
	* gtk/src/recentfilter.hg: Added constructor for the Info
	inner class, so that the member variables are initialized.
	* gtk/src/recentinfo.hg: Split get_icon() into const and non-const
	overloads.
	* gtk/src/recentmanager.hg: Added TODO comment for documentation.

2006-04-11  Marko Anastasov  <marko@marko.anastasov.name>

	Added new files. Add new needed conversions. include the new headers.

	2006-04-11  Marko Anastasov <marko@marko.anastasov.name>

	* gtk/src/recentfilter.[hg|ccg]:
	* gtk/src/recentinfo.[hg|ccg]:
	* gtk/src/recentmanager.[hg|ccg]:
	* gtk/src/Makefile_list_of_hg.am_fragment: Added new files.
	* tools/m4/convert_gtk.m4: Add new needed conversions.
	* gtk/gtkmm.h: include the new headers.

2006-04-11  Murray Cumming  <murrayc@murrayc.com>

	Added example of independently sorted model, with the TreeModelSort parent

2006-04-11  Murray Cumming  <murrayc@murrayc.com>

	* configure.in:
	* examples/book/treeview/Makefile.am:
	* examples/book/treeview/modelsort/.cvsignore:
	* examples/book/treeview/modelsort/Makefile.am:
	* examples/book/treeview/modelsort/examplewindow.cc:
	* examples/book/treeview/modelsort/examplewindow.h:
	* examples/book/treeview/modelsort/main.cc: Added example of
	independently sorted model, with the TreeModelSort parent model.

2006-04-11  Murray Cumming  <murrayc@murrayc.com>

	Constructor: Use sprintf() instead of std::stringstream because it is

2006-04-11  Murray Cumming  <murrayc@murrayc.com>

	* gtk/gtkmm/listviewtext.cc: Constructor: Use sprintf() instead of
	std::stringstream because it is smaller (code size) and faster.

2006-04-07  Cedric Gustin  <cedric.gustin@gmail.com>

	Updated for gtkmm-2.8 (MS Visual Studio 2005). Updated for Visual Studio

2006-04-07  Cedric Gustin  <cedric.gustin@gmail.com>

	* README.win32: Updated for gtkmm-2.8 (MS Visual Studio 2005).
	* MSVC_Net2003/*.vcproj: Updated for Visual Studio 2005. Added the
	/vd2 compiler flag (Bug #158040).
	* MSVC_Net2003/gtkmm.sln: Updated for Visual Studio 2005.
	* MSVC_Net2003/gendef/gendef.cc: Redirect output of dumpbin to a
	file.
	* build_shared/Makefile_build.am_fragment: Add -DGTKMM_BUILD to
	the extra_defines compiler flags (switch between
	dllexport/dllimport on win32).
	* gtk/src/treeviewcolumn.hg: Tag the TreeViewColumn class with
	GTKMM_API to avoid auto-import errors with gcc on
	mingw32/cygwin. Also inline some TreeViewColumn methods. Bug
	#309030 (Toralf Lund).
	* gtk/src/object.hg: Tag the Object class with GTKMM_API to make
	Visual Studio happy.

2006-04-05  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	fixed a few broken links in the jhbuild appendix

2006-04-04  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* docs/tutorial/gtkmm-tut.xml: fixed a few broken links in the jhbuild
	appendix

2006-03-31  Murray Cumming  <murrayc@murrayc.com>

	Regenerated with h2defs.py. Added GTK_TYPE_CELL_RENDERER_SPIN,

2006-03-31  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Added
	GTK_TYPE_CELL_RENDERER_SPIN, GTK_TYPE_RECENT_CHOOSER,
	GTK_TYPE_RECENT_CHOOSER_MENU, GTK_TYPE_RECENT_CHOOSER_WIDGET,
	GTK_TYPE_RECENT_FILTER, GTK_TYPE_RECENT_MANAGER )
	* gtk/src/gtk_signals.defs: Added sections for the new types.

2006-03-28  Murray Cumming  <murrayc@murrayc.com>

	Added override for gtk_widget_render_icon(), because it mentioned unrefing

2006-03-28  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_docs_override.xml: Added override for
	gtk_widget_render_icon(), because it mentioned unrefing the result.

2006-03-26  Murray Cumming  <murrayc@murrayc.com>

	Override the documentation for create_cairo_context because it mentions

2006-03-26  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/gdk_docs_override.xml: Override the documentation for
	create_cairo_context because it mentions destroying the result,
	and says that it is since 2.8 instead of 2.10.

2006-03-26  Murray Cumming  <murrayc@murrayc.com>

	create(): Add documentation, based on new C documentation.

2006-03-23  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/pixbufloader.hg: create(): Add documentation, based on
	new C documentation.

2006-03-22  Murray Cumming  <murrayc@murrayc.com>

	Add style.css to EXTRA_DIST. TreeView chapter: Add a sub-section about

2006-03-22  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/Makefile.am: Add style.css to EXTRA_DIST.
	* docs/tutorial/gtkmm-tut.xml: TreeView chapter: Add a
	sub-section about sorting, mentioning the simple set_sort_column()
	functions and TreeModelSort for independent sorting. Based on
	code from the example from R. Douglas Barbieri in bug #334791.

2006-03-22  Murray Cumming  <murrayc@murrayc.com>

	Added set_icon_name(). Added set_icon_name() and get_icon_name().

	2006-03-22  Murray Cumming <murrayc@murrayc.com>

	* gdk/src/dragcontext.hg: Added set_icon_name().
	* gtk/src/toolbutton.hg: Added set_icon_name() and
	get_icon_name().
	* gdk/src/pixbuf.hg:
	* gdk/src/pixbufloader.ccg:
	* gdk/src/pixbufloader.hg:
	* gtk/src/aboutdialog.hg:
	* gtk/src/dialog.hg:
	* gtk/src/iconview.hg:
	* gtk/src/linkbutton.hg:
	* gtk/src/textbuffer.hg:
	* gtk/src/textchildanchor.hg:
	* gtk/src/treemodelsort.hg: Added documentation, based on
	the C documentation.

2006-03-22  Murray Cumming  <murrayc@murrayc.com>

	Added example from R. Douglas Barbieri in bug #335388.

	2006-03-22  Murray Cumming <murrayc@murrayc.com>

	* configure.in:
	* examples/book/Makefile.am:
	* examples/book/iconview/Makefile.am:
	* examples/book/iconview/examplewindow.cc:
	* examples/book/iconview/examplewindow.h:
	* examples/book/iconview/main.cc: Added example from
	R. Douglas Barbieri in bug #335388.
	* examples/book/iconview/gnome-dice-1.svg:
	* examples/book/iconview/gnome-dice-2.svg:
	* examples/book/iconview/gnome-dice-3.svg:
	* examples/book/iconview/gnome-dice-4.svg:
	* examples/book/iconview/gnome-dice-5.svg:
	* examples/book/iconview/gnome-dice-6.svg:
	* examples/book/iconview/mozilla-firefox.png:
	* examples/book/iconview/xmms.xpm: Sample images for the
	example.

2006-03-22  Murray Cumming  <murrayc@murrayc.com>

	Corrected links to chapters, now that we added a chapter in the middle.

2006-03-22  Murray Cumming  <murrayc@murrayc.com>

	* docs/index.html: Corrected links to chapters, now that
	we added a chapter in the middle. Bug #334989 from Rob Page.
	* gtk/gtkmm/listviewtext.h: Added groups and newin doxygen
	tags.

2006-03-22  Murray Cumming  <murrayc@murrayc.com>

	Renamed some member variables, and used ModelColumns via member instance

2006-03-22  Murray Cumming  <murrayc@murrayc.com>

	* gtk/gtkmm/listviewtext.cc:
	* gtk/gtkmm/listviewtext.h: Renamed some member variables, and
	used ModelColumns via member instance instead of pointer, to
	simplify code.
	* configure.in:
	* examples/book/treeview/Makefile.am:
	* examples/book/treeview/listviewtext/Makefile.am:
	* examples/book/treeview/listviewtext/examplewindow.cc:
	* examples/book/treeview/listviewtext/examplewindow.h:
	* examples/book/treeview/listviewtext/main.cc: Added example,
	based on treeview/list example.
	* gtk/gtkmm.h: Include listviewtext.h

2006-03-22  Murray Cumming  <murrayc@murrayc.com>

	Added ListViewText, a very simple TreeView convenience class, from

2006-03-22  Murray Cumming  <murrayc@murrayc.com>

	* gtk/gtkmm/Makefile.am:
	* gtk/gtkmm/listviewtext.cc:
	* gtk/gtkmm/listviewtext.h: Added ListViewText, a very simple TreeView
	convenience class, from Baltasarq in bug #329333, with formatting and constness
	corrections.

2006-03-10  Murray Cumming  <murrayc@murrayc.com>

	Update the cairomm enum values for the latest cairomm API.

2006-03-10  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/drawingarea/clock/clock.cc:
	* examples/book/drawingarea/joins/myarea.cc: Update the cairomm enum values for the
	latest cairomm API.

2006-03-08  Murray Cumming  <murrayc@murrayc.com>

	Added get/set_title() and corresponding tearoff-title property.

2006-03-08  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/combobox.hg: Added get/set_title() and corresponding
	tearoff-title property.
	* gtk/src/iconview.ccg:
	* gtk/src/iconview.hg: Added drag and drop methods.
	* gtk/src/treeview.hg: Corrected a typo in the documentation.
	* tools/m4/convert_gtk.m4: Added new enum conversion.

2006-02-25  Murray Cumming  <murrayc@murrayc.com>

	Remove an extra : after a @deprecated.

2006-02-25  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treeview.hg: Remove an extra : after a @deprecated.

2006-02-25  Murray Cumming  <murrayc@murrayc.com>

	Signals appendix: Remove vague uninteresting stuff about different functor

2006-02-25  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/gtkmm-tut.xml: Signals appendix: Remove vague uninteresting stuff
	about different functor types, and mention sigc::ptr_fun, mem_fun distinction earlier.

2006-02-25  Murray Cumming  <murrayc@murrayc.com>

	Regenerate from the C files. Update the override for

2006-02-25  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_docs.xml: Regenerate from the C files.
	* gtk/src/gtk_docs_override.xml: Update the override for gtk_icon_theme_list_icons(),
	so that it shows the correct subset examples. Fixes bug #330966 from John Spray

2006-02-25  Murray Cumming  <murrayc@murrayc.com>

	Include layout.h, cellview.h, and icontheme.h. Bug #332447 from Maxim

2006-02-25  Murray Cumming  <murrayc@murrayc.com>

	* gtk/gtkmm.h: Include layout.h, cellview.h, and icontheme.h.
	Bug #332447 from Maxim Udushlivy.

2006-02-25  Rob Page  <page.rob@gmail.com>

	+ * gtk/src/icontheme.ccg: Change int* to int to fix segfault. Bug

	2006-02-24Rob Page  <page.rob@gmail.com>
	+ * gtk/src/icontheme.ccg: Change int* to int to fix segfault. Bug #332437.

2006-02-25  Murray Cumming  <murrayc@murrayc.com>

	Move the deprecated comment into the _WRAP_METHOD() call, using the new

2006-02-25  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/calendar.hg:
	* gtk/src/cellrenderer.hg:
	* gtk/src/messagedialog.hg:
	* gtk/src/textview.hg:
	* gtk/src/treemodelfilter.hg:
	* gtk/src/treepath.hg:
	* gtk/src/treeview.hg:
	* gtk/src/widget.hg: Move the deprecated comment into the _WRAP_METHOD() call,
	using the new feature in glibmm, so that it really shows up in the doxygen
	documentation.

2006-02-23  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	only generate Makefiles for specific features if those features are

2006-02-22  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* configure.in: only generate Makefiles for specific features if those
	features are enabled (e.g. docs, examples, etc)

2006-02-22  Murray Cumming  <murrayc@murrayc.com>

	Added an override for gtk_icon_theme_list_icons() because it mentions

2006-02-22  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_docs_override.xml: Added an override for gtk_icon_theme_list_icons()
	because it mentions GList, memory management of the items, and providing a NULL
	parameter.
	* gtk/src/icontheme.ccg:
	* gtk/src/icontheme.hg: Added override of list_icons() that returns all icons,
	regardless of context, to match the NULL context case. Bug #330945 from John Spray.

2006-02-19  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	synchronized the list of widgets without X-windows with the documentation

2006-02-18  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* docs/tutorial/gtkmm-tut.xml: synchronized the list of widgets without
	X-windows with the documentation from the Gtk+ tutorial (see
	http://gtk.org/tutorial/x502.html)

2006-02-19  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	Fixed a couple of tutorial style issues updated and re-organized the

2006-02-18  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* docs/tutorial/style.css: Fixed a couple of tutorial style issues
	* docs/tutorial/gtkmm-tut.xml: updated and re-organized the installation
	section of the tutorial a bit more -- added dependency on cairomm / cairo,
	reworded a few things, etc.
	Added a new appendix explaining how to build and install gtkmm from CVS
	using jhbuild.

2006-02-17  Murray Cumming  <murrayc@murrayc.com>

	save_to_buffer(): Use a terminating NULL when calling

2006-02-17  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/pixbuf.ccg: save_to_buffer(): Use a terminating NULL when
	calling gdk_pixbuf_save_to_buffer() to avoid a warning about the sentinel.

2006-02-14  Rob Page  <page.rob@gmail.com>

	minor fixes to gettext chapter, a typo and a broken link (Bug #331077)

2006-02-13  Rob Page  <page.rob@gmail.com>

	* docs/tutorial/gtkmm-tut.xml: minor fixes to gettext chapter, a typo and
	a broken link (Bug #331077)

2006-02-10  Murray Cumming  <murrayc@murrayc.com>

	Wrap the prepared signal, now that it is fixed in GTK+. Add a link to the

2006-02-10  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/assistant.hg: Wrap the prepared signal, now that it is fixed in GTK+.
	* gtk/src/entry.hg: Add a link to the email that says it is OK to wrap the
	activate signal.

2006-02-10  Murray Cumming  <murrayc@src.gnome.org>

	Mention bug number.

2006-02-10  Murray Cumming  <murrayc@murrayc.com>

	Wrap the owner-changed signal, which was new in GTK+ 2.8, I think. Use

2006-02-10  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/clipboard.hg: Wrap the owner-changed signal, which was new in
	GTK+ 2.8, I think. Use no_default_handler to avoid an ABI break.
	* gtk/src/gtk_signals.defs: Added defs for GtkClipboard.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Generate .defs for GtkClipboard.

2006-01-31  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	fixed a minor typo in the clipboard section of the tutorial that referred

2006-01-30  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* docs/tutorial/gtkmm-tut.xml: fixed a minor typo in the clipboard section
	of the tutorial that referred to get_data_as_text() instead of
	get_data_as_string()

2006-01-30  Murray Cumming  <murrayc@src.gnome.org>

	Update NEWS.

2006-01-29  Murray Cumming  <murrayc@murrayc.com>

	Remove unnecessary icons installation line - it happens in the

2006-01-29  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/Makefile.am: Remove unnecessary icons installation line -
	it happens in the sub-directory.
	* docs/tutorial/figures/Makefile.am:
	* docs/tutorial/figures/comboboxentry_complex.png:
	* docs/tutorial/figures/comboboxentry_text.png: Added screenshots.
	* docs/tutorial/gtkmm-tut.xml: Write basic Combo Boxes chapter, replacing the
	text about the deprecated Combo widget, and moving it after the TreeView
	chapter, because it needs knowledge of the TreeView.
	* examples/book/combobox/complex/examplewindow.cc:
	* examples/book/combobox/text/examplewindow.cc:
	* examples/book/comboboxentry/complex/examplewindow.cc:
	* examples/book/comboboxentry/text/examplewindow.cc: Removed useless
	commented-out code.

2006-01-29  Murray Cumming  <murrayc@murrayc.com>

	Added get_search_entry() and get_headers_clickable(). Correct the Entry

2006-01-29  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treeview.hg: Added get_search_entry() and
	get_headers_clickable().
	* tools/m4/convert_gtk.m4: Correct the Entry conversion.

2006-01-29  Murray Cumming  <murrayc@murrayc.com>

	Added get_action().

2006-01-29  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/widget.ccg:
	* gtk/src/widget.hg: Added get_action().

2006-01-29  Murray Cumming  <murrayc@murrayc.com>

	Added set_source_pixmap().

2006-01-29  Murray Cumming  <murrayc@murrayc.com>

	* gdk/gdkmm/general.cc:
	* gdk/gdkmm/general.h: Added set_source_pixmap().
	* gtk/src/Makefile_list_of_hg.am_fragment:
	* gtk/src/action.ccg:
	* gtk/src/assistant.ccg:
	* gtk/src/assistant.hg: Added Assistant.
	* gtk/src/linkbutton.ccg:
	* gtk/src/linkbutton.hg: Added LinkButton
	* gtk/gtkmm.h: include the new headers.
	* gtk/src/cellrenderertoggle.hg: Added indicator-size property.
	* gtk/src/messagedialog.hg: Added properties.
	* gtk/src/radioaction.hg: Added set_current_value().
	* gtk/src/sizegroup.hg: Added get_widgets().
	* gtk/src/toolbutton.hg: Deprecated the clicked signal, because
	it has become a keybinding/action signal.
	* gtk/src/treeview.ccg:
	* gtk/src/treeview.hg: Added set_search_position_func().
	* gtk/src/window.hg: Added get_group().
	* tools/extra_defs_gen/generate_defs_gtk.cc: Add the new GTK+
	GTypes.
	* tools/m4/convert_gtk.m4: Add new needed conversions.
	* gtk/src/gtk_enums.defs: Regenerated with enums.pl
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py
	* gtk/src/gtk_signals.defs: Added parts with extra_defs.

2006-01-28  Pierre Thierry  <nowhere.man@levallois.eu.org>

	add comments and reorganize the example so that it's a bit more

2006-01-28  Pierre Thierry  <nowhere.man@levallois.eu.org>

	* examples/book/buttons/radiobutton/radiobuttons.cc: add comments and
	reorganize the example so that it's a bit more understandable for
	beginners
	* gtk/src/box.hg: add brief clarification of where widgets end up when
	packed with a variety of pack_start() and pack_end() calls

2006-01-24  Murray Cumming  <murrayc@src.gnome.org>

	Upload the icons too.

2006-01-24  Murray Cumming  <murrayc@murrayc.com>

	Restore html upload line. Contributing: Added links to bugs page. Added

2006-01-24  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/Makefile.am: Restore html upload line.
	* docs/tutorial/gtkmm-tut.xml: Contributing: Added links to bugs page.
	* gtk/src/radiobutton.hg: Added documentation for get/set/reset_group().

2006-01-24  Murray Cumming  <murrayc@murrayc.com>

	Installation: Move section about packages before the section about

2006-01-24  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/gtkmm-tut.xml: Installation: Move section about
	packages before the section about installing from source, so people
	see the easiest/best way first. Add warning about installing
	source-built stuff in /usr.

2006-01-24  Murray Cumming  <murrayc@murrayc.com>

	Installation: Move section about packages before the section about

2006-01-24  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/gtkmm-tut.xml: Installation: Move section about
	packages before the section about installing from source, so people
	see the easiest/best way first. Add warning about installing
	source-built stuff in /usr.

2006-01-24  Murray Cumming  <murrayc@murrayc.com>

	Upload the style.css file when doing post-html. Add para tags to tip and

2006-01-24  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/Makefile.am: Upload the style.css file when doing
	post-html.
	* docs/tutorial/gtkmm-tut.xml: Add para tags to tip and note tags,
	as noticed by the validate-original make target. Remove some of
	the initial paragraph about it being a draft.

2006-01-24  Murray Cumming  <murrayc@murrayc.com>

	Restored some files I messed up by copying stuff into the wrong place.

2006-01-24  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/Makefile.am:
	* docs/tutorial/icons/Makefile.am: Restored some files I messed up
	by copying stuff into the wrong place.

2006-01-24  Murray Cumming  <murrayc@murrayc.com>

	Added missing files.

	2006-01-24  Murray Cumming <murrayc@murrayc.com>

	* docs/tutorial/Makefile.am:
	* docs/tutorial/icons/Makefile.am:
	* docs/tutorial/icons/caution.png:
	* docs/tutorial/icons/home.png:
	* docs/tutorial/icons/important.png:
	* docs/tutorial/icons/next.png:
	* docs/tutorial/icons/note.png:
	* docs/tutorial/icons/prev.png:
	* docs/tutorial/icons/tip.png:
	* docs/tutorial/icons/up.png:
	* docs/tutorial/icons/warning.png: Added missing files.

2006-01-24  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	improve the markup of the tutorial by replacing a lot of the generic

2006-01-23  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* docs/tutorial/gtkmm-tut.xml: improve the markup of the tutorial by
	replacing a lot of the generic 'literal' tags with more specific ones like
	'classname' or 'function'.  Also marked up a bunch of things that weren't
	marked up at all.

2006-01-18  Murray Cumming  <murrayc@murrayc.com>

	Several updated screenshots from Jonathon Jongsma. Bug #327142.

2006-01-18  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/figures/Makefile.am:
	* docs/tutorial/figures/*.png: Several updated screenshots from
	Jonathon Jongsma. Bug #327142.

2006-01-18  Murray Cumming  <murrayc@murrayc.com>

	Added some new overrides for functions that mention free() or NULL.

	2006-01-18  Murray Cumming <murrayc@murrayc.com>

	* gtk/src/gtk_docs_override.xml: Added some new overrides for functions that
	mention free() or NULL.

2006-01-15  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* docs/tutorial/Makefile.am: Modified makefile to pass some XSL parameters
	to the xsltproc.  For example, where to find icon images, what filename to
	use as a CSS stylesheet, etc.
	* docs/tutorial/insert_example_code.pl: Modified script to mark up the
	filename with a docbook 'filename' element so that it can be styled more
	easily
	* docs/tutorial/style.css: add a new CSS stylesheet for styling the
	tutorial.  The CSS is based on the GNOME stylesheets used for yelp but a
	also designed to fit the theme of the gtkmm website.
	* docs/tutorial/icons/*.png: add a bunch of images from the tango theme to
	be used for informational and navigational icons.

2006-01-18  Murray Cumming  <murrayc@src.gnome.org>

	Adding missing file.

2006-01-18  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	Modified makefile to pass some XSL parameters to the xsltproc. For

2006-01-15  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* docs/tutorial/Makefile.am: Modified makefile to pass some XSL parameters
	to the xsltproc.  For example, where to find icon images, what filename to
	use as a CSS stylesheet, etc.
	* docs/tutorial/insert_example_code.pl: Modified script to mark up the
	filename with a docbook 'filename' element so that it can be styled more
	easily
	* docs/tutorial/style.css: add a new CSS stylesheet for styling the
	tutorial.  The CSS is based on the GNOME stylesheets used for yelp but a
	also designed to fit the theme of the gtkmm website.
	* docs/tutorial/icons/*.png: add a bunch of images from the tango theme to
	be used for informational and navigational icons.

2006-01-07  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	Add screenshot for the aspectframe example. The screenshot was already in

2005-12-31  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* docs/tutorial/gtkmm-tut.xml: Add screenshot for the aspectframe example.
	The screenshot was already in CVS, just not linked from the tutorial.

2006-01-07  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	Add screenshot for the aspectframe example. The screenshot was already in

2005-12-31  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* docs/tutorial/gtkmm-tut.xml: Add screenshot for the aspectframe example.
	The screenshot was already in CVS, just not linked from the tutorial.

2006-01-07  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	updated section on prepackaged gtkmm binaries for linux distributions

2005-12-31      Jonathon Jongsma        <jonathon.jongsma@gmail.com>

	* docs/tutorial/gtkmm-tut.xml: updated section on prepackaged gtkmm
	binaries for linux distributions

2006-01-07  Murray Cumming  <murrayc@src.gnome.org>

	fix typo.

2006-01-07  Michael J M Thomson  <mjmt@internode.on.net>

	Include menutoolbutton.h and tearoffmenuitem.h

2006-01-07  Michael J M Thomson  <mjmt@internode.on.net>

	* gtk/gtkmm.h: Include menutoolbutton.h and tearoffmenuitem.h

2006-01-07  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	quick fix for source code location of cairo simple line drawing example

2005-12-24  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* docs/tutorial/gtkmm-tut.xml: quick fix for source code location of
	cairo simple line drawing example

2006-01-04  Cedric Gustin  <cedric.gustin@gmail.com>

	Moved plug.hg and socket.hg from files_posix_hg to files_general_hg as

	2006-01-04  Cedric Gustin <cedric.gustin@gmail.com>

	* gtk/src/Makefile_list_of_hg.am_fragment: Moved plug.hg and
	socket.hg from files_posix_hg to files_general_hg as both GtkPlug
	and GtkSocket are now supported on win32.

2005-12-23  Murray Cumming  <murrayc@murrayc.com>

	Use custom_c_callback option with _WRAP_SIGNAL for the remove signal, so

2005-12-20  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/container.ccg:
	* gtk/src/container.hg: Use custom_c_callback option
	with _WRAP_SIGNAL for the remove signal, so we can
	provide a custom signal callback (as well as the existing
	custom default signal callback). This allows us to
	check for already-deleted children in connected signal handler
	callbacks as well as the default signal handler. This should
	be a partial fix for bug #315874 from Philip Langdale.

2005-12-23  Murray Cumming  <murrayc@murrayc.com>

	DrawingArea chpater: Move GDK stuff into an appendix, and remove reference

2005-12-23  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/gtkmm-tut.xml: DrawingArea chpater: Move GDK
	stuff into an appendix, and remove reference to X, because it is
	not always running on X.

2005-12-23  Murray Cumming  <murrayc@murrayc.com>

	Mention the new screenshots so they are disted and uploaded. Fix a source

2005-12-23  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/figures/Makefile.am: Mention the new screenshots
	so they are disted and uploaded.
	* docs/tutorial/gtkmm-tut.xml: Fix a source code path.

2005-12-23  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	added makefiles for new example directories

2005-12-21  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* configure.in: added makefiles for new example directories
	* docs/tutorial/Makefile.am:
	* docs/tutorial/figures/drawingarea_lines.png:
	* docs/tutorial/gtkmm-tut.xml:
	* examples/book/Makefile.am:
	* examples/book/drawingarea/main.cc:
	* examples/book/drawingarea/myarea.cc:
	* examples/book/drawingarea/myarea.h: complete rework of the drawing area
	chapter of the gtkmm tutorial to use Cairomm for drawing instead of old
	Gdk functions.  Updated text and examples, and added several new examles.

2005-12-21  Murray Cumming  <murrayc@murrayc.com>

	Put a private class in a anonymous namespace, theoretically to prevent it

	2005-12-21  Murray Cumming <murrayc@murrayc.com>

	* gtk/src/texttagtable.ccg: Put a private class in a
	anonymous namespace, theoretically to prevent it being
	exported as ABI.

2005-12-20  Murray Cumming  <murrayc@murrayc.com>

	Added xalign and truncate-multiline properties.

2005-12-20  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/entry.hg: Added xalign and
	truncate-multiline properties.

2005-12-20  Murray Cumming  <murrayc@murrayc.com>

	Use Cairo objects via Cairo::RefPtr.

2005-12-20  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/drawingarea/myarea.cc:
	* gdk/gdkmm/general.cc:
	* gdk/gdkmm/general.h:
	* gdk/src/drawable.hg: Use Cairo objects via
	Cairo::RefPtr.

2005-12-15  Murray Cumming  <murrayc@murrayc.com>

	Generate the constructor, instead of hand coding it, because it now uses

	2005-12-15  Murray Cumming <murrayc@murrayc.com>

	* gtk/src/adjustment.ccg:
	* gtk/src/adjustment.hg: Generate the constructor,
	instead of hand coding it, because it now uses properties.

2005-12-15  Murray Cumming  <murrayc@murrayc.com>

	Add example. #include statusicon.h and cellrendereraccel.h. Rename

2005-12-15  Murray Cumming  <murrayc@murrayc.com>

	* configure.in:
	* examples/book/Makefile.am:
	* examples/book/statusicon/.cvsignore:
	* examples/book/statusicon/main.cc:
	Add example.
	* gtk/gtkmm.h: #include statusicon.h and
	cellrendereraccel.h.
	* gtk/src/statusicon.hg: Rename parameter name for
	stock constructor, so it uses the correct property name.

2005-12-15  Murray Cumming  <murrayc@murrayc.com>

	Add class documentation, based on the C documentation. Add documentation

2005-12-15  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/object.hg: Add class documentation, based on
	the C documentation. Add documentation for manage().

2005-12-14  Murray Cumming  <murrayc@murrayc.com>

	Hide traits from Doxygen.

	2005-12-14  Murray Cumming <murrayc@murrayc.com>

	* gdk/src/types.hg: Hide traits from Doxygen.

2005-12-14  Philip Langdale  <plangdale@vmware.com>

	Correct the Cursor conversion - it does not need to be copied/leaked. Bug

2005-12-14  Philip Langdale  <plangdale@vmware.com>

	* gdk/src/window.hg:
	* tools/m4/convert_gdk.m4: Correct the Cursor
	conversion - it does not need to be copied/leaked.
	Bug #323920.

2005-12-12  Murray Cumming  <murrayc@murrayc.com>

	Depend on gtk+ 2.9.

	2005-12-12  Murray Cumming <murrayc@murrayc.com>

	* configure.in: Depend on gtk+ 2.9.
	* gtk/src/Makefile_list_of_hg.am_fragment:
	* gtk/src/cellrendereraccel.ccg:
	* gtk/src/cellrendereraccel.hg: New CellRenderer.
	* gtk/gtkmm/cellrenderer_generation.cc:
	* gtk/gtkmm/cellrenderer_generation.h:
	Add a template specialization for AccelKey model
	columns.
	* gtk/src/filechooserbutton.hg: Add
	set/get_focus_on_click() and property.
	* gtk/src/menu.ccg:
	* gtk/src/menu.hg: Add attach_to_widget() overload
	without a destroy callback.
	* gtk/src/range.hg: Added
	get/set_lower_stepper_sensitivity(),
	get/set_upper_stepper_sensitivity() and properties.
	* gtk/src/selectiondata.hg: Added targets_include_uri().
	* gtk/src/statusicon.ccg:
	* gtk/src/statusicon.hg: New class.
	* gtk/src/style.hg: Added lookup_color().
	* gtk/src/textbuffer.hg: Added get_has_selection() and
	property. Added text property.
	* gtk/src/window.hg: Added get/set_deletable() and
	property.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Add new types.
	* tools/m4/convert_gtk.m4: Add new conversions.
	* gtk/src/gtk_docs.xml: Update.
	* gtk/src/gtk_enums.defs: Update
	* gtk/src/gtk_methods.defs: Update
	* gtk/src/gtk_signals.defs: Update

2005-12-10  Murray Cumming  <murrayc@murrayc.com>

	Add documentation, base on the C documentation, mentioning

	2005-12-10  Murray Cumming <murrayc@murrayc.com>

	* gtk/src/expander.hg: Add documentation, base on the
	C documentation, mentioning property_expanded().signal_changed().

2005-12-10  Murray Cumming  <murrayc@murrayc.com>

	Use g_object_sink_ref() and friends instead of now-deprecated

	2005-12-10  Murray Cumming <murrayc@murrayc.com>

	* gtk/src/object.ccg: Use g_object_sink_ref() and
	friends instead of now-deprecated gtk_object_sink().
	Maybe it works.

2005-12-08  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	add configure option for enabling / disabling building of documentation

2005-12-06  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	* Makefile.am:
	* configure.in: add configure option for enabling / disabling building of
	documentation (--enable-docs / --disable-docs)

2005-12-06  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	Look for gmmproc in generic libdir directory, because that is not always

	2005-12-06   Jonathon Jongsma <jonathon.jongsma@gmail.com>

	* configure.in: Look for gmmproc in generic libdir
	directory, because that is not always lib/. This
	fixes the build on some 64-bit systems.

2005-12-06  Jonathon Jongsma  <jonathon.jongsma@gmail.com>

	Add cairomm to dependencies. Bug #323347.

	2005-12-06   Jonathon Jongsma <jonathon.jongsma@gmail.com>

	* gdk/gdkmm-2.4.pc.in: Add cairomm to dependencies.
	Bug #323347.

2005-12-02  Murray Cumming  <murrayc@murrayc.com>

	Reword the title of the since pages, to make it clear that they do not

	2005-12-02  Murray Cumming <murrayc@murrayc.com>

	* docs/reference/Doxyfile.in: Reword the title of the
	since pages, to make it clear that they do not include
	new API in subsequent versions.

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

	Mark cairo API as new in 2.10.

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

	* gdk/gdkmm/general.h: Mark cairo API as new in 2.10.

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

	Added a method overload of rows_reordered() without the iter, because the

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

	* gtk/src/treemodel.ccg:
	* gtk/src/treemodel.hg: Added a method overload of
	rows_reordered() without the iter, because the GTK+ docs
	now say that it can be 0. Added documentation, based on the
	C documentation.

2005-12-01  Murray Cumming  <murrayc@src.gnome.org>

	2005-12-01  Murray Cumming <murrayc@murrayc.com

	* examples/book/drawingarea/myarea.cc:
	on_expose_event(): Port to cairo instead of
	draw*(), though the Color and GC part should
	probably be ported too.

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

	Depend on cairomm.

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

	* configure.in: Depend on cairomm.
	* gdk/gdkmm/general.cc:
	* gdk/gdkmm/general.h:
	* gdk/src/drawable.hg: Use C++ Cairo:: types instead of
	C cairo_* types.

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

	Add a newline after the newin xrefitem, to stop doxgygen associating the

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

	* docs/reference/Doxyfile.in: Add a newline after the
	newin xrefitem, to stop doxgygen associating the following
	text with the xrefitem, so properties and returns do not
	show up in the list of new API.

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

	Remove link to non-existing drawing_area_text example. Bug #311176 from

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

	* docs/tutorial/gtkmm-tut.xml: Remove link to
	non-existing drawing_area_text example.
	Bug #311176 from Jonathon Jongsma.

2005-11-30  Murray Cumming  <murrayc@src.gnome.org>

	Added a newin tag.

2005-11-30  Murray Cumming  <murrayc@murrayc.com>

	murrayc@ubuntu:~/cvs/gnome214/gtkmm$ more ChangeLog 2005-11-30  Murray Cumming <murrayc@murrayc.com>

	* docs/index.html: Change deprecated link to link to
	deprecated and new pages page.
	* gdk/src/gdk_docs_override.xml:
	* gtk/src/gtk_docs_override.xml: Change Since: to
	our @newin tags.

2005-11-30  Murray Cumming  <murrayc@murrayc.com>

	Added ALIASES for @newin2p2, @newin2p4, @newin2p6, @newin2p8, and

	2005-11-30  Murray Cumming <murrayc@murrayc.com>

	* docs/reference/Doxyfile.in: Added ALIASES
	for @newin2p2, @newin2p4, @newin2p6, @newin2p8, and
	@newin2p10. API marked with these tags will then be
	listed together on a page. Doxygen already has @since,
	but that does not list them on one page.
	* gdk/src/displaymanager.hg:
	* gtk/gtkmm/accelmap.h:
	* gtk/src/cellrenderer.hg:
	* gtk/src/clipboard.hg:
	* gtk/src/colorbutton.hg:
	* gtk/src/entrycompletion.hg:
	* gtk/src/expander.hg:
	* gtk/src/filechooserwidget.hg:
	* gtk/src/messagedialog.hg:
	* gtk/src/radiotoolbutton.hg:
	* gtk/src/rc.hg:
	* gtk/src/uimanager.hg:
	* pango/src/fontset.hg: Replace any Since: text with
	the new tags.

2005-11-30  Murray Cumming  <murrayc@murrayc.com>

	Check for the mkifofs() function (not available in windows, apparently),

	2005-11-30  Murray Cumming <murrayc@murrayc.com>

	* configure.in:
	* gtk/gtkmmconfig.h.in: Check for the mkifofs()
	function (not available in windows, apparently), and
	define HAVE_MKIFOFS.
	* examples/book/input/main.cc: Do not use mkifofs
	if it is not present, to fix build on Windows.
	Bug #309031 from haleykd.

2005-11-30  Murray Cumming  <murrayc@murrayc.com>

	Added lookup_entry(), wrapping gtk_accel_map_lookup_entry, based on code

	2005-11-30  Murray Cumming <murrayc@murrayc.com>

	* gtk/gtkmm/accelmap.cc:
	* gtk/gtkmm/accelmap.h: Added lookup_entry(), wrapping
	gtk_accel_map_lookup_entry, based on code provided by
	Paul Davis in bug #318407.

2005-11-30  Murray Cumming  <murrayc@murrayc.com>

	Added lookup_entry(), wrapping gtk_accel_map_lookup_entry, based on code

	2005-11-30  Murray Cumming <murrayc@murrayc.com>

	* gtk/gtkmm/accelmap.cc:
	* gtk/gtkmm/accelmap.h: Added lookup_entry(), wrapping
	gtk_accel_map_lookup_entry, based on code provided by
	Paul Davis in bug #318407.

2005-11-30  Murray Cumming  <murrayc@murrayc.com>

	Fix the cast, to fix the build

2005-11-30  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/style.ccg: Fix the cast, to fix the build

2005-11-29  Murray Cumming  <murrayc@src.gnome.org>

	typo

2005-11-29  Murray Cumming  <murrayc@murrayc.com>

	Added --enable-deprecated-api option: Set it to yes to remove deprecated

	2005-11-29  Murray Cumming <murrayc@murrayc.com>

	* build_shared/Makefile_build.am_fragment:
	* configure.in: Added --enable-deprecated-api option:
	Set it to yes to remove deprecated API from the library,
	for instance for embedded devices.
	* gdk/src/color.ccg:
	* gdk/src/color.hg:
	* gdk/src/colormap.ccg:
	* gdk/src/colormap.hg:
	* gdk/src/image.hg:
	* gdk/src/window.hg:
	* gtk/src/calendar.hg:
	* gtk/src/cellrenderer.hg:
	* gtk/src/combo.hg:
	* gtk/src/fileselection.hg:
	* gtk/src/inputdialog.hg:
	* gtk/src/messagedialog.hg:
	* gtk/src/optionmenu.hg:
	* gtk/src/progress.hg:
	* gtk/src/textbuffer.ccg:
	* gtk/src/textbuffer.hg:
	* gtk/src/textview.ccg:
	* gtk/src/textview.hg:
	* gtk/src/toolbar.hg:
	* gtk/src/treemodel.hg:
	* gtk/src/treemodelfilter.hg:
	* gtk/src/treepath.ccg:
	* gtk/src/treepath.hg:
	* gtk/src/treesortable.ccg:
	* gtk/src/treesortable.hg:
	* gtk/src/treeview.ccg:
	* gtk/src/treeview.hg:
	* gtk/src/treeviewcolumn.ccg:
	* gtk/src/treeviewcolumn.hg:
	* gtk/src/widget.hg: Use the new gmmproc features to
	ifdef-out the deprecated API.
	* tests/menu_destruction/main.cc:
	* demos/gtk-demo/example_iconview.cc:
	* demos/gtk-demo/example_menus.cc:
	* demos/gtk-demo/example_sizegroup.cc:
	* demos/gtk-demo/example_textview.cc:
	* examples/Makefile.am_fragment:
	* examples/book/custom/custom_container/mycontainer.cc:
	* examples/book/dialogs/fileselection/examplewindow.cc:
	* examples/book/range_widgets/labeledoptionmenu.cc:
	* examples/book/range_widgets/labeledoptionmenu.h:
	* examples/cellrenderercustom/popupentry.cc:
	* examples/stock/stock.cc: Do not use deprecated API.

2005-11-29  Murray Cumming  <murrayc@murrayc.com>

	Added an overload of set_bg_pixmap() that takes a const Pixmap, and

	2005-11-29  Murray Cumming <murrayc@murrayc.com>

	* gtk/src/style.ccg:
	* gtk/src/style.hg: Added an overload
	of set_bg_pixmap() that takes a const
	Pixmap, and deprecated the non-const one,
	because the pixmap contents are not changed
	by the method. Bug #313309 from Michael Hofmann.

2005-11-29  Murray Cumming  <murrayc@murrayc.com>

	Added a link to the generated list of deprecated API.

	2005-11-29  Murray Cumming <murrayc@murrayc.com>

	* docs/index.html: Added a link to the
	generated list of deprecated API.

2005-11-29  Murray Cumming  <murrayc@murrayc.com>

	Added set_urgency_hint().

	2005-11-29  Murray Cumming <murrayc@murrayc.com>

	* gdk/src/window.hg: Added set_urgency_hint().

2005-11-28  Murray Cumming  <murrayc@murrayc.com>

	Added const overloads of get_text() and get_slice(), deprecating the

	2005-11-28  Murray Cumming <murrayc@murrayc.com>

	* gtk/src/textbuffer.hg: Added const overloads of
	get_text() and get_slice(), deprecating the non-const
	versions. Bug #322338 from Ami Tavory.

2005-11-22  Murray Cumming  <murrayc@murrayc.com>

	Add an example that uses events_pending() to update the UI, loosely based

	2005-11-22  Murray Cumming <murrayc@murrayc.com>

	* configure.in:
	* examples/book/Makefile.am:
	* examples/book/update_ui/Makefile.am:
	* examples/book/update_ui/examplewindow.cc:
	* examples/book/update_ui/examplewindow.h:
	* examples/book/update_ui/main.cc: Add an example
	that uses events_pending() to update the UI, loosely
	based on bug #317424 from Gareth Foster.

2005-11-21  Murray Cumming  <murrayc@murrayc.com>

	Added wrappers for gdk cairo functions, though we need a real cairo

	2005-11-21  Murray Cumming <murrayc@murrayc.com>

	* gdk/gdkmm/general.cc:
	* gdk/gdkmm/general.h: Added wrappers for gdk cairo functions,
	though we need a real cairo Context class, from a real cairo C++
	API.
	* gdk/src/drawable.hg: Add TODO about a gdk cairo function.
	* gtk/src/treeview.hg: Do not use g_asssert in a header, to
	avoid a warning about a useless command.

2005-11-16  Murray Cumming  <murrayc@src.gnome.org>

	Mark branch in ChangeLog

2005-11-16  Michael J M Thomson  <mjmt@internode.on.net>

	GC::set_clip_rectangle(): Add a method overload that takes a const

	2005-11-16  Michael J M Thomson <mjmt@internode.on.net>

	* gdk/src/gc.hg: GC::set_clip_rectangle(): Add a
	method overload that takes a const argument, and
	deprecate the non-const version. Bug #320631.

	2005-11-16  Murray Cumming <murrayc@murrayc.com>

	* gtk/src/widget.hg: Made map() public,
	because custom containers sometimes (e.g. GtkNotebook)
	need to call it on their child widgets, though we are
	not sure when. Bug #320631.

2005-11-16  Murray Cumming  <murrayc@src.gnome.org>

	Revert changes. I forgot to branch.

2005-11-16  Michael J M Thomson  <mjmt@internode.on.net>

	GC::set_clip_rectangle(): Add a method overload that takes a const

	2005-11-16  Michael J M Thomson <mjmt@internode.on.net>

	* gdk/src/gc.hg: GC::set_clip_rectangle(): Add a
	method overload that takes a const argument, and
	deprecate the non-const version. Bug #320631.

2005-11-16  Murray Cumming  <murrayc@murrayc.com>

	Made map() public, because custom containers sometimes (e.g. GtkNotebook)

	2005-11-16  Murray Cumming <murrayc@murrayc.com>

	* gtk/src/widget.hg: Made map() public,
	because custom containers sometimes (e.g. GtkNotebook)
	need to call it on their child widgets, though we are
	not sure when. Bug #320631.

2005-10-19  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

2005-10-19  Marco Scholten  <mscholtn@xs4all.nl>

	changed square to Penrose triangle and added the missing screenshot in the

	2005-08-02  Marco Scholten <mscholtn@xs4all.nl>

	* docs/tutorial/gtkmm-tut.xml: changed square to
	Penrose triangle and added the missing screenshot
	in the custom widget chapter.
	Bug #311176.

	2005-10-19  Murray Cumming <murrayc.com>

	* gtk/src/uimanager.hg: Use OWNERSHIP_NONE
	with get_action_groups(), because the GList
	should not be freed. Bug #31865 from
	Colin Law.

2005-09-28  Murray Cumming  <murrayc@murrayc.com>

	get_*scrollbar_visible(): get_hscrollbar_visible() returned

2005-09-28  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/scrolledwindow.hg: get_*scrollbar_visible():
	get_hscrollbar_visible() returned vscrollbar_visible()
	and vice-versa. Fixed. Bug #317309 by Bartek Kostrzewa.

2005-09-07  Murray Cumming  <murrayc@src.gnome.org>

	increased version

2005-08-17  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

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

	Corrected commented-out set_icon_name() signature so we get it right when

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>

	Comment-out set_icon_name() with a TODO comment because it is not getting

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>

	Regenerated with docextract_to_xml.py. Regenerated with enums.pl.

	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>

	unset_model(): Removed extra ; that was breaking the build.

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@src.gnome.org>

	fixed typo

2005-08-01  Murray Cumming  <murrayc@src.gnome.org>

	Updated ChangeLog

2005-08-01  Murray Cumming  <murrayc@src.gnome.org>

	Fixed typo.

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

	Fix the link to the Gtk::Combo reference docs, though this should talk

	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>

	Added unset_model().

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

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

2005-07-26  Murray Cumming  <murrayc@src.gnome.org>

	Increase version

2005-07-22  Murray Cumming  <murrayc@src.gnome.org>

	Correct Changelog

2005-07-22  Murray Cumming  <murrayc@src.gnome.org>

	Forgot to commit the versoin increase earlier

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

	pixbuf_loader_create_with_type(): Really return the created

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

	* gdk/src/pixbufloader.ccg: pixbuf_loader_create_with_type():
	Really return the created GdkPixbufLoader.

2005-07-16  Ishmal  <rwjj@earthlink.net>

	TreeViewColumn: Use GTKMM_API to add dllspec_export and dllspec_import for

2005-07-16  Ishmal  <rwjj@earthlink.net>

	* gtk/src/treeviewcolumn.hg: TreeViewColumn:
	Use GTKMM_API to add dllspec_export and dllspec_import
	for MSVC++ 7.1 because it needs the extra help, even when using
	--export-all and auto-import. See bug #309030.

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

	Regenerated. Added warp_pointer().

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

	* atk/src/atk_docs.xml:
	* gdk/src/gdk_docs.xml:
	* gtk/src/gtk_docs.xml:
	* gtk/src/gtk_enums.defs:
	* gtk/src/gtk_methods.defs:
	* pango/src/pango_docs.xml: Regenerated.
	* gdk/src/display.hg: Added warp_pointer().

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

	Regenerated with glibmm/tools/enums.pl Added

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

	* atk/src/atk_enums.defs:
	* gdk/src/gdk_enums.defs:
	* pango/src/pango_enums.defs:
	* gtk/src/gtk_enums.defs: Regenerated with
	glibmm/tools/enums.pl
	* gtk/src/filechooser.hg: Added
	get/set_do_overwrite_confirmation() and property and signal.
	* gtk/src/treerowreference.hg: Added get_model().
	* gtk/src/treeview.ccg:
	* gtk/src/treeview.hg: Added const versions of get_path_at_pos(),
	get_cell_area(), get_background_area(), get_visible_rect(),
	widget_to_tree_coords(), tree_to_widget_coords().
	Added get_visible_range().
	* gtk/src/treeviewcolumn.hg: Added queue_resize()

2005-07-15  Murray Cumming  <murrayc@src.gnome.org>

	Removed 1.2 documentation.

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

	Remove links to useless bonobo stuff. Correct the name of the canvas link,

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

	* docs/index.html: Remove links to useless bonobo stuff. Correct the name
	of the canvas link, instead of having duplicate libglademm links.
	* gdk/src/pixbuf.ccg:
	* gdk/src/pixbuf.hg: Add a save_to_buffer() overload without the options
	parameters. Added reference documentation.
	* gtk/src/entrycompletion.hg: Remove extra ;.

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

	2.7.1:

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

	* gtk/src/textiter.hg: Added move_forward/backware_visible_line(s).

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

	Added set_icon(const Glib::ustring& name) Added set/get_wrap_license() and

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

	* gdk/src/dragcontext.hg: Added set_icon(const Glib::ustring& name)
	* gtk/src/aboutdialog.hg: Added set/get_wrap_license() and property.
	* gtk/src/dialog.hg: Added get_response_for_widget().
	* gtk/src/widget.hg: Added drag_source_set_icon(const Glib::ustring& icon_name).
	* gtk/src/entrycompletion.hg: Added properties, get/set_popup_set_width(),
	get/set_popup_single_width().
	* gtk/src/iconview.hg: Added get_item_at_pos(), get_visible_range(), get/set_cursor(),
	scroll_to_path().

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

	Regenerated with h2defs.py

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

	* gdk/src/gdk_methods.defs: Regenerated with h2defs.py
	* gdk/src/cursor.ccg:
	* gdk/src/cursor.hg: Added get_image() and
	a Cursor(name) constructor.
	* gdk/src/window.hg: Added move_region()
	* gtk/gtkmm/stock.cc:
	* gtk/gtkmm/stock.h: Added FULLSCREEN, LEAVE_FULLSCREEN, and
	INFO stock items.
	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py
	* gtk/src/image.ccg:
	* gtk/src/image.hg: Reimplemented clear() with the new
	gtk_image_clear() function.
	* gtk/src/sizegroup.hg: Added ignore_hidden property.
	* gtk/src/window.hg: Added urgency_hint property, and
	get/set_urgency_hint(). Added present(timestamp) overload.

2005-07-07  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

	Fixed typo in title of chapter about constructors.

2005-07-06  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

	* docs/tutorial/gtkmm-tut.xml: Fixed typo in title of chapter about
	constructors.

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

	Signals appendix: Correct ptr_fun/mem_fun typo.

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

	* docs/tutorial/gtkmm-tut.xml: Signals appendix:
	Correct ptr_fun/mem_fun typo.

2005-06-09  Daniel Glöckner  <daniel-gl@gmx.net>

	Use OWNERSHIP_NONE with Glib::ListHandle< Glib::RefPtr<Device> instead of

2005-06-09  Daniel Glöckner  <daniel-gl@gmx.net>

	* tools/m4/convert_gdk.m4: Use OWNERSHIP_NONE with
	Glib::ListHandle< Glib::RefPtr<Device> instead of
	OWNERSHIP_DEEP, to avoid memory problems with
	Gdk::Display::list_devices().

2005-05-26  Murray Cumming  <murrayc@murrayc.com>

	Use different rsync args to fix recent problem with sourceforge. Fix URL

	2005-05-26  Murray Cumming <murrayc@murrayc.com>

	* docs/Makefile_web.am_fragment: Use different
	rsync args to fix recent problem with sourceforge.
	* docs/tutorial/gtkmm-tut.xml: Fix URL prefix for
	glibmm reference links.
	* gtk/src/comboboxentry.hg: get_entry() docs:
	Mention Bin::get_child() instead of get_entry().

	2005-04-21  Alexander Nedotsukov <bland@FreeBSD.org>

	* gdk/gdkmm/Makefile.am:
	* gtk/gtkmm/Makefile.am:
	Add inter-library dependencies, which might be
	needed with some versions of pkg-config.

2005-05-06  Murray Cumming  <murrayc@murrayc.com>

	Signals apendix, X Event signals section: Added explanation of

	2005-05-06  Murray Cumming <murrayc@murrayc.com>

	* docs/tutorial/gtkmm-tut.xml: Signals apendix,
	X Event signals section: Added explanation of
	connect(slot, false);

2005-05-03  Murray Cumming  <murrayc@murrayc.com>

	Deprecated clear() in favour of new clear_items() method, because clear()

	2005-05-03  Murray Cumming <murrayc@murrayc.com>

	* gtk/gtkmm/comboboxentrytext.cc:
	* gtk/gtkmm/comboboxentrytext.h:
	* gtk/gtkmm/comboboxtext.cc:
	* gtk/gtkmm/comboboxtext.h:
	Deprecated clear() in favour of new
	clear_items() method, because clear() exists
	in the base CellLayout class and is very different.
	Added remove_text() to remove items one at a time.
	Added doxygen documentation comments.

2005-05-03  Murray Cumming  <murrayc@murrayc.com>

	Added the sensitive property, which was maybe new in GTK+ 2.6.

	2005-05-03  Murray Cumming <murrayc@murrayc.com>

	* gtk/src/cellrenderer.hg: Added the
	sensitive property, which was maybe new in
	GTK+ 2.6.

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

	Deprecated alloc_colors() and free_colors(). Add free_color() for use with

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

	* gdk/src/colormap.ccg:
	* gdk/src/colormap.hg: Deprecated alloc_colors() and
	free_colors(). Add free_color() for use with
	alloc_color(). Bug #157744

2005-04-28  Philip Langdale  <plangdale@vmware.com>

	Override default wrap behaviour for get_proxies to use the correct

	2005-04-27  Philip Langdale <plangdale@vmware.com>

	* gtk/src/action.hg:
	Override default wrap behaviour for get_proxies to
	use the correct ownership semantics. (bug #172892)

2005-04-24  Murray Cumming  <murrayc@murrayc.com>

	Documentation: Change mentions of new_from_stock() to mention the C++

	2005-04-24  Murray Cumming <murrayc@murrayc.com>

	* gtk/src/button.hg:
	* gtk/src/gtk_docs_override.xml:
	* gtk/src/image.hg:
	* gtk/src/toolbutton.hg:
	Documentation: Change mentions of new_from_stock()
	to mention the C++ constructors, and document those
	constructors.

2005-04-22  Murray Cumming  <murrayc@murrayc.com>

	Add documentation saying that signal_editing_started() does not work, so

	2005-04-22  Murray Cumming <murrayc@murrayc.com>

	* gtk/src/cellrenderer.hg: Add documentation
	saying that signal_editing_started() does not
	work, so use the C API.
	* gtk/src/combobox.hg: Added TODO comment
	for a future ABI break.

2005-04-19  Murray Cumming  <murrayc@murrayc.com>

	Added ComboBoxEntry and ComboBoxEntryText examples, based on the existing

2005-04-19  Murray Cumming,,,  <murrayc@murrayc.com>

	* configure.in:
	* examples/book/Makefile.am:
	* examples/book/comboboxentry/.cvsignore:
	* examples/book/comboboxentry/Makefile.am:
	* examples/book/comboboxentry/complex/.cvsignore:
	* examples/book/comboboxentry/complex/Makefile.am:
	* examples/book/comboboxentry/complex/examplewindow.cc:
	* examples/book/comboboxentry/complex/examplewindow.h:
	* examples/book/comboboxentry/complex/main.cc:
	* examples/book/comboboxentry/text/.cvsignore:
	* examples/book/comboboxentry/text/Makefile.am:
	* examples/book/comboboxentry/text/examplewindow.cc:
	* examples/book/comboboxentry/text/examplewindow.h:
	* examples/book/comboboxentry/text/main.cc:
	Added ComboBoxEntry and ComboBoxEntryText examples,
	based on the existing ComboBox and ComboBoxText
	examples.

2005-04-15  Murray Cumming  <murrayc@murrayc.com>

	Add missing rain.png file and distribute it. Catch the exception if the

2005-04-15  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/menus_and_toolbars/Makefile.am:
	* examples/book/menus_and_toolbars/rain.png:
	Add missing rain.png file and distribute it.
	* examples/book/menus_and_toolbars/examplewindow.cc:
	Catch the exception if the pixbuf file is not found.

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

	Added doxygen documentation for signals, based on the C documentation (in

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

	* gdk/src/display.hg:
	* gdk/src/displaymanager.hg:
	* gdk/src/pixbufloader.hg:
	* gdk/src/screen.hg:
	* gtk/src/accelgroup.hg:
	* gtk/src/action.hg:
	* gtk/src/actiongroup.hg:
	* gtk/src/cellrenderer.hg:
	* gtk/src/cellrenderertoggle.hg:
	* gtk/src/colorbutton.hg:
	* gtk/src/combobox.hg:
	* gtk/src/entrycompletion.hg:
	* gtk/src/filechooser.hg:
	* gtk/src/fontbutton.hg:
	* gtk/src/radioaction.hg:
	* gtk/src/radiomenuitem.hg:
	* gtk/src/range.hg:
	* gtk/src/textbuffer.hg:
	* gtk/src/togglebutton.hg:
	* gtk/src/toolbar.hg:
	* gtk/src/toolbutton.hg:
	* gtk/src/toolitem.hg:
	* gtk/src/treeiter.hg:
	* gtk/src/uimanager.hg:
	* gtk/src/widget.hg:
	Added doxygen documentation for signals, based on
	the C documentation (in the .c files) where that
	documntation exists.

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

	Rename TreeView::_auto_store_on_cellrenderer_toggle_edited() to

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

	* gtk/src/treeview.ccg:
	* gtk/src/treeview.hg: Rename
	TreeView::_auto_store_on_cellrenderer_toggle_edited() to
	TreeView::_auto_store_on_cellrenderer_toggle_edited_with_model()
	and add back the old _auto_store_on_cellrenderer_toggle_edited(),
	so that it still exists for apps built with the old templates.
	This is the only non-template code that was changed in the
	previous commit.

2005-04-06  Murray Cumming  <murrayc@murrayc.com>

	append_*_(): Path the model to the private helper template functions,

2005-04-06  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treeview.[hg|ccg]: append_*_(): Path the model to the
	private helper template functions, instead of the treeview, to
	prevent the warning when closing the window while editing a cell.
	Bug #170855.

2005-04-06  Murray Cumming  <murrayc@src.gnome.org>

	Mark the branch in the changelog

2005-03-19  Murray Cumming  <murrayc@murrayc.com>

	Test the result of _get_model_base() for a null refptr, to help avoid a

	2005-03-19  Murray Cumming <murrayc@murrayc.com>

	* demos/gtk-demo/example_treeview_editable_cells.cc:
	* gtk/src/treeview.ccg:
	* gtk/src/treeview.hg:
	Test the result of _get_model_base() for a null refptr,
	to help avoid a crash when closing a window while the
	cell renderer is in edit mode. Bug #170855.

2005-03-19  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

	Fixes typo in #170730. Pointed out by Jacek Wotka.

	2005-03-17  Claudio Saavedra <csaavedra@alumnos.utalca.cl>

	* docs/tutorial/gtkmm-tut.xml: Fixes typo in #170730. Pointed out
	by Jacek Wotka.

2005-03-14  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

2005-03-13  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

	Fixing inconsistences in documentation. Bug #170131.

	005-03-12  Claudio Saavedra <csaavedra@alumnos.utalca.cl>

	* docs/tutorial/gtkmm-tut.xml: Fixing inconsistences in documentation.
	Bug #170131.

2005-03-13  Murray Cumming  <murrayc@murrayc.com>

	Doxygen comments: Remove deprecated widgets from the Widgets and Dialogs

	2005-03-13  Murray Cumming <murrayc@murrayc.com>

	* gtk/src/cellrenderercombo.hg:
	* gtk/src/combo.hg:
	* gtk/src/fileselection.hg:
	* gtk/src/optionmenu.hg:
	* gtk/src/treemodel.hg:
	Doxygen comments: Remove deprecated widgets from
	the Widgets and Dialogs groups, so they don't
	show up in the lists.

2005-03-11  Murray Cumming  <murrayc@murrayc.com>

	property_renderable_(): Call the base class method, not the method itself,

2005-03-11  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/cellrenderer.ccg: property_renderable_(): Call the base
	class method, not the method itself, to avoid an infinite loop.

2005-03-10  Cedric Gustin  <cedric.gustin@swing.be>

	Add blank.cpp to EXTRA_DIST. Use gtkmm @VERSION@ as version string.

	2005-03-10  Cedric Gustin <cedric.gustin@swing.be>

	* MSVC_Net2003/Makefile.am: Add blank.cpp to EXTRA_DIST.
	* MSVC_Net2003/atkmm/atkmm.rc.in,
	MSVC_Net2003/pangomm/pangomm.rc.in: Use gtkmm @VERSION@ as version
	string.

2005-03-06  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

2005-03-04  Murray Cumming  <murrayc@murrayc.com>

	Demonstrate radio action items.

2005-03-04  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/menus_and_toolbars/main_menu/examplewindow.[h|cc]:
	Demonstrate radio action items.

2005-03-04  Murray Cumming  <murrayc@murrayc.com>

	Fixed a duplication section id. Make the phpwebnotes version build in a

2005-03-04  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/gtkmm-tut.xml: Fixed a duplication section id.
	* docs/tutorial/Makefile: Make the phpwebnotes version build in a
	separate directory, to make things simpler.

2005-03-03  Murray Cumming  <murrayc@murrayc.com>

	format_value signal: Modify the custom conversion so that this never sends

2005-03-03  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/scale.hg: format_value signal: Modify the custom conversion
	so that this never sends an empty string to GTK+, so we do not stop
	C callbacks from using the special meaning that format_value gives to
	a null string. This needs an extra signal parameter in C++ in future -
	see the comment. Bug #154004 from Lars Luthman, who did the
	detective work.

2005-03-03  3  <meissner@suse.de>

	insert_column(): Used (void*)0 instead of 0 for the terminating vararg, to

	2005-03-03 <meissner@suse.de>

	* gtk/src/treeview.ccg: insert_column(): Used (void*)0 instead of 0
	for the terminating vararg, to avoid g++ 4.0 warning about  missing
	sentinel in function call.

	2005-03-03  Albert Chin <thewrittenword.com>

	* configure.in: Check whether funlockfile(), flockfile(), and
	getc_unlocked() are really available to the compiler, rather than
	just present in a library.
	* demos/gtk-demo/demo-window.c: Use the new tests.

2005-02-28  Roel Vanhout  <roel.vanhout@gmail.com>

	Add more section ids so that phpwebnotes would have permanent ids to use.

2005-02-28   Roel Vanhout  <roel.vanhout@gmail.com>

	* docs/tutorial/gtkmm-tut.xml: Add more section ids so that
	phpwebnotes would have permanent ids to use.

2005-02-23  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

2005-02-18  Murray Cumming  <murrayc@murrayc.com>

	Removed some more quotes from inside the properties docs strings, because

2005-02-18  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_signals.defs: Removed some more quotes from inside
	the properties docs strings, because gmmproc can not handle those yet.

2005-02-18  Murray Cumming  <murrayc@murrayc.com>

	start_editing(): Add a default value of 0 for the last flags parameter,

2005-02-18  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/cellrenderer.hg: start_editing(): Add a default value of 0
	for the last flags parameter, because this is a valid value.
	* examples/book/treeview/editable_cells: Added a number_validated
	column, which shows how to handle edited celss without the
	convenience functions, and how to validate date.

2005-02-15  Murray Cumming  <murrayc@murrayc.com>

	Deprecate set_markup in favour of set_message(string, false), which now

2005-02-15  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/messagedialog.hg: Deprecate set_markup in favour of
	set_message(string, false), which now uses the new
	gtk_message_dialog_set_markup() function. We should not have added
	this, but we are past API freeze now. Added documentation for
	set_message() and set_secondary_text().
	* examples/book/dialogs/messagedialog/examplewindow.cc: Used
	set_secondary_text().

2005-02-13  Murray Cumming  <murrayc@murrayc.com>

	Corrected some minor doxygen documenation errors.

2005-02-13  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/cellview.hg, comboboxentry.hg, image.hg, main.hg,
	gkd/src/pixbuf.hg: Corrected some minor doxygen documenation errors.

2005-02-13  Murray Cumming  <murrayc@murrayc.com>

	Regenerate with latest extra_defs_gen, to get the property documentation.

2005-02-13  Murray Cumming  <murrayc@murrayc.com>

	* atk/src/atk_signals.defs, gdk/src/gdk_signals.defs,
	gtk/gtk_signals.defs: Regenerate with latest extra_defs_gen, to get
	the property documentation.
	* docs/reference: Added widget_hierarchy html image map and .dia
	original from Marco Scholten in bug 88610.
	* docs/index.html: Added link to hierarchy.
	* docs/reference/Makefile.am: Add extra commands to install and
	upload the widget_hierarchy files.

2005-02-13  Murray Cumming  <murrayc@murrayc.com>

	get_targets(): Fixed typo to fix the build.

2005-02-13  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/dragtarget.ccg: get_targets(): Fixed typo to fix the build.

2005-02-07  Ronald Lembcke  <es186@fen-net.de>

	get_targets(): Actually step through the list, instead of looping

	2005-02-07  Ronald Lembcke <es186@fen-net.de>

	* gdk/src/dragcontext.ccg: get_targets(): Actually step through the
	list, instead of looping infinitely. Bug #166412.

2005-02-03  Murray Cumming  <murrayc@murrayc.com>

	Add TargetList:: prefix to the create method, so that it is actually

2005-02-03  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/targetlist.ccg: Add TargetList:: prefix to the create
	method, so that it is actually defined. Bug found by Ronald Lembcke

2005-02-02  Murray Cumming  <murrayc@murrayc.com>

	AppWindow: Move the inner ModelColumns class outside of the AppWindow

2005-02-02  Murray Cumming  <murrayc@murrayc.com>

	* examples/cellrenderercustom/cellrenderertoggle.cc: AppWindow:
	Move the inner ModelColumns class outside of the AppWindow class,
	because the IRIX MipsPro compiler (wrongly) says that its
	destructor it was referenced but not defined.
	* examples/gdk/radar.cc: Added #include of math.h, needed by
	IRIX MipsPro compiler.

2005-02-02  Murray Cumming  <murrayc@murrayc.com>

	append_column_numeric(), _connect_auto_store_editable_signal(): Use an

2005-02-02  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treeview.hg: append_column_numeric(),
	_connect_auto_store_editable_signal(): Use an intermediate
	function pointer, because the IRIX MipsPro compiler needs that.

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

	on_clipboard_received_targets(). Use targets = targets_array instead of

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

	* examples/book/clipboard/ideal/examplewindow.cc:
	on_clipboard_received_targets(). Use targets = targets_array instead
	of targets(targets_array). The IRIX MipsPro compiler needs this,
	maybe because of the ustring-std::string conversion. We should
	maybe use ustring anyway.

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

	Class documentation: Warn about using this with Glade. Bug #165411,

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

	* gtk/gtkmm/comboboxtext.h: Class documentation: Warn about using this
	with Glade. Bug #165411,

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

	Check for atk version 1.9 at configure time, because that is what we use,

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

	* configure.in: Check for atk version 1.9 at configure time,
	because that is what we use, because it follows the same schedule as
	gtkmm.

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

	Remove the #ifdefs for AIX, because sigc::bind now works on AIX.

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

	* gtk/src/treeview.hg, colorselection.ccg: Remove the #ifdefs for AIX,
	because sigc::bind now works on AIX.

2005-01-26  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

2005-01-26  Cedric Gustin  <cedric.gustin@swing.be>

	Added MSVC_Net2003 directory. Added MSVC_Net2003 entries. AC_SUBST

	2005-01-26  Cedric Gustin <cedric.gustin@swing.be>

	* Makefile.am: Added MSVC_Net2003 directory.
	* configure.in: Added MSVC_Net2003 entries. AC_SUBST
	GTKMM_*_VERSION macros (for the MSVC resource files)
	* gtk/gtkmmconfig.h.in: Added dllimport/dllexport rules. Moved
	HAVE_FLOCKFILE and HAVE_FUNLOCKFILE #undef's to GLIBMM_CONFIGURE
	section, as it is not relevant to platforms that do not run
	configure (MSVC for example).
	* examples/stock/stock.cc, examples/tictactoe/tictactoe.cc: Added
	Gtk namespace to "manage" calls (Gtk::manage) as required by MSVC.
	* demos/gtk-demo/demo-common.cc: Fixed typo in #ifdef/#endif
	structure. Uncommented get_democodedir function.
	* demos/gtk-demo/textwidget.cc: Use default system font on win32.
	* MSVC_Net2003/*: Initial commit, imported from gtkmm-2-4 branch.
	* MSVC_Net2003/gtkmm/Makefile.am, MSVC_Net2003/gdkmm/Makefile.am:
	Rewrote rule for local copy of g[d|t]kmmconfig.h (required for
	'make distcheck').

2005-01-25  Bryan Forbes  <bryan@reigndropsfall.net>

	Add a default constructor.

2005-01-25  Bryan Forbes  <bryan@reigndropsfall.net>

	* gtk/src/plug.[hg|ccg]: Add a default constructor.

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

	set_change_pallete_hook(): On AIX, #ifdef out the part that uses

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

	* gtk/src/colorselection.hg: set_change_pallete_hook(): On AIX, #ifdef
	out the part that uses sigc::bind, which does not work with the AIX
	xlC compiler. This method will be broken of that platform, but it is
	rarely used anyway.
	* demos/gtk-demo/demowindow.cc: SUN Forte, AIX, and Tru64 have the
	problem with flockfile and funlockfile - configure finds it but the
	compiler can not find it while compiling demowindow.cc. #undef
	HAVE_FLOCKFILE and HAVE_FUNLOCKFILE for now, so that it builds on
	those platforms.

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

	Do not use O_NONBLOCK, because the example is meant to be blocking. As

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

	* examples/book/input/main.cc: Do not use O_NONBLOCK, because the
	example is meant to be blocking. As advised by Chris Vine.

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

	* gtk/src/treeview.hg: Use nested sigc::bind<-1>s instead of
	sigc::bind(), because the Tru64 compiler needs the extra hint.
	Added #ifdef GTKMM_HAVE_SIGC_BIND() around some templated convenience
	methods, so we can disable these on AIX.
	* gtk/src/treemodel.[hg|ccg]: Use Gtk::TreeModel::iterator instead of just
	iterator, because the Tru64 compiler finds it ambiguous.
	* demos/example_treeview_editable_cells.cc: Replace use of
	TreeView::append_column_editable() with the long-winded workaround,
	so that the IRIX MipsPro and Tru64 compilers can build this

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

	Do not use O_NONBLOCK, because the example is meant to be blocking. As

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

	* examples/book/input/main.cc: Do not use O_NONBLOCK, because the
	example is meant to be blocking. As advised by Chris Vine.

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

	* gtk/src/treeview.hg: Use nested sigc::bind<-1>s instead of
	sigc::bind(), because the Tru64 compiler needs the extra hint.
	Added #ifdef GTKMM_HAVE_SIGC_BIND() around some templated convenience
	methods, so we can disable these on AIX.
	* gtk/src/treemodel.[hg|ccg]: Use Gtk::TreeModel::iterator instead of just
	iterator, because the Tru64 compiler finds it ambiguous.
	* demos/example_treeview_editable_cells.cc: Replace use of
	TreeView::append_column_editable() with the long-winded workaround,
	so that the IRIX MipsPro and Tru64 compilers can build this

2005-01-18  Marco Scholten  <mscholtn@xs4all.nl>

	Removed #include <iostream> because it is not used. Removed #include

2005-01-18  Marco Scholten  <mscholtn@xs4all.nl>

	* examples/book/custom/custom_widget/examplewindow.cc:
	Removed #include <iostream> because it is not used.
	* examples/book/custom/custom_widget/mywidget.cc:
	Removed #include <iostream> because it is not used.
	In on_realize() removed:
	-set_flags(Gtk::REALIZED);
	-set_window( get_parent_window() );
	-GtkWidget* cWidget = (GtkWidget*)gobj();
	-cWidget->style = gtk_style_attach(cWidget->style, get_window()->gobj());
	Added attributes.event_mask = get_events () | Gdk::EXPOSURE_MASK;
	to make the widget receive expose events.
	Create GdkWindow and set this as the widgets window
	Set colors in on_realize() instead of on_expose_event() because this
	needs to be done only once.
	Removed colormap in on_expose_event() because of problem with
	get_default_colormap() (see Bug 163992). I decided not to wait for a fix
	on that bug because how we set the color is not essential to this example.
	Made it draw something nice.

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

	Use sigc::ptr_fun() instead of the bare function pointer, because that

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

	* demos/gtk-demo/demos.h: Use sigc::ptr_fun() instead of the bare
	function pointer, because that does not work with the SUN Forte
	compiler. on_treeview_row_activated(): Use a const reference of the
	slot with operator[] to avoid ambiguity with the SUN Forte compiler -
	see the comment in the code.

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

	Add extra #includes, needed by the SUN Forte compiler.

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

	* examples/book/input/main.cc: Add extra #includes, needed by
	the SUN Forte compiler.

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

	#ifdef on __SUNPRO_CC instead of GLIBMM_COMPILER_SUN_FORTE, though we

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

	* demos/demowindow.cc: #ifdef on __SUNPRO_CC instead of
	GLIBMM_COMPILER_SUN_FORTE, though we should really find out why
	GLIBMM_COMPILER_SUN_FORTE is not defined with the SUN compiler.
	* demos/example_stockbrowser.cc: Remove some consts that the
	SUN compiler does not allow.
	* gtk/src/radiobutton.hg: Remove duplicate Group typedef, which
	SUN Forte complains about.
	* This should fix the remaining issues in bug #154973.
	Joel Fredrikson helped with these fixes.

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

	Fix from Marco (mshcoltn) to make this widget actually draw something:

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

	* examples/book/custom/custom_widget/mywidget.cc: Fix from Marco
	(mshcoltn) to make this widget actually draw something: on_realize():
	Use get_window() instead of creating our own Gdk::Window. I am not
	sure why this works, but it is simpler.

2005-01-10  Murray Cumming  <murrayc@src.gnome.org>

	Increased glibmm dependency.

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

	Added Main constructor that takes a Glib::OptionContext(), and added

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

	* gtk/src/main.[hg|ccg]: Added Main constructor that takes a
	Glib::OptionContext(), and added
	Main::add_gtk_option_group(option_context) to wrap functionality in
	gtk_init_with_args() and gtk_get_option_group(), hopefully.
	* tests/: Added main_with_option_group to show that it works.

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

	Added class documentation, based on the C documentation. Added

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

	* gtk/src/combobox.hg, comboboxentry.hg, clipboard.hg, cellview.hg,
	celllayout.hg, celleditable.hg, cellrenderer*.hg: Added class
	documentation, based on the C documentation.
	* gtk/src/clipboard.hg: Added set_can_store() overload that takes no
	arguments.
	* gtk/src/combobox.hg: Added unset_row_separator_func().

2005-01-09  Murray Cumming  <murrayc@src.gnome.org>

	Updated NEWS

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

	Inherit from the FileChooser interface. Add constructor which takes no

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

	* gtk/src/filechooserbutton.[hg|ccg]: Inherit from the FileChooser
	interface. Add constructor which takes no title. Add documentation,
	based on the C documentation.

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

	Added filechooserbutton example, though I see g_warnings.

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

	* gtk/examples/book/buttons/: Added filechooserbutton example,
	though I see g_warnings.

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

	Add an extra model column, rendered with a CellRendererProgress, to show

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

	* gtk/examples/treeview/list/examplewindow.[h|cc]: Add an extra
	model column, rendered with a CellRendererProgress, to show that it
	works.

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

	Add logo_icon_name proeprty. Wrap the properties.

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

	* gtk/src/aboutdialog.hg: Add logo_icon_name proeprty.
	* gtk/src/iconview.hg: Wrap the properties.

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

	Add logo_icon_name proeprty. Wrap the properties.

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

	* gtk/src/aboutdialog.hg: Add logo_icon_name proeprty.
	* gtk/src/iconview.hg: Wrap the properties.

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

	Offline documentation tarball: Do not try to tar up non existant

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

	* Makefile.am: Offline documentation tarball: Do not try to tar up non
	existant docs/internals directory. Put 2-4 in the tarball name to
	avoid confusion.
	* docs/index.html: Correct the offline documentation link, so that
	people do not download the tarball for the 2.0 documentation instead.
	Bug #163122.

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

	Added documentation for set_modify_func(). Added get_color(), Added

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

	* gtk/src/modelfilter.hg: Added documentation for set_modify_func().
	* pango/src/renderer.hg: Added get_color(),
	* pango/src/color.hg: Added operator bool() so that people can check
	for a null Color returned by Renderer::get_color().

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

	Added //TODO comments to tell us to add default signal handlers when we

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

	* gtk/src/entrycompletion.hg, toolitem.hg: Added //TODO comments
	to tell us to add default signal handlers when we can break ABI. Also
	remove an extra ; to avoid a warning and fix the build.

2005-01-06  Bryan Forbes  <bryan@reigndropsfall.net>

	updated .cvsignore files. Added new stock items. Changed to use

2005-01-06  Bryan Forbes  <bryan@reigndropsfall.net>

	* updated .cvsignore files.
	* gtk/gtkmm/stock.[h|cc]: Added new stock items.
	* gtk/src/entrycompletion.hg: Changed to use no_default_handler on
	insert_prefix signal.
	* gtk/src/filechooserdialog.[hg|ccg]:
	* gtk/src/filechooserwidget.[hg|ccg]: Added constructors to choose the
	backend used.
	* gtk/src/main.[hg|ccg]: Added commented constructors for gtk_init_with_args
	so we can take a look at it.
	* gtk/src/toolitem.hg: Changed to use no_default_handler on set_tooltip
	signal.

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

	For the signals that are new in gtkmm 2.5, use the extra

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

	* gdk/src/pixbufloader.hg, gtk/src/cellrenderer.hg, gtk/src/range.hg:
	For the signals that are new in gtkmm 2.5, use the extra
	no_default_handler argument with _WRAP_SIGNAL(), to avoid adding new
	virtual functions which would break the ABI by increasing the size
	of base class objects.

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

	Add forward_search() and backward_search() overloads without the limit

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

	* gtk/src/treeiter.[hg|ccg]: Add forward_search() and
	backward_search() overloads without the limit argument.
	* gtk/src/gtk_docs_override.xml: Correct the documentation for
	the full forward_search() and backward_search() methods, so that it
	does not suggest 0 for references. Bug found by Rob Page.

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

	Added aboutdialog example.

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

	* examples/book/dialog/: Added aboutdialog example.

2005-01-05  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

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

	Regenerated. Added add_target(). Added add_relation_by_type(). Added

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

	* atk/src/atk_enums.defs: Regenerated.
	* atk/src/relation.hg: Added add_target().
	* atk/src/relationset.hg: Added add_relation_by_type().
	* atk/src/text.hg: Added get_range_extents(), get_bounded_ranges().

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

	Updated with h2defs.py Added supports_selection_notification(),

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

	* gdk/src/gdk_pixbuf.defs: Updated with h2defs.py
	* gdk/src/display.[hg|ccg]: Added supports_selection_notification(),
	request_selection_notification(), supports_clipboard_persistance(),
	store_clipboard().
	* gdk/src/pixbuf.[hg|ccg]: Added rotate_simple(), flip(),
	save_to_buffer().
	* gdk/src/pixbuf_format.hg: Added is_scalable(), is_disabled(),
	set_disabled(), get_license().
	* gdk/src/window.hg: Added enable_synchronized_configure(),
	configure_finished(), set_focus_on_map().

2005-01-05  Murray Cumming  <murraycmurrayc.com>

	[murrayc@localhost gtkmm]$ emacs ChangeLog& [1] 2741 [murrayc@localhost

2004-12-19  Murray Cumming  <murraycmurrayc.com>
[murrayc@localhost gtkmm]$ emacs ChangeLog&
[1] 2741
[murrayc@localhost gtkmm]$ more ChangeLog
2005-01-05  Murray Cumming  <murrayc@murrayc.com>

	* gdk/src/gdk_methods.defs: Updated with h2defs.py.

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

	Regenerated. Added get_authors, get_documentors and get_artists because

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

	* gdk/src/gdk_enums.defs, gtk/src/gtk_enums.defs,
	gtk/src/gtk_signals.defs: Regenerated.
	* gtk/src/gtk_others.defs: Added get_authors, get_documentors and
	get_artists because h2defs.py does not add them to gtk_methods.defs,
	for some reason.
	* gtk/src/action.hg: Added get_accel_path().

2005-01-04  Murray Cumming  <murrayc@src.gnome.org>

	Mark 2.5.3 in the ChangeLog.

2005-01-03  Murray Cumming  <murraycmurrayc.com>

	Added create_from_file() overload that takes height and width, wrapping

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.

2005-01-03  Bryan Forbes  <bryan@reigndropsfall.net>

	added properties language, ellipsize, and ellipsize-set.

2005-01-03  Bryan Forbes  <bryan@reigndropsfall.net>

	* gtk/src/cellrenderertext.hg: added properties language, ellipsize,
	and ellipsize-set.

2004-12-19  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

	Improved example to use a Glib::IOChannel. References bug #138259.

	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>

	Added stop_editing() which replaces the now-deprecated

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>

	Constructors: Added action parameters, because they have been added to the

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>

	The ButtonsType enum is not an ORable flag. Fix the text where it says

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>

	Remove set_value(), because it has been removed from GTK+. This fixes the

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.

2004-12-12  Cedric Gustin  <gustin@src.gnome.org>

	file atkmm-1.6.rc.in was initially added on branch gtkmm-2-4.

2004-12-12  Cedric Gustin  <gustin@src.gnome.org>

	file gdkmm-2.4.rc.in was initially added on branch gtkmm-2-4.

2004-12-12  Cedric Gustin  <gustin@src.gnome.org>

	file gtkmm-2.4.rc.in was initially added on branch gtkmm-2-4.

2004-12-12  Cedric Gustin  <gustin@src.gnome.org>

	file pangomm-1.4.rc.in was initially added on branch gtkmm-2-4.

2004-12-05  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

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

	Added append_column_numeric() which allows you to specify a printf-style

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

	* gtk/src/treeview.hg: Added append_column_numeric() which allows you
	to specify a printf-style format string for the View column, and
	append_column_numeric_editable() which does the same, and auto-stores
	decimal input. Updated the append_column() documentation to improve
	the explanation of supported types, and to suggest use of
	append_column_numeric().
	* examples/book/treeview/list/, editable_cells/: Demonstrate these
	new convenience methods.

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

	Added get/set_angle().

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

	* gtk/src/label.hg: Added get/set_angle().

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

	GtkFileChooser inherits from HBox, not Button.

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

	* gtk/src/filechooserbutton.hg: GtkFileChooser inherits from HBox, not
	Button.

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

	Removed get/set_active(), because they have been removed from GTK+.

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

	* gtk/src/filechooserbutton.hg: Removed get/set_active(), because they
	have been removed from GTK+.

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

	Removed set_cell_data() because it has been removed from GTK+.

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

	* gtk/src/cellview.hg: Removed set_cell_data() because it has been
	removed from GTK+.

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

	Added types.h, for typedefs of simple structs. Added renderer.[hg|ccg].

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

	* pango/pangomm/: Added types.h, for typedefs of simple structs.
	* pango/src/: Added renderer.[hg|ccg].
	* pango/src/context.hg: Add get/set_matrix().
	* pango/src/fontmetrics.hg: Added get_underline_position(),
	get_underline_thickness(), get_strikethrough_position(),
	get_strikethrough_thickness().
	* pango/src/pango_enums.defs: Regenerated.
	* tools/m4/convert_pango.m4: Added Matrix and Layout conversions.

2004-11-30  Murray Cumming  <murrayc@src.gnome.org>

	Merged changes from gtkmm-2-4 branch.

2004-11-27  Chris Vine  <cvine@freeserve.co.uk>

	This now works.

2004-11-25  Chris Vine  <cvine@freeserve.co.uk>

	* example/book/input/: This now works.

2004-11-24  Murray Cumming  <murrayc@localhost.localdomain>

	Added missing demo-common.[h|cc] files. Removed extra ; and unused

2004-11-24  Murray Cumming  <murrayc@localhost.localdomain>

	* demos/gtk-demo/: Added missing demo-common.[h|cc] files.
	* gtk/src/treeview.hg, gdk/src/pixbuf.hg, : Removed extra ; and
	unused parameter to fix build for g++ 3.4.

2004-11-21  Murray Cumming  <murrayc@murrayc.com>

	Added set_alternative_button_order(). Added set/get_image() and property.

2004-11-21  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/dialog.[hg|ccg]: Added set_alternative_button_order().
	* gtk/src/button.[hg|ccg]: Added set/get_image() and property.

2004-11-17  Murray Cumming  <murrayc@murayc.com>

	Added operator bool(), needed to check the result of

2004-11-17  Murray Cumming  <murrayc@murayc.com>

	* gtk/src/iconinfo.[hg|ccg]: Added operator bool(), needed to check
	the result of IconTheme::lookup_icon(). Bug #143018.

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

	Mention Gtk::manage() in the Basics/ Widgets section, with a link to the

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

	* docs/tutorial/gtkmm-tut.xml: Mention Gtk::manage() in the Basics/
	Widgets section, with a link to the Memory Management chapter, so that
	people have an explanation of manage() before it is used in examples.
	Bug #138248.

2004-11-13  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

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

	Wrap GTK_FILE_CHOOSER_ERROR as exception. Still need to investigate

2004-11-11  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/filechooser.hg: Wrap GTK_FILE_CHOOSER_ERROR as exception.
	Still need to investigate whether GTK_FILE_SYSTEM_ERROR is public API.
	* gtk/src/icontheme.hg: Wrap GTK_ICON_THEME_ERROR as exception
	instead of enum. Luckily, the enum was not used in the API anywhere
	so nobody can be using it.
	* examples/book/: Added input example, based on code that was in the
	tutorial inline. This needs to be updated properly - see TODO in the
	code.
	* docs/tutorial/gtkmm-tut.xml: Some minor corrections to the
	Idle/Timeout chapter, but it needs to be reviewed properly after we
	have finished the example. Get the example from the source, instead of
	pasting it inline.
	* gdk/src/pixbufloader.hg: Wrap size_prepared signal. I am not sure
	why this was not wrapped in 2.4.
	* gtk/src/filefilter.hg: Add add_pixbuf_formats().

2004-11-11  Murray Cumming  <murrayc@murrayc.com>

	Added ; to fix build.

2004-11-11  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/textbuffer.hg: Added ; to fix build.

2004-11-10  Murray Cumming  <murrayc@murrayc.com>

	Regenerated with h2defs.py. Added targets_include_image(). Added

2004-11-10  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/selectiondata.hg: Added targets_include_image().
	* gtk/src/progressbar.hg: Added set/get_ellipsize() and property.
	* gtk/src/label.hg: Added set/get_single_line_mode() and property.
	* gtk/src/clipboard.hg: Added set_image(), wait_is_image_available(),
	wait_for_image(), request_image().
	* gtk/src/toolitem: Added rebuild_menu().

2004-11-08  Murray Cumming  <murrayc@murrayc.com>

	Use a combo model from the treeview model, now that it works in GTK+.

2004-11-08  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/treeview/combo_renderer/examplewindow.[h|cc]: Use a
	combo model from the treeview model, now that it works in GTK+.

2004-11-07  Murray Cumming  <murrayc@murrayc.com>

	The model is a TreeModel, not a Pixbuf. Remove the TreeModel/Combo

2004-11-07  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/combocellrenderer.hg: The model is a TreeModel, not a
	Pixbuf.
	* gtk/gtkmm/cellrenderer_generation.[h|cc]: Remove the TreeModel/Combo
	specialization, because the Combo is not for representing or editing
	a TreeModel - it's just to use a TreeModel to present choices for
	a text column.
	* examples/book/treeview/combo_renderer/examplewindow.[h|cc]: This
	now works.

2004-11-04  Murray Cumming  <murrayc@murrayc.com>

	Reverted set_message() implementation change and added

2004-11-04  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/messagedialog.hg: Reverted set_message() implementation
	change and added set_secondary_text().
	* gtk/src/dialog.hg: Added alternative_button_order().
	* gtk/src/: Added comboboxcombo.[hg|ccg] and comboboxprogress.[hg|ccg].
	* gtk/gtkmm/cellrenderer_generation.[h|cc]: Add template
	specializations to create a CellRendererCombo when the model is of
	type TreeModel.
	* pango/src/context.hg: Added get_font_map().
	* examples/book/treeview/: Added combo_renderer example - does not
	actually work yet.

2004-11-03  Cedric Gustin  <gustin@src.gnome.org>

	file gdkmmconfig.h was initially added on branch gtkmm-2-4.

2004-11-03  Cedric Gustin  <gustin@src.gnome.org>

	file gtkmmconfig.h was initially added on branch gtkmm-2-4.

2004-11-03  Murray Cumming  <murrayc@murrayc.com>

	Use the popup UIManager node type, so that this example works. Update the

2004-11-03  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/menus/popup/examplewindow.[h|cc]: Use the popup
	UIManager node type, so that this example works.
	* docs/tutorial/gtkmm-tut.xml: Update the popup menu section.

2004-11-03  Murray Cumming  <murrayc@murrayc.com>

	Removed gtkmm.spec.in and mention of it in configure.in and Makefile.am,

2004-11-03  Murray Cumming  <murrayc@murrayc.com>

	* Removed gtkmm.spec.in and mention of it in configure.in and
	Makefile.am, yet again. There is no point in having a broken spec
	file that nobody is maintaining. spec files are distro-specific and
	belong with distros.

2004-10-31  Murray Cumming  <murrayc@murrayc.com>

	SignalProxy_Modify::gtk_callback(): Do not return before actually copying

2004-10-31  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treemodelfilter.ccg: SignalProxy_Modify::gtk_callback():
	Do not return before actually copying the value.
	* examples/book/treeview/: Added filter_modify example, to show the
	use of set_modify_func().

2004-10-30  Murray Cumming  <murrayc@murrayc.com>

	Regenerated with h2defs.py. Added drag_dest_add_text_targets(),

2004-10-30  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_methods.hg: Regenerated with h2defs.py.
	* gtk/src/window.hg: Added drag_dest_add_text_targets(),
	drag_dest_add_uri_targets(), drag_dest_add_image_targets(),
	drag_source_add_text_targets(), drag_source_add_uri_targets(),
	drag_source_add_image_targets().
	* gtk/src/aboutdialog: Added get_logo_icon_name(), and
	set_logo_icon_name().
	* gtk/src/clipboard.hg: Added wait_is_target_available(),
	set_can_store(), store()
	* gtk/src/filechooserbutton: Added get/set_width_chars()
	* gtk/src/image.hg: Added set_from_icon_name(), get/set_pixel_size(),
	get_icon_name()
	* gtk/src/label.hg: Added get/set_width_chars().
	* gtk/src/messagedialog.[hg|ccg]: Made set_message() public and
	reimplemented it with gtk_message_dialog_format_secondary_text() and
	gtk_message_dialog_format_secondary_markup() instead of the private
	label field.
	* gtk/src/selectiondata.hg: Added get/set_pixbuf(), get/set_uris().
	|

2004-10-30  Murray Cumming  <murrayc@murrayc.com>

	Added implementations of set_value_impl() to ouput a warning when it is

2004-10-30  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treemodelfilter.[hg|ccg]: Added implementations of
	set_value_impl() to ouput a warning when it is used instead of
	the child model. Added const versions of patch convert methods.
	* gtk/src/treeview.[hg|ccg]: Added _get_base_model() non-public API
	member method to get the child model, if necessary. Used it in the
	cell renderer signal handlers instead of get_model().
	* Added examples/book/treeview/filter, from the gtkmm-2-4 branch.

2004-10-27  Gene Ruebsamen  <gene@erachampion.com>

	Added a chapter for the new gtk-2.4 FileChooserDialog. Added a PNG image

2004-10-16  Gene Ruebsamen  <gene@erachampion.com>

	* docs/tutorial/gtkmm-tut.xml: Added a chapter for the new gtk-2.4
	FileChooserDialog.
	* docs/tutorial/figures/dialogs_filechooser.png: Added a PNG image
	of the new FileChooserDialog.

2004-10-25  Roger Leigh  <rleigh@debian.org>

	Use PLATFORM_WIN32 rather than OS_WIN32 so that -no-undefined is used on

	2004-10-25  Roger Leigh <rleigh@debian.org>

	* build_shared/Makefile_build.am_fragment: Use PLATFORM_WIN32
	rather than OS_WIN32 so that -no-undefined is used on Cygwin
	as well as MinGW toolchains.

2004-10-25  Murray Cumming  <murrayc@murrayc.com>

	#include filechooserwidget.h, as suggested in bug #156170 from Arjan

2004-10-25  Murray Cumming  <murrayc@murrayc.com>

	* gtk/gtkmm.h: #include filechooserwidget.h, as suggested in bug
	#156170 from Arjan Timmerman.

2004-10-24  Murray Cumming  <murrayc@murrayc.com>

	Updated the menus and toolbars section about UIManager, though the popup

2004-10-24  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/gtkmm-tut.xml: Updated the menus and toolbars section
	about UIManager, though the popup example does not work yet, and I
	should mention ui merging and toggle items.

2004-10-23  Murray Cumming  <murrayc@murrayc.com>

	_WRAP_CTOR: Rename root parameter to virual_root so that it sets the

2004-10-22  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treemodelfilter.hg: _WRAP_CTOR: Rename root parameter to
	virual_root so that it sets the correct property.

2004-10-22  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treeiter.hg: In ifdef, use SUN-Forte-style reverse_iterator.
	Patch from TODO in bug #154973.

2004-10-23  Murray Cumming  <murrayc@murrayc.com>

	Wrap the get and set methods that deal with char** arrays, using

2004-10-22  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/aboutdialog.hg: Wrap the get and set methods that deal with
	char** arrays, using Glib::SArrayHandle. Wrap the callback set
	methods with a SignalProxy.
	* gtk/src/gtk_signals.defs: Add signals and properties for
	AboutDialog and MenuToolButton.
	* tools/extra_defs_gen/generate_defs_gtk.cc: Get defs for
	GtkAboutDialog and GtkMenuToolButton.
	* gtk/src/action_group.hg: Add translate_string(). We probably need to
	use iit in the .ccg file.
	* gtk/src/icontheme.hg: Added get_icon_sizes().
	* gtk/src/iconview.hg: Added get_selected_items().
	* tools/m4/convert_gtk.m4: Added conversion for SArrayHandle to char**,
	and GList* to SListHandle<TreePath>

2004-10-21  Gene Ruebsamen  <gene@erachampion.com>

	Updated the Windows installation appendix by providing a link to the

2004-10-17  Gene Ruebsamen  <gene@erachampion.com>

	* docs/tutorial/gtkmm-tut.xml: Updated the Windows installation
	appendix by providing a link to the latest Gtk+ Win32 installer,
	and updating the installation instructions.

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

	Use only C++ methods instead of the C functions, now that they are public.

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

	* examples/book/custom/custom_container.cc: Use only C++ methods
	instead of the C functions, now that they are public.
	* docs/tutorial/figures/: Added custom_container.png.

2004-10-10  Murray Cumming  <murrayc@murrayc.com>

	Added Custom Widgets chapter, so far with a Custom Container section and

2004-10-10  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/gtkmm-tut.xml: Added Custom Widgets chapter, so far
	with a Custom Container section and example.

2004-10-10  Murray Cumming  <murrayc@murrayc.com>

	Made set_parent(), and unparent() public instead of protected, because

2004-10-10  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/widget.hg: Made set_parent(), and unparent() public instead
	of protected, because they are need by custom Containers. Added
	size_request() which is const and actually returns a value, also
	needed by custom Containers.
	* gtk/src/accelgroup,hg: Wrap the new gtk_accelerator_get_label()
	function.
	* gtk/src/comboboxentry.[hg|ccg]: Hand-code get_entry() to fix the
	build.
	* gtk/src/: Added menutoolbutton.[hg|ccg].
	* gtk/gtkmm/comboboxtext.[h|cc], comboboxentrytext.[h||cc]: Added
	set_active_text(), clear(). Reimplemented append() and prepend()
	without using the C functions, because they might not work with our
	model.

2004-10-09  Murray Cumming  <murrayc@murrayc.com>

	Changed cvs links to viewcvs, because lxr and bonsai are still broken.

2004-10-09  Murray Cumming  <murrayc@murrayc.com>

	* docs/index.html: Changed cvs links to viewcvs, because lxr and
	bonsai are still broken.

2004-10-09  Murray Cumming  <murrayc@murrayc.com>

	Add create() method, as per bug #148012.

2004-10-09  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/style.hg: Add create() method, as per bug #148012.

2004-10-09  Murray Cumming  <murrayc@murrayc.com>

	Add create() method, as per bug #148012.

2004-10-09  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/style.hg: Add create() method, as per bug #148012.

2004-10-09  Murray Cumming  <murrayc@murrayc.com>

	Added get_entry(), as per bug #142758.

2004-10-09  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/comboboxentry.hg: Added get_entry(), as per bug #142758.

2004-10-09  Jonathan Brandmeyer  <jbrandmeyer@earthlink.net>

	get_default(): Take an extra reference so that the Screen is not deleted

	2004-09-04 Jonathan Brandmeyer <jbrandmeyer@earthlink.net>

	* gdk/src/screen.hg: get_default(): Take an extra reference so that
	the Screen is not deleted too early.

2004-09-18  Murray Cumming  <murrayc@murrayc.com>

	Added overrides of set_text_column(), and set_pixbuf_column() that take

2004-09-17  Murray Cumming  <murrayc@murrayc.com>

	* iconview.hg: Added overrides of set_text_column(), and
	set_pixbuf_column() that take ModelColumns instead of ints.
	Wrapped signals. Added foreach()
	* cellview.hg: Make get_size_of_row() const.
	* tools/extra_defs_gen/gtk_extra_defs_gen: Added new types.
	* gtk/src/gtk_signals.defs: Regenerated (making the usual corrections
	for Event* and gpointer parameters.
	* combobox.[hg|ccg], treeview.[hg|ccg]: Add set_row_separator_func(),
	with common implementation in treeview-private.[h|cc].
	* range.hg: Wrapped change_value signal.
	* demos/gtk-demo/: Added example_iconview.cc, which demonstrates  the
	IconView and is a C++ version of the C original..

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

	2.5.0:

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

	* gtk/src/: Added cellview.[hg|ccg].

2004-09-11  Murray Cumming  <murrayc@murrayc.com>

	Added set_ellipsize(), get_ellipsize(), and EllipsizeMode enum.

2004-09-10  Murray Cumming  <murrayc@murrayc.com>

	* pango/src/layout: Added set_ellipsize(), get_ellipsize(), and
	EllipsizeMode enum.
	* pango/src/pango_enums.defs: Regenerated.
	* pango/src/pango_methods.defs: Regenerated.
	* gtk/src/: Added iconview.[hg|ccg|, filechooserbutton.[hg|ccg].
	* gtk/src/entry.hg: Added layout_index_to_text_index() and
	text_index_to_layout_index()
	* gtk/src/entrycompletion.hg: Added insert_prefix(),
	set_inline_completion(), get_inline_completion(),
	set_popup_completion(), get_popup_completion(), get_text_column()
	* gtk/src/combobox.hg: Added get_wrap_width(), get_row_span_column(),
	get_column_span_column(), get_add_tearoffs(), set_add_tearoffs(),
	get_focus_on_click(), set_focus_on_click(), get_popup_accessible().
	Wrapped new properties.
	* gtk/src/action.hg: Wrap new gtk_action_set_sensitive()
	instead of writing our own method. Add set_visible() too.
	* gtk/src/label.hg: Added set_ellipsize(), get_ellipsize().
	* gtk/src/cellrenderer.hg: Added editing_started signal.
	* gtk/src/filechooser.hg: Added set_show_hidden(), get_show_hidden().
	* gtk/src/gtk_methods.defs: Regenerated.
	* gtk/src/treesortable.hg: Added DEFAULT_UNSORTED_COLUMN_ID constant.
	* gtk/src/treeview.hg: Added set_fixed_height_mode(),
	get_fixed_height_mode(), set_hover_selection(), get_hover_selection(),
	set_hover_expand(), get_hover_expand()

2004-09-01  Murray Cumming  <murrayc@murrayc.com>

	This is the HEAD branch, which should wrap new API in GTK+ 2.5/2.6.

2004-09-02  Murray Cumming  <murrayc@murrayc.com>

	* This is the HEAD branch, which should wrap new API in GTK+ 2.5/2.6.

2004-08-30  Murray Cumming  <murrayc@murrayc.com>

	Removed a misleading include.

2004-08-30  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/dialogs/fileselection/examplewindow.cc: Removed a
	misleading include.

2004-08-09  Murray Cumming  <murrayc@murrayc.com>

	2.4.5:

2004-08-07  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/toolbar.hg: Class documentation: remove mention of
	tools() which no longer exists.
	* examples/book/treeview/drag_and_drop: Correct the implementation
	of the vfuncs so that they actually work. In particular they are const
	in gtkmm 2.4.

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

	get_default(): Use reference() instead of an extra parameter, to fix the

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

	* gtk/src/settings.ccg: get_default(): Use reference() instead of an
	extra parameter, to fix the build.

2004-07-15  Murray Cumming  <murrayc@murrayc.com>

	get_default(): Take an extra reference so that the Settings is not deleted

2004-07-15  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/settings.ccg: get_default(): Take an extra reference so that
	the Settings is not deleted too early. Bug #147592.

2004-07-14  Murray Cumming  <murrayc@src.gnome.org>

	reverted stuff that I did not mean to commit

2004-07-14  Murray Cumming  <murrayc@murrayc.com>

	Added popup example, which was already in gtkmm 2.0/2.2.

2004-07-15  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/treeview/: Added popup example, which was already in
	gtkmm 2.0/2.2.

2004-07-08  Murray Cumming  <murrayc@murrayc.com>

	libglademm chapter: Mention memory management.

2004-07-08  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/gtk_tut.xml: libglademm chapter: Mention memory
	management.

2004-07-08  Murray Cumming  <murrayc@murrayc.com>

	Patch from Christer Palm in bug #145594, to change ActionGroup and

2004-07-08  Murray Cumming  <murrayc@murrayc.com>

	* Patch from Christer Palm in bug #145594, to change ActionGroup and
	EntryCompletion constructors from private to protected. Lets hope
	there are no more of these, because this is technically API change in
	the stable branch. However, the methods already exist and are  tested
	by the create() methods, and are simple and generated, and therefore
	unlikely to have errors. Also, this change will only be useful to a
	very small number of people, so it does not confuse the API versions.

2004-07-03  Murray Cumming  <murrayc@murrayc.com>

	Tell people to pkg-config for 2.4 instead of 2.0.

2004-07-04  Murray Cumming  <murrayc@murrayc.com>

	* docs/tutorial/gtkmm_tut.xml: Tell people to pkg-config for 2.4
	instead of 2.0.

2004-07-02  Murray Cumming  <murrayc@murrayc.com>

	Made constructor protected, like in the previous change. Added docs

2004-07-02  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/uimanager.hg: Made constructor protected, like in the
	previous change.
	* gtk/src/treesortable.hg: Added docs explaining the return values
	for the sort func.

2004-07-01  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

2004-07-01  Murray Cumming  <murrayc@murrayc.com>

	Added protected keyword at start of class so that the constructors can be

2004-07-01  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/action.hg, toggleaction.hg, radioaction.hg, icontheme.hg:
	Added protected keyword at start of class so that
	the constructors can be used by derived classes. This is addition of
	API in the stable branch, but it should not affect many people and it
	is a little too embarassing to leave as it is.

2004-06-30  Murray Cumming  <murrayc@murrayc.com>

	Add code to the GClass init() function to null the remove callback if the

2004-06-30  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/container.hg: Add code to the GClass init() function to null
	the remove callback if the type is actually GtkContainer rather than
	a derived class. The default implementation in GtkContainer complains
	about it not being implemented, but that is useless and annoying to us
	when deriving directly from Gtk::Container.

2004-06-20  Daniel Elstner  <daniel@src.gnome.org>

	:StockItem): Pass a 0 pointer to GTK+ if translation_domain is the empty

	* gtk/src/stockitem.ccg (StockItem::StockItem): Pass a 0 pointer
	to GTK+ if translation_domain is the empty string, so that the
	application's global translation domain will be used by default.

2004-06-20  Daniel Elstner  <daniel@src.gnome.org>

	:unset_fg): First cast Gtk::StateType to int and then to GtkStateType,

	* gtk/src/widget.ccg (Widget::unset_fg): First cast Gtk::StateType
	to int and then to GtkStateType, because direct static_cast<> from
	one enum type to another is invalid C++.  Why g++ 3.3 accepts this
	is a mystery to me though...
	(Widget::unset_bg): ditto
	(Widget::unset_text): ditto
	(Widget::unset_base): ditto.

2004-06-18  Murray Cumming  <murrayc@src.gnome.org>

	Updated NEWS

2004-06-17  Murray Cumming  <murrayc@src.gnome.org>

	Updated NEWS

2004-06-16  Daniel Elstner  <daniel@src.gnome.org>

	Shut up CVS.

2004-06-16  Daniel Elstner  <daniel@src.gnome.org>

	:operator--): Correctly decrement the end iterator. Also assert that the

	* gtk/src/treeiter.ccg (TreeIter::operator--): Correctly decrement
	the end iterator.  Also assert that the iterator is not already at
	the begin of the sequence.

	* gtk/src/treeiter.hg (TreeIter::operator--): s/slow/very slow/

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

	Correct the header guard so that it can be used at the same time as

2004-06-15  Murray Cumming  <murrayc@murrayc.com>

	* gtk/gtkmm/comboboxentrytext.h: Correct the header guard so that it
	can be used at the same time as comboboxentry.h.
	* gtk/gtkmm/comboboxentrytext.cc, comboboxtext.cc: Implement the
	GObject* castitem constructors.

2004-06-10  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

2004-06-08  Cedric Gustin  <cedric.gustin@swing.be>

	link against libpangomm-1.4 instead of 1.6 on win32

2004-06-08  Cedric Gustin  <cedric.gustin@swing.be>

	* gdk/gdkmm/Makefile.am: link against libpangomm-1.4 instead of
	1.6 on win32 (sublib_win32_dlls_libs variable).

2004-06-04  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

2004-06-04  Daniel Elstner  <daniel@src.gnome.org>

	Copy the class docs from GTK+. Also explain the fact that the API is

	* gtk/src/filechooser.hg (FileChooser): Copy the class docs from
	GTK+.  Also explain the fact that the API is broken and how to use
	it correctly despite this problem (bug #142138).

2004-06-03  Murray Cumming  <murrayc@murrayc.com>

	get_path_at_pos(): Correct memory management of the path. Bug #142970 from

2004-06-03  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treeview.ccg: get_path_at_pos(): Correct memory management
	of the path. Bug #142970 from david@thepriorities.com.

2004-05-28  Murray Cumming  <murrayc@murrayc.com>

	Mentioned gtkmm 2.4.

2004-05-28  Murray Cumming  <murrayc@murrayc.com>

	* docs/FAQ/gtkmm_faq.xml: Mentioned gtkmm 2.4.

2004-05-28  Murray Cumming  <murrayc@murrayc.com>

	Mentioned gtkmm 2.4.

2004-05-28  Murray Cumming  <murrayc@murrayc.com>

	* docs/FAQ/gtkmm_faq.xml: Mentioned gtkmm 2.4.

2004-05-27  Murray Cumming  <murrayc@murrayc.com>

	get_active(): Instantiate a Gtk::TreeModel::iterator instead of the

2004-05-28  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/combobox.ccg: get_active(): Instantiate a
	Gtk::TreeModel::iterator instead of the GtkTreeIter, so that the
	underlying GtkTreeIter is properly initialized.

2004-05-25  Daniel Elstner  <daniel@src.gnome.org>

	More micro tweaking.

	* demos/pixbuf-demo.cc: More micro tweaking.

2004-05-25  Daniel Elstner  <daniel@src.gnome.org>

	Minor cleanups: use const double rather than a macro for pi, no need to

	* demos/pixbuf-demo.cc: Minor cleanups: use const double rather
	than a macro for pi, no need to explicitly maintain the timeout
	signal connection, and some other stuff.

2004-05-22  Murray Cumming  <murrayc@murrayc.com>

	Patch from Teemu Tervo to prevent the text column from being added twice,

2004-05-23  Murray Cumming  <murrayc@murrayc.com>

	* gtk/gtkmm/comboboxentrytext.cc: Patch from Teemu Tervo to prevent
	the text column from being added twice, in bug #142956.

2004-05-22  Daniel Elstner  <daniel@src.gnome.org>

	Check for gthread-2.0 and if it exists, substitute the required compiler

	* configure.in: Check for gthread-2.0 and if it exists, substitute
	the required compiler flags into GTHREAD_CFLAGS.  This is necessary
	to make the library code work correctly in a threaded application.
	For instance, on glibc systems errno is replaced by a macro which
	expands into a function call.  Actually this stuff was already in
	place, but apparently got lost when glibmm was split off.

	* build_shared/Makefile_build.am_fragment (all_includes): Append
	$(GTHREAD_CFLAGS).

2004-05-19  Daniel Elstner  <daniel@src.gnome.org>

	Remove duplicated combobox.h include. Add missing includes of

	* gtk/gtkmm.h: Remove duplicated combobox.h include.  Add missing
	includes of comboboxentry.h and comboboxentrytext.h.

2004-05-18  Daniel Elstner  <daniel@src.gnome.org>

	:operator bool): Put the original test for gobject_.stamp != 0 back in

	* gtk/src/treeiter.ccg (TreeIter::operator bool): Put the original
	test for gobject_.stamp != 0 back in place.  The iter_is_valid()
	method provided by model implementations is intended for debugging
	purposes only, and thus should not be used here (bug #142599).

	* gtk/src/treemodel.hg (TreeModel::iter_is_valid): Document that
	the usage of this method as abstract interface is deprecated, and
	that the implementation's iter_is_valid() should be used directly.

2004-05-14  Murray Cumming  <murrayc@murrayc.com>

	get_active_text(): The iterator was being used in ways that probably

2004-05-14  Murray Cumming  <murrayc@murrayc.com>

	* gtk/gtkmm/comboboxtext.cc, comboboxentrytext.cc: get_active_text():
	The iterator was being used in ways that probably should not compile.
	This leads to strange results in other situations, so it is best to fix
	it.

2004-04-29  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

2004-04-25  Murray Cumming  <murrayc@murrayc.com>

	install gdkmmconfig.h in a gdkmm-2.6 directory, instead of a gtkmm-2.6

2004-04-25  Murray Cumming  <murrayc@murrayc.com>

	* gdk/Makefile.am: install gdkmmconfig.h in a gdkmm-2.6 directory,
	instead of a gtkmm-2.6 directory. Bug #141045.

2004-04-23  Murray Cumming  <murrayc@murrayc.com>

	add_ui_from_string now returns a ui_merge_id instead of a guint, to make

2004-04-23  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/uimanager.[hg|ccg]: add_ui_from_string now returns a
	ui_merge_id instead of a guint, to make the API clearer. This is
	technically an API change, but it's not a breaking one, and it's not
	an ABI change.

	2004-04-22  Alexander Nedotsukov <bland@FreeBSD.org>

	* atk/atkmm: Fixed private/ includes installation directory.

2004-04-17  Murray Cumming  <murrayc@murrayc.com>

	Mark them as deprecated in the docs, by using the Doxygen @deprecated

2004-04-17  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/optionmenu.hg, fileselection.hg, combo.hg: Mark them as
	deprecated in the docs, by using the Doxygen @deprecated command.

2004-04-12  Murray Cumming  <murrayc@src.gnome.org>

	Some documentation fixes.

2004-04-11  Murray Cumming  <murrayc@murrayc.com>

	Added implementor.[hg|ccg] to wrap the AtkImplementorIface. Widget

2004-04-11  Murray Cumming  <murrayc@murrayc.com>

	* atk/src/: Added implementor.[hg|ccg] to wrap the AtkImplementorIface.
	* gtk/src/widget.hg: Widget inherits from the Implementor interface
	as well as Gtk::Object.

2004-04-09  Murray Cumming  <murrayc@murrayc.com>

	Added get_tooltips_object() accessor, which should let us set tooltips on

2004-04-09  Murray Cumming  <murrayc@murrayc.com>

	* toolbar.hg: Added get_tooltips_object() accessor, which should let
	us set tooltips on toolbar objects.

2004-04-09  Murray Cumming  <murrayc@murrayc.com>

	Create a FileFilter::Info class to use in place of GtkFileFilterInfo, in

2004-04-09  Murray Cumming  <murrayc@murrayc.com>

	* filefilter.hg: Create a FileFilter::Info class to use in place of
	GtkFileFilterInfo, in the add_custom() callbak . Removed filter(),
	because it is not needed and because it is difficult to wrap.

2004-04-08  Murray Cumming  <murrayc@murrayc.com>

	2.3.8

2004-04-09  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/action.hg: Added set_tooltip().

2004-04-08  Bryan Forbes  <bryan@reigndropsfall.net>

	include gtkmm/settings.h.

2004-04-08  Bryan Forbes  <bryan@reigndropsfall.net>

	* gtk/gtkmm.h: include gtkmm/settings.h.

2004-04-07  Bryan Forbes  <bryan@reigndropsfall.net>

	added refreturns for get_default and get_for_screen. added unwrapped

2004-04-07  Bryan Forbes  <bryan@reigndropsfall.net>

	* gtk/src/icontheme.hg: added refreturns for get_default and get_for_screen.
	* gtk/src/settings.hg: added unwrapped properties.
	* gtk/src/targetlist.[hg|ccg]: added a create method that wraps
	gtk_target_list_new.

2004-04-07  Murray Cumming  <murrayc@murrayc.com>

	Removed some TODO comments that are no longer relevant.

2004-04-07  Murray Cumming  <murrayc@murrayc.com>

	* Removed some TODO comments that are no longer relevant.

2004-04-03  Murray Cumming  <murrayc@murrayc.com>

	Rename 2 of the 3 foreach() overloads to foreach_iter() and

2004-04-03  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treemodel.[hg|ccg]: Rename 2 of the 3 foreach() overloads
	to foreach_iter() and foreach_path(), because they are ambiguous with
	libsigc++ 2.

2004-04-03  Murray Cumming  <murrayc@src.gnome.org>

	Fix build due to errors in half-done book changes.

2004-04-03  Murray Cumming  <murrayc@murrayc.com>

	Added insert_after(), because it is apparently faster with many rows. Bug

2004-04-03  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/liststore.[hg|ccg], treestore.[hg|ccg]: Added insert_after(),
	because it is apparently faster with many rows. Bug #131019.

2004-04-01  Murray Cumming  <murrayc@src.gnome.org>

	bool set_sensitive(bool value = true) const;

2004-03-30  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

2004-03-29  Bryan Forbes  <bryan@reigndropsfall.net>

	changed Action::create_menu_item(), create_tool_item(), and create_icon()

2004-03-28  Bryan Forbes  <bryan@reigndropsfall.net>

	* gtk/src/action.[hg|ccg]:
	* tools/m4/convert_gtk.m4: changed Action::create_menu_item(),
	create_tool_item(), and create_icon() to return Gtk::MenuItem*,
	Gtk::ToolItem*, and Gtk::Image respectively, rather than Gtk::Widget*.

2004-03-28  Murray Cumming  <murrayc@murrayc.com>

	Fix typo to fix the build. Regenerated with h2defs.py.

2004-03-28  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/uimanager.ccg: Fix typo to fix the build.
	* */src/*_methods.defs: Regenerated with h2defs.py.

2004-03-28  Murray Cumming  <murrayc@murrayc.com>

	Added several overrides to remove references to 0 parameters and freeing

2004-03-28  Murray Cumming  <murrayc@murrayc.com>

	* *_docs_override.xml: Added several overrides to remove references to
	0 parameters and freeing of strings.
	* atk/src/table.hg: Added const versions of some get_*() methods.

2004-03-28  Andrew E. Makeev  <andrew@solvo.ru>

	Added move_column_to_start(), which uses gtk_tree_view_move_column_after()

2004-03-25  Andrew E. Makeev  <andrew@solvo.ru>

	* gtk/src/treeview.hg, gtk/src/treeview.ccg: Added move_column_to_start(),
	which uses gtk_tree_view_move_column_after() with a 0 parameter.

2004-03-27  Murray Cumming  <murrayc@murrayc.com>

	Added menus_and_toolbars example that uses UIManager. The book should

2004-03-27  Murray Cumming  <murrayc@murrayc.com>

	* example/book/: Added menus_and_toolbars example that uses UIManager.
	The book should probably stop using the other menu and toolbar examples
	and they should be moved away.

2004-03-27  Murray Cumming  <murrayc@murrayc.com>

	Constructor: Give GTK+ 0 instead of for default labels and tooltips, so

2004-03-27  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/action.ccg, toggleaction.ccg, radioaction.ccg:
	Constructor: Give GTK+ 0 instead of  for default labels and tooltips,
	so that the stock ones are used.

2004-03-25  Murray Cumming  <murrayc@murrayc.com>

	Wrapped filefilter as a GtkObject instead of a GObject, because it is a

2004-03-25  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/filefilter.[hg|ccg]: Wrapped filefilter as a GtkObject
	instead of a GObject, because it is a GtkObject.
	* examples/book/dialogs/filechooserdialog/: Used filefilter.

2004-03-25  Bryan Forbes  <bryan@reigndropsfall.net>

	removed use_separator parameter from constructor as GtkMessageDialog gets

2004-03-25  Bryan Forbes  <bryan@reigndropsfall.net>

	* gtk/src/messagedialog.[hg|ccg]: removed use_separator parameter from
	constructor as GtkMessageDialog gets its separator setting from the style
	now.

2004-03-24  Bryan Forbes  <bryan@reigndropsfall.net>

	fixed typo in disconnect_proxy signal.

2004-03-24  Bryan Forbes  <bryan@reigndropsfall.net>

	* gtk/src/uimanager.hg: fixed typo in disconnect_proxy signal.

2004-03-21  Elijah Newren  <newren@src.gnome.org>

	Murray patches the ChangeLog for me.  However, bugsqueesher@yahoo.com is probably a temporary address and I use it just for bugzilla.  So I'm replacing it with the email address I use for everything else.

2004-03-21  Murray Cumming  <murrayc@src.gnome.org>

	removed debug changes that I accidentally committed

2004-03-21  Elijah Newren  <bugsqueesher@yahoo.com>

	Updated to mention gtkmm2 more than gtkmm 1.2.

	2004-03-21 Elijah Newren  <bugsqueesher@yahoo.com>

	* doc/FAQ/gtkmm-faq.xml: Updated to mention gtkmm2 more than gtkmm 1.2.

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

	:get_action(), Clipboard::get_owner(), ComboBox::get_model(),

2004-03-20  Murray Cumming  <murrayc@murrayc.com>

	* ActionGroup::get_action(), Clipboard::get_owner(),
	ComboBox::get_model(), Entry::get_layout(), get_completion(),
	EntryCompletion::get_model(), FileChooser::get_filter(),
	IconInfo::get_builtin_pixbuf(), IconSource::get_pixbuf(),
	Image::get_pixbuf(), get_animation(), Menu::get_accel_group(),
	Scale::get_layout(), TreeModelFilter::get_model(),
	UIManager::get_accel_group(), get_action(),
	Widget::drag_begin(): Use refreturn.
	* Entry::get_layout(), IconInfo::get_builtin_pixbuf():
	IconSource::get_pixbuf(), Image::get_pixbuf(),
	Menu::get_accel_group(): Added const versions.
	(Thanks to Bryan Forbes for finding the missing refreturns.)

2004-03-18  Murray Cumming  <murrayc@src.gnome.org>

	Fixed typo. Shush.

2004-03-18  Murray Cumming  <murrayc@murrayc.com>

	Wrapped changed signal.

2004-03-18  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/icontheme.hg: Wrapped changed signal.

2004-03-15  Murray Cumming  <murrayc@src.gnome.org>

	Increased version

2004-03-14  Murray Cumming  <murrayc@src.gnome.org>

	fix build by fixing typo.

2004-03-14  Murray Cumming  <murrayc@murrayc.com>

	Do not use flockfile if we are using the SUN compiler, even though it

2004-03-14  Murray Cumming  <murrayc@murrayc.com>

	* demos/demowindow.cc: Do not use flockfile if we are using the SUN
	compiler, even though it passes the configure test, because it does
	not seem to work here.

2004-03-13  Murray Cumming  <murrayc@murrayc.com>

	Removed extra semicolon to remove g++ 3.4 warning.

2004-03-13  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/toolbar, treestore: Removed extra semicolon to remove
	g++ 3.4 warning.

2004-03-13  Murray Cumming  <murrayc@murrayc.com>

	atk/src/hypertext.hg, Removed extra semicolon to remove g++ 3.4 warning.

2004-03-13  Murray Cumming  <murrayc@murrayc.com>

	* atk/src/hypertext.hg,
	Removed extra semicolon to remove g++ 3.4 warning.

2004-03-12  Cedric Gustin  <cedric.gustin@swing.be>

	Updated file for upcoming gtkmm-2.4. Removed many #ifndef WIN32 as all

2004-03-12  Cedric Gustin  <cedric.gustin@swing.be>

	* README.win32: Updated file for upcoming gtkmm-2.4.
	* atk/src/action.hg, atk/src/component.hg, atk/src/object.hg,
	gtk/gtkmm/accelmap.cc, gtk/gtkmm/accelmap.h,
	gtk/gtkmm/comboboxtext.cc, gtk/gtkmm/comboboxtext.h,
	gtk/src/main.ccg : Removed many #ifndef WIN32 as all methods are
	now available/dllexported on win32, with the exceptions og Plug
	and Socket.
	* atk/atkmm/Makefile.am, atk/atkmm/private/Makefile.am,
	atk/src/Makefile_list_of_hg.am_fragment,
	build_shared/Makefile_build.am_fragment,
	build_shared/Makefile_build_gensrc.am_fragment,
	build_shared/Makefile_conditional.am_fragment,
	build_shared/Makefile_gensrc.am_fragment, gdk/gdkmm/Makefile.am,
	gdk/gdkmm/private/Makefile.am,
	gdk/src/Makefile_list_of_hg.am_fragment, gtk/gtkmm/Makefile.am,
	gtk/gtkmm/private/Makefile.am,
	gtk/src/Makefile_list_of_hg.am_fragment,
	pango/pangomm/Makefile.am, pango/pangomm/private/Makefile.am,
	pango/src/Makefile_list_of_hg.am_fragment: Revamped the
	Makefile.am helpers to accomodate multiple platforms (general,
	posix, win32) and files sections (regular and deprecated files).

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

	remove the make dependency of html/index.html on the generated installed

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

	* docs/reference/Makefile.am: remove the make dependency of
	html/index.html on the generated installed beautify_docs.pl script, so
	that docs are not rebuilt when building from a tarball.
	Bug #136597 from dalgoda.

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

	Removed some accidentally pasted text that breaks the build.

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

	* examples/cellrenderercustom/cellrendererpopup.cc: Removed some
	accidentally pasted text that breaks the build.

2004-03-11  Murray Cumming  <murrayc@murrayc.com>

	Added #ifdef GLIBMM_COMPILER_SUN_FORTE around the strange flockfile and

2004-03-11  Murray Cumming  <murrayc@murrayc.com>

	* demos/gtk-demo/demowindow.cc: Added #ifdef GLIBMM_COMPILER_SUN_FORTE
	around the strange flockfile and funlockfile function prototypes, to
	avoid problems on platforms which declare them differently.
	:

2004-03-10  Murray Cumming  <murrayc@murrayc.com>

	Added prototypes for flockfile() and funlockfile() because it does not

2004-03-09  Murray Cumming  <murrayc@murrayc.com>

	* Some, but not all, SUN Forte build fixes:
	* demos/gtk-demo/demowindow.cc: Added prototypes for flockfile()
	and funlockfile() because it does not seem to get them from
	stdio.h - very strange. Commented-out the g_assert() lines that it
	says as badly formed.
	* demos/gtk-demo/textwidget.cc: Made the next_token char* const.
	* examples/book/clipboard/ideal/examplewindow.cc:
	on_clipboard_received_targets: Remove the useless const from the
	std::list variable because it confused the compiler.
	* examples/cellrenderercustom/cellrendererpopup.cc:
	on_show_popup(): Use namespaced class name when specifying a
	particular version of gobj().
	* gdk/src/display.hg: Removed lots of extra ;s that caused
	warnings.
	* gdk/src/pixmap.ccg: Use unwrap<Drawable> instead of
	unwrap<const Drawable> - this is the same as the sun-specific
	stuff in tools/m4/convert_*.m4.
	* gdk/src/pixmap.hg: Removed extra ;s that cause warnings.
	* gtk/src/textbuffer.ccg: insert_(): Some const changes - see the
	comments.
	* tools/m4/convert_gdk.m4, convert_glib.m4: Use existing
	sun-specific conversion when converting from any
	RefPtr<const Something> to *Something.

2004-03-09  Hagen Moebius  <hagen.moebius@starschiffchen.de>

	atk/atkmm/init.h, gdk/src/display.hg, drawable.hg, gdk_docs_override.xml,

2004-03-09  Hagen Moebius  <hagen.moebius@starschiffchen.de>

	* Recent efforts cumulated in a massive documentation patch, which
	eliminates almost all doxygen warnings/errors.
	Files: atk/atkmm/init.h, gdk/src/display.hg, drawable.hg,
	gdk_docs_override.xml, pixbuf.hg, window.ccg, window.hg,
	gtk/gtkmm/accelkey.h, gtk/src/accellabel.hg, alignment.hg, box.hg
	button.hg, cellrenderer.hg, filechooser.hg, gtk_docs_override.xml,
	image.hg, layout.hg, main.hg, notebook.hg, rc.hg, textbuffer.hg,
	treedragdest.hg, treemodelfilter.hg, treemodel.hg, treepath.hg,
	treeview.hg, widget.hg, window.hg, pango/src/attributes.hg,
	pango_docs_override.xml

2004-03-07  Murray Cumming  <murrayc@murrayc.com>

	Regenerated *_docs.xml files for atk, gdk, pango, and gtkmm, because Hagen

2004-03-07  Murray Cumming  <murrayc@murrayc.com>

	* Regenerated *_docs.xml files for atk, gdk, pango, and gtkmm,
	because Hagen Moebius improved the docextract_to_xml.py script.

2004-03-07  Hagen Moebius  <hagen.moebius@starschiffchen.de>

	added documentation to gtk/src/viewport.hg, gtk/src/toolbutton.hg,

2004-04-07  Hagen Moebius  <hagen.moebius@starschiffchen.de>

	* added documentation to gtk/src/viewport.hg, gtk/src/toolbutton.hg,
	gtk/src/toggletoolbutton.hg, gtk/src/separatortoolitem.hg and
	gtk/src/range.hg. Fixed a spelling error in gtk/src/radiotoolbutton.hg.
	All documentation copy/pasted from Gtk+, so still room for imrovement.

2004-03-07  Hagen Moebius  <hagen.moebius@starschiffchen.de>

	modified docs/reference/Makefile.am to support a more general output of

2004-04-06  Hagen Moebius  <hagen.moebius@starschiffchen.de>
        * modified docs/reference/Makefile.am to support a more general output
        of doxygen warnings/errors.

2004-03-06  Murray Cumming  <murrayc@murrayc.com>

	Added the new RadioMenuItem::group_changed signal.

2004-03-06  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_signals.defs: Added the new RadioMenuItem::group_changed
	signal.

2004-03-06  Murray Cumming  <murrayc@murrayc.com>

	set_current_folder(), set_current_folder_uri(), select_filename(),

2004-03-06  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/filechooser.hg: set_current_folder(),
	set_current_folder_uri(), select_filename(), select_uri(),
	set_filename(), and set_uri() now return bools, because GTK+ now
	does this.

2004-03-06  Murray Cumming  <murrayc@murrayc.com>

	regenerated. regenerated.

2004-03-06  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_methods.defs: regenerated.
	* gtk/src/gtk_docs.xml: regenerated.

2004-03-05  Murray Cumming  <murrayc@src.gnome.org>

	Added an IGNORE

2004-03-05  Hagen Moebius  <hagen.moebius@starschiffchen.de>

	added missing documentation to gtk/src/expander.hg,

2004-03-05  Hagen Moebius  <hagen.moebius@starschiffchen.de>

	* added missing documentation to gtk/src/expander.hg,
	gtk/src/filechooserwidget.hg, gtk/src/fontbutton.hg,
	gtk/src/imagemenuitem.hg, gtk/src/radiotoolbutton.hg. Mainly
	class documentation, some non-Gtk+ function and some constructors.

2004-03-05  Hagen Moebius  <hagen.moebius@starschiffchen.de>

2004-03-05  Murray Cumming  <murrayc@murrayc.com>

	Wrap the group_changed signals now that they are corrected in GTK+.

2004-03-05  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/radiobutton.hg, radiomenuitem.hg: Wrap the group_changed
	signals now that they are corrected in GTK+.
	* gtk/src/filechooser.hg: Correct the set_local_only() parametre name
	to match the one in GTK+, as spotted by Matthew Walton.

2004-03-05  Murray Cumming  <murrayc@src.gnome.org>

	Updated some .cvsignore files

2004-03-05  Murray Cumming  <murrayc@src.gnome.org>

	Removed ancient and wrong TODO file.

2004-03-03  Bryan Forbes  <mxpxfifws@yahoo.com>

	added methods to append, prepend, and insert with a sigc::slot. use new

2004-03-03  Bryan Forbes  <mxpxfifws@yahoo.com>

	* gtk/src/toolbar.[hg|ccg]: added methods to append, prepend, and
	insert with a sigc::slot.
	* examples/stock/stock.cc: use new append method to append with a slot;
	added a toggle button to prove that there are no ambiguity problems
	with the new methods.

2004-03-03  Bryan Forbes  <mxpxfifws@yahoo.com>

	removed old STL-stlye API (deprecated and can't co-exist with new API).

2004-03-02  Bryan Forbes  <mxpxfifws@yahoo.com>

	* gtk/src/toolbar.[hg|ccg]: removed old STL-stlye API (deprecated and
	can't co-exist with new API).
	* gtk/gtkmm/toolbar_elements.[h|cc]: removed these files to get rid of
	all old API for Gtk::Toolbar.
	* gtk/gtkmm/Makefile.am: removed toolbar_elements.[h|cc] from list of
	files to build, because it is only needed by the old STL-style Toolbar
	API.

2004-03-03  Murray Cumming  <murrayc@murrayc.com>

	Commented-out the new group_changed signals until their declarations are

2004-03-03  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/radiobutton.hg, radiomenuitem.hg: Commented-out
	the new group_changed signals until their declarations
	are fixed in GTK+ - patch submitted.

2004-03-03  Murray Cumming  <murrayc@murrayc.com>

	Updated with h2defs.py. Added list_sizes(). Added get_attrs(). Added

2004-03-03  Murray Cumming  <murrayc@murrayc.com>

	* pango/src/pango_methods.defs: Updated with h2defs.py.
	* pango/fontface.[hg|ccg]: Added list_sizes().
	* pango/attriter.[hg|ccg]: Added get_attrs().
	* pango/fontfamily.hg: Added is_monospace().
	* pango/fontset.[hg|ccg]: Added foreach().
	* pango/language.hg: Added includes_script().
	* pango/layout: Added set/get_auto_dir().

2004-03-03  Murray Cumming  <murrayc@murrayc.com>

	Updated gtk/src/gtk_signals.defs with tools/extra_defs_gen. Wrapped

2004-03-02  Murray Cumming  <murrayc@murrayc.com>

	* Updated gtk/src/gtk_signals.defs with tools/extra_defs_gen.
	* gtk/src/cellrendererpixbuf.hg: Wrapped several new properties.

2004-03-02  Murray Cumming  <murrayc@murrayc.com>

	Added set/get_use_preview_label() and use_preview_label property. Added

2004-03-02  Murray Cumming  <murrayc@murrayc.com>

	* New GTK+ API wrapped:
	* FileChooser: Added set/get_use_preview_label() and use_preview_label
	property.
	* Entry: Added set/get_alignment().
	* ComboBox: Added popup() and popdown().
	* Scale: Added get_layout() and get_layout_offsets().
	* Widget: Added add_mnemonic_labels(), remove_mnemonic_label(), and
	list_mnemonic_labels().
	* ComboBoxEntry: Added a set_text_column() overload that takes a
	ModelColumnBase instead of an int.
	* Added ComboBoxEntryText, like ComboBoxText, as an equivalent for
	gtk_combo_box_entry_new_text().
	* RadioButton, RadioMenuItem: Added group_changed signals.
	* Widget: Added draw_insertion_cursor() as wrapper for
	gtk_draw_insertion_cursor, which has a GtkWidget as the first
	parameter.

2004-03-01  Murray Cumming  <murrayc@murrayc.com>

	Correted the implementation of unset_expander_column() to

2004-03-01  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treeview.ccg: Correted the implementation of
	unset_expander_column() to reset_expander_column(), to fix the build.

2004-02-29  Murray Cumming  <murrayc@murrayc.com>

	begins_tag(), ends_tag(), toggles_tag(), has_tag(): Use a const parameter,

2004-02-29  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treeiter.[hg|ccg]: begins_tag(), ends_tag(), toggles_tag(),
	has_tag(): Use a const parameter, and added method overloads with no
	parameter, because the C functions can take a NULL.
	* gtk/src/treemodel.[hg|ccg]: rows_reordered() now takes a
	Glib::ArrayHandle<int> instead of a int* array of unknown size.
	* gtk/src/entrycompletion.hg: Added prepend_*() methods instead of
	using a default arg for insert().
	* examples/book/entry: Moved the existing example into a simple
	sub-directory, and added a completion sub-directory, demonstrating
	Gtk::EntryCompletion.

2004-02-29  Murray Cumming  <murrayc@murrayc.com>

	Made selected_foreach() methods const, because the slots are not allowed

2004-02-29  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treeselection.[hg|ccg]: Made selected_foreach() methods
	const, because the slots are not allowed to change the model. But we
	really need a TreeModel::const_iterator for this, and other things.

2004-02-27  Bryan Forbes  <mxpxfifws@yahoo.com>

	removed the inclusion of gtk/gtkfilechooser.h since it's included in the

2004-02-27  Bryan Forbes  <mxpxfifws@yahoo.com>

	* gtk/src/filechooser.hg: removed the inclusion of gtk/gtkfilechooser.h
	since it's included in the ccg.

2004-02-27  Bryan Forbes  <mxpxfifws@yahoo.com>

	removed the set_folder_mode and get_folder_mode methods as they are no

2004-02-27  Bryan Forbes  <mxpxfifws@yahoo.com>

	* gtk/src/gtk_methods.defs: removed the set_folder_mode and get_folder_mode
	methods as they are no longer ing gtk+.

2004-02-27  Murray Cumming  <murrayc@murrayc.com>

	Added new FileChooser enum values, so that set_action() is now a real

2004-02-27  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_enums.defs: Added new FileChooser enum values, so that
	set_action() is now a real replacement for set_folder_mode().
	* examples/book/dialogs/filechooser/: Updated to use set_action()
	instead of set_folder_mode(), really fixin build.

2004-02-27  Murray Cumming  <murrayc@murray.com>

	Removed set_folder_mode() and get_folder_mode() because they have been

2004-02-27  Murray Cumming  <murrayc@murray.com>

	* gtk/src/filechooser.hg: Removed set_folder_mode() and
	get_folder_mode() because they have been removed from GTK+. This fixes
	the cvs build.

2004-02-26  Murray Cumming  <murrayc@src.gnome.org>

	removed old, undisted file - it's in glibmm instead.

2004-02-26  Murray Cumming  <murrayc@murrayc.com>

	append<>(): Corrected a typo that is detectec by gtk++ 3.4 prereleases and

2004-02-27  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/treepath.hg: append<>(): Corrected a typo that is detectec by
	gtk++ 3.4 prereleases and would have been detected before if this
	template method had been used. Bug #131928 by Matthew Tuck.

2004-02-26  Martin Schulze  <martin-ml@hippogriff.de>

	Some documentation fixes, updates in the tutorial and tries to solve some

	2004-02-26  Martin Schulze <martin-ml@hippogriff.de>

	* More libsigc++ 2 changes: Some documentation fixes, updates in the
	tutorial and tries to solve some issues in GtkMainConnectionNode. With
	fixes from Bryan Forbes.

2004-02-26  Bryan Forbes  <mxpxfifws@yahoo.com>

	added --enable-examples to configure to enable/disable the building of the

2004-02-26  Bryan Forbes  <mxpxfifws@yahoo.com>

	* configure.in:
	* Makefile.am: added --enable-examples to configure to enable/disable the
	building of the examples.

2004-02-26  Murray Cumming  <murrayc@murrayc.com>

	Handle the TreeView row_activated signal. Add const overloads

2004-02-26  Murray Cumming  <murrayc@murrayc.com>

	* examples/book/treeview/tree/examplwindow.[h|cc]: Handle the TreeView
	row_activated signal.
	* gdk/src/display.hg: Add const overloads get_screen(),
	get_default_screen(), list_devices(), get_event(), and peek_event().
	* gdk/src/iconinfo.ccg: Actually implement get_attach_points(), though
	the implementation is incomplete - see the TODO in the code.
	* gdk/src/iconinfo.hg: Add default parameter values for
	set_raw_coordinates(). Make get_embedded_rect() and get_attach_points()
	const.
	* gdk/src/icontheme.hg: Add parameter names in get_for_screen() and
	set_screen(). Made load_icon() and list_icons() const.
	* gtk/src/widget.[hg|ccg]: Made drag_dest_find_target() const.
	* gdk/src/treeiter: Added reverse_iterator and const_reverse_iterator,
	though const_iterator and const_reverse_iterator are not really const
	yet. Added suitable overloads of begin() and end(), and added rbegin()
	and rend().
	* tools/m4/convert_gtk.m4: Added conversion needed by the above.

2004-02-26  Bryan Forbes  <mxpxfifws@yahoo.com>

	fixed to use the new Toolbar API.

2004-02-26  Bryan Forbes  <mxpxfifws@yahoo.com>

	* examples/stock/stock.cc: fixed to use the new Toolbar API.

2004-02-14  Murray Cumming  <murrayc@murrayc.com>

	Updated with h2defs.py Updated with generate_extra_defs, keeping

2004-02-14  Murray Cumming  <murrayc@murrayc.com>

	* gtk/src/gtk_methods.defs: Updated with h2defs.py
	* gtk/src/gtk_signals.defs: Updated with generate_extra_defs, keeping
	hand-coded changes for the Widget _event signals.
	* gtk/src/gtk_enums.defs: Updated with glibmm/tools/enums.pl.
	* gdk/src/pixbufloader.hg: Added set_size() as wrapper for
	gdk_pixbuf_loader_set_size().
	* gtk/src/cellrenderer.hg: Wrapped editing_cancelled() and the
	editing_cancelled signal, for use by CellRenderer implementations.
	* gtk/src/action.hg: Added get_visible(), get_sensitive(),
	is_visible(), is_sensitive().
	* gtk/src/actiongroup.hg: Added set_sensitive(), set_visible(),
	get_visible(), get_sensitive().
	* gtk/src/uimanager.hg: Wrapped the proxy_connected,
	proxy_disconnected, pre_activate, and post_activate signals.
	* gtk/src/widget.hg: Wrapped event_after signal.

2004-02-13  Murray Cumming  <murrayc@src.gnome.org>

	see the ChangeLog

2004-02-11  Bryan Forbes  <mxpxpod@src.gnome.org>

	Update what cvs ignores

2004-02-11  Bryan Forbes  <mxpxfifws@yahoo.com>

	change to use Gtk::Requisition. change to use

2004-02-11  Bryan Forbes  <mxpxfifws@yahoo.com>

	* examples/cellrenderercustom/popupentry.cc: change to use Gtk::Requisition.
	* examples/dnd/dndwindow.cc: change to use Gtk::AtomString::to_cpp_type.
	* gdk/src/drawable.hg: changed the PangoGlyphString* arg to
	Pango::GlyphString& since that argument is not an array. closes bug #97036
	* gdk/src/window.[ccg|hg]: changed methods that use GList* to a
	Glib::ListHandle<>; wrote get_internal_paint_info by hand because we need a
	temporary variable.
	* gtk/gtkmm/stock.[cc|h]: added the new Authentication dialog stock icon.
	* gtk/src/Makefile_list_of_hg.am_fragment: added new iconinfo.hg.
	* gtk/src/filechooser.hg: changed the GSList* returned by get_uris() to a
	Glib::SListHandle<Glib::ustring>.
	* gtk/src/iconinfo.[ccg|hg]: added new class to deal with GtkIconInfo.
	* gtk/src/icontheme.[ccg|hg]: changed to use new IconInfo class; hand coded
	get|set_search_path.
	* gtk/src/window.hg: added property role.
	* tools/m4/convert_gtk.m4: added conversion for GtkIconInfo*->IconInfo.

2004-02-11  Matthew Walton  <matthew@alledora.co.uk>

	Add buttons, as you would need in a real example.

2004-02-11  Matthew Walton  <matthew@alledora.co.uk>

	* examples/book/dialogs/filechooserdialog/examplewindow.cc:
	Add buttons, as you would need in a real example.

2004-02-10  Bryan Forbes  <mxpxpod@src.gnome.org>

	Update what cvs ignores

2004-02-10  Bryan Forbes  <mxpxfifws@yahoo.com>

	added TargetFlags<->GtkTargetFlags, IconLookupFlags<->GtkIconLookupFlags,

2004-02-10  Bryan Forbes  <mxpxfifws@yahoo.com>

	* tools/m4/convert_gtk.m4: added TargetFlags<->GtkTargetFlags,
	IconLookupFlags<->GtkIconLookupFlags, and
	IconThemeError<->GtkIconThemeError; added conversions for
	IconTheme<->GtkIconTheme and TargetList<->GtkTargetList.
	* gtk/gtkmm/targetentry.[cc|h]: use the TargetFlags enum.
	* gtk/src/Makefile_list_of_hg.am_fragment: added icontheme.hg and
	targetlist.hg.
	* gtk/src/enums.hg: added TargetFlags enum.
	* gtk/src/frame.hg: use Allocation instead of GtkAllocation.
	* gtk/src/icontheme.[ccg|hg]: added IconTheme class.
	* gtk/src/socket.hg: use Gdk::NativeWindow instead of GdkNativeWindow.
	* gtk/src/targetlist.[ccg|hg]: added TargetList class.
	* gtk/src/widget.[ccg|hg]: use the new TargetList class; typedef Requisition
	and Allocation and convert methods to use them; use Glib::ustring instead of
	GdkAtom where necessary;
	* demos/gtk-demo/example_drawingarea.cc:
	* examples/cellrenderercustom/cellrendererpopup.cc: changed to use new
	Allocation API.
	* examples/dnd/dndwindow.c: changed to use the new TargetFlag enum.
	* fixed up as per murrayc's requests; closes bug #133936.

2004-02-10  Bryan Forbes  <mxpxfifws@yahoo.com>

	added InputSource<->GdkInputSource, Glib::ustring<->GdkAtom, and

2004-02-10  Bryan Forbes  <mxpxfifws@yahoo.com>

	* tools/m4/convert_gdk.m4: added InputSource<->GdkInputSource,
	Glib::ustring<->GdkAtom, and NativeWindow<->GdkNativeWindow.
	* gdk/src/colormap.hg: Used Gdk::Color instead of GdkColor.
	* gdk/src/device.hg: Wrapped GdkInputSource and used the new enum in
	corresponding methods.
	* gdk/src/display.[hg|ccg]: Used Glib::ustring instead of GdkAtom and
	NativeWindow instead of GdkNativeWindow.
	* gdk/src/dragcontext.[ccg|hg]: Used DragProtocol instead of
	GdkDragProtocol; GdkAtom->Glib::ustring.
	* gdk/src/event.[ccg|hg]:
	* gdk/src/pixmap.[ccg|hg]: GdkNativeWindow->NativeWindow.
	* gdk/src/types.[ccg|hg]: Added Gdk::AtomStringTraits struct back and
	typedef'd it as AtomString; typedef'dGdkNativeWindow as Gdk::NativeWindow.
	* gdk/src/window.hg: GdkGeometry->Geometry.
	* fixed up as per murrayc's requests; closes bug #133933.

2004-02-10  Murray Cumming  <murrayc@usa.net>

	gtkmm now uses libsigc++ 2 as like glibmm, with slightly different API.

2004-02-10  Murray Cumming  <murrayc@usa.net>

	* gtkmm now uses libsigc++ 2 as like glibmm, with slightly different
	API. See bug #125061. We need to update CHANGES later.

2004-02-09  Bryan Forbes  <mxpxpod@src.gnome.org>

	Update what cvs ignores

2004-02-04  Murray Cumming  <murrayc@src.gnome.org>

	increased vesion

2004-02-03  Murray Cumming  <murrayc@usa.net>

	Used C++ Region type instead of GdkRegion. Make Region& args const where

2004-01-31  Murray Cumming  <murrayc@usa.net>

	* gdk/src/window.hg, gtk/src/widget.hg: Used C++ Region type instead of
	GdkRegion. Make Region& args const where appropriate.
	* gtk/src/treedragsource.[hg|ccg]: Hand-coded the drag_get_data vfunc
	so that it can use a C++ SelectionData& output parameter.
	* gtk/src/selectiondata.[hg|ccg]: Added set() method with fewer
	parameters, that calls get_target() to get the type(), like the
	examples do. Hopefully that is sensible.
	* gtk/src/celllayout.hg: Use C++ CellRenderer* instead of C
	GtkCellRenderer for vfunc paramters.
	* gtk/src/treeiter.[hg|ccg]: Added TreeIter::operator--(), which is
	slow and which has no direct equivalent in GTK+ itself yet.
	* Added lots of const ListHandle and SListHandle get methods, with
	const elements. Fixes bug 126721.

2004-01-29  Murray Cumming  <murrayc@usa.net>

	The drag_data_get and selection_get signals now have Gtk::SelectionData&

2004-01-29  Murray Cumming  <murrayc@usa.net>

	* gtk/src/widget: The drag_data_get and selection_get signals now have
	Gtk::SelectionData& return parameters instead of GtkSelectionData*.
	This requires the latest glibmm, which has added the optional
	custom_c_callback parameter for _WRAP_SIGNAL(). This required some
	copy/paste/changed code in the .ccg files.

2004-01-23  Murray Cumming  <murrayc@src.gnome.org>

	Updated version

2004-01-22  Murray Cumming  <murrayc@usa.net>

	Wrote and used some GlueItem and GlueList classes to better manage the

2004-01-21  Murray Cumming  <murrayc@usa.net>

	* examples/book/treemodelcustom/exampletreemodel.[h|cc]: Wrote and
	used some GlueItem and GlueList classes to better manage the
	GtkTreeIter data. But at the moment, the old iters are never
	invalidatated so this concept is not fully tested.
	* gtk/src/treemodelfilter: Wrapped set_modify_func() after talking
	to Kris about what it does.

2004-01-20  Murray Cumming  <murrayc@usa.net>

	Added set_model_columns() methods, as wrappers for

2004-01-19  Murray Cumming  <murrayc@usa.net>

	* gtk/src/liststore.[hg|ccg], gtk/src/treestore.[hg|ccg]: Added
	set_model_columns() methods, as wrappers for
	gtk_list_store_set_model_columns() and
	gtk_tree_store_set_model_columns().
	* examples/book/treeview/drag_and_drop/dnd_treemodel.[h|cc]: Used
	these methods with a non-static member ModelColumnRecord, so that
	the ModelColumnRecord can be instantiated after the gtkmm type system.
	Thanks to Bryan Forbes for pointing this out.

2004-01-19  Takashi Takekawa  <takekawa@users.sourceforge.jp>

	deleted unnecessary namespace qualification, for the Intel compiler. Bug

	2004-01-19  Takashi Takekawa <takekawa@users.sourceforge.jp>

	* atk/src/text.hg, gtk/src/enums.hg: deleted unnecessary namespace
	qualification, for the Intel compiler. Bug #131172.

2004-01-19  Murray Cumming  <murrayc@usa.net>

	Added copy_to_image() as wrapper for gdk_drawable_copy_to_image(). Add a

2004-01-19  Murray Cumming  <murrayc@usa.net>

	* gdk/src/drawable.[hg|ccg]: Added copy_to_image() as wrapper for
	gdk_drawable_copy_to_image().
	* gtk/src/cellrenderertext.hg: Add a custom m4 conversion for the
	Gdk::Drawable paramter of the render() vfunc, so that it takes
	an extra reference.

2004-01-16  Murray Cumming  <murrayc@usa.net>

	Added TreeIter::set_stamp() and get_stamp(), with documentation, for use

2004-01-14  Murray Cumming  <murrayc@usa.net>

	* gtk/src/treeiter.[hg}ccg]: Added TreeIter::set_stamp() and
	get_stamp(), with documentation, for use when implementing a
	custom TreeModel.
	* gtk/src/treemodel.[hg|ccg]:
	- Hand-coded several vfuncs and their C callbacks, so that we can have
	C++ iterators instead of GtkTreeIter*s in the API, and to reorder some
	parameters.
	- Added 2 extra vfuncs for information about root nodes. The C
	versions of these vfuncs provide root node information when the iter
	is NULL, but it is nicer in C++ to just have an extra vfunc without
	that parameter. This requires an extra if() in the _vfunc_callback()
	implementation.
	- Added documentation for the vfuncs but gmmproc does not yet put the
	documentation in the right place for the generated vfuncs.
	* gtk/src/cellrenderer.hg: Added docuemntation for the vfuncs, but
	gmmproc does not put this documentation in the right place yet.
	* examples/: Added treemodelcustom to show a derived TreeModel, which
	overrides those vfuncs, based on the example by Christof Pettig.

2004-01-12  Murray Cumming  <murrayc@usa.net>

	Removed extra comma to fix build - patch by Billy O'Connor.

2004-01-12  Murray Cumming  <murrayc@usa.net>

	* demos/gtk-demo/example_uimanager.cc: Removed extra comma to fix
	build - patch by Billy O'Connor.

2004-01-09  Murray Cumming  <murrayc@usa.net>

	Added docs, based on the C docs. Added bool return value to iteration().

2004-01-09  Murray Cumming  <murrayc@usa.net>

	* gtk/src/main.[hg|ccg]: Added docs, based on the C docs. Added bool
	return value to iteration().
	* gtk/src/uimanager.hg: Added wrapper for get_toplevels(), as wrapper
	for gtk_ui_manager_get_toplevels().
	* gtk/src/action.hg: add(): Use the new
	gtk_action_group_add_action_with_accels() instead of
	gtk_action_group_add_action() so that it tries to use the stock
	accelerator if the action has a stock_id.

2004-01-08  Murray Cumming  <murrayc@usa.net>

	Added accessors for public struct fields.

2004-01-05  Murray Cumming  <murrayc@usa.net>

	* gdk/src/image.hg: Added accessors for public struct fields.

2004-01-05  Murray Cumming  <murrayc@src.gnome.org>

	spec file fix.

2004-01-05  Murray Cumming  <murrayc@usa.net>

	Added class documentation, by copying it from the C documentation. Added

2004-01-03  Murray Cumming  <murrayc@usa.net>

	* gdk/src/*.[hg|ccg]: Added class documentation, by copying it from the
	C documentation.
	* gdk/gdkmm/: Added rgb.[h|cc] with some global functions, wrapping
	gdk_rgb_get_colormap(), gdk_rgb_get_visual() and gdk_rgb_ditherable().
	* gdk/src/color.hg: Documented all methods, apart from the hsv and hsl
	stuff that is a mystery to me.
	* gdk/src/colormap.hg: Added get_system() as a wrapper for
	gdk_colormap_get_system().
	* gdk/src/device.hg: Added get_name(), get_source(), get_mode() and
	get_has_cursor() as accessors for read-only struct fields.
	* gdk/src/dragcontext.[hg|ccg]: Added get_targets() and documented it
	and other accessors.
	* gtk/src/liststore.hg, treestore.hg: Documented all methods.
	* gtk/src/tree*.hg: Added lots of class and method documentation.

2004-01-02  Murray Cumming  <murrayc@usa.net>

	Corrected generated .devhelp filename so that it matches the pattern that

2003-12-31  Murray Cumming  <murrayc@usa.net>

	* docs/reference/Makefile.am: Corrected generated .devhelp filename
	so that it matches the pattern that devhelp looks for.
	* docs/reference/doxygen_to_devhelp.xsl: Correct link prefix, so that
	it links to the installed html documentation.
	* gtk/gtkmm/accelmap.[h|cc]: Added lock_path() and unlock_path() as
	wrappers for new GTK+ functions. Added documentation for all AccelMap
	methods, based on the GTK+ docs.
	* gtk/src/clipboard.[hg|ccg]: Added documentation, based on the C docs.
	Added wait_for_targets(), as a wrapper for
	gtk_clipboard_wait_for_targets(). Added a version of request_targets()
	with a callback that takes a list of strings, as a wrapper for
	gtk_clipboard_request_targets(), and deprecated the hacky one
	with a callback that takes a SelectionData.
	* atk/src/: Added Hyperlink, Hypertext, Document, and StreamableContent
	* atk/src/atkobject.hg: Now inherits from the Hypertext interfaces as
	well as the others.
	* gtk/src/gtk_methods.defs: Updated from gtk+ with h2defs.py

2003-12-20  Murray Cumming  <murrayc@usa.net>

	Wrapped reorder() method and vfunc. regenerated with h2defs.pyt.

2003-12-20  Murray Cumming  <murrayc@usa.net>

	* gtk/src/celllayout.hg: Wrapped reorder() method and vfunc.
	* gtk/src/gtk_methods.defs and gdk/src/gdk_methods.defs: regenerated
	with h2defs.pyt.

2003-12-19  Murray Cumming  <murrayc@src.gnome.org>

	Added API version number.

2003-12-19  Murray Cumming  <murrayc@usa.net>

	Added set_double_click_distance() as wrapper for

2003-12-18  Murray Cumming  <murrayc@usa.net>

	* gdk/src/display.hg: Added set_double_click_distance() as wrapper
	for gdk_display_set_double_click_distance(), though the .defs for
	it are not there yet.
	* gtk/src/settings.hg: Added double-click-distance property.
	* gtk/src/button.hg: Added get/set_alignment() as wrapper for
	gtk_button_get/set_alignment(), though the .defs are not there yet.
	* pango/src/pangoline.hg: Added get_length(), get_start_index(), and
	get_layout() as accessors for the public struct fields.
	* gtk/src/cellrenderertext.hg: Wrapped the new single-paragraph-mode
	property.

2003-12-14  Murray Cumming  <murrayc@usa.net>

	Make sure that gtkmm2.devhelp is generated before trying to install it.

2003-12-13  Murray Cumming  <murrayc@usa.net>

	* docs/reference/Makefile.am: Make sure that gtkmm2.devhelp is
	generated before trying to install it. Added a doxygen-warnings
	target that outputs the doxygen log to doyxge_warnings.txt.
	* gdk/src/window.hg: Added get_group(), wrapper
	gdk_window_get_group(), and set_accept_focus() as wrapper for
	gdk_window_set_accept_focus().
	* gdk/src/display.hg: Added get_default_group(), as wrapper for
	gdk_display_get_default_group().

2003-12-10  Murray Cumming  <murrayc@usa.net>

	Regenerated with h2defs.py. Corrected C function name in _WRAP_CONSTRUCT,

2003-12-08  Murray Cumming  <murrayc@usa.net>

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/combobox.hg: Corrected C function name in _WRAP_CONSTRUCT,
	so that the constructor is actually generated.
	* gtk/src/comboboxentry.hg: Added set_text_column() as wrapper
	for gtk_combo_box_entry_set_text_column().
	* gtk/src/entrycompletion.[hg|ccg]: Wrapped match_selected signal,
	unpleasantly, by hand-coding everything.
	* gtk/src/filefilter.[hg|ccg]: Added add_custom() as wrapper for
	gtk_file_filter_add_custom(), using a SignalProxy.
	* gtk/src/menu: Added set_monitor() as wrapper for
	gtk_menu_set_monitor().
	* gtk/src/treeviewcolumn.hg: Added get_cell_position() as a
	wrapper for gtk_tree_view_column_cell_get_position().

2003-12-09  Murray Cumming  <murrayc@usa.net>

	Regenerated with h2defs.py. Corrected C function name in _WRAP_CONSTRUCT,

2003-12-08  Murray Cumming  <murrayc@usa.net>

	* gtk/src/gtk_methods.defs: Regenerated with h2defs.py.
	* gtk/src/combobox.hg: Corrected C function name in _WRAP_CONSTRUCT,
	so that the constructor is actually generated.
	* gtk/src/comboboxentry.hg: Added set_text_column() as wrapper
	for gtk_combo_box_entry_set_text_column().
	* gtk/src/entrycompletion.[hg|ccg]: Wrapped match_selected signal,
	unpleasantly, by hand-coding everything.
	* gtk/src/filefilter.[hg|ccg]: Added add_custom() as wrapper for
	gtk_file_filter_add_custom(), using a SignalProxy.
	* gtk/src/menu: Added set_monitor() as wrapper for
	gtk_menu_set_monitor().
	* gtk/src/treeviewcolumn.hg: Added get_cell_position() as a
	wrapper for gtk_tree_view_column_cell_get_position().

2003-12-08  Murray Cumming  <murrayc@usa.net>

	Added init.[h|cc] so you can use these libraries without using all of

2003-12-08  Murray Cumming  <murrayc@usa.net>

	* atk/atkmm/, pango/pangomm: Added init.[h|cc] so you can use
	these libraries without using all of gtkmm.

2003-12-06  Murray Cumming  <murrayc@usa.net>

	Removed the constructor that takes a RadioToolButton& group, because it

2003-12-06  Murray Cumming  <murrayc@usa.net>

	* gtk/src/radiotoolbutton.[hg|ccg]: Removed the constructor that
	takes a RadioToolButton& group, because it looks like a copy
	constructor. Added a constructor that takes a Widget& icon_group,
	for consistency with the other ToolButton classes.
	Bug 128484 (Billy O'Connor).

2003-12-03  Murray Cumming  <murrayc@usa.net>

	Wrapped get_accessible, screen_changed, and can_activate_accel signals,

2003-12-03  Murray Cumming  <murrayc@usa.net>

	* gtk/src/widget.hg: Wrapped get_accessible, screen_changed, and
	can_activate_accel signals, though the .defs are not there for them
	yet.

2003-11-28  Murray Cumming  <murrayc@usa.net>

	Added iter_is_valid(). Use the old TreeIter:: operator bool() as a default

2003-11-27  Murray Cumming  <murrayc@usa.net>

	* gtk/src/treemodel.hg: Added iter_is_valid(). Use the old TreeIter::
	operator bool() as a default implementation, but this is already
	reimplemented in ListStore and TreeStore, using GTK+ functions.
	* gtk/src/treeiter.hg: operator bool(): Use iter_is_valid() instead
	of our hack.

2003-11-23  Murray Cumming  <murrayc@usa.net>

	Manually-implement constructors, because the group is not a property. Use

2003-11-23  Murray Cumming  <murrayc@usa.net>

	* gtk/src/radiotoolbutton.[hg|ccg]: Manually-implement constructors,
	because the group is not a property.
	* examples/book/toolbar: Use the new Toolbar API, to test it, though
	this example should probably use the UIManager in future.
	* gtk/gtkmm.h: Added the toolitem headers.

2003-11-22  Murray Cumming  <murrayc@usa.net>

	Deprecated ToolList. Added GTKMM_DISABLE_DEPRECATED to examples build.

2003-11-22  Murray Cumming  <murrayc@usa.net>

	* gtk/src/toolbar.[hg|ccg]: Deprecated ToolList.
	* examples/Makefile.am_fragment: Added GTKMM_DISABLE_DEPRECATED to
	examples build.
	* gdk/src/pixbuf.[hg|ccg]: Wrapped get_formats().

2003-11-20  Murray Cumming  <murrayc@src.gnome.org>

	Added missing files.

2003-11-19  Murray Cumming  <murrayc@src.gnome.org>

	Updated NEWS

2003-11-19  Murray Cumming  <murrayc@usa.net>

	Fix the distcheck for the .devhelp file. Add the get/set_markup methods,

2003-11-19  Murray Cumming  <murrayc@usa.net>

	* docs/reference/Makefile.am: Fix the distcheck for the .devhelp file.
	* gtk/src/expander.hg: Add the get/set_markup methods, though there
	are no .defs for them yet.

2003-11-17  Murray Cumming  <murrayc@src.gnome.org>

	merged some missing docs stuff from 2.2

2003-11-17  Murray Cumming  <murrayc@usa.net>

	Changed constructors, and added set_model(), because the model is now a

2003-11-17  Murray Cumming  <murrayc@usa.net>

	* gtk/src/combobox.hg: Changed constructors, and added set_model(),
	because the model is now a non-construct-only property in GTK+.
	* gtk/gtkmm/comboboxtext.[h|cc]: Used changed API to implement this.
	examples/book/combobox/text now works.

2003-11-17  Murray Cumming  <murrayc@usa.net>

	Wrapped new functions, including the ToolItem-based insert, append, and

2003-11-16  Murray Cumming  <murrayc@usa.net>

	* gtk/src/toolbar.[hg|cc]: Wrapped new functions, including the
	ToolItem-based insert, append, and prepend, and deprecated our
	equivalents of the deprecated C functions.
	Moved deprecated Elements API into toolbar_elements.[h|cc].
	* gtk/src/gtk_docs.xml: Replaced with freshly generated output
	from docextract_to_xml.py from pygtk.
	* Added gdk/src/pixbufformat.[hg|ccg] as wrapper for GdkPixbufFormat.

2003-11-14  Murray Cumming  <murrayc@usa.net>

	:Free, though I feel sure that I did this once before. Bug #126870.

2003-11-14  Murray Cumming  <murrayc@usa.net>

	* gdk/src/gdk_docs_override.xml, gtk/src/gtk_docs_override.xm,
	pango/src/pango_docs_override.xml. Added overrides for 4 or 5 methods
	that mention Glib::Free, though I feel sure that I did this once
	before. Bug #126870.

2003-11-05  Murray Cumming  <murrayc@usa.net>

	Fixed typos to fix build.

2003-11-05  Murray Cumming  <murrayc@usa.net>

	* gtk/src/widget.hg, gdk/src/window.hg: Fixed typos to fix build.

2003-11-04  Murray Cumming  <murrayc@usa.net>

	Renamed add_action() to add(), to reduce the amount of client code

2003-11-03  Murray Cumming  <murrayc@usa.net>

	* gtk/src/action.[hg|ccg]: Renamed add_action() to add(), to reduce
	the amount of client code slightly.
	* gtk/src/celllayout.[hg|ccg]: Added set_cell_data_func(), using
	SignalProxy.
	* gtk/src/treemodelfilter.[hg|ccg]:
	Added set_visible_func(), using SignalProxy.
	Added convert methods.

2003-11-03  Murray Cumming  <murrayc@usa.net>

	renamed create_from_stock() to create() because I think we can overload

2003-11-02  Murray Cumming  <murrayc@usa.net>

	* gtk/src/*action.[hg|ccg]: renamed create_from_stock() to
	create() because I think we can overload the methods, because the
	parameters are distinguishable.
	* examples/book/dialogs/: Added filechooserdialog, by copying and
	modifying the fileselectiondialog example.
	* gtk/src/entrycompletion.[hg|ccg]: wrap set_match_func() using
	SignalProxy.

2003-11-01  Murray Cumming  <murrayc@usa.net>

	Added wrappers for FileChooser, FileChooserWidget, FileChooserDialog and

2003-11-01  Murray Cumming  <murrayc@usa.net>

	* gtk/src/: Added wrappers for FileChooser, FileChooserWidget,
	FileChooserDialog and FileFilter. FileChooser is an interface
	but I see no way to override it.
	* Wrapped some more signals and vfuncs.

2003-10-31  Murray Cumming  <murrayc@src.gnome.org>

	Added missing files.

2003-10-31  Murray Cumming  <murrayc@usa.net>

	Corrected links to glibmm docs, using relative links.

2003-10-31  Murray Cumming  <murrayc@usa.net>

	* docs/index.html: Corrected links to glibmm docs, using relative
	links.

2003-10-30  Murray Cumming  <murrayc@usa.net>

	Removed get/set_pack_end() now that they are removed from GTK+, to fix the

2003-10-30  Murray Cumming  <murrayc@usa.net>

	* gtk/src/toolitem.hg: Removed get/set_pack_end() now that they are
	removed from GTK+, to fix the CVS build.
	* docs/Makefile.am_fragment: Install docs to gtkmm-2.4 directory
	instead of gtkmm-2.3.
	* docs/reference/Makefile.am: Add installdox rule to make the
	reference html link to the glibmm docs when they are installed.

2003-10-28  Murray Cumming  <murrayc@usa.net>

	Dealt with several //TODO comments, adding several unset_*() methods

2003-10-26  Murray Cumming  <murrayc@usa.net>

	* Dealt with several //TODO comments, adding several unset_*() methods
	* *Action: Changed create() to create_from_stock() and create.
	* ToggleAction: create() methods: Added bool is_active parameter.
	* RadioAction: create() methods: Added group parameter.
	* Added gtk/gtkmm/radiobuttongroup.[h|cc] containing
	Gtk::RadioButtonGroup. This was previously in the Gtk::Menu_Helpers
	namespace. It now works with RadioActions as well as the 3 other
	Radio item classes.
	* Added examples/combobox/complex, showing a custom tree model,

2003-10-25  Murray Cumming  <murrayc@usa.net>

	regenerated, keeping hand-coded changes, after adding some extra GTypes to

2003-10-24  Murray Cumming  <murrayc@usa.net>

	* gtk/src/gtk_signals.defs: regenerated, keeping hand-coded changes,
	after adding some extra GTypes to tools/extra_defs_gen.
	* gkt/gtkmm: Added cellrenderer_generation.[h|cc], with some of the
	templates and template specialisations previously in
	treeviewcolumn.[hg|ccg]. This allowed them to be reused in
	gtk/src/celllayout.hg for a pack_start(model column) template.
	* demos/gtk-demo/: Added example_ui_manager.cc - a C++ version of
	the C one.

2003-10-22  Murray Cumming  <murrayc@usa.net>

	Added wrappers for GtkToolItem, ToolButton, ToggleButton, RadioToolButton.

2003-10-22  Murray Cumming  <murrayc@usa.net>

	* Added wrappers for GtkToolItem, ToolButton, ToggleButton,
	RadioToolButton.

2003-10-18  Murray Cumming  <murrayc@usa.net>

	Updated for latest API. Added gtk/gtkmm/comboboxtext.[h|cc], putting

2003-10-17  Murray Cumming  <murrayc@usa.net>

	* gtk/src/combobox.hg: Updated for latest API.
	* Added gtk/gtkmm/comboboxtext.[h|cc], putting text-based stuff
	in a sub class.
	* gtk/src/treemodel.[hg|ccg]: Added const overload of children(),
	but it's a bad hack that needs more attention.
	* Added examples/book/combobox, which uses ComboBoxText and should use
	ComboBox also in future. It segfaults at the moment.
	* Added gtk/src/toggleaction.[hg|ccg] and gtk/src/radioaction.hg.
	* Wrapped GList* and GSList*-using methods.
	* UIManager: Wrapped Error-using methods, with optional errthrow
	parameter of _WRAP_METHOD().
	* gtk/src/gtk_signals.defs: Updated with newly-generated defs from
	extra_defs_gen, redoing the by-hand corrections.
	* examples/book/dialogs/colorselection, fontselection: Used
	the buttons instead. This will be moved into the buttons folder
	later.
	* examples/book/dialogs/messagedialog: Updated for new constructor
	API.

2003-10-17  Murray Cumming  <murrayc@usa.net>

	Updated for latest API. Added gtk/gtkmm/comboboxtext.[h|cc], putting

2003-10-17  Murray Cumming  <murrayc@usa.net>

	* gtk/src/combobox.hg: Updated for latest API.
	* Added gtk/gtkmm/comboboxtext.[h|cc], putting text-based stuff
	in a sub class.
	* gtk/src/treemodel.[hg|ccg]: Added const overload of children(),
	but it's a bad hack that needs more attention.
	* Added examples/book/combobox, which uses ComboBoxText and should use
	ComboBox also in future. It segfaults at the moment.
	* gtk/src/gtk_signals.defs: Updated with newly-generated defs from
	extra_defs_gen, redoing the by-hand corrections.

2003-10-12  Murray Cumming  <murrayc@usa.net>

	Comment-out wrapper for row-inserted signal, until gtk+ bug 123923 has

2003-10-12  Murray Cumming  <murrayc@usa.net>

	* gtk/src/treemodel.hg: Comment-out wrapper for row-inserted
	signal, until gtk+ bug 123923 has been dealt with, to prevent
	treeview crash with GTK+ 2.3

2003-10-12  Murray Cumming  <murrayc@usa.net>

	Action, ActionGroup, CellLayout, ComboBox, ComboBoxEntry, ColorButton,

2003-10-12  Murray Cumming  <murrayc@usa.net>

	* Added wrappers for new GTK+  classes: Action, ActionGroup,
	CellLayout, ComboBox, ComboBoxEntry, ColorButton, EntryCompletion,
	Expander, FontButton, UIManager, and a few extra methods and
	properties. More API details in NEWS.

2003-10-01  Murray Cumming  <murrayc@usa.net>

	Correct the GdkDrawable conversion to fix the build.

2003-10-01  Murray Cumming  <murrayc@usa.net>

	* tools/m4/convert_gdk.m4: Correct the GdkDrawable conversion to
	fix the build.

2003-09-30  Murray Cumming  <murrayc@usa.net>

	The CellRenderer render vfunc now takes a Gdk::Drawable instead of a

2003-09-30  Murray Cumming  <murrayc@usa.net>

	* gtk/src/cellrenderer.hg, gtk/src/gtk_vfuncs.defs,
	tools/m4/convert_gdk.m4: The CellRenderer render vfunc now takes a
	Gdk::Drawable instead of a Gdk::Window, as per my recent change
	in GTK+ in CVS. See bug #102405.

2003-09-30  Murray Cumming  <murrayc@usa.net>

	Updated with h2defs.py from GTK+ in cvs.

2003-09-30  Murray Cumming  <murrayc@usa.net>

	* gtk/src/gtk_methods.defs: Updated with h2defs.py from GTK+ in cvs.

2003-09-30  Murray Cumming  <murrayc@src.gnome.org>

	Added TODO.

2003-09-30  Murray Cumming  <murrayc@src.gnome.org>

	Added missing files.

2003-09-30  Murray Cumming  <murrayc@usa.net>

	Wrapped the CellRenderer::background-cell-* properties that seem to have

2003-09-30  Murray Cumming  <murrayc@usa.net>

	* gtk/src/cellrenderer.hg, gtk/src/gtk_signals.defs:
	Wrapped the CellRenderer::background-cell-* properties that seem
	to have been added in GTK+ 2.2, but that we had not wrapped yet.
	Bug #116803.

2003-09-30  Murray Cumming  <murrayc@usa.net>

	get_selection_bounds() returns a bool to say whether anything is selected.

2003-09-30  Murray Cumming  <murrayc@usa.net>

	* gtk/src/textbuffer.hg: get_selection_bounds() returns a bool
	to say whether anything is selected. Bug #118459
	* gtk/src/widget.hg: get_style_property(): Parameter renamed to
	avoid rare warning. Part of bug #117740.

2003-09-28  Bradley Bell  <btb@debian.org>

	workarounds for inaccessible base bugs with latest gcc.

2003-09-28  Bradley Bell  <btb@debian.org>

	* gtk/src/notebook.hg, gtk/src/treeiter.ccg, gtk/src/treeiter.hg:
	workarounds for inaccessible base bugs with latest gcc.

2003-09-28  Cedric Gustin  <cedric.gustin@swing.be>

	Removed a bunch of _GTKMMPROC_SIGNAL_H_AND_CC(#ifndef G_OS_WIN32)

2003-09-11  Cedric Gustin  <cedric.gustin@swing.be>

	* atk/src/text.hg, gdk/src/display.hg, gdk/src/displaymanager.hg,
	gdk/src/screen.hg, glib/glibmm/threadpool.cc,
	gtk/src/clipboard.hg, gtk/src/treerowreference.hg,
	gtk/src/widget.hg, gtk/src/window.hg : Removed a bunch of
	_GTKMMPROC_SIGNAL_H_AND_CC(#ifndef G_OS_WIN32) restrictions. These
	functions are now implemented in the latest (2.2.4) GTK+ on win32.
	* gdk/src/Makefile_list_of_hg.am_fragment,
	gtk/src/Makefile_list_of_hg.am_fragment : Adapted Makefile.am's
	accordingly. In particular, Gtk::Clipboard is now supported on
	win32.
	* README.win32 : Updated list of unsupported functions.

2003-09-05  Bradley Bell  <btb@debian.org>

	Distribute doxygen tags

2003-09-04  Bradley Bell  <btb@debian.org>

	* docs/reference/Makefile.am: Distribute doxygen tags

2003-08-20  Murray Cumming  <murrayc@usa.net>

	Add refreturn WRAP_METHOD() parameter to open() and

2003-08-20  Murray Cumming  <murrayc@usa.net>

	* gdk/src/display.hg: Add refreturn WRAP_METHOD() parameter to
	open() and open_default_libgtk_only(), because these seem to return
	an existing instance rather than a new one. Should fix bug #119049.

2003-08-20  Murray Cumming  <murrayc@src.gnome.org>

	Merged todays stuff from gtkmm 2.2

2003-08-12  Martin Schulze  <teebaum@cvs.gnome.org>

	Add information about what to do when the column type is not supported and

2003-08-11  Martin Schulze  <teebaum@cvs.gnome.org>

	* gtk/src/treeview.hg, docs/tutorial/gtkmm-tut.xml:
	Add information about what to do when the column type is not
	supported and TreeView::append_column() sets up the CellRenderer
	incompletely (bug #118922).

2003-07-21  Murray Cumming  <murrayc@usa.net>

	Documentation: Corrected the switched vertical/horizonal descriptions of

2003-07-21  Murray Cumming  <murrayc@usa.net>

	* src/gtk/buttonbox.hg: Documentation: Corrected the switched
	vertical/horizonal descriptions of VButtonBox and HButtonBox.
	Bug #117883.

2003-07-19  Murray Cumming  <murrayc@usa.net>

	:_init_unmanage(): Don't g_object_ref() objects that are already not

2003-07-05  Murray Cumming  <murrayc@usa.net>

	* gtk/src/object.ccg Object::_init_unmanage():
	Don't g_object_ref() objects that are already not managed, such as
	stuff used with Glib::Wrap() which is already in a container
	(Containers sink (unfloat) child widgets after they are added). Also,
	don't mark it as not manage()d, (!referenced_) of course. This was
	doing one-too-many refs, so sometimes the objects would not be
	finalized even if they were destroyed. Daniel Elstner found this
	potential problem months ago and I should have listened to him.
	This seems to fix the lifetime bug shown in tests/wrap_existing. I think this
	fixes the get_toplevel_windows() leak shown in tests/refcount_dialog also.
	Thanks to Harold Hopfes for doing _lots_ of investigation work on this bug.
	* gtk/src/window.ccg: Window::_destroy_c_instance():
	Remove the g_object_unref() that was a window-specific fix for the
	extra g_object_ref() in gtk/src/object.ccg above.

2003-07-12  Murray Cumming  <murrayc@usa.net>

	Added overrides for documentation that talks about null pointer values

2003-07-12  Murray Cumming  <murrayc@usa.net>

	* pango/src/pango_docs_override.xml,
	gdk/src/gdk_docs_override.xml,
	gtk/src/gtk_docs_override.xml: Added overrides for documentation
	that talks about null pointer values where we use references. Added
	TODOs in the .hg files to add unset() methods in 2.4 to support this
	functionality.

2003-07-03  Murray Cumming  <murrayc@usa.net>

	Used %p and (void*) cast to various g_warning()s used when

2003-07-03  Murray Cumming  <murrayc@usa.net>

	* Used %p and (void*) cast to various g_warning()s used when
	--enable-debug-refcounting is used, avoiding compiler warnings.
	* Added tests/wrap_existing, which shows a memory leak that we are
	currently working on.

2003-06-17  Murray Cumming  <murrayc@usa.net>

	Applied patch from Andreas Rottman mentioning libsigcx extension library.

2003-06-17  Murray Cumming  <murrayc@usa.net>

	* docs/FAQ/gtkmm_faq.xml: Applied patch from Andreas Rottman
	mentioning libsigcx extension library.

2003-06-14  Cedric Gustin  <cedric.gustin@swing.be>

	Added declaration of generate_cellrenderer full class specialization for

2003-06-13  Cedric Gustin  <cedric.gustin@swing.be>

	* gtk/src/treeviewcolumn.hg: Added declaration of
	generate_cellrenderer full class specialization for types bool and
	Gdk::Pixbuf. This solves a long-standing bug with treeviews on
	win32. Hopefully, it will also solve bug #113688 on Debian.
	* demos/gtk-demo/example_stockbrowser.cc: Removed GTKMM_WIN32
	compiler directive. On win32, stock icons are not displayed as
	expected in the first column of the treeview.

2003-05-31  Murray Cumming  <murrayc@usa.net>

	Depends on GTK+ 2.3.0 now that GTK+ has branched, with GTK+ 2.4 in HEAD.

2003-05-31  Murray Cumming  <murrayc@usa.net>

	* configure.in: Depends on GTK+ 2.3.0 now that GTK+ has branched, with
	GTK+ 2.4 in HEAD.
	* configure.in: gmmproc is now installed in a glibmm-2.3 folder
	rather than a glibmm-2.4 folder.
	* gtk/src/alignment.hg: Wrapped new padding functions and properties.
	Wrote New in GTK+ 2.4 next to them. They need regenerated .defs files,
	but we can do that later.

2003-05-21  Murray Cumming  <murrayc@src.gnome.org>

	stuff fromm gtkmm2

2003-05-10  Murray Cumming  <murrayc@usa.net>

	gtk/src/menushell.[hg|ccg] replace GP_LIST_CONTAINER_REMOVE() with

2003-05-09  Murray Cumming  <murrayc@usa.net>

	* gtk/src/menushell.[hg|ccg] replace GP_LIST_CONTAINER_REMOVE() with
	custom-written remove() and erase() MenuList methods, to ensure that
	we unset the accel widget that we might have set in the MenuItem()
	constructor. This avoids a memory leak due to the extra reference.
	* gtk/src/accel_label.[hg|ccg]: Added unset_accel_widget().

2003-05-07  Murray Cumming  <murrayc@src.gnome.org>

	refreturn fix.

2003-05-07  Murray Cumming  <murrayc@usa.net>

	Implemented a custom destructor which calls remove_menu(), to prevent the

2003-05-06  Murray Cumming  <murrayc@usa.net>

	* gtk/src/optionmenu.[hg|ccg]: Implemented a custom destructor which
	calls remove_menu(), to prevent the menu (set with set_menu()), from
	remembering a dead OptionMenu. See the comment in the destructor for
	more details.

2003-05-02  Murray Cumming  <murrayc@usa.net>

	Added namespace prefix to all StateType parameter types, because there is

2003-05-02  Murray Cumming  <murrayc@usa.net>

	* *.hg: Added namespace prefix to all StateType parameter types,
	because there is one in Atk and in Gtk and that confuses Doxygen.
	* demos/gtk-demo/example_change_display.cc: Commented-out some unused
	method parameters, to avoid warnings.

2003-04-30  Murray Cumming  <murrayc@src.gnome.org>

	missing file.

2003-04-30  Gene Ruebsamen  <gene@erachampion.com>

	Added a new appendix for win32 with the cygwin/command-line portion

	2003-04-26  Gene Ruebsamen <gene@erachampion.com>

	* docs/tutorial/gtkmm-tut.xml: Added a new appendix for win32
	with the cygwin/command-line portion contributed by Cedric Gustin.
	Created a new link from the Installation section to point to the new appendix.
	Also fixed the filename of the tutorial in the Contributing section.
	* docs/tutorial/figures/devcpp_project_options.png: Added new image for
	the new win32 appendix described above.

2003-04-23  Murray Cumming  <murrayc@usa.net>

	Install headers in x.3 directories instead of .4 because I noticed that

2003-04-22  Murray Cumming  <murrayc@usa.net>

	* Install headers in x.3 directories instead of .4 because I noticed
	that some are already there so it needed to be fixed, and, given the
	current build files, it was easier to choose .3 than .4 (it is based
	on the library names), and because it does not seem like such a bad
	idea.

2003-04-21  Murray Cumming  <murrayc@usa.net>

	Added GP_LIST_ITER(Glib::List_Cpp_Iterator<GtkListItem, ComboDropDownItem>

2003-04-21  Murray Cumming  <murrayc@usa.net>

	* gtk/src/menushell.ccg: Added
	GP_LIST_ITER(Glib::List_Cpp_Iterator<GtkListItem, ComboDropDownItem>
	because the standard GP_LIST iterator seems to be useless. See bug
	#110206.

2003-04-20  Murray Cumming  <murrayc@src.gnome.org>

	Finished last change properly.

2003-04-20  Murray Cumming  <murrayc@usa.net>

	Added idle directory. Added examples/book/idle/Makefile.

2003-04-21  Murray Cumming  <murrayc@usa.net>

	* examples/book/Makefile.am: Added idle directory.
	* configure.in: Added examples/book/idle/Makefile.

2003-04-16  Ole Laursen  <olau@hardworking.dk>

	Added unset_fg/bg/font/text/base to support unwrapped null pointer

2003-04-15  Ole Laursen  <olau@hardworking.dk>

	* gtk/src/widget.{cc,h}g: Added unset_fg/bg/font/text/base to
	support unwrapped null pointer parameter to modify_fg/bg/....

2003-04-14  Ole Laursen  <olau@hardworking.dk>

	Switched to using wrappers of grab_add and friends instead of using the C

2003-04-13  Ole Laursen  <olau@hardworking.dk>

	* examples/cellrenderercustom/cellrendererpopup.cc: Switched to
	using wrappers of grab_add and friends instead of using the C
	functions.

	* gtk/src/main.ccg, gtk/src/main.hg: Removed commented wrapper of
	grab_add and friends.

	* gtk/src/widget.ccg, gtk/src/widget.hg: Wrapped
	gtk_grab_add()/remove()/get_current().

2003-03-30  Murray Cumming  <murrayc@usa.net>

	Added overrides for docs that mention *_free() functions.

2003-03-30  Murray Cumming  <murrayc@usa.net>

	* gtk/gtk_docs_override.xml, likewise atk, pango: Added overrides for
	docs that mention *_free() functions.

2003-03-27  Martin Schulze  <MHL.Schulze@t-online.de>

	AttrList::insert, AttrList::insert_before, AttrList::change must pass a

2003-03-26  Martin Schulze  <MHL.Schulze@t-online.de>

	* pango/src/attrlist.{ccg,hg}: AttrList::insert,
	AttrList::insert_before, AttrList::change must pass a copy of
	the attribute parameter into the c functions (should fix #109334).

2003-03-22  Murray Cumming  <murrayc@src.gnome.org>

	Various stuff. I think some of this has been sitting around for a week.

2003-03-20  Ole Laursen  <olau@hardworking.dk>

	Applied patch from Detlef Reichl to add protected set_window and

2003-03-20  Ole Laursen  <olau@hardworking.dk>

	* gtk/src/widget.hg: Applied patch from Detlef Reichl to add
	protected set_window and set_allocation (#108484).

2003-03-20  Ole Laursen  <olau@src.gnome.org>

	Committed patch from Cedric (bug #108240)

2003-03-13  Sebastian Rittau  <srittau@src.gnome.org>

	Mentions the bug number.

2003-03-13  Sebastian Rittau  <srittau@src.gnome.org>

	Added refreturn flag to both GC::get_screen() flavors.

	* gdk/src/gc.hg: Added refreturn flag to both GC::get_screen() flavors.

2003-03-03  Bryan Forbes  <mxpxfifws@yahoo.com>

	Added documentation for constructors and _MEMBER_GET() wrappers. Added the

2003-02-14  Bryan Forbes  <mxpxfifws@yahoo.com>

	* gtk/src/accelgroup.hg:
	* gtk/src/accellabel.hg:
	* gtk/src/adjustment.hg:
	* gtk/src/alignment.hg:
	* gtk/src/arrow.hg:
	* gtk/src/aspectframe.hg:
	* gtk/src/bin.hg: Added documentation for constructors and
	_MEMBER_GET() wrappers.
	* gtk/src/box.hg: Added the PackOptions enum into the gtkmmEnums
	group so it is now on the correct documentation page.
	* gtk/src/enums.hg: Allow Doxygen to grab Gtk::AlignmentEnum (used in
	alignment.hg and others) and added it to the gtkmmEnums group.
	* gtk/src/gtk_docs_override.xml: Added documentation for methods
	in accelgroup.hg, accellabel.hg, adjusment.hg, and arrow.hg.

2003-01-27  Murray Cumming  <murrayc@usa.net>

	Used refreturn on get_default() and get_core_pointer(), preventing

2003-01-27  Murray Cumming  <murrayc@usa.net>

	* gdk/src/display.hg: Used refreturn on  get_default() and
	get_core_pointer(), preventing segfaults.

2003-01-27  Murray Cumming  <murrayc@usa.net>

	:is_null() with use of operator bool().

2003-01-27  Murray Cumming  <murrayc@usa.net>

	* Replaced use of RefPtr::is_null() with use of operator bool().

2003-01-23  Murray Cumming  <murrayc@src.gnome.org>

	Fixed previous fix.

2003-01-23  Murray Cumming  <murrayc@usa.net>

	Element::Element(MenuItem): Use the Glib::RefPtr<> constructor explicitly,

2003-01-24  Murray Cumming  <murrayc@usa.net>

	* gtk/gtkmm/menu_elems.cc: Element::Element(MenuItem): Use the
	Glib::RefPtr<> constructor explicitly, for clarity, and do the
	necessary extra ref - fixes lifetime bug 104194

2003-01-23  Murray Cumming  <murrayc@usa.net>

	- Gtk::Container: Removed const set_focus_chain(), added const

2003-01-23  Murray Cumming  <murrayc@usa.net>

	* More TODOs:
	- Gtk::Container: Removed const set_focus_chain(), added const
	get_focus_chain().
	- Gtk::TreeDragSource::drag_data_get() and
	Gtk::TreeDragDest::row_drag_possible() now use SelectionData
	instead of GtkSelectionData.

2003-01-23  Murray Cumming  <murrayc@usa.net>

	Updated dnd examples for new signal signatures.

2003-01-23  Murray Cumming  <murrayc@usa.net>

	* Updated dnd examples for new signal signatures.

2003-01-23  Murray Cumming  <murrayc@usa.net>

	:Device and Gtk::SelectionData.

2003-01-23  Murray Cumming  <murrayc@usa.net>

	* More use of Gdk::Device and Gtk::SelectionData.

2003-01-22  Murray Cumming  <murrayc@usa.net>

	Used _IGNORE_SIGNAL() on keybinding signals, though gmmproc still

2003-01-22  Murray Cumming  <murrayc@usa.net>

	* Used _IGNORE_SIGNAL() on keybinding signals, though gmmproc still
	complains about them. I founds these signals by grepping for
	binding_entry_add_signal in the gtk+ source code.
	* Dealt with various minor TODOs, adding const and using C++ types.

2003-01-22  Murray Cumming  <murrayc@usa.net>

	Rename GTKMM_ macros to GLIBMM_.

2003-01-22  Murray Cumming  <murrayc@usa.net>

	* Rename GTKMM_ macros to GLIBMM_.

2003-01-22  Murray Cumming  <murrayc@src.gnome.org>

	Some distcheck fixage.

2003-01-22  Murray Cumming  <murrayc@usa.net>

	Used the general/win32/posix variables used in the gtkmm Makefile.ams, so

2003-01-22  Murray Cumming  <murrayc@usa.net>

	* build_shared: Used the general/win32/posix variables used in
	the gtkmm Makefile.ams, so that the libraries actually build.
	* gtk/src/treepath.[hg|ccg]: Removed the TreePath(bool) override, as
	suggested, because it broke the build, because we don't seem to set
	gtkmm_COMPILATION.
	* gtk/gtkmm/menu_elem.[h|cc]: It used the RefPtr::operator=() that we
	removed because that operator=() shouldn't be used. Faked the behaviour
	with an explict use of the constructor and a reference() for now, with
	a TODO.

2003-01-21  Murray Cumming  <murrayc@src.gnome.org>

	More version fixing.

2003-01-21  Murray Cumming  <murrayc@usa.net>

	1.4 -> 1.3 and 2.4 -> 2.3 so that they can be unstable.

2003-01-21  Murray Cumming  <murrayc@usa.net>

	* Changed library nemes: 1.4 -> 1.3 and 2.4 -> 2.3 so that they
	can be unstable.

2003-01-21  Murray Cumming  <murrayc@usa.net>

	Copied and modified slightly the build_shared files from libgdamm, to use

2003-01-21  Murray Cumming  <murrayc@usa.net>

	* Copied and modified slightly the build_shared files from libgdamm,
	to use the gmmproc from glibmm-2.4.

2003-01-21  Murray Cumming  <murrayc@usa.net>

	1.0 -> 1.4 and 2.0 -> 2.4

2003-01-21  Murray Cumming  <murrayc@usa.net>

	* Changed library names: 1.0 -> 1.4 and 2.0 -> 2.4

2003-01-21  Murray Cumming  <murrayc@src.gnome.org>

	initial import

2003-01-21  Murray Cumming  <murrayc@src.gnome.org>

	Initial revision

