======================================== NEWS: glib-2.13.5 ======================================== Overview of Changes from GLib 2.13.4 to GLib 2.13.5 =================================================== * xdg-user-dirs support: - the Desktop directory is guaranteed to be defined - user-dirs.dirs is no longer reloaded on changes * Slice allocator: - new api to duplicate slices * Regular expression support: - GRegex is a boxed type now * Bugs fixed: 44793 make check failing in trunk 354522 Small problem with PLT hiding 6 symbols 363986 glib 2.12.4 does not compile with SGI IDO cc 443869 g_type_class_add_private doesn't warn when adding 0-sized... 446859 Legitimately return 0 for g_quark_from_string(NULL) 447534 Small typo in g_timeout_add_seconds() doc 447583 GStaticRWLock 447935 g_get_current_dir SIGSEGV on long path 448260 CLAMP has surprising result if low > high 57693 g_string_vprintf() 442029 add g_slice_dup() 445065 Add GRegex boxed type 448819 Add full version of g_timeout_add_seconds() * Updated translations: Swedish (sv) Oriya (or) Hebrew (he) Spanish (es) Estonian (et) ======================================== NEWS: gtk+-2.11.5 ======================================== Overview of Changes from GTK+ 2.11.4 to 2.11.5 ============================================== * OS X port: - Many improvements * Win32 port: - Inconsistent checkboxes are drawn correctly now * GtkBuilder: - Ship a Python script, gtk-builder-convert, to convert glade files to GtkBuilder syntax * GtkFileChooser: - Improved display of the time column - Support search on OS X, using Spotlight * GtkTreeView: - New function gtk_tree_view_is_rubber_banding_active() to check whether rubber banding is active * GtkVolumeButton uses the range 0.0 to 1.0, and correctly adapts tooltips to display percentages * Bugs fixed: 447967 Improve reference counting 447995 Add a script that converts libglade files 451428 GtkBuilder API changes 449862 gdk_x11_display_get_xdisplay doesn't check pointers befor... 451303 Crashes on empty property 164809 Checkboxes with inconsistent status are not drawn properl... 426987 Panel freezes after upgrading gtk icon cache 439567 Add functions to transform pixbufs based on orientation tags 448313 Block cursor problem on one-character line 449016 Prevent C++ keyword clashes 449167 faulty enter-leave compression 450469 Draw no bevel when "GtkToolbar::shadow-type" is "none" 451070 Broken CUPS SSL printing in gtk 2.10.13 451345 gtk-demo does not open GtkBuilder example twice 451353 Parsing properties broken 451484 Miscalculation in GtkButtonBox CENTER_MODE 451866 GtkVolumeButton range 452046 some fixes for gdk composited window support 452463 type-func attribute on wrong element ? 452464 inconsistent handling of booleans 452465 error handling in gtk_builder_value_from_string_type() 452954 GtkBuilder documentation fixes/improvements 446532 [patch] Improve performance of gtk_recent_manager_get_items 451314 Warning message is wrong for delayed property assigning 392283 GtkNotebook tabs drawn incorrectly with the Wimp theme 449492 debug spew on toolbar focus move 324543 GtkFileChooser: show file 'modified' TIMES, not just DATES 327912 Many mouse cursors are not supported 353805 Detecting Bidi Keyboard Layouts 451527 Confusing GtkRadioButton variable names in some functions 393579 Need tree view API for querying whether rubberbanding is ... * Updated translations Spanish (es) Estonian (et) Hungarian (hu) Japanese (ja) Korean (ko) Norwegian bokmÃ¥l (nb) Russian (ru) Sinhala (si) Vietnamese (vi) Overview of Changes from GTK+ 2.11.3 to 2.11.4 ============================================== * The multipress input method correctly handles control keys * The memory management of GtkRecentManager has been changed, deprecating the screen-related functions in favour of gtk_recent_manager_get_default(). * Bugs fixed: 448928 Some GtkBuildable methods named too generically 448193 gtkbuilder.h causes compile error with C++ 354887 GtkFileChooserButton displays unnecessary authentication ... 440450 GTK font selection minimum size is too large for 150dpi s... 447214 gtk_tooltips_widget_remove() is slow 448299 dgettext arguments interchanged 448321 Drawing problems with block cursor 448341 There is no GtkTooltip documentation in the gtk+ reference 448484 GtkAccelGroup forgets to remove closure invalidate notifi... 448544 Refcount issues in GtkCellRendererSpin 412357 GtkMenuShell not defined as an abstract base type 403717 print preview operation should pass settings to preview p... Overview of Changes from GTK+ 2.11.2 to 2.11.3 ============================================== * GtkBuilder: GTK+ supports constructing user interfaces from XML descriptions now, similar to libglade. * The new tooltip code now has convenience api to set text tooltips: gtk_widget_set_tooltip_text(), gtk_widget_set_tooltip_markup() * GtkTextView, GtkEntry: - gtk_widget_modify_cursor() is a new function in the gtk_widget_modify family to override the style-provided cursor colors - Use a block cursor in overwrite mode * GtkFileChooser: - Use xdg-user-dirs to find the Desktop directory - gtk_file_system_create() is now public API * GtkMenu: - GtkMenuItem gained a submenu property - GtkMenuShell obtained a move-selected signal * OS X port: - Many improvements * Bugs fixed: 445691 Crash when spawning a new process 447163 Implicit pointer conversion gdk_font_ref() 420249 deadlock on print operation 440918 out-of-bound access on loading pnm 142494 treeview coordinate systems need documentation/auditing 343012 RC parser rejects lower-case identifiers. 350460 Popup windows (esp. menus) misbehave wrt focus 410815 Icon view gets confused when scaling down the pixbuf column 435471 small GtkComboBox cleanup 435840 GTK_WIDGET_SAVED_STATE inconsistency 442617 gdk_spawn overrides envp, breaking child setup funcs whic... 443913 When .recently-used.xbel is empty, recently-used uses %10... 444097 Cannot compile gtksearchenginesimple.c 444310 update_buttons_state on a bare assistant causes gtk+ to c... 444734 Compact file-chooser folder selection not working with gt... 444786 Error loading 'gtk-select-color' in Stock icons and Items 445054 GtkScrolledWindow::scrollbars-within-bevel is drawing wrong 445284 Custom (pixbuf etc.) cursor reverts to default cursor on ... 445539 Unititialized var in gtkrc.c trunk 445855 gtk_scale_button_new() uses private API. 446138 Tiny doc update for gdk_window_get_pointer() 446513 gtknotebook.h: create_window is wrong declaration 446616 glib requirement insufficient 447065 GtkMenuItem: add "submenu" property and some cleanup 426192 Symbolic colors are not working under "engine" sections o... 446107 tiff load dialogue has unreadable text 447396 Typo in documentation of gtk_widget_modify_cursor 79585 API to change cursor color 80378 Visible (Cursor-shape) indicator for Overtype mode 158008 Stock button for Dont Save, Discard Changes, Do Not Save 334576 GtkCellRendererProgress ignores xalign attribute 344836 Add orientation property to CellRendererProgress 172535 Add support for UI builders in gtk+ 446833 gtk_menu_shell_move_selected should be a vcall 447586 gtknotebook.c: decreasing unknown size pointer * Updated translations Spanish (es) Swedish (sv) ======================================== NEWS: libgnome-2.19.0 ======================================== libgnome 2.19.0 What's new since 2.18.0 * Rebuild the type builtins when the Makefile changes (Christian Persch) * Make bug-buddy work with applets again (Matthias Clasen, #424949) * Fix problems when building static libraries (Kjartan Maraas, #405352) * Fix typos (Kenneth Nielsen, Kjartan Maraas, #429751) * Add more information to docs for gnome_program_init () (Christian Persch, #82943) * Updated translations - mg: Thierry Randrianiriana - nb: Kjartan Maraas - sv: Daniel Nylander - cy: Rhys Jones - ar: Kjartan Maraas - th: Theppitak Karoonboonyanan - eu: Inaki Larranaga Murgoitio - et: Priit Laes - ca: Josep Puigdemont i Casamajó - gl: Ignacio Casal Quinteiro - or: Subhransu Behera - en_GB: David Lodge - he: Yair Hershkovitz ======================================== UPDATED: libgnomeui-2.19.0 ======================================== libgnomeui was updated without a NEWS entry. ======================================== NEWS: pango-1.17.3 ======================================== Overview of changes between 1.17.2 and 1.17.3 ============================================== - Extensive pangocairo internal code refactoring and cleanup - New public API: pango_font_face_is_synthesized() pango_cairo_font_get_scaled_font() pango_cairo_font_map_new_for_font_type() pango_cairo_font_map_get_font_type() - New engine macros: PANGO_OT_TAG_MAKE() PANGO_OT_TAG_MAKE_FROM_STRING() - New PangoFontFace method is_synthesized. - Misc bug fixes - Bugs fixed in this release: Bug 337593 – move glyph extents code (and cache) from pangocairo-*font.c into pangocairo-font.c Bug 347235 – Add pango_cairo_font_map_get_font_type Bug 347236 – provide pango_cairo_font_get_scaled_font Bug 353291 – Provide pango_cairo_font_map_new_for_font_type Bug 438801 – underline should add "error" type. Bug 440588 – Add pango_font_face_is_synthesized() Bug 445832 – pango_cairo_update_layout() always invalidates layout Bug 446018 – Bus error in the pango_ot_tag_from_language() Bug 446355 – the parsing with pango_parse_markup is not coherent Bug 447189 – fonts.c: pango_font_face_is_synthesized returns NULL Bug 447568 – improve docs on what absolute size means Bug 448342 – pango_layout_index_to_line_x() counts lines from 1