Add Since tags
[platform/upstream/glib.git] / ChangeLog
index f7e25bb..6167276 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,95 @@
+2007-11-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gmarkup.c:
+       * glib/gerror.c: Add Since: tags to new API
+
+2007-11-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gurifuncs.c: Some doc cleanups
+
+2007-11-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gtestutils.c: Fix up some doc comments, avoid C99 comments
+
+       * glib/gconvert.c: De-doc-commentify static functions to
+       shut up gtk-doc.
+
+       * glib/gutils.c: Fix the glib_gettext doc comment.
+
+2007-11-28  Tor Lillqvist  <tml@novell.com>
+
+       * config.h.win32.in: Update to match what configure produces.
+
+2007-11-28  Alexander Larsson  <alexl@redhat.com>
+
+       * glib/gstring.c (g_string_append_uri_escaped):
+       Move this function before g_string_append_c so that
+       we avoid the plt call due to the undefinf of g_string_append_c
+
+2007-11-28  Emmanuele Bassi  <ebassi@gnome.org>
+
+       * gio/Makefile.am: Remove makegioalias.pl from the marshal files
+       and avoid it being cleaned up when running make clean.
+
+2007-11-28  Alexander Larsson  <alexl@redhat.com>
+
+        * glib/glib.symbols:
+       Add in the new symbols
+       
+        * glib/gurifuncs.c:
+       Use the aliases framework
+       
+        * glib/glibintl.h:
+        * glib/gutils.c:
+       Make the alias stuff work now that glib_gettext
+       is exported to libgio. 
+
+2007-11-27  Ryan Lortie  <desrt@desrt.ca>
+
+       * glib/ghash.c (g_hash_table_insert, g_hash_table_replace,
+       g_hash_table_insert_internal): insert/replace were identical except
+       for a single line.  Replace both with a common function.
+
+2007-11-27  Alexander Larsson  <alexl@redhat.com>
+
+        * gio/Makefile.am:
+        * gio/gurifuncs.[ch]:
+        * glib/Makefile.am:
+        * glib/gstring.[ch]:
+        * glib/gurifuncs.[ch]:
+       Moved gurifuncs from gio to glib
+
+2007-11-27  Alexander Larsson  <alexl@redhat.com>
+
+        * gio/gfileinfo.[ch]:
+        * glib/gfileutils.[ch]:
+        Move g_format_file_size_for_display from gio to glib
+
+2007-11-27  Alexander Larsson  <alexl@redhat.com>
+
+        * configure.in:
+       Allow configuration of gio-module-dir
+       
+        * gio-2.0.pc.in:
+       Export giomodules location as giomodule variable
+
+2007-11-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * tests/markup-collect.c: Add some tests for invalid booleans
+
+2007-11-26  Ryan Lortie  <desrt@desrt.ca>
+       Add new function g_markup_collect_attributes (bug #496847).
+       * glib/glib.symbols: add g_markup_collect_attributes
+       * docs/reference/glib/glib-sections.txt: 
+       * glib/gmarkup.h:
+       * glib/gmarkup.c: add g_markup_collect_attributes and new enumerated
+       type GMarkupCollectType.  Add new error code
+       G_MARKUP_ERROR_MISSING_ATTRIBUTE that is thrown by the attribute
+       collector.
+
 2007-11-27  Tor Lillqvist  <tml@novell.com>
 
        * glib/win_iconv.c: Some improvements, being upstreamed.