summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-09-02 13:38:33 +0200
committerMurray Cumming <murrayc@murrayc.com>2010-09-02 13:38:33 +0200
commit4a705f726115fc17b15741e9406db94c02d38dfb (patch)
tree91add514de942c7317b6c8d40ed6ea1dd0febd0a /ChangeLog
parent78f426135e7015b5567d9867907c673222e30258 (diff)
Context: Make some methods const, deprecating the non-const versions.
* cairomm/context.h: device_to_user(, device_to_user_distance(), user_to_device(), user_to_device_distance(): Deprecate the non-const versions, adding const versions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a9dd28..86ef75b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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(),
+ user_to_device(), user_to_device_distance(): Deprecate the non-const versions,
+ adding const versions.
+
2010-06-10 Ian Britten <britten@caris.com>
Cleanup of most -Weffc++ warnings. Bug #28246.