summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-07-06 12:14:31 +0200
committerMurray Cumming <murrayc@murrayc.com>2010-07-06 12:14:31 +0200
commit17919cdca5e03bd96b49bbd82becbe365171f242 (patch)
treec85aee1855e5d29715c94d1fb17c364fc3e2064f /ChangeLog
parent83bb42f4696fea74ce82a22cec6a2fa8aa8049bc (diff)
Add Region, wrapping cairo_region_t, new in cairo 1.10.v1.9.1
* cairomm/region.[h|cc]: Added this class, wrapping it like other reference-counted types, such as Pattern. * cairomm/cairomm.h: Add an include of it here. * cairomm/filelist.am: Mention the new files here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 927747c..a139efc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-07-06 Murray Cumming <murrayc@murrayc.com>
+
+ Add Region, wrapping cairo_region_t, new in cairo 1.10.
+
+ * cairomm/region.[h|cc]: Added this class, wrapping it like other
+ reference-counted types, such as Pattern.
+ * cairomm/cairomm.h: Add an include of it here.
+ * cairomm/filelist.am: Mention the new files here.
+
2010-06-07 Daniel Elstner <danielk@openismus.com>
Disallow copying of Cairo::Context objects