2.11.5: 2007-07-21 Murray Cumming * 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. 2007-07-20 Marko Anastasov * gtk/src/textbuffer.hg: Wrapped cursor-position, copy-target-list and paste-target-list properties from GTK+ 2.10. 2007-07-14 Murray Cumming * 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. 2007-07-13 Murray Cumming * 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. 2007-07-12 Murray Cumming * 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(). 2007-07-03 Johannes Schmid * gtk/src/uimanager.hg: Added class documentation based on GTK+ 2007-07-03 Murray Cumming * gtk/src/treeview.hg: Added is_rubber_banding_active(). 2007-07-02 Murray Cumming * 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.