The following modules have been added in this release:
   gnome-online-miners

The following modules have a new version:
 - at-spi2-atk (2.9.5 => 2.9.90)
 - at-spi2-core (2.9.5 => 2.9.90)
 - atk (2.9.3 => 2.9.4)
 - baobab (3.9.3 => 3.9.90)
 - caribou (0.4.11 => 0.4.12)
 - clutter (1.15.2 => 1.15.90)
 - cogl (1.15.4 => 1.15.8)
 - empathy (3.9.4 => 3.9.90)
 - epiphany (3.9.2 => 3.9.3)
 - evince (3.9.5 => 3.9.90)
 - evolution-data-server (3.9.5 => 3.9.90)
 - gdm (3.9.5 => 3.9.90)
 - geocode-glib (0.99.1 => 0.99.2)
 - gjs (1.37.4 => 1.37.6) (*)
 - glib (2.37.5 => 2.37.6)
 - glibmm (2.37.4 => 2.37.5)
 - gmime (2.6.16 => 2.6.17) (*)
 - gnome-contacts (3.9.5 => 3.9.90)
 - gnome-control-center (3.9.5 => 3.9.90.1)
 - gnome-desktop (3.9.5 => 3.9.90)
 - gnome-dictionary (3.8.0 => 3.9.0) (*)
 - gnome-disk-utility (3.8.2 => 3.9.0) (*)
 - gnome-font-viewer (3.8.0 => 3.9.90)
 - gnome-online-accounts (3.9.5 => 3.9.90)
 - gnome-screenshot (3.9.4 => 3.9.90)
 - gnome-session (3.9.5 => 3.9.90)
 - gnome-settings-daemon (3.9.5 => 3.9.90)
 - gnome-shell (3.9.5 => 3.9.90)
 - gnome-shell-extensions (3.9.5 => 3.9.90)
 - gnome-system-log (3.9.3 => 3.9.90)
 - gnome-system-monitor (3.9.5 => 3.9.90)
 - gnome-themes-standard (3.9.3 => 3.9.90)
 - gnome-user-docs (3.8.2 => 3.9.90)
 - gobject-introspection (1.37.4 => 1.37.6) (*)
 - gsettings-desktop-schemas (3.9.5 => 3.9.90)
 - gtk+ (3.9.10 => 3.9.12)
 - gtkmm (3.9.8 => 3.9.10)
 - gtksourceview (3.9.4 => 3.9.90)
 - gupnp (0.20.4 => 0.20.5)
 - gvfs (1.17.3 => 1.17.90)
 - libgee (0.11.5 => 0.11.90)
 - libgtop (2.28.4 => 2.28.5)
 - libgweather (3.9.5 => 3.9.90)
 - librsvg (2.37.0 => 2.39.0)
 - libsoup (2.43.5 => 2.43.90)
 - libwnck (3.4.5 => 3.4.7)
 - mutter (3.9.5 => 3.9.90)
 - nautilus (3.9.3 => 3.9.90)
 - pango (1.35.0 => 1.35.2)
 - pygobject (3.9.5 => 3.9.90)
 - yelp (3.8.1 => 3.9.90)
 - yelp-tools (3.9.1 => 3.9.90)
 - yelp-xsl (3.9.1 => 3.9.90)
(*) No summarized news available

The following modules weren't upgraded in this release:
   ModemManager, NetworkManager, atkmm, cantarell-fonts, clutter-gst,
   clutter-gtk, dconf, eog, folks, gcr, gdk-pixbuf, glib-networking,
   gnome-backgrounds, gnome-bluetooth, gnome-calculator, gnome-icon-theme,
   gnome-icon-theme-extras, gnome-icon-theme-symbolic, gnome-js-common,
   gnome-keyring, gnome-menus, gnome-packagekit, gnome-terminal,
   gnome-user-share, gnome-video-effects, grilo, grilo-plugins, gssdp,
   gst-plugins-base, gst-plugins-good, gstreamer, gtk-doc, gtk-engines,
   gucharmap, gupnp-igd, json-glib, libchamplain, libcroco, libgdata,
   libgnome-keyring, libgnomekbd, libgsf, libgxps, libnotify, libpeas, libqmi,
   libsecret, libsigc++, libzapojit, mm-common, mousetweaks,
   network-manager-applet, pangomm, rest, seed, sushi, totem, totem-pl-parser,
   tracker, vala, vino, vte, zenity

========================================
  at-spi2-atk
========================================

What's new in at-spi2-atk 2.9.90:

