From b20714697679ef5721e013664659dfbbf819bc3f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 16 Jun 2008 09:31:20 +0000 Subject: [PATCH] Put my changelog entries in the right changelog, whoops svn path=/trunk/; revision=7047 --- ChangeLog | 27 --------------------------- docs/reference/ChangeLog | 5 +++++ gio/ChangeLog | 26 ++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 27 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2d3eb28..d45bb41 100644 --- 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 - - * gio/gfileenumerator.c: - Remove check for dispose implementation as it annoys Emmanuele. - -2008-06-16 Ross Burton - - 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 * glib/gtestutils.c: Move docs around diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index ce2e0a6..39a603c 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2008-06-16 Ross Burton + + * gio/gio-sections.txt: + Add g_file_enumerator_get_container. + 2008-06-14 Matthias Clasen * glib/tmpl/macros_misc.sgml: Document G_GNUC_MAY_ALIAS diff --git a/gio/ChangeLog b/gio/ChangeLog index 901a5f1..31cf6b6 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,29 @@ +2008-06-16 Ross Burton + + * gfileenumerator.c: + Remove check for dispose implementation as it annoys Emmanuele. + +2008-06-16 Ross Burton + + 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 * gfile.c: Make includes more uniform -- 2.7.4