======================================== NEWS: atk-1.13.2 ======================================== Changes in version 1.13.2: ========================= * *New class which provides miscellaneous utilities. *Fixes #329454. ======================================== NEWS: at-spi-1.7.16 ======================================== What's new in at-spi-1.7.16: * Bugfixes: #329454, #393010. What's new in at-spi-1.7.15: ======================================== NEWS: gail-1.10.1 ======================================== Changes in GAIL 1.10.1 ====================== ---This is the GNOME 2.18.0 Beta 1 version of gail--- Bugfixes: #372545, #329454, #397694, 398330. ======================================== NEWS: glib-2.12.9 ======================================== Overview of Changes from GLib 2.12.8 to GLib 2.12.9 =================================================== * Fix an unintended ABI break in the 2.12.8 release * Bugs fixed: 397139 glib-2.12.8 breaks ABI Overview of Changes from GLib 2.12.7 to GLib 2.12.8 =================================================== * Due to an oversight, GLib has been linked against libpthread since 2.12.2. This has been fixed by moving the monotonic timer support into gthread. * Bugs fixed: 393812 glib links against pthread 394258 gthread.c: illegal include order 394641 Undefined reference in gthread 394150 gettime implementation breaks compilation on darwin 6 395203 g_timer_elapsed off by 2 order of magnitude 394262 image/* mimetype breaks stuff 392636 glib-2.0.m4 ignores PKG_CONFIG environment variable 395419 Glib-2.12.7 with mingw(w32api-3.8/windows) fails to compi... 329031 G_GNUC_INTERNAL fails with gcc-2.95 * Updated translations (ar,bg,ca,it,nl,th) ======================================== NEWS: gnome-vfs-2.17.90 ======================================== gnome-vfs 2.17.90 * sftp: Allow changing username when authenticating * sftp: Don't use remote uid/gid to handle access rights * sftp: Fix keyring password saving * Handle desktop files with empty path keys * Various portability fixes * Workaround for http servers that don't send size on get_info ======================================== NEWS: gtk+-2.10.9 ======================================== Overview of Changes from GTK+ 2.10.8 to 2.10.9 ============================================== * Printing support: - Fix build with cups 1.1 * Recent menu support: - Fix a double-free bug that causes panel crashes * Bugs fixed: 394190 crash when opening a gif with a manipulated header 363437 gnome-panel crash to gtkrecentmanager code 143460 Missed tablet button click/release events on win32 (wintab) 336819 GTK won't compile with mingw on linux 397330 GTK+ 2.10.7 source release does not have 'gtksocket-stub.... 397581 Build is failing (typo) 397621 io-png.c: Don't load iconv for ASCII text chunks 397783 Initial focus in calendar Overview of Changes from GTK+ 2.10.7 to 2.10.8 ============================================== * Bugs fixed: 393102 _gtk_modules_init assumes display is not opened instead o... 395326 Gedit crashed no open text documents 394855 impossible to build the directfb version 396161 GtkUIManager crashing on unknown action in ui-file 334168 Single '~' in location entry doesn't go to $HOME 363147 GTKFileChoser Does not Show Desktop and Home after Uncol... 390746 Custom tab title not set correctly on Microsoft Windows 393813 Segfault in gtk_text_view_set_border_window_size() 395316 File leak in gtk-demo 395830 Wrong named icon lookup when requested size matches two s... 396074 libgtk should link against Xfixes 396160 Memory leak in gtkselection 396175 wrong GtkWarning: Input method gtk-im-context-simple shou... 396470 Missing slider redraw in GtkRange if activate-slider is set 153828 Filechooser does not remember state 357303 Gnome Main Menu Recent Documents extended by long file na... 394000 Documentation error for GdkPixdata 392504 The crosshair mouse cursor look a bit funny 393255 GtkNotebook: Menu label centered instead of left aligned 395045 gtk_radio_button_focus: Harmless compiler warning * Updated translations (bg,lt,sl) ======================================== NEWS: libbonobo-2.17.90 ======================================== libbonobo 2.17.90 * Fix leaks (Chris Heath) * Code cleanups (Kjartan, Gustavo) * Fixes for unit testing (Gustavo) * Remove unneeded checks before g_strdup/g_free (Kjartan) * Fixes to reduce relocation (Christian) * Win32 fixes (Tor) * String fixes (Christian, Ernani Azevedo, Gustavo, David Lodge) * API-docs fixes (Matthew Barnes) * Depend on the right version of ORBit2 (Mark Johnson) * ======================================== NEWS: libgnome-2.17.90 ======================================== libgnome 2.17.90 What's new since 2.17.3 * Improve GnomeProgram API Documentation. * Move some of the pkgconfig build requirements to Requirements.private (Samuel Thibault) ======================================== NEWS: ORBit2-2.14.5 ======================================== ORBit2-2.14.5 * bug fixes + Remove -std=gnu99 from the compiler flags. (Kjartan) + Constification fixes (Jody) + Remove #ifdef ORBIT2_EXTENSIONS guard that caused compiler warnings in gnome-session. (Rodrigo) + Fix two files with same name on non-case-sensitive filesystem (Tor) ======================================== NEWS: pango-1.15.5 ======================================== Overview of changes between 1.15.4 and 1.15.5 ============================================== - Fix the "menu accels are two chars wide" bug that was introduced in 1.15.4 - Respect FC_HINT_STYLE in the ft2 backend. Patch has been in Fedora for ages. - Require automake 1.9 Bugs fixed in this release: Bug 398238 – pangorc file missing from tests directory Overview of changes between 1.15.3 and 1.15.4 ============================================== General: - Finish vertical text support. - Fix various bugs that could cause ellipsization to stop prematurely. - Fix rendering of background color being off in presence of rise attribute. - Improved text-on-path example (examples/cairotwisted.c) Win32 Improvements: - Don't check for X and don't warn about missing fontconfig. [Tor Lillqvist] - Automatically use -mms-bitfields on Windows when building with gcc. [Tor] - Update makefile.msv. [Hans Breuer] Code base cleanups: - Whitespace cleanups. Hopefully patches still apply using patch -l - Replace C++-style // comments with C-style /* */ ones. - Move the pango-view tool from examples/ into pango-view/. The examples/ dir is still available and for simple examples only. Public API changes: - New PangoLayout query functions: pango_layout_is_wrapped() pango_layout_is_ellipsized() pango_layout_get_unknown_glyphs_count() The is_wrapped and is_ellipsized functions return whether the layout had to wrap/ellipsize any paragraphs, as opposed to the get_wrap and get_ellipsize that return the wrap/ellipsize mode set. - Misc new function: pango_parse_enum() This is more a convenience function for internal use, but set public to go with other pango_parse_* functions. Bindings should feel free to ignore this. - New header files: Moved gravity and matrix stuff into their own header files pango-gravity.h and pango-matrix.h. Both are included from pango-types.h. - Vertical text: New attribute types: PANGO_ATTR_GRAVITY PANGO_ATTR_GRAVITY_HINT. New enum type: PangoGravityHint New macro: PANGO_GRAVITY_IS_VERTICAL() New public functions: pango_attr_gravity_new() pango_attr_gravity_hint_new() pango_gravity_hint_get_type pango_context_set_gravity_hint() pango_context_get_gravity_hint() pango_gravity_get_for_matrix() pango_gravity_get_for_script() Removed: pango_matrix_to_gravity() replaced by pango_gravity_get_for_matrix() Gravity API added in previous releases: PangoGravity pango_gravity_get_type pango_context_get_base_gravity pango_context_get_gravity pango_context_set_base_gravity pango_font_description_get_gravity pango_font_description_set_gravity pango_gravity_to_rotation A tip on using the vertical text support: If you just want to get correct behavior in rotated labels (say, vertical Chinese/Japanese, but rotated Latin, etc), all you need to do is to set the context gravity to PANGO_GRAVITY_AUTO. You can do this for example #if defined(PANGO_VERSION_CHECK) && PANGO_VERSION_CHECK(1,15,4) pango_context_set_gravity (context, PANGO_GRAVITY_AUTO); #endif Bugs fixed in this release: Bug 395328 – Map kATSDeletedGlyphcode to PANGO_GLYPH_EMPTY Bug 397337 – Use is_ellipsized and is_wrapped to optimize property changes Bug 328585 – Need to know if a layout has unknown glyphs Patch from LingNing Zhang Bug 326693 – PangoLayouts should be query-able about their effective properties (width / wrapped / ellipsized / etc) Bug 397327 – pango-layout.c: 'pango_layout_is_ellipsized' must return a value Bug 323173 – Add layout of mixed direction text for vertical layout Bug 394453 – Use -mms-bitfields Bug 392628 – Don't check for X on win32