mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Put my changelog entries in the right changelog, whoops
svn path=/trunk/; revision=7047
This commit is contained in:
parent
4622ed8cfc
commit
b207146976
27
ChangeLog
27
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user