diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2008-12-20 09:55:05 -0600 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2008-12-20 11:00:18 -0600 |
commit | 87a5ddbd0f2709bdeb1d12634a37ad762adc44ab (patch) | |
tree | 5d1acf4e1b7899193e4f373ac435f32148916314 /ChangeLog | |
parent | 31fbb2f05900cd42c51e7bea108b22b6cb74fc7d (diff) |
scaled_matrix() -> scaling_matrix()
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |