summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-09-02 13:44:36 +0200
committerMurray Cumming <murrayc@murrayc.com>2010-09-02 13:44:36 +0200
commitcab739de4dd1a5e786db18e8e28b4f406db658be (patch)
tree352133374068bbdf8b18f9b1b8e561183e5cda38 /ChangeLog
parent4a705f726115fc17b15741e9406db94c02d38dfb (diff)
Context: set_dash(): Make the dashes parameter const.
* cairomm/context.[h|cc]: set_dash(): Add versions that take a const vector parameter, deprecating the old versions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 86ef75b..6d311bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,15 @@
2010-09-02 Murray Cumming <murrayc@murrayc.com>
+ Context: set_dash(): Make the dashes parameter const.
+
+ * cairomm/context.[h|cc]: set_dash(): Add versions that take a const
+ vector parameter, deprecating the old versions.
+
+2010-09-02 Murray Cumming <murrayc@murrayc.com>
+
Context: Make some methods const, deprecating the non-const versions.
- * cairomm/context.h: device_to_user(, device_to_user_distance(),
+ * cairomm/context.[h|cc]: device_to_user(, device_to_user_distance(),
user_to_device(), user_to_device_distance(): Deprecate the non-const versions,
adding const versions.