======================================== NEWS: Glib-1.131 ======================================== Overview of changes in Glib 1.131 ================================= * Add Glib::Object::find_property. [Emmanuele] Overview of changes in Glib 1.130 ================================= * Wrap new GKeyFile API: [Torsten] - Glib::KeyFile::set_double, - Glib::KeyFile::get_double, - Glib::KeyFile::set_double_list, and - Glib::KeyFile::get_double_list * Register GInitiallyUnowned as Glib::InitiallyUnowned. [Torsten] * Add GBookmarkFile bindings. [Emmanuele] ======================================== UPDATED: glibmm-2.11.3 ======================================== glibmm was updated without a NEWS entry. ======================================== NEWS: gnome-python-2.15.90 ======================================== Overview of Changes from gnome-python 2.15.4 to gnome-python 2.15.90 =================================================================== * gnomevfs - Lazy load the bonobo-based APIs and libraries (Gustavo) * general - Add an example demonstrating integration with bug-buddy (Fernando Herrera) ======================================== NEWS: Gtk2-1.131 ======================================== Overview of changes in Gtk2 1.131 ================================= * Allow passing undef to the Gtk2::Widget::modify_* methods. [muppet] * Add support for GtkCellRendererSpin. [Torsten] * Add support for GtkPageSetup, GtkPaperSize, GtkPrintContext, GtkPrintOperation, GtkPrintOperationPreview, GtkPrintSettings. [Torsten] * Add support for GtkRecentChooser, GtkRecentChooserDialog, GtkRecentChooserMenu, GtkRecentChooserWidget, GtkRecentFilter, GtkRecentManager. [Emmanuele] * Wrap new API: [Torsten, muppet] - gtk_button_set_image_position, gtk_button_get_image_position - gtk_clipboard_request_rich_text, gtk_clipboard_wait_for_rich_text, gtk_clipboard_wait_is_rich_text_available - gtk_combo_box_set_title, gtk_combo_box_get_title - gtk_drag_dest_set_track_motion, gtk_drag_dest_get_track_motion - gtk_entry_set_inner_border, gtk_entry_get_inner_border - gtk_file_chooser_button_set_focus_on_click, gtk_file_chooser_button_get_focus_on_click - gtk_label_set_line_wrap_mode, gtk_label_get_line_wrap_mode - gtk_message_dialog_set_image - gtk_notebook_set_window_creation_hook, gtk_notebook_set_group_id, gtk_notebook_get_group_id, gtk_notebook_set_tab_reorderable, gtk_notebook_get_tab_reorderable, gtk_notebook_set_tab_detachable, gtk_notebook_get_tab_detachable - gtk_radio_action_set_current_value - gtk_range_get_lower_stepper_sensitivity, gtk_range_set_lower_stepper_sensitivity, gtk_range_get_upper_stepper_sensitivity, gtk_range_set_upper_stepper_sensitivity - gtk_scrolled_window_unset_placement - gtk_target_list_add_rich_text_targets, gtk_targets_include_text, gtk_targets_include_uri, gtk_targets_include_rich_text, gtk_targets_include_image, gtk_selection_data_targets_include_rich_text, gtk_selection_data_targets_include_uri - gtk_size_group_get_widgets - gtk_status_icon_position_menu, gtk_status_icon_get_geometry - gtk_style_lookup_color - gtk_text_buffer_get_has_selection, gtk_text_buffer_get_copy_target_list, gtk_text_buffer_get_paste_target_list - gtk_tree_store_insert_with_values - gtk_tree_view_get_headers_clickable, gtk_tree_view_set_search_entry, gtk_tree_view_get_search_entry, gtk_tree_view_set_search_position_func, gtk_tree_view_set_rubber_banding, gtk_tree_view_get_rubber_banding, gtk_tree_view_get_grid_lines, gtk_tree_view_set_grid_lines, gtk_tree_view_get_enable_tree_lines, gtk_tree_view_set_enable_tree_lines - gtk_widget_get_action, gtk_widget_input_shape_combine_mask - gtk_window_set_deletable, gtk_window_get_deletable, gtk_window_get_group - pango_cairo_show_error_underline, pango_cairo_error_underline_path - pango_font_describe_with_absolute_size, pango_font_get_font_map * Fix a few memory leaks. [Torsten] * Make many tests more robust. [Torsten, Emmanuele] ======================================== NEWS: gtkmm-2.9.9 ======================================== 2.9.9: Gtk: * PrintOperation: get_print_settings(): Ref the return to avoid a crash. (Marko Anastasov) * RecentManager: Change add_fullI to add_item(), overloading according to the parameters. (Jonathon Jongsma) * SpinButton: Added "wrapped" signal, without a default signal handler, to preserve ABI. (Murray Cumming) * Widget: - Correct the new composited_changed signal to avoid breaking ABI. (Murray Cumming) Bug #348241 from Daniel Holbach. - Fixed a typo so that input_shape_combine_mask() is really wrapped. (Marko Anastasov) * Build: Build with the new glibmm --enable-api-default-signal-handlers=no option for reduced-resources embedded devices. (Murray Cumming) Documentation: * Printing examples: Use the new gdkmm cairo methods instead of the C functions. (Marko Anastasov) 2.9.8: Gtk: * Printing API mostly finished. (Marko Anastasov) * TextBuffer: Added register_serialize_tagset(), unregister_serialize_format(), unregister_deserialize_format(), set_can_create_tags(), get_can_create_tags(), get_serialize_formats(), get_deserialize_formats(). There's more to do. (Murray Cumming) * ToggleButton: Added constructor that takes a stock item. * Widget: Added is_composited(), input_shape_combine_mask(), unset_input_shape_combine_mask(), and the "composited_changed" signal. (Jonathon Jongsma) Documentation: * Added Printing chapter and printing example. (Marko Anastasov) * Added "Wrapping C libraries" appendix. (Murray Cumming) * Style updated to match the new website. (Jonathon Jongsma)