The following modules have been added in this release:
  accerciser, glade, gnome-devel-docs, nautilus-sendto, orca, rygel, totem

The following modules have been removed in this release:
  aisleriot, alacarte, ekiga, gnome-contacts, sushi, tomboy

The following modules have a new version:
- anjuta (3.1.90 => 3.1.91)
- cheese (3.0.2 => 3.1.91.1)
- evolution (3.1.90.1 => 3.1.91) (*)
- file-roller (3.1.90 => 3.1.91)
- gedit (3.1.4 => 3.1.5)
- gnome-documents (0.1.90 => 0.1.91)
- gnome-games (3.1.90 => 3.1.91)
- nemiver (0.8.2 => 0.9.0)
- seahorse (3.1.90 => 3.1.91)
- vinagre (3.1.90 => 3.1.91)
(*) No summarized news available

The following modules weren't upgraded in this release:
  devhelp, gnome-nettool, hamster-applet

========================================
 anjuta
========================================

Anjuta 3.1.91 "On the way to Tokio" (5 September 2011) -- Johannes Schmid

Updates:
- More improvements in vala plugin (Abderrahim Kitouni)
- Fix up problems with gtk+ 3.0 (Sébastien Granjoux)

Bugs fixed:
638525  vala support crash on reading source file
657491  Only parse the source files of the current target
657513  anjuta fails to build in gnome 3.1
657589  tests fail in tarball releases because tarballs are missing anjuta.lst
655756  User should be notified if execution of a project fails
656123  plural forms needed
657590  Projects with libtool fails to regenerate
657022  make clean removes libanjuta-interfaces.h which breaks make clean; make


========================================
 cheese
========================================

version 3.1.91.1
 - configure.ac: Bump version to 3.1.91.1 release
   Bump SONAME of libcheese and libcheese-gtk to be greater than those from
   3.0.2.
   Fixes https://bugzilla.gnome.org/show_bug.cgi?id=658342
 - Added/Updated Documentation
   - es, courtesy of Jorge González

version 3.1.91
 - Fix cheese_effect_load_effects prototype
 - help: Reviewed and improved new Mallard help
 - help: Added Mallard help, removed DocBook help
 - cheese-effects: implement loading cheese effects in libcheese
 - cheese-camera: fix 2 gst object reference leaks
 - cheese-camera: fix 3 string memory leaks
 - about: Update credits according to AUTHORS file
 - cheese-camera: Print debug of messages
 - thumb-view: start monitoring at startup
   Before this we started monitoring each for each photo/video
   capture. That was a bit inefficient as the directories in which photos
   and videos are saved are known and don't change during the program's
   lifetime.
   Now we start the monitoring at startup only once.

========================================
 file-roller
========================================

version 3.1.91
--------------

Bugs fixed:

 * Fixed loading of multi-volume rar archives with 7zip
 * Removed use of a deprecated function (Javier Jardón)

New or updated application translations:

 * Belarusian (Ihar Hrachyshka)


========================================
 gedit
========================================

===========
gedit 3.1.5
===========

New Features and Fixes
======================
- Update snippet for mallard (Germán Póo-Caamaño)
- Update the quickopen dialog to look more GNOMEish 3 (Ignacio Casal Quinteiro)
- Use symbolic icons for the search popup. (Ignacio Casal Quinteiro)
- Point to the right help in the dialogs (Ignacio Casal Quinteiro, Jim Campbell)

New and updated translations
============================
- fa (Arash Mousavi)
- it (Milo Casagrande)
- tr (Muhammet Kara)
- zh_HK (Chao-Hsiung Liao)
- zh_TW (Chao-Hsiung Liao)


========================================
 gnome-documents
========================================

0.1.91 - "Mexicola"
===================

- Hide/show documents on the fly for disabled GOA sources
- Add a fullscreen preview mode
- Extend search to look into document authors
- Add a hi-res application icon
- Use symbolic emblems
- Display more file details in list view
- Use a nicer thumbnail frame from Nautilus for document thumbnails
- Sanitize and remove extensions from filenames
- Add keybindings for quit/fullscreen/search
- Fix parallel builds
- Add translator comments
- Fix license files and headers
- Require GLib 2.29.90 and g-o-a 3.1.90


========================================
 gnome-games
========================================

gnome-games 3.1.91
==================
Major changes:
* Glines ported to GSettings

Bug fixes:
* Fix compile issues with Vala 0.13.3
* gnect: Use the correct player names in Preferences

Shortlog of changes since 3.1.90:
Flamarion Jorge (1):
     Updated Brazilian Portuguese translation.

Fran Dieguez (1):
     Updated galician translations

Ihar Hrachyshka (1):
     Updated Belarusian translation.

Jeremy Bicha (1):
     gnect: Use the correct player names in Preferences

Jorge González (2):
     Updated Spanish translation
     Updated Spanish translation

Piotr Drąg (1):
     Updated Polish translation

