summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2008-12-20 09:55:05 -0600
committerJonathon Jongsma <jjongsma@gnome.org>2008-12-20 11:00:18 -0600
commit87a5ddbd0f2709bdeb1d12634a37ad762adc44ab (patch)
tree5d1acf4e1b7899193e4f373ac435f32148916314 /ChangeLog
parent31fbb2f05900cd42c51e7bea108b22b6cb74fc7d (diff)
scaled_matrix() -> scaling_matrix()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e29374..299bffb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-20 Jonathon Jongsma <jonathon@quotidian.org>
+
+ * cairomm/matrix.cc:
+ * cairomm/matrix.h: change free convenience function 'scaled_matrix()' to
+ 'scaling_matrix()' to better match the other names (e.g.
+ 'translation_matrix()'). This API was added in 1.7.x so while it is an API
+ change, it doesn't affect any stable API.
+
2008-12-20 Armin Burgmeier <armin@openismus.com>
* cairomm/pattern.h: Forward-declared Matrix as a class instead of as