From fa274210cccf8db816a24f1d55195fa79c9a2ad4 Mon Sep 17 00:00:00 2001 From: Jonathan Matthew Date: Sun, 10 Aug 2008 03:28:03 +0000 Subject: Bug 547067 – add File.replace_contents, replace_contents_async, MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-08-10 Jonathan Matthew Bug 547067 – add File.replace_contents, replace_contents_async, replace_contents_finish. * gio/gfile.override: * gio/gio.defs: * tests/test_gio.py: Add overrides, docs, and tests for File.replace_contents, replace_contents_async, and replace_contents_finish. svn path=/trunk/; revision=935 --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3c9db0a..9a75556 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-08-10 Jonathan Matthew + + Bug 547067 – add File.replace_contents, replace_contents_async, + replace_contents_finish. + + * gio/gfile.override: + * gio/gio.defs: + * tests/test_gio.py: + Add overrides, docs, and tests for File.replace_contents, + replace_contents_async, and replace_contents_finish. + 2008-08-09 Paul Pogonyshev * tests/test_gicon.py (TestThemedIcon.test_constructor): Fix to -- cgit