Put my changelog entries in the right changelog, whoops
authorRoss Burton <rburton@src.gnome.org>
Mon, 16 Jun 2008 09:31:20 +0000 (09:31 +0000)
committerRoss Burton <rburton@src.gnome.org>
Mon, 16 Jun 2008 09:31:20 +0000 (09:31 +0000)
svn path=/trunk/; revision=7047

ChangeLog
docs/reference/ChangeLog
gio/ChangeLog

index 2d3eb28..d45bb41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,33 +3,6 @@
        * glib/goption.c (dgettext_swapped): changed return value to
        const gchar* to fix warning.
 
-2008-06-16  Ross Burton  <ross@burtonini.com>
-
-       * gio/gfileenumerator.c:
-       Remove check for dispose implementation as it annoys Emmanuele.
-       
-2008-06-16  Ross Burton  <ross@burtonini.com>
-
-       Bug 536252 – GFileEnumerator should allow access to the containing
-       GFile
-       
-       * gio/gfileenumerator.c:
-       * gio/gfileenumerator.h:
-       * gio/gfile.h:
-       Add g_file_enumerator_get_container() and a container writeable
-       construct-only property.  Also shuffle around typedefs to make it
-       compile.
-       
-       * gio/glocalfileenumerator.c:
-       * gio/glocalfileenumerator.h:
-       * gio/glocalfile.c:
-       Instead of a string filename take a GFile in the constructor and
-       use it to set the container property.
-       
-       * gio/gio.symbols:
-       * docs/reference/gio/gio-sections.txt:
-       Update with new API.
-
 2008-06-14  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gtestutils.c: Move docs around
index ce2e0a6..39a603c 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-16  Ross Burton  <ross@burtonini.com>
+
+       * gio/gio-sections.txt:
+       Add g_file_enumerator_get_container.
+
 2008-06-14  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/tmpl/macros_misc.sgml: Document G_GNUC_MAY_ALIAS
index 901a5f1..31cf6b6 100644 (file)
@@ -1,3 +1,29 @@
+2008-06-16  Ross Burton  <ross@burtonini.com>
+
+       * gfileenumerator.c:
+       Remove check for dispose implementation as it annoys Emmanuele.
+       
+2008-06-16  Ross Burton  <ross@burtonini.com>
+
+       Bug 536252 – GFileEnumerator should allow access to the containing
+       GFile
+       
+       * gfileenumerator.c:
+       * gfileenumerator.h:
+       * gfile.h:
+       Add g_file_enumerator_get_container() and a container writeable
+       construct-only property.  Also shuffle around typedefs to make it
+       compile.
+       
+       * glocalfileenumerator.c:
+       * glocalfileenumerator.h:
+       * glocalfile.c:
+       Instead of a string filename take a GFile in the constructor and
+       use it to set the container property.
+       
+       * gio.symbols:
+       Update with new API.
+
 2008-06-16  Matthias Clasen  <mclasen@redhat.com>
 
        * gfile.c: Make includes more uniform