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)