summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-04-07 12:37:27 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-04-07 12:37:27 +0000
commit98f1db3549f7dc056f892ceec3e81d9ee7285ce1 (patch)
treeef9d5510bd72f7a7a0e8c1c70247278dbd566550 /ChangeLog
parent901eeaf675aece3c2ba199a1532dbe07d80b51c5 (diff)
downloadpygobject-98f1db3549f7dc056f892ceec3e81d9ee7285ce1.tar.gz
pygobject-98f1db3549f7dc056f892ceec3e81d9ee7285ce1.tar.xz
pygobject-98f1db3549f7dc056f892ceec3e81d9ee7285ce1.zip
Make gio.File() (calling on an interface) a factory for creating files.
2008-04-07 Johan Dahlin <johan@gnome.org> * gio/__init__.py: * gio/gfile.override: * gio/gio-types.defs: * gio/gio.override: * tests/test_gio.py: Make gio.File() (calling on an interface) a factory for creating files. Add tests and a docstring. svn path=/trunk/; revision=764
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9457c1..a4cf8b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2008-04-07 Johan Dahlin <johan@gnome.org>
+ * gio/__init__.py:
+ * gio/gfile.override:
+ * gio/gio-types.defs:
+ * gio/gio.override:
+ * tests/test_gio.py:
+ Make gio.File() (calling on an interface) a factory for creating
+ files. Add tests and a docstring.
+
+2008-04-07 Johan Dahlin <johan@gnome.org>
+
* gio/Makefile.am (pygiodir): Install gio in the right location
2008-04-06 Johan Dahlin <johan@gnome.org>