From 4777faab0d31bd883bf2eee600bf8bd32f119600 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Thu, 24 Jul 2008 21:38:50 +0000 Subject: Wrap gio.File.copy, add tests and documentation. Rename 2008-07-24 Johan Dahlin * gio/gfile.override: * gio/gfileenumerator.override: * gio/ginputstream.override: * gio/gio.defs: * gio/gio.override: * gio/goutputstream.override: * tests/test_gio.py: Wrap gio.File.copy, add tests and documentation. Rename PyGAsyncRequestNotify to PyGIONotify and reuse it. svn path=/trunk/; revision=850 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c14ad34..f1b2755 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-07-24 Johan Dahlin + + * gio/gfile.override: + * gio/gfileenumerator.override: + * gio/ginputstream.override: + * gio/gio.defs: + * gio/gio.override: + * gio/goutputstream.override: + * tests/test_gio.py: + Wrap gio.File.copy, add tests and documentation. + Rename PyGAsyncRequestNotify to PyGIONotify and reuse it. + 2008-07-23 Johan Dahlin * glib/pyglib.c (_pyglib_destroy_notify): -- cgit