2.15.3: (2.15.2 was skipped.) 2009-02-05 Murray Cumming * 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. 2009-02-05 Murray Cumming * 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(). 2009-02-05 Theppitak Karoonboonyanan * docs/reference/Doxyfile.in: * docs/reference/Makefile.am: Allow pangomm to build outside the source tree. Bug #570325 2009-01-31 Armin Burgmeier * 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). 2009-01-27 Murray Cumming * 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.