======================================== NEWS: glibmm-2.13.6 ======================================== 2.13.6: * Added Glib::Regex, an API for doing regular expression search/matching. This is not fully wrapped yet, but the simple versions of the API are there. We need to write an example for this. (Murray Cumming) ======================================== NEWS: gtkmm-2.11.3 ======================================== 2.11.3: Gtk: * Action: Added create_menu(). * CellRendererProgress: Added pulse, text-xalign, and text-yalign properties. (Murray Cumming) * DragContext::get_targets(), SelectionData::get_targets(): Use the correct intermediate return type, to correct memory management problems. This technically breaks ABI of these two functions, but we believe that it was impossible to use them before, so no applications should be broken by this improvement. (Murray Cummng, Daniel Elstner) Bug #399403 (Yannick Guesnet) * EntryCompletion: 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. * Notebook: Added const versions of get_n_pages() and page_num(), deprecating the non-const methods. Bug #442284 (Tomasz Ostrowski). * Printer: Added list_papers(). * Range: 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. * RecentAction: Added class. * ScaleButton: Added class. * VolumeButton: Added class. * Stock IDs: Added DISCARD, ORIENTATION_PORTRAIT, ORIENTATION_LANDSCAPE, ORIENTATION_REVERSE_LANDSCAPE, ORIENTATION_REVERSE_PORTRAIT, SELECT_ALL (Murray Cumming) * Build fix when disabling properties. (Kalle Vahlman) * Documentation: - Improved gmmproc chapter. (Murray Cumming) - Improved internationalization chapter. (Jonathan Jongsma) 2.11.2: Gdk: * Display: Added supports_shapes(), supports_input_shapes(), supports_composite(). * Window: 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: * AboutDialog: Added set/get_program_name() and deprecated set/get_name(). (Murray Cumming) * CellLayout: Added get_cells(). * Entry: Added set_cursor_hadjustment(), get_cursor_hadjustment(). * IconTheme: Added choose_icon(), list_contexts(). * Notebook: Added set/get_group() and deprecated set/get_group_id(). * PageSetup: Added to_file(), to_key_file(). * PaperSize: Added get_paper_sizes(). get_capabilities(). * PrintSettings: Added to_file(), to_key_file(). (Murray Cumming) * TextBuffer: Added add_mark(). * TextMark.ccg: Added constructor and create() method, though these are usually created via TextBuffer. * Toolbar: Added set_icon_size(), unset_icon_size(). * Window: - Added set_opacity(), get_opacity(). - Added transient_for, and opacity properties. (Murray Cumming) Documentation: * Fixed some wrong mentions of g_free(). (Jonathon Jongsma) ======================================== UPDATED: gtk-sharp-2.10.1 ======================================== gtk-sharp was updated without a NEWS entry. ======================================== UPDATED: libxml++-2.18.1 ======================================== libxml++ was updated without a NEWS entry. ======================================== NEWS: pygtk-2.10.5 ======================================== pygtk-2.10.5 4-july-2007 - Do access private GtkTooltip member tips_data_list, fixes build against Gtk+ 2.11.x (Johan) - Allow None to gtk_rc_get_style_by_paths (Mariano Suarez-Alvarez) - Fix defs file inconsistencies (Andrew Cowie) - Documentation build fixes (Richard Hult) - Code generator improvements (Tim Evans, Gustavo) - Include atk-types.defs when building using distutils, so gtk.Accessible is available on win32