
========================================
 UPDATED: at-spi-1.31.1
========================================

at-spi was updated without a NEWS entry.


========================================
 NEWS: GConf-2.31.3
========================================

2.31.3
======

  Features
   - Install an autostart file for gsettings-data-convert (Matthias Clasen)
   - Expose the location of the default path file in the pc file (Brian Cameron)

  Fixes
   - Update GSettings backend to follow API changes (Ryan Lortie)
   - Respect $datadir (Matthias)
   - Fix annotations for gconf_client_notify_add (Owen Taylor)
   - Support silent build (Christian Persch)
   - Don't print an error on the first run of
     gsettings-data-convert (Richard Hughes)

  Translations
   Albanian
   Norwegian bokmål
   Shavian

2.31.2
======

  Fixes
   - Handle prefix when installing instrospection data (Cosimo Cecchi)
   - Use /usr/share/GConf/gsettings in gsettings-data-convert (Matthias Clasen)
   - Don't segfault if saved_state has blank lines in it (Michael Meeks)
   - Treat nonexisting keys as writable in the settings backend (Matthias)
   - Warn if key is a path in gsettings-data-convert (Matthias)

  Translation updates
    Catalan (Valencian)

2.31.1
======

  Features
   - Add a GSettings backend. This is meant as a tool to ease the
     transition from GConf to GSettings/DConf, not as a permanent solution.
     To use this backend with GSettings, set GSETTINGS_BACKEND=gconf in
     your environment. Note that you still need to convert your GConf
     schema to a GSettings schema and install it (Vincent Untz)
   - Add a utility to migrate existing user settings from GConf to
     GSettings. For details, see gsettings-data-convert(1) (Matthias Clasen)
   - Add boxed types for GConfEntry and GConfValue (Florian Müllner)
   - Add introspection support (Florian Müllner)

  Fixes
   - Plug a memory leak when ignoring default values (Alberto Garcia)


========================================
 NEWS: glib-2.25.7
========================================

Overview of Changes from GLib 2.25.6 to GLib 2.25.7
===================================================

* NOTE: API/ABI breaks since 2.25.6 release:
  - g_dbus_connection_sync{,_sync} takes a new 'reply_type' argument
  - GSettingsBackendClass 'list' virtual function changed

  GSettings backends and things using GDBus may need to be rebuilt.

* GDBus: many build-related fixes

* GDBus (service): return a DBus error when receiving a method call for
  an unknown interface.

* GSettings: fix 'make install' bug in gsettings.m4 for generated schema
  files

* GSettings: avoid non-portable use of LC_MESSAGES

* better approach to handling man pages


* Bugs fixed:
 619527 please improve docs on g_file_make_symlink
 619391 send-with-reply should have expected result signature
 618616 Use stack-allocated GVariantBuilders
 617004 Build with "--disable-nls" fails under MinGW/Win32
 619142 Build fixes (GDBus)

* Updated translations:
 Estonian
 Galician
 Norwegian bokmål

Overview of Changes from GLib 2.25.5 to GLib 2.25.6
===================================================

* GDBus: introspection improvements
* GDBus: build fixes

* GSettings: GSettingsBackend ABI changed               **** NOTE ****
* GSettings: --uninstall option for schema compiler
* GSettings: new m4 macro with more power
* GSettings: thread support

* rework of file notification on Solaris
* fixes for gold linker

* Bugs fixed:
 619038 increase gsettings.m4 power
 619031 method-calls-in-thread test failing
 618839 Typo at translation message
 616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
 618730 gunixcredentialsmessage.c doesn't compile on GNU/kfreebsd
 616314 Make GSettings (partially) threadsafe

* Updated Translations:
 Indonesian
 Galician
 Spanish

Overview of Changes from GLib 2.25.4 to GLib 2.25.5
===================================================

* GDBus: Fix serialization of empty arrays

* GDBus: Plug various memory leaks

* GSettings: Fix problems with GSETTINGS_CHECK_RULE

* Bugs fixed:
 616731 GSETTINGS_CHECK_RULE doesn't work in non-srcdir builds
 616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
 618615 mem leaks in parse_value_from_blob
 618622 Plug some mem leaks in gdbus
 618650 Plug a mem leak in gdbusauth
 618663 Plug mem leaks in gdbus tests & examples

* Updated translations:
 Spanish


Overview of Changes from GLib 2.25.3 to GLib 2.25.4
===================================================

* GDBus D-Bus support has been merged. This provides an API
  to replace dbus-glib

* GVariant no requires strings to be UTF-8. You can use byte
  arrays for non-UTF-8 strings.

* GSettings allows to bind string properties to byte arrays

* The schema compiler supports range restrictions

* Bugs fixed:
 618051 socket-server|client.c fail to compile under AIX...
 616102 GSettings ignores <choice> and <range>
 616720 Chunked quark allocation
 616877 Several issues with g_socket_receive_message
 616892 gio: Add a boxed type for GFileAttributeMatcher
 616967 Add g_regex_get_compile_flags() and g_regex_get_match_flags()
 617767 g_settings_[gs]et_strv() 'length' argument has missing docs...
 617914 gtester-report: cope with binaries with no test cases
 617937 output_stream_close vs output_stream_close_async semantics
 615494 Connction timeouts produce partially invalid error messages
 617823 glib-compile-schemas problems with an out of source build
 617947 glib-mkenums: add @valuenum@ support

