summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2009-01-20 13:29:14 -0600
committerJonathon Jongsma <jjongsma@gnome.org>2009-01-20 13:29:14 -0600
commit9a1f291add7c06654e29862451af26483c42642e (patch)
tree19dd0078b17ae77668c76536aeb352502f20d52d /ChangeLog
parent72bfac8b3ee7b7e2ed00689e186dd3dc765134df (diff)
Fix documentation of ImageSurface::create()
* cairomm/surface.h: fixed the documentation for ImageSurface::create() to match the cairo C documentation (it must have changed since we initially copied the documentation -- it'd really be nice to have a way to automatically generate the C++ documentation...)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67c872f..1cef584 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-20 Jonathon Jongsma <jonathon@quotidian.org>
+
+ * cairomm/surface.h: fixed the documentation for ImageSurface::create() to
+ match the cairo C documentation (it must have changed since we initially
+ copied the documentation -- it'd really be nice to have a way to automatically
+ generate the C++ documentation...)
+
2008-12-20 Jonathon Jongsma <jonathon@quotidian.org>
* configure.in: