========================================
 UPDATED: at-spi-1.7.6
========================================

at-spi was updated without a NEWS entry.


========================================
 UPDATED: gail-1.8.10
========================================

gail was updated without a NEWS entry.


========================================
 UPDATED: glib-2.10.0
========================================

glib was updated without a NEWS entry.


========================================
 NEWS: gnome-vfs-2.13.92
========================================

gnome-vfs 2.13.92
	* Build fixes
	* Fix memory leaks
	* Some optimizations
	* New readdir option GNOME_VFS_FILE_INFO_NAME_ONLY that only returns
	  filenames (not stat info).
	* use pmount in /media if not using gnome-mount or hal-mount
	* Fixes for encrypted drives/volumes in hal backend
	* Mime detection fix for multiple magic matches of same prio
	* HAL volume operation fixes
	* More robust gnome_vfs_make_uri_from_input_internal
	* Fix Avahi resolving of non-local hostnames
	

========================================
 NEWS: gtk+-2.8.13
========================================

Overview of Changes from GTK+ 2.8.12 to GTK+ 2.8.13
===================================================

* Bugs fixed:
 330732 Can't select some items in GtkIconView [Donald Straney]
 330944 gtk_icon_theme_list_icons: example contexts don't work
        [John Spray]
 331097 gnopernicus crashes on changing display screen source 
        for magnifier [Oana Serb]
 331467 evince crashes in gdk_region_union_with_rect [Benjamin Berg]
 331820 Small error in _gdk_gc_update_context [Matthias]
 331785 gtk.Notebook.get_current_page() returns incorrect page 
        number when pages hidden [Sebastien Bacher]
 331940 GtkAboutDialog not responsive to Escape key [Daniel Drake]
 331440 GtkNotebook popup menu not keynavigatable [Paolo Borelli]
 331651 GtkRadioButton does not issue notify::active
 332059 Make more use of G_DISABLE_ASSERT in TextView code 
        [Arnaud Charlet]

* Updated translations (eu,ka,uk)


Overview of Changes from GTK+ 2.8.11 to GTK+ 2.8.12
===================================================

* The font picker button can now display fractional
  font sizes [Ross Burton]

* Updates for the windows theme [Dom Lachowicz]

* Workaround for cairo hitting a slow path in the
  X server [Federico Mena Quintero]

* Bugs fixed:
 145243 root window drag FROM testdnd not working [Andrew S. Dixon]
 321054 Pointer grabs misbehave on Win32 [Tor Lillqvist]
 322042 Buggy RTL support in ellipsized labels [Behdad Esfahbod] 
 325521 enter_notify_event are not received on popup 
        window in Win32 [Tor Lillqvist]
 327217 set_decorations() is overridden by window type 
        hint [John Ehresman]
 327375 accept_focus isn't respected [John Ehresman]
 328820 they keypad '/' key should open the "open location" 
        dialog [Federico Mena Quintero]
 329144 critical in gtk_widget_event [Wouter Bolsterlee]
 329124 distclean removes README [Kjartan Maraas, Tim Janik]
 329208 unsetting the "active" property of GtkToggleToolButton 
        doesn't work properly [Guillaume Cottenceau]
 329876 Crash in gtktreemodelfilter.c when using gtk-demo 
        with file picker [Kristian Rietveld]
 329099 gtk_misc_set_padding fails with labels in RTL 
        locales [Hooman Mesgary]
 330022 Wrong pixel values in rsvg_cairo_render_image [Dom Lachowicz]
 330177 gtk_entry_completion_match_selected generates a critical 
        warning when completion model is empty [Raphael Slinckx]
 330389 gtk_file_info_copy corrupts memory [Markku Vire]
 330563 image loaders don't check callbacks for NULL [Benjamin Otte]

* Documentation improvements [Ross Burton, Murray Cumming, 
  Mart Raudsepp, Federico Mena Quintero, Milosz Derezynski]

* Translation updates (cy,lt,nl,pt,ru,sr,sr@Latn,vi)



========================================
 NEWS: libgnome-2.13.90
========================================

libgnome 2.13.90
----------------

What's new since 2.13.7

* Bug fixes
	- Initialize all the members of GnomeModuleInfo
	  (Christian Perch)
	- Use GOption instead of popt as default (Christian Perch)
	- Add handling of GNOME_VFS_ERROR_INVALID_URI
	  (Claudio Saavedra)
 

========================================
 NEWS: libgnomeui-2.13.90
========================================

libgnomeui 2.13.90
------------------

* Fix critical warnings in gnome-icon-list (Harry Lu)
* Fix permissions on created directories in the file selector
  (Federico)
* Portability improvements in the file chooser (Mark)
* Make the authentication dialog thread safe (jylefort at freebsd org)
* Remove some redundant strings (Clytie Siddall)
* Fix typo in the docs (Behdad)
 

========================================
 NEWS: pango-1.11.99
========================================

Overview of changes between 1.11.6 and 1.11.99
==============================================
* Fix problem recently introduced that made Win32 backend render boxes
  only. [#332538, Hans Breuer]
* Insert '?' chars instead of invalid UTF-8 sequences in
  pango_layout_set_text [#33195]
* Bugs fixed in this release:
  332167,332538,331995

Overview of changes between 1.11.5 and 1.11.6
=============================================
* Do not export macros PANGO_GLYPH_EMPTY, PANGO_GLYPH_UNKNOWN_FLAG and
  PANGO_GET_UNKNOWN_GLYPH publicly; just in the engine/backend interface.
* Fix a few crashers, especially when a font cannot be read. [#314239]
* Change some g_critical's to g_warning, where it's not application's
  fault. [#331723]
* Bugs fixed in this release:
  330795,331038,329148,331994,331995,331996,314239,331723