2.16.1: 2008-03-28 Tim Retout * glib/glibmm/helperlist.h (operator[]): Add a newline before the semicolon at the end of the 'for' loop. Fixes g++ 4.3 warning. 2008-03-29 Jonathon Jongsma * NEWS: updated * configure.in: bump to 2.16.1 2008-03-29 Murray Cumming * gio/src/file.hg: * gio/src/file.ccg: query_default_handler(), set_display_name(), query_info(), query_filesystem_info(): Do not take an extre reference, because the C functions all provide new objects with an initial reference. I checked. 2008-03-28 Murray Cumming * gio/src/file.ccg: create(), replace(): Do not take an extra reference, because the C function has given us a new instance with an initial reference. The leak stopped the stream from really replacing the file, because that only happens when it is closed. 2008-03-28 Murray Cumming * gio/src/file.hg: * gio/src/outputstream.hg: Documentation: Remove/fix mentions of 0 when we mean something else. 2008-03-24 Jonathon Jongsma * gio/src/desktopappinfo.hg: * gio/src/unixinputstream.hg: * gio/src/unixmount.hg: * gio/src/unixoutputstream.hg: don't wrap these unix-specific types when building on MS Windows (bug #524126) 2008-03-18 Murray Cumming * gio/src/file.hg: Include giomm/error.h Because Gio::Error is thrown by some of these methods and it is annoying to have to include it separately just to catch that.