Put my changelog entries in the right changelog, whoops

svn path=/trunk/; revision=7047
This commit is contained in:
Ross Burton 2008-06-16 09:31:20 +00:00
parent 4622ed8cfc
commit b207146976
3 changed files with 31 additions and 27 deletions

View File

@ -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

View 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

View 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