Robert Ancell (1):
     chess: Fix compile issues with Vala 0.13.3 (Bug #657130)

Thomas Hindoe Paaboel Andersen (1):
     version bump

Tiffany Antopolski (1):
     [help] fix typo in video subtitle (edjes-->edges).

Marc Ruiz (1):
     Glines GConf to GSettings migration.


========================================
 nemiver
========================================

0.9.0 Release
=============

Andrej Žnidaršič
     Updated Slovenian translation

Daniel Mustieles
     Updated Spanish translation

Dodji Seketeli
     Ignore 'current-thread-id' in thread list
     Fix a crash in previous commit
     Fix configury when gsettings is not present
     Update the INSTALL file.
     Update HACKING documentation
     Style cleanup
     Emit one IDebugger::breakpoint_set_signal per BP
     Introduce Loc (code location) type
     Fix memory corruption in SourceEditor
     Avoid reading freed memory
     Fix a crash in confmgr
     Fixlets in setbreakpointdialog.ui
     Fix gsettings configure test error
     Use Automake GSettings magic to support DESTDIR
     Fix configuration keys' description wording
     Add a description to Nemiver's doap file
     Update Makefile.am's release text.
     Fix update-changelog for building out of srcdir
     Properly mark the GDB line as busy
     Add some logging to nmv-gdb-engine.cc
     Avoid gratuitously resetting the dbg command queue
     Handle breakpoints added via GDB scripts
     Reference the local var inspector view
     Restore layout for variable inspector widget
     Fix VarsTreeView memory management
     657021 Wrong behaviour enlarging var inspector
     Backend support for GDB/MI variable format
     Enable GDB pretty printers by default
     Fix tests that got broken a while ago
     Initialize IDebugger dynmods with gconf in tests
     Add preferences for GDB pretty printing
     Support pretty printing instantly applied
     Avoid emitting useless -enable-pretty-printing
     Avoid over reacting to pretty printing key changes
     657834 Properly un-escape '\"' sequence
     658097 Fix hovering over pointer dereference expression
     Add comment to is_word_delimiter
     Fix a typo in the coding style
     644823 Cannot set BP in files with space in path
     Fix tests/pointer-deref.c regression
     658143 Fails to support multiple breakpoints
     Use DBGPerspective::append_breakpoints
     Don't forget to Gtk::Widget::show_all source views
     constify IDebugger::Breakpoint::is_pending
     632305 Avoid disassembling location of pending breakpoint
     Don't append the disassembly editor multiple times
     Misbehaving vertically enlarging var inspector

Fabien Parent
     Add a GSettings implementation for IConfMgr
     Remove not implemented constructor
     Uniformize the header guard name.
     Fix typo
     Apply the GNOME 3 style on the toolbar
     Expand session's treeview
     Replace NULL symbol with 0
     Support user defined assembly syntax
     Add GUI to change the assembly syntax
     Remove unused status widgets
     New Layout Manager and 3 additionals new layouts
     577496 561100 533437 656093 564992 Support Copy/Paste/Reset on target terminal
     Use ATT for disassembly flavor to avoid a glade bug

Fran Dieguez
     Updated Galician translations

Kalev Lember
     Fix header guard name in nmv-hex-document.h
     Fixed includes to match GTK+'s single include policy
     Avoid using gtkmm deprecated API
     Dropped ifdefs for gtkmm 2.16
     Use GDK_KEY_* enums, not the deprecated GDK_* ones
     Dropped ifdefs for GTK+ 2.10
     Removed gnome-vfs compat code
     Dropped compat code with gtksourceviewmm < 2.10
     Removed an unused forward declaration
     Removed has-separator property
     Popup var inspector size requisition code rework
     Port to gtkmm 3.0 and gtksourceviewmm 3.0
     Fix build with ghex 2.90.0

Lele Long
     Update Simplified Chinese translaton

Marek Černocký
     Updated Czech translation

Mario Blättermann
     [l10n] Updated German translation

Piotr Drąg
     Updated POTFILES.in

Takeshi AIHANA
     Updated Japanese translation.

Yuri Kozlov
     Updated Russian translation


========================================
 seahorse
========================================

seahorse 3.1.91
---------------

* Fix up for recent GTK+3 changes.
* Code cleanup, removing unused code.
* Remove old GTK+2 code that was missed earlier.
* Updated translations


========================================
 vinagre
========================================

Vinagre 3.1.91
==============

Aurimas Černius (1):
     Updated Lithuanian translation

David King (3):
     Post-release version bump to 3.1.91
     Use correct compiler warning flags variable
     Update NEWS for 3.1.91 release

Dr.T.Vasudevan (1):
     Updated Tamil translation

Ekaterina Gerasimova (1):
     Fixed bad wording in connect help

Jorge González (5):
     Updated Spanish translation
     Updated Spanish translation
     Updated Spanish translation
     Updated Spanish translation
     Updated Spanish translation

Mario Blättermann (1):
     [l10n] Updated German doc translation

Og B. Maciel (2):
     Updated Brazilian Portuguese translation.
     Updated Brazilian Portuguese translation.