* Translation updates:
 Galicaian
 Norwegian bokmål
 Shavian
 Spanish


Overview of Changes from GLib 2.25.2 to GLib 2.25.3
===================================================

* New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
  that lets you add replacement information (requires gcc 4.5)

* Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS

* Rename gschema-compile utility to glib-compile-schemas

* Add support for timeouts in GSocket

* Bugs fixed:
 589989 Compilation error on Solaris 9
 616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
 587898 I/O timeouts for GSocket
 614541 Add G_TYPE_ERROR boxed type for GError


Overview of Changes from GLib 2.25.0 to GLib 2.25.2
===================================================

* Include a 'gsettings' utility, for commandline access to GSettings

* Install a AM_GSETTINGS autoconf macro similar to AM_GCONF

* GSettings can bind the writability of a key explicitly

* There is now a predefined boxed type for GError

* Bugs fixed:
 615379 g_new macros crash if sizeof(struct_type) == 0
 616312 Add m4 rule equivalent to GCONF_SCHEMAS_INSTALL
 616295 mapping bug for uint64
 616216 glib compile from remote directory fails
 615960 Fix size passed to connect() for abstract sockets
 616432 Crash in gschema-compile
 616331 gsettings-schema-convert uses imaginary types
 616309 gsettings-schema-convert should output gettext-domain
 616384 Add mention of GConfBridge in conversion docs
 616311 gschema-compile outputs in current directory
 616276 simplify gschema-compile test setup
 616156 keys with unnecessary empty options arrays
 616405 gsettings missing g_return_if_fail's
 616245 Use G_DEFINE_INTERFACE macro
 614541 Add G_TYPE_ERROR boxed type for GError

* Updated translations:
 Catalan (Valencian)
 Galician
 Kannada
 Spanish


Overview of Changes from GLib 2.24.0 to GLib 2.25.0
===================================================

* The GSettings framework has been merged. This provides the API to
  replace GConf. DConf will provide a backend implementation for it.
  GConf will also provide a backend implementation to ease the
  transition. We provide utilities to assist with schema conversion
  and data migration, as well as a porting guide.

* Translation updates:
 Bengali
 Catalan
 Danish
 Gujarati
 Marathi
 Thai
 Traditional Chinese



========================================
 NEWS: gtk+-2.21.0
========================================

Overview of Changes from GTK+ 2.20.0 to 2.21.0
==============================================

* Support tracker 0.8 and 0.9 in the filechooser search code

* New API:
 - add API to convert coords between parent and child windows
 - add gdk_window_get_effective_parent() and
   gdk_window_get_effective_toplevel() which are offscreen aware
 - add gtk_widget_send_focus_change
 - add accessors for GtkTextView adjustments
 - add API to reset the im context in GtkTextView and GtkEntry

* Bug fixes:
 614513 Func to substitute GTK_WIDGET_SET_FLAGS (widget, GTK_HAS_GRAB)?
 614510 Needed func for GTK_WIDGET_SET_FLAGS (widget, TOPLEVEL) ?
 614515 Func to substitute GTK_WIDGET_SET_FLAGS (widget, GTK_HAS_DEFAULT)?
 163251 GtkTextView derivatives need some way to set the need_im_reset flag.
  69872 GTK_WIDGET_SET_FLAGS should be deprecated
 615028 gdk/x11/gdkdnd-x11.c missing Xutil.h
 615128 gdk monitor order does not seem to be correct
 616565 Fix a typo in the offscreen windows docs
 616118 please expand documentation for gdk_event_free()
 615000 gtk_builder_value_from_string_type() returns FALSE without..
 580889 table cells do not implement action interface
 616053 GtkTextView lacks accessors for hadjustment and vadjustment
 613988 Compile error on DirectFB backend due to missing of gdk_...
 614894 Add heuristic for pre XRandR 1.3 drivers
 560147 GtkBuilder docs should say what GErrors they throw
 615999 Gail doesn't send state-changed events for ATK_STATE_ENABLED
 613974 GtkToolItemGroup devides by 0 when allocating space for...
 614540 configure wants gio-unix on all platform
 557689 In 'select folder' action, filechooser doesn't work when...
 615853 BadMatch when pressing keyboard volume keys while pointer...
 613887 Misprint in the description of the function gtk_cell_view_...
 615162 Fix tooltips on offscreen widgets
 616851 assertion `GTK_IS_MISC (misc)' failed
 607839 libpixbufloader-png.so not in library list
 605186 Use G_DEFINE_INTERFACE macro
 402349 FileChooser's default directory is not "active"
        missing break statement in gtk_tool_item_group_set_property
        missing default events in  GtkToolItemGroup
        fix a filechooser crash when removing files

* Translation updates:
 Basque
 Bengali India
 Catalan
 Catalan (Valencian)
 Danish
 Galician
 Greek
 Indonesian
 Kannada
 Kazakh
 Latvian
 Marathi
 Thai
 Ukrainian


========================================
 NEWS: gtk-doc-1.15
========================================

GTK-Doc 1.15    (May 21 2010)
============

 Changes

 o 614496 : Support for multiple DOC_SOURCE_DIR directories
 o 615550 : gtk-doc fails to recognize (scope ...) and (skip) annotations

 Contributors

 Andreas Rottmann
 Jorge González
 Nicola Fontana
 Nikos Bakaoukas
 Stefan Kost