* Implement GetStringAtOffset (BGO#705581).


========================================
  at-spi2-core
========================================

What's new in at-spi2-core 2.9.90:

* Separate out X-dependent functionality, allow building without X11 (albeit
  with various things not working), and don't query/use X if DISPLAY is not
  set (BGO#682199, BGO#701378).

* Add atspi_text_get_string_at_offset, and deprecate
  atspi_text_get_text_at_offset.


========================================
  atk
========================================

Changes in version 2.9.4:
==========================
*
* Deprecations:
  * Bug 649575: Deprecate AtkObject::focus-event signal and all
    related methods
  * Bug 653291: Deprecate 'text-changed' signal (in favour of
    'text-insert' and 'text-remove').
  * Bug 573539: Deprecate 'link-selected' property (at AtkHyperlink)
  * Bug 705580: Implement atk_text_get_string_at_offset and deprecate
    old API
  * Remove 'text-update' signal (without deprecation, as was not used
    and can be removed without breaking ABI/API)
* Documentation:
  * Removed unneeded comments at atk_implementor_ref_accessible and
    about glib usage.
  * Bug 684665: removing several .sgml files and fixing gtk-doc
    warnings
  * Bug 684705: little update on 'text-insert' and 'text-remove'
    documentation
  * Bug 491998: add documentation for AtkRectangle
* Tests:
  * Refactor test suite: no longer a loadable module but an standalone
    executable.
  * Split testrelation into testrelation and testrole.
  * Execute all role tests, doesn't matter if one fails
* Bugfixing and miscellanea:
  * Bug 704092: Fix and off-by-one in role names
  * Bug 705290: Use generated enum type for AtkRole to get the role name
  * Drop use of ATK_DISABLE_DEPRECATED guards in ATK



========================================
  baobab
========================================

3.9.90
=====

 * Use latest GTK+ features
 * Show a message when allocated size is not available
 * Misc build system cleanups
 * Update translations (br, cs, de, es, fr, he, hu, it, nb, pt_BR,
   sl, tg, zh_HK, zh_TW)


========================================
  caribou
========================================

=============
Version 0.4.12
=============
- Bug 705720: libcaribou: factor out X dependency
- Translation updates (Tadjik)


========================================
  clutter
========================================

Clutter 1.15.90                                                      2013-08-19
===============================================================================

  • List of changes since Clutter 1.15.2

    - Update the Wayland backend
    Use the new 1.2 behaviour and API, and improve the coverage of windowing
    system features, alongside a slew of bugs.

    - Drop support for XInput 1.x
    The XInput 1.x extension was never really used after the introduction of
    the 2.x version.

    - Fix event and device handling when using evdev

    - Allow using ClutterContent on a ClutterStage

    - Fixes for the Windows backend
    The build script has also been updated with the required dependencies.

    - Documentation fixes

    - Translations updated

  • List of bugs fixed since Clutter 1.15.2

    #703809 - Some LayoutManager fixes
    #704625 - Cannot assign a ClutterContent to a stage
    #698836 - Add interactive test for ClutterZoomAction/ClutterRotateAction
    #705739 - Crash when removing a ClutterActor from a scene at the end of
              an animation
    #705710 - evdev: fix X11 to evdev keycode translation
    #704269 - evdev: add a way for applications to tweak how devices are
              opened
    #704457 - Setting the size of the stage causes it to not be shown on
              wayland
    #699578 - Implement foreign surface support for stages
    #704279 - wayland: Add API for disabling the event dispatching
    #703336 - clutter-actor: Make clutter_actor_has_mapped_clones public
    #701356 - Update the windows backend to work with latest Cogl
    #703969 - Select for events with XIAllMasterDevices under XI2
    #703878 - wayland: Don't pass the shell and compositor down to Cogl
    #703608 - Update ClutterWaylandSurface to use a resource instead of
              wl_buffer
    #703877 - Bump the required Cogl version to 1.15.1

Many thanks to:

  Giovanni Campagna, Neil Roberts, Florian Müllner, Jasper St. Pierre, Rob
  Bradford, Matej Urbančič, Adel Gadllah, Chao-Hsiung Liao, Chris Cummins,
  Chun-wei Fan, Lionel Landwerlin, Rafael Ferreira


========================================
  cogl
========================================

Cogl 1.15.8                                                        2013-08-20

  • List of changes since Cogl 1.15.8

  Brown bag release to fix a problem with including cogl-path.h from
  cogl.h that meant only code defining
  COGL_ENABLE_EXPERIMENTAL_2_0_API would get access to the CoglPath
  API.

  We now ignore whether COGL_ENABLE_EXPERIMENTAL_2_0_API is defined so
  clutter which does define it will see the api and so will clutter
  users that don't define it.

Cogl 1.15.6                                                        2013-08-19

  • List of changes since Cogl 1.15.4

  » Fixed runtime selection of egl-kms backend
  » Split out the CoglPath api in-line with cogl master to reduce
    divergence, but updated to not break the 1.x API/ABI
  » Reverted the semantic change to cogl_offscreen_new_to_texture to
    make it synchronously allocate as it did in cogl-1.14. A
    replacement cogl_offscreen_new_with_texture api has been
    introduced to support the asynchronous allocation behaviour
    required to allow configuration of a framebuffer before
    allocation.
  » Fixed a problem with binding attribute locations with desktop GL
    drivers, required to work with the latest Mesa.
  » Some configure.ac documentation fixes
  » In cogl-gst we make sure to only emit the "pipeline-ready" signal
    once the new textures have actually been uploaded.
  » Various MSVC build fixes

  Note: we took some care to try and avoid breaking the ABI and
  chaning the soname relative to the last 1.15.4 snapshot.

  • Gnome Bugzilla bugs closed since 1.15.4:

  #703500 - 49 Conform Tests Regressed (FAIL)
  #703174 - Crash when switching user with gnome 3.8 using nvidia drivers
  #705836 - egl-kms: set the EGL_PLATFORM explicitly
  #705591 - SIGSEGV in various conformance tests on wayland

Many thanks to:

  Chun-wei Fan
  Neil Roberts
  Robert Bragg
  Adel Gadllah
  Fan Chun-wei
  Giovanni Campagna
  Lionel Landwerlin


========================================
  empathy
========================================

NEW in 3.9.90 (20/08/2013)
=============
Bugs fixed:
 - Fixed #585440, deleting a contact in multiple groups (Chandni Verma)
 - Fixed #643755, Create Join Chat and Leave chat menu items for the conversation menu in MUCs (Chandni Verma)
 - Fixed #698530, adding contact to group does not cause them to leave Ungrouped until Empathy restart (Chandni Verma)
 - Fixed #701649, empathy will give user information after the account was deleted (Travis Reitter)
 - Fixed #703487, Show typing icon against composing members of a MUC (Chandni Verma)
 - Fixed #704452, No sound played when salut contact gets online (Xavier Claessens)
 - Fixed #704454, No sound played when account goes online (Xavier Claessens)
 - Fixed #704469, Crash when deleting a non-chat GOA account (Marco Barisione)
 - Fixed #705618, Outgoing VoIP windows aren't always front end (Guillaume Desmottes)
 - Fixed #705668, Some labels does not update correctly when changing account's identifier (Xavier Claessens)
 - Fixed #706020, Finish geocode-glib 0.99.1 porting (Andreas Henriksson)
 - Fixed #706125, password prompt dialog has no title (Emilio Pozuelo Monfort)
 - Fixed #699492, Move the account widget code to a git submodule (Emanuele Aina)

Translations:
 - Updated cs Translation (Marek Černocký)
 - Updated de Translation (Christian Kirbach)
 - Updated es Translation (Daniel Mustieles)
 - Updated gl Translation (Fran Diéguez)
 - Updated he Translation (Yaron Shahrabani)
 - Updated hu Translation (Gabor Kelemen)
 - Updated it Translation (Milo Casagrande)
 - Updated lt Translation (Aurimas ÄŒernius)
 - Updated nb Translation (Kjartan Maraas)
 - Updated pt_BR Translation (Rafael Ferreira)
 - Updated sk Translation (Pavol Klačanský)
 - Updated sl Translation (Matej Urbančič)
 - Updated zh_CN Translation (Wylmer Wang)

Documentation translations:
 - Updated de Documentation translation (Christian Kirbach)


========================================
  epiphany
========================================

==============
Epiphany 3.9.3
==============

Changes:

 - New user manual.
 - Avoid poking at remote websites on external load (#703772)
 - Many fixes to application mode.
 - Pre-fill password fields with username field updates (#699606)
 - Avoid new windows popping up in the wrong workspace (#705811)
 - Many other minor fixes and code clean-ups.


========================================
  evince
========================================

================
Evince    3.9.90
================

Bug fixes:

    * Unescape the output basename for print to file (#705848, Aakash
      Goenka)

Translation updates:

    * Khaled Hosny (ar)
    * Gil Forcada (ca)
    * Daniel Mustieles (es)
    * Fran Dieguez (gl)
    * Yaron Shahrabani (he)
    * Gabor Kelemen (hu)
    * Andika Triwidada (id)
    * Aurimas ÄŒernius (lt)
    * Rafael Ferreira (pt_BR)
    * Matej Urbančič (sl)
    * Theppitak Karoonboonyanan (th)
    * Chao-Hsiung Liao (zh_HK)
    * Chao-Hsiung Liao (zh_TW)


========================================
  evolution-data-server
========================================

Evolution-Data-Server 3.9.90 2013-08-19
---------------------------------------

Bug Fixes:
	Bug 672899 - Renaming Google book group doesn't propagate to category
	             (Milan Crha)
	Bug 700895 - Decode header's value before comparing with RegEx
	             (Milan Crha)
	Bug 703181 - Book/calendar backends can authenticate without password
	             (Milan Crha)
	Bug 704688 - HTTP Backend: Don't authenticate unnecessarily
	             (Milan Crha)
	Bug 704871 - Fails to manage subscription on an NNTP account
	             (Matthew Barnes)
	Bug 704885 - "Unknown background operation" when syncing spamassassin
	             (Matthew Barnes)
	Bug 704895 - Nicknames for Google Contacts not synced (Milan Crha)
	Bug 705206 - Stale "Retrieving message xxx" in preview panel
	             (Matthew Barnes)
	Bug 705273 - Leaked sockets after failed authentication (Milan Crha)
	Bug 705288 - Custom header search produces error (Milan Crha)
	Bug 705444 - Can not create contact lists in LDAP address book
	             (Milan Crha)
	Bug 705446 - Old POP3 mails can be removed before getting them
	             (Milan Crha)
	Bug 705493 - Wrong default in configure help for --enable-largefile
	             (Matthew Barnes)
	Bug 705617 - Failed connection hides offline data in online mode
	             (Milan Crha)
	Bug 705814 - Crash in certificate_viewer_new() (Milan Crha)

Other Changes:
	* [Google] Implement EBookBackend::refresh and advertise its support
	  (Milan Crha)
	* [NNTP] Fails to get list of folders, if not connected already
	  (Milan Crha)
	* NNTP: Authentication requires nntp_stream set (Milan Crha)
	* CamelDiscoStore: Fix CamelServiceConnectionStatus tracking.
	  (Matthew Barnes)
	* [Camel] Disable SSL v2 and weak ciphers by default (Milan Crha)
	* IMAPX: Add classes to model LIST and STATUS responses, with more to
	  follow. (Matthew Barnes)
	* IMAPX: More refactoring of error handling, this time drastically
	  simplifying it. (Matthew Barnes)
	* Remove unused CamelOfflineJournal. (Matthew Barnes)
	* [Maildir] Create the 'tmp' directory, if missing (Milan Crha)
	* GOA: Honor GoaMail's "smtp-use-auth" setting. (Matthew Barnes)
	* EDataBook/CalFactory: Work around a GDBus name watching bug.
	  (Matthew Barnes)
	* EBook/CalBackend: Add a "shutdown" signal. (Matthew Barnes)
	* Tighten up the CamelStoreSummary API and keep mutexes internal.
	  (Matthew Barnes)
	* IMAPX: Obtain a fresh folder list on startup. (Matthew Barnes)

Translations:
	Daniel Mustieles (es)
	Fran Diéguez (gl)
	Kjartan Maraas (nb)
	Matej Urbančič (sl)
	Victor Ibragimov (tg)
	Chao-Hsiung Liao (zh_HK)



========================================
  gdm
========================================

==============
Version 3.9.90
==============
- Drop cruft from configure file
- Drop dead PAM code
- Fix spew on shutdown
- Translation updates


========================================
  geocode-glib
========================================

0.99.2
------

Changes since 0.99.1:

- Make use of our new proxy to Nominatim at nominatim.gnome.org.
- Better name/description for street numbers.
- Fixes to build.
- Drop all geoip code, which has been moved to Geoclue where it belongs.
- Fix failing testcases.

Dependencies changed:

- Drop dependency on geoip.

All contributors to this release:

Colin Walters <walters@verbum.org>
Philip Withnall <philip@tecnocode.co.uk>
Satabdi Das <satabdidas@src.gnome.org>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>


========================================
  glib
========================================

Overview of changes from GLib 2.37.5 to 2.37.6
==============================================

* Tests using the g_test facilities can now generate TAP output

* Bugs fixed:
 680926 generic type fallback logic is broken for -symbolic
 684327 setting null icon to icon list
 689245 GSocket unable to reuse (address,port) on Mac OS X
 692125 Support TAP as GTest output format
 693335 build: fix dtrace-related warnings
 696633 gdbus-codegen trips over unicode chars when using python 3.x
 696970 Compiling 2.36.0 for win64 fails
 697185 GSocket – Allow specifying the multicast interface from...
 700268 Add support for using the clang analyzer
 701318 Add G_SPAWN_DEFAULT to GSpawnFlags
 701529 glib/tests/gdatetime: use UTC time in test_GDateTime_diff()
 701800 a new approach to reporting critical errors
 702674 g_date_time_new_utc crash
 704165 GLib.IOChannel read_unichar() fails
 705075 Simplify g_get_tmp_dir()
 705152 Race in glib/task.test
 705398 gtype: Fix typo in g_type_class_add_private() error message
 705570 Check ref_count in g_object_notify_by_pspec
 705600 Deprecate GSimpleActionGroup functions?

* Updated translations:
 Assamese
 Brazilian Portuguese
 Czech
 Dutch
 Galician
 Gujarati
 Hebrew
 Italian
 Lithuanian
 Marathi
 Norwegian bokmål
 Russian
 Slovenian
 Spanish
 Thai
 Traditional Chinese



========================================
  glibmm
========================================

2.37.5 (unstable):

Glib
* Object: Add interfaces to custom types before class_init.
  This deprecates the use of Glib::Object as a base class
  anywhere but in the last in the list of base classes when
  implementing an interface, such as TreeModel or 
  CellRenderer.
  Having it, for instance, as the first base class,
  is unfortunately likely to break with glib 3.40.
  (Kjell Ahlstedt) Bug #697229
* DateTime: Fix compare() and equal().
  (Kjell Ahlstedt) Bug #704639 (Aurimas ÄŒernius)
* Regex: Add get_max_lookbehind().
  (Murray Cumming)
* Variant: Fix memory leaks.
  (Kjell Ahlstedt) Bug #704851 (xanm)

Gio:
* Action:
  - get_state() and get_state_hint() now return something.
  We choose not to consider this an ABI break because these
  methods were impossible to use for anything useful before.
  (Andrew Potter) Bug #690134.
  - Add get_state_bool() and change_state(bool),
  to make it easier to deal with toggle actions.
  However, we might add a whole derived convenience class for these
  instead.
  (Murray Cumming, Kjell Ahlstedt)
  - Add create_radio_string() and create_radio_integer() for
  radio items, though we might change this API lots.
  (Murray Cumming)
  - Add name_is_valid() and print_detailed_name().
  (Murray Cumming)
* ActionMap:
  - Add add_action(name, slot).
  This is a convenience method similar to
  g_action_map_add_action_entries() in C.
  (Murray Cumming, Kjell Ahlstedt)
  - Add add_action_radio_string() and add_action_radio_integer()
  for radio items, though we might change this API lots.
  (Murray Cumming)
* Application: Add mark/unmark_busy().
  (Murray Cumming)
* DesktopInfo: Add list_actions(), launch_action() and get_action_name().
  (Murray Cumming)
* File: Add trash_async(), trash_finish(), make_directory_async()
  and make_directory_finish().
  (Murray Cumming)
* Menu: Add remove_all().
  (Murray Cumming)
* MenuItem:
  - Add set/unset_icon().
  (Murray Cumming)
  - Reimplement the constructors.
  (Murray Cumming) Bug #705199 (Pete Woods)
* SimpleAction:
  - set_enabled(): Add default parameter value.
  (Murray Cumming)
  - Add constructors and create_bool() methods that take a bool instead of
  a VariantBase for the state, to make it easier to deal with toggle actions.
  However, we might add a whole derived convenience class for these
  instead.
  (Murray Cumming)

Documentation:
* gmmproc: Add docs to the default constructor of _CLASS_OPAQUE_COPYABLE.
  mentioning that the constructed object is invalid.
  (Kjell Ahlstedt) Bug #704639 (Aurimas ÄŒernius)

Build:
* Glib::TypeTraits<>: Avoid warnings when compiling with -Wcast-qual.
  (Kjell Ahlstedt) Bug #704640 (Aurimas ÄŒernius)
* enums.pl: fixed multi-argument defines as enum values.
  (Marcin Kolny) Bug #705113 



========================================
  gnome-contacts
========================================

Major changes in 3.9.90 are:
* Reworked UI to use custom titlebars
* Reworked select account dialog
* Fixed background colors all over
* Fixed "Select a Contact" view
* Updated to folks 0.9.5
* Migrated Contacts.Window to use Gtk+ templates
* Show all contacts everytime now


========================================
  gnome-control-center
========================================

================
Version 3.9.90.1
================

Mouse:
- Fix stretched "Test Your Settings" button

Network:
- Remove placeholder label contents

Online Accounts:
- Support Telepathy accounts

Region:
- Fix stretched "Login Screen" button

Shell:
- Fix stretched header bar lock button

==============
Version 3.9.90
==============

Background:
- Add support for lock screen background

Date & Time:
- New design

Display:
- New design

Keyboard:
- Add a screencast shortcut entry

Network:
- Activate wired profiles when clicked
- Don't show the airplane mode switch if the system doesn't support it

Power:
- Add a slider to control keyboard brightness

Privacy:
- Remove Name & Visibility section
- Confirm before emptying trash or purging temporary files

Sharing:
- Don't allow empty passwords in screen sharing

Shell:
- Prevent the window from being taller than the height of the monitor
- Use a GtkHeaderBar as the window's title bar
- Use a GtkSearchBar for the search entry
- Start search when typing

User Accounts:
- Enable checking for sequences in password
- Add a short explanation of what enterprise login is and a note about
  reduced functionality when offline
- Design and interaction refinements


========================================
  gnome-desktop
========================================

===============
Version  3.9.90
===============

- gnome-rr: Add api to get physical size
- gnome-rr: Add async constructor
- gnome-rr: Port to mutter dbus api (#705510)
- xkb: Prevent a crash (#705885)
- Translation updates


========================================
  gnome-font-viewer
========================================

GNOME Font Viewer - 3.9.90
-------------------------------------------------------------------------------

 • Fix back button direction for RTL locales (Yosef Or Boczko)
 • Port to GtkStack and GtkHeaderBar (Yosef Or Boczko)
 • Support Hi-Dpi displays
 • Make sure not to append extra header buttons when loading a file
 • Translation updates


========================================
  gnome-online-accounts
========================================

Overview of changes in 3.9.90
=============================

* Support Telepathy accounts (696267)

* Bugs fixed:
 705366 build: Fix build failure due to missing IT_PROG_INTLTOOL
 706074 owncloud: Add support for documents

* Updated translations:
 Traditional Chinese (Hong Kong)
 Traditional Chinese (Taiwan)
 Irish
 Tajik



========================================
  gnome-screenshot
========================================

GNOME Screenshot 3.9.90 - 20th August 2013
==========================================

- Add a GSetting option to specify default format (Stefan Assmann)
- Translation updates


========================================
  gnome-session
========================================

==============
Version 3.9.90
==============
        * code style fix ups
        * Set _GNOME_IS_SOFTWARE_RENDERING root window property when software rendering
        * disable hardware acceleration for poulsbo driver
        * Updated translations


========================================
  gnome-settings-daemon
========================================

==============
Version 3.9.90
==============

- Consolidate access to common bus proxies like session and
  screensaver

Housekeeping:
- Fixed a bug that would prevent files in the Trash from being purged

Media-keys:
- Add a way to watch DBus namespaces
- Use an MPRIS interface to handle Play, Pause, etc. keys in case we
  don't have a native client registered for our media-keys API
- Add a binding to take a short screencast of the screen
- Add a shortcut to toggle the screen reader

Mouse:
- Enable edge scrolling if two-finger scroll is unavailable

Power:
- Add Brightness property for keyboard backlights
- Use logind to discover critical action availability

Printers:
- Code cleanup
- Do more things asynchronously
- Poll remote CUPS servers for notifications

RFKill:
- Add a property to determine whether we can toggle airplane mode

XRandR:
- Stop handling monitors.xml and the initial modeset for the session,
  as well as monitor hotplug and lid switches. All that is implemented
  in mutter now

XSettings:
- Disable middle-click paste by default. Can be enabled in
  gnome-tweak-tool
- Add support to detect and set a scale factor on high DPI displays


========================================
  gnome-shell
========================================

3.9.90
======
* workspaceThumbnails: Exclude transient windows when shifting workspaces
  [Bradley; #705174]
* Never show a horizontal scrollbar on lock screen [Jasper; #704327]
* authPrompt: Fix disable-user-list / Not Listed? [Ray; #705370]
* Animate the lock screen notification transitions [Giovanni; #687660]
* Wake up the screen when new notifications appear [Giovanni; #703084]
* Use StartupWMClass for application matching [Giovanni; #673657, #705801]
* dateMenu: Add style class for the clock label [Jonh; #705634]
* keyboard: Translate IBus IME name if possible [Daiki; #695673]
* power: Display single digit minutes correctly [Sebastian; #705803]
* Implement new aggregate status menu [Jasper; #705845]
* Improve triangle animation when expanding sub-menus [Tarun; #703109]
* Fix alignment of search provider icons [Tarun; #695760]
* Slide dash and workspace switcher on overview transitions [Tarun; #694262]
* Respect always-show-universal-access-status setting [Tanner; #705733]
* Handle .desktop files with capital letters [Giovanni; #706252]
* authPrompt: Add smartcard support [Ray; #683437]
* Fix call notifications in busy mode [Emilio; #666221]
* Improve triangle animation when expanding sub-menus [Tarun; #703109]
* Move message tray menu to a tray button [Jasper; #699272]
* Wi-fi dialog improvements [Jasper, Allan; #705916, #706136]
* Work towards running as wayland compositor [Giovanni]
 - Switch to Mutter abstraction layer for cursor tracking [#705911]
 - Add confirmation dialog for display changes [#706208]
* Use a different background in screen shield [Giovanni; #688210]
* Add fade animation before blanking the screen [Giovanni; #699112]
* Misc. bugfixes and cleanups [Jasper, Giovanni, Adel, Colin, Ray, Florian,
  Magdalen; #704448, #702536, #686855, #695581, #700901, #701761, #701495,
  #701848, #697833, #701731, #705664, #705840, #705898, #706089, #706153,
  #704646, #706262, #706324, #703810, #703811, #704015, #706232, #705917,
  #706536]

Contributors:
  Magdalen Berns, Giovanni Campagna, Allan Day, Tanner Doshier, Adel Gadllah,
  Sebastian Keller, Tarun Kumar Joshi, Florian Müllner, Bradley Pankow,
  Emilio Pozuelo Monfort, Jasper St. Pierre, Ray Strode, Rico Tzschichholz,
  Daiki Ueno, Colin Walters, Jonh Wendell

Translations:
  Kjartan Maraas [nb], Aurimas ÄŒernius [lt], Yaron Shahrabani [he],
  Fran Diéguez [gl], Gabor Kelemen [hu],
  Juan Diego Martins da Costa Cruz [pt_BR], Inaki Larranaga Murgoitio [eu],
  Yuri Myasoedov [ru], Daniel Mustieles [es], Seán de Búrca [ga],
  Khaled Hosny [ar], Victor Ibragimov [tg], Friedel Wolff [af],
  Marek Černocký [cs], Matej Urbančič [sl], A S Alam [pa],
  Rafael Ferreira [pt_BR], Andika Triwidada [id], Dušan Kazik [sk]


========================================
  gnome-shell-extensions
========================================

3.9.90
======
* xrandr-indicator was removed, as the implementation
  was incompatible with the new DisplayConfig mutter API
* various extensions were updated for the 3.9.90 gnome-shell API
* updated translations (cs, es, fur, gl, he, hu, id, ja, sl, tg,
  zh_CN, zh_HK, zh_TW)


========================================
  gnome-system-log
========================================

GNOME System Log 3.9.90 - 20th August 2013
==========================================

- Port to GtkRevealer (Yosef Or Boczko)
- Use header bar as titlebar (Yosef Or Boczko)
- Drop deprecated GtkStock (Yosef Or Boczko)


========================================
  gnome-system-monitor
========================================

New in 3.9.90 - 19 August 2013

* added/updated translations
  cs, courtesy of Marek Černocký 
  de, courtesy of Christian Kirbach 
  es, courtesy of Daniel Mustieles 
  gl, courtesy of Fran Dieguez 
  he, courtesy of Yaron Shahrabani 
  hu, courtesy of Gabor Kelemen 
  lt, courtesy of Aurimas ÄŒernius 
  nb, courtesy of Kjartan Maraas 
  pt_BR, courtesy of Rafael Ferreira 
  sl, courtesy of Matej Urbančič 
  tg, courtesy of Victor Ibragimov 
  zh_HK, courtesy of Chao-Hsiung Liao 
  zh_TW, courtesy of Chao-Hsiung Liao

* List of fixed bugs

  649398 3.0.0-1 takes ~10 sec to quit 
  705210 Use a window-menu for process page 
  705271 Do not repeat word "process" in context menu
  674405 Hide when maximized
  347886 End process button in bad position
  509787 Filter process list
  681405 Support Kill/End process with multiple selection
  414492 don't show swap history when computer has no swap
  524830 process list uses too much CPU 
  705429 Plural forms
  705456 Uniformize usage of gsettings keys
  703240 in preferences dialog, let me double click a field to add/remove it 
  705753 Use g_print instead of g_debug to print debug messages 
  685946 Resizing columns in the process table should not cause excessive IO 
  705970 proctable: handle selection smartly when opening context menu 
  705989 Small improvements for the context menu
  705088 Make the headerbar a title bar 
  611735 Memory map scrolls on each refresh
  706267 Memmaps: use system monospace font 
         Refactoring and code cleanup


========================================
  gnome-themes-standard
========================================

3.9.90
======

New style for WM buttons to go together with the new headerbar
controls. 

GTK3:
 Improved client side decorations.
 New radiobuttons and checkboxes.
 HIDPI support.
 Unified infobar styling.
 App specific fixes for Contacts, Baobab. (Erick Pérez Castellanos, 
 Stefano Facchini)


========================================
  gnome-user-docs
========================================

3.9.90
======
* Updates to GNOME Help (Petr Kovar, Jana Svarova, Ekaterina Gerasimova,
  Michael Hill, Jiro Matsuzawa, Aruna Sankaranarayanan, Shobha Tyagi,
  Shaun McCance, Matthias Clasen, Jeremy Bicha, Emilio Pozuelo Monfort,
  Daniel Mustieles, Baptiste Mille-Mathias)
* Updates to System Admin Guide (Jana Svarova, Ekaterina Gerasimova,
  Petr Kovar, Aruna Sankaranarayanan, Michael Hill, Alexandre Franke,
  Sindhu S, Shobha Tyagi)
* Updated translations:
  as        (Nilamdyuti Goswami)
  de        (Christian Kirbach)
  el        (Dimitris Spingos)
  es        (Daniel Mustieles)
  gl        (Andre Klapper)
  gu        (Sweta Kothari)
  hu        (Gabor Kelemen, David King)
  ja        (Jiro Matsuzawa)
  kn        (Shankar Prasad)
  pt_BR     (Rafael Ferreira)
  sr        (Мирослав Николић, David King)
  sr@latin  (Мирослав Николић, David King)
  ta        (Shantha kumar)
  zh_CN     (Wylmer Wang)

========================================
  gsettings-desktop-schemas
========================================

Major changes in 3.9.90
=======================
* Add setings for focus/caret tracking


========================================
  gtk+
========================================

Overview of Changes in GTK+ 3.9.10 to 3.9.12
============================================

* GtkInfoBar now uses a GtkRevealer internally to slide in place.
  It is no longer necessary to do that manually.

* GtkHeaderBar can now add a window close button

* The fine adjustment mode for scrolling has been revamped to be
  easier discoverable, and visual feedback and autoscrolling has
  been added.

* GtkIconTheme now supports 2x scaled icons for hi-dpi displays.

* The Wayland and X11 clipboard implementations can now coexist

* Bugs fixed:
 448637 Convert comment in gtkmenushell.c into docs
 672220 GtkFileChooserButton dialog stretched, when user has a really...
 674108 Hard crash due to wrong NSAutoreleasePool stacking
 680926 generic type fallback logic is broken for -symbolic
 688738 GtkMenuButton problem with mnemonics / accelerators
 692548 Quartz: Cursor doesn't reset when the mouse leaves a toplevel...
 694831 GtkEntry provides no visual feedback when editable=FALSE
 697127 gedit context menu uses fixed-width font
 697399 GtkEntry: Add a "tabs" property for setting a PangoTabArray...
 700029 GdkEvent type not accessible from Javascript
 701571 1ad25dfb causes NSApp to not notice NSWindow destruction
 702144 Make gdkwin32.h a pure include-only header
 702971 GtkHeaderBar - pick up window controls from the system settings
 704173 Don't use UNIX-specific printer objects on non-UNIX
 704334 add revealer to infobar
 704703 fine adjustments are difficult with scrollbars
 705068 Update the GDK and GTK on Win32 to not use deprecated APIs
 705181 Annoying beep on arrow keys when using IME on MacOS
 705182 Reset Cocoa IME state when immodule is reset
 705215 Minimum required cairo version should be 1.12 since 83c5e354b
 705320 gtkicontheme: check for GdkPixbuf first
 705372 gtk_image_menu_item_new_from_stock deprecation warning point...
 705443 Fix image effects
 705498 build and enable wayland backend by default
 705524 searchbar: ignore GDK_KEY_Menu in handle_event()
 705529 GtkTextView: improve documentation
 705558 [listbox] convenience methods to prepend and insert at index
 705601 headerbar: some improvements
 705605 Improve the spring-back animation for drag and drop
 705624 paned: minus the size by the handle for the for_child1 compu...
 705640 GtkWindow incorrectly requires a default screen
 705672 Inconsistent deprecations. GtkComboBox and GtkMenu.
 705692 Segmentation fault on horizontal slider
 705750 Quartz input method doesn't work correctly for Chinese characters
 705765 gtkwindow: Export our custom frame extents
 705809 Middle click on HeaderBar (as tiitelbar) isn't moved to the...
 705918 Add gtk_button_new_from_icon_name
 706014 Searchbar entry lacks an accessible name
 706045 Set GtkBox as titlebar of the window - the background of the box...
 706152 g_object_notify called with NULL priv->focus_widget
 706220 Add the "text-button" style to button created with gtk_button_ne...
 706028 The pathbar in GTKFilechooser don't stick together
 706335 doc: Fix typos

* Updated translations:
 Arabic
 Czech
 Galician
 Hebrew
 Hungarian
 Lithuanian
 Norwegian bokmål
 Spanish
 Tajik
 Traditional Chinese



========================================
  gtkmm
========================================

3.9.10 (unstable):

Gdk:
* Device: Add get_position() that uses doubles.
  (Murray Cumming)
* Screen: Add get_monitor_scale_factor().
  (Murray Cumming)
* Window: Add get_scale_factor().
  Add get_device_position() taking doubles.
  Add create_similar_image_surface().
  (Murray Cumming)

Gtk:
* CellRendererPixbuf: Add the surface property.
  (Murray Cumming)
* Box: Add get/set_baseline_position() and property.
  (Murray Cumming)
* FileChooser: Add get_current_name().
  (Murray Cumming)
* Image: Add set(Cairo::Surface)
  (Murray Cumming)
* InfoBar: Add get/set_show_close_button() and
  the property.
  (Murray Cumming)
* IconInfo: Add load_surface() and get_base_scale().
  (Murray Cumming)
* IconTheme:  Add lookup_icon() method overloads that
  take a scale parameter.
  Add choose_icon() method overload that take a scale
  parameter.
  Add load_icon() method overload that takes a scale parameter.
  Add load_surface().
  (Murray Cumming) 
* Grid:
  - Add get/set_row_baseline_position()
  and get/set_baseline_row(), and baseline-row property.
  (Murray Cumming)
  - Add remove_row() and remove_column().
  (Murray Cumming) 
* Menu, MenuBar: Add constructors that take Gio::MenuModels.
  (Murray Cumming)
* Menu: Make attach_to_widget() public.
  (Murray Cumming)
* MenuShell: bind_model(): Add a method overload without the
  action_namespace parameter.
  (Murray Cumming)
* RadioToolButton: Fix set_group(). Add reset_group().
  (Kjell Ahlstedt)
* Widget Add get_preferred_height_for_width(),
  get_allocated_baseline() and get_valign_with_baseline().
  (Murray Cumming)
* Window: Add close().
  (Murray Cumming)

Documentation:
* Demos: Catch Glib::FileError from demo_find_file().
  (Kjell Ahlstedt)
* Demos: Add IconTheme demo.
  (Kjell Ahlstedt)



========================================
  gtksourceview
========================================

News in 3.9.90
--------------
* Modify the search and replace API: SearchContext and SearchSettings classes
* Regular expression search
* Misc bugfixes
* Updated translations


========================================
  gupnp
========================================

0.20.5
======

Changes since 0.20.5:
 - Add some missing G_{BEGIN,END}_DECLS guards.
 - Fix uninitialized variable use introduced in previous version.
 - Add simple network device whitelisting infrastructure.
 - Port gupnp-binding-tool so it's usable with python3.
 - Minor code fixes.
 - Fix crashes in NetworkManager context manager during some async calls.
 - Fix a small memory leak in the unix and windows CM.
 - Always enable GTest tests.
 - Upgrade gtk-doc stuff.
 - Fix the service example in documentation.
 - Remove the test for inverted arguments in the GUPnPContext tests.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=694454
 - https://bugzilla.gnome.org/show_bug.cgi?id=704094
 - https://bugzilla.gnome.org/show_bug.cgi?id=704383
 - https://bugzilla.gnome.org/show_bug.cgi?id=705712
 - https://bugzilla.gnome.org/show_bug.cgi?id=706326

All contributors to this release:
 - Jens Georg <mail@jensge.org>
 - Ludovic Ferrandis <ludovic.ferrandis@intel.com>
 - Olivier Crête <olivier.crete@collabora.com>
 - Bohuslav Kabrda <bkabrda@redhat.com>


========================================
  gvfs
========================================

Major changes in 1.17.90
=======================
* archive: Update to latest libarchive API
* http: Stop using deprecated apis


========================================
  libgee
========================================

libgee 0.11.90
==============
 * Add adding to collection based on iterators
 * Make Collection.add_all_array, contains_all_array and remove_all_array virtual
 * Avoid destroy coroutine creation in hazard pointer implementation
 * Various bugfixes


========================================
  libgtop
========================================

19 August 2013: Overview of changes in 2.28.5
=============================================
* Fix numerous bugs in the OpenBSD backend.
* Updated translations.


========================================
  libgweather
========================================

==============
Version 3.9.90
==============

* Location database fixes
* Updated translations


========================================
  librsvg
========================================

Version 2.38.0
- don't load resources from the net (#691708, CVE-2013-1881)


========================================
  libsoup
========================================

Changes in libsoup from 2.43.5 to 2.43.90:

	* Fixed the handling of unsatisfiable range requests in
          SoupServer [pointed out on mailing list, Dan]. Also, added
          more documentation clarifying that you don't need to handle
          range requests yourself in many cases.

	* Fixed the handling of IPv6 address literals with scope IDs.
          (Requires the latest glib as well for the complete fix.)
          [#669724, Dan]


========================================
  libwnck
========================================

=============
Version 3.4.7
=============

  Features

  * Add wnck_set_default_icon_size and wnck_set_default_mini_icon_size functions
    to allow clients to define the size of the icons to be used for windows
    and applications.

=============
Version 3.4.6
=============

  Features

  * Add option to close windows with mouse middle click on button in tasklist
    (Stefano Karapetsas)
  * Add API to define task list orientation (Jean-Luc Porquet and Josselin Mouette)

  Fixes

  * ClassGroup: fix class signal signature (Marco Trevisan)
  * Get rid of the deprecated code in TaskList, Selector and Pager (Marco Trevisan)

  Translators

  * Andika Triwidada (id)
  * Ani Peter (ml)
  * Aurimas ÄŒernius (lt)
  * Balázs Úr (hu)
  * Daniel Mustieles (es)
  * Enrico Nicoletto (pt_BR)
  * Joe Hansen (da)
  * Krishnababu Krothapalli (te)
  * ManojKumar Giri (or)
  * Marek Černocký (cs)
  * Matej Urbančič (sl)
  * Nilamdyuti Goswami (as)
  * Rajesh Ranjan (hi)
  * Sandeep Sheshrao Shedmake (mr)
  * Shankar Prasad (kn)
  * Shantha kumar (ta)
  * Sweta Kothari (gu)
  * Theppitak Karoonboonyanan (th)
  * Yuri Myasoedov (ru)
  * Мирослав Николић (sr) (sr@latin


========================================
  mutter
========================================

3.9.90
======
* Add support for _GTK_FRAME_EXTENTS [Jasper; #705766]
* Fix quick consecutive <super> presses breaking keyboard input [Alban; #666101]
* Work towards running as wayland compositor [Giovanni]
 - Add DBus API for display configuration
   [#705670, #706231, #706233, #706322, #706382]
 - Add abstraction layer for cursor tracking [#705911]
 - Add support for plugin modality under wayland [#705917]
* Disable GTK+ scaling [Alexander; #706388]
* Disable blending while updating tower [Robert]
* Misc bug fixes and cleanups [Adel, Jasper, Giovanni, Colin, Rico, Florian;
  #703332, #704437, #706207]

Contributors:
  Robert Bragg, Giovanni Campagna, Alban Crequy, Adel Gadllah,
  Alexander Larsson, Florian Müllner, Jasper St. Pierre, Rico Tzschichholz,
  Colin Walters

Translations:
  Jiro Matsuzawa [ja], Kjartan Maraas [nb], Matej Urbančič [sl],
  Marek Černocký [cs], Daniel Mustieles [es], Rafael Ferreira [pt_BR],
  Yaron Shahrabani [he], Ján Kyselica [sk]


========================================
  nautilus
========================================

Major changes in 3.9.90:
* Fix support for HiDpi displays
* Replace control characters when fixing filenames for FAT
* Fix crash while dragging an expander in list view
* Don't use deprecated GtkStock and GtkImageMenuItem
* Fix "Reset to Defaults" not resetting columns in List
  view (Garret Regier)
* Use more friendly strings in the Location column in
  List view (Garret Regier)
* Add Access Date column in Recent (Garret Regier)
* Add Location column by default in search views (Garret Reiger)
* Fix search not remembering per-view settings (Garret Reiger)
* Use new GTK titlebar look (Yosef Or Boczko)
* Fix hidden files setting not correctly refreshing on
  change (Srinivasa Ragavan)
* Fix incorrect click target in canvas view under certain
  circumstances (Srinivasa Ragavan)
* Fix DnD glitches on pathbar buttons (Nelson Benitez Leon)
* Show invalid filename dialog when copying, if required (Nelson Benitez Leon)


========================================
  pango
========================================

Overview of changes between 1.35.0 and 1.35.2
============================================
- Bypass line reordering in some cases (#705007)


========================================
  pygobject
========================================

3.9.90  19-Aug-2013
	- Create GLib.Pid in the same way on python 2 and 3 (Benjamin Berg)
	  (#705451)
	- Use PyLong_Type.tp_new for GLib.Pid (Benjamin Berg) (#705451)
	- Add accumulator and accu_data arguments to GObject.Signal decorator
	  (Simon Feltman) (#705533)
	- Pass return values through the GObject.Signal.emit wrapper
	  (Simon Feltman) (#705530)

3.9.5   29-Jul-2013

========================================
  yelp
========================================

3.9.90
======
* Various updates for deprecated APIs in GLib and GTK
* Added support for DocBook conditional processing on desktop environment
* Updated translations:
  mr       (Chetan Khona)
  sk       (Pavol Klačanský)
  zh_HK    (Chao-Hsiung Liao)
  zh_TW    (Chao-Hsiung Liao)


========================================
  yelp-tools
========================================

3.9.90
======
* yelp-build: Fix directionality issues for Mallard
* yelp-check: Allow xml: attributes when validating in strict mode


========================================
  yelp-xsl
========================================

3.9.90
======
* Added support for DocBook conditional processing
* Fixed RTL issues in link trails for Mallard, DocBook, and DITA
* Added "lead" style hint for paragraphs in Mallard and DocBook
* Allow experimental role attribute on Mallard links element
* Updated translations:
  ja    (Jiro Matsuzawa)