summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-11-03 08:57:02 +0100
committerMurray Cumming <murrayc@murrayc.com>2010-11-03 08:57:02 +0100
commit9377db650fcd5c9514c8e8c2a3734df46d1cd58a (patch)
tree4391b99cc34e40a4f1d5268cc4828121451cf6e4 /ChangeLog
parent81ff035dc79dbf1dd0feb4d7daeaceeb4e7ad3f3 (diff)
Context::arc(): Correct the documentation, as in the C documentation.
* cairomm/context.h: arc(): Update the documentation based on the latest version of the cairo_arc() documentation, which was apparently fixed since we last wrote the C++ documentation based on it. This fixes bug #31345 (Christopher Head) about bad math in arc() documentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4885e42..82c7371 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-11-03 Murray Cumming <murrayc@murrayc.com>
+
+ Context::arc(): Correct the documentation, as in the C documentation.
+
+ * cairomm/context.h: arc(): Update the documentation based on the latest
+ version of the cairo_arc() documentation, which was apparently fixed since
+ we last wrote the C++ documentation based on it.
+ This fixes bug #31345 (Christopher Head) about bad math in arc()
+ documentation.
+
1.9.6:
2010-09-29 Armin Burgmeier <armin@arbur.net>