summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2005-12-17 15:21:24 +0000
committerMurray Cumming <murrayc@murrayc.com>2005-12-17 15:21:24 +0000
commitffb7003199d215e5611c0f14b8f97d4b22205464 (patch)
tree262c09c18d3bc67aeae1aaf3b52626d79ceaa21f /NEWS
parentd16d199da9b510d80d0b27a4b117213ab008d07d (diff)
2005-12-17 Murray Cumming <murrayc@murrayc.com>
* cairomm/context.cc: * cairomm/context.h: Change set_dash(void) to unset_dash(). Change rotate_deg() to rotate_degrees(). Change identity_matrix() to set_identity_matrix(). Change new_path() to clear_path(). * cairomm/fontface.cc: * cairomm/fontface.h: Comment-out get/set_user_data(), because it seems useless.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e69de29..3cea332 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,14 @@
+0.3.0:
+
+* Context:
+ - Change mask_surface() to mask() and
+ set_source_surface() to set_source().
+ - Add typedef for Matrix, but a real Matrix
+ class would be nice.
+* Pattern: Created hierarchy of classes.
+* Check for errors in constructors.
+* Exception: Rename to logic_error, and throw
+ std::bad_alloc or std::io_base::failure instead
+ when appropriate.
+ (Murray Cumming)
+