2.17.1
[platform/upstream/glib.git] / ChangeLog
index eb50688..26aaa4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,111 @@
+2008-06-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.17.1 ===
+
+2008-06-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gtestutils.c: Documentation fixups
+
+2008-06-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/glist.c: Tiny doc fix
+
+2008-06-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Updates
+
+2008-06-11  Behdad Esfahbod  <behdad@gnome.org>
+
+       Bug 503071 – Application direction changes to right to left even if
+       theres no translation
+
+       * glib/gi18n-lib.h:
+       * glib/glib.symbols:
+       * glib/gstrfuncs.h:
+       * glib/gstrfuncs.c:
+       Add new functions g_dgettext() and g_dngettext().
+
+       * glib/gutils.c (glib_gettext):
+       * glib/gfileutils.c (g_format_size_for_display):
+       * glib/goption.c (dgettext_swapped):
+       Use the new functions.
+
+2008-06-11  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 502511 – g_assert_cmphex prints invalid message
+
+       * glib/gtestutils.c (g_assertion_message_cmpnum): Actually print
+       hex numbers in hex. 
+       Pointed out by Tor Lillqvist
+
+2008-06-11  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 338162 – [PATCH] Use po/LINGUAS
+
+       * po/LINGUAS: New file
+       * po/Makefile.in.in: Dist LINGUAS
+       * configure.in: Use po/LINUAS
+       Patch by Thomas Andersen
+
+2008-06-11  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 314453 – Nautilus crashes in Solaris when browsing the attached
+       file
+
+       * glib/gunicollate.c (g_utf8_collate_key): Handle strfxrm returning
+       -1 a little better. Problem pointed out by Takao Fujiwara
+
+2008-06-11  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 529321 – make check fails in glib/pcre
+
+       * glib/pcre/Makefile.am: include Makefile.decl to fix 'make check'.
+       Patch by Hiroyuki Ikezoe
+
+2008-06-11  Tor Lillqvist  <tml@novell.com>
+
+       * glib/giowin32.c: g_win32_error_message() works fine for the
+       Winsock WSA* error codes, too, so drop the winsock_error_message()
+       function.
+
+2008-06-11  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 455215 – g_get_user_special_dir: no reference about
+       G_USER_DIRECTORY_DOWNLOAD fallback to $HOME/Desktop if 
+       xdg-user-dirs is not in use
+
+       * glib/gutils.c (g_get_user_special_dir): Improve the docs.
+       Proposed by Luca Ferretti
+
+2008-06-11  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 498732 – g_key_file_to_data cannot fail
+
+       * glib/gkeyfile.c (g_key_file_to_data): Improve the docs.
+       Proposed by Christian Persch
+
+2008-06-11  Ross Burton  <ross@burtonini.com>
+
+       Bug 511367 - add g_file_make_directory_with_parents.
+       
+       * gio/gfile.c:
+       * gio/gfile.h:
+       * gio/gio.symbols: Add g_file_make_directory_with_parents.
+       
+2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
+
+       Bug 531900 – Use __builtin_offsetof for G_STRUCT_OFFSET if building
+       with gcc 4.0 or newer
+
+       * glib/gmacros.h: Use __builtin_offsetof for G_STRUCT_OFFSET if
+       building with gcc 4.0 or newer.
+
+2008-06-11  Tor Lillqvist  <tml@novell.com>
+
+       * glib/gmain.c
+       * glib/gspawn.c: Clarify what a "child pid" is in the doc
+       comments.
+
 2008-06-10  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 536158 – also bump GHashTable version when a node is removed via