========================================
 NEWS: Glib-1.174
========================================

Overview of changes in Glib 1.174
=================================

* Increase compatibility with different `make´s by not using Makefile
  conditionals for building our documentation.


========================================
 NEWS: glibmm-2.15.7
========================================

2.15.7 (unstable):

* File:
  - Added query_filesystem_info_async() and 
  query_filesystem_info_finish() because these were added to the C API.
  (Murray Cumming)
  - Renamed contains_file() to file_has_prefix() because this was changed in the 
  C API.
  (Wouter Bolsterlee)
* ThemedIcon: Added append_name() because this was added to the C API.
  (Murray Cumming)

Glib:
* Renamed uri_get_scheme() to uri_parse_scheme() because this was changed 
  in the C API.
  (Wouter Bolsterlee)

Documentation:
* Corrections to the .devhelp file generation.
  (Jonathon Jongsma. Bug #518673)


2.15.6 (unstable):

Gio:
* Removed most vfuncs, because they are not useful to application developers, 
  and are a likely source of errors. (Murray Cumming)
* DesktopAppInfo:
  - Added Added create(), create_from_file(),
    is_hidden() and set_desktop_env()
    Renamed new_from_file() to create_from_file().
    (José Alburquerque)
* File: equal(), get_relative_file(), contains_file(): Take const File 
  parameters.
* FileAttributeInfoList: Added dup().
* MemoryInputStream: Added add_data(const void* data, gssize len).
* Mount: Really added signals.
* MountOperation: Wrapped the ask-question signal.
  (Murray Cumming)
* Volume:
  - Added should_automount().
    (Marko Anastasov)
  - Really added signals.
    (Murray Cumming)
* UnixOutputStream, DataOutputStream, DataInputStream: Made constructors 
  protected.
  (Marko Anastasov)


Documentation:
* Install a devhelp file like the existing gtkmm one.
  (Jonathon Jongsma)


========================================
 NEWS: gnome-python-2.21.1
========================================

Overview of Changes from gnome-python 2.21.0 to gnome-python 2.21.1
====================================================================
* Remove some deprecation warnings from examples (Nishio Futoshi, Gian)
* WAF build fixes (Gustavo)


========================================
 NEWS: gtkmm-2.12.5
========================================

2.12.5:

* Documentation:
  - Show stock icon images in the API reference again. 
  - Show some pictures of widgets in the API reference.
  (Jonathon Jongsma)

* Build:
  - Fix header inclusion and use using directive for C functions to
    fix build on gcc-4.3 (pre-releases) and Solaris. 
    (Deng Xiyue, Tim Mooney, Kjartan Maraas, Bug #498438, #517530)
  - Install and find all needed files for gtkmm-demo, and correct the 
    executable name.
    (Chris Wang. Bug #516602, #516600)


========================================
 NEWS: libsigc++-2.2.0
========================================

2.2.0 (stable)

* Build fixes when using gcc 4.3 pre-releases.
  (Ryan Hill, Vladimir Marek)