summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2007-03-22 20:42:22 +0000
committerMurray Cumming <murrayc@murrayc.com>2007-03-22 20:42:22 +0000
commit3e60839243f3a673c999073e0cf6e064903eb767 (patch)
treef5556fb9dd3946aecb631e908a3da83786f54c90
parent5928d59affa1f72ca92b6748f3334f11ae603cc7 (diff)
Update ChangeLog to show what was added
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 532978a..7180ff8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,17 @@
* configure.in: Add initial support for new cairo 1.4.x API. It will
probably still need quite a bit of work, but I wanted to commit what I have
now so that it doesn't keep sitting in my working directory.
+ (Extra note from Murray:
+ - This was Pattern::create_rgba() - a new method overload with 4 args, including alpha.
+ - Pattern::get_surface()
+ - Pattern::get_color_stops() (with a new ColorStop struct)
+ - Pattenr::get_linear_points()
+ - Pattern::get_radial_circles()
+ - Context::clip_extents()
+ - Context::copy_clip_rectangle_list()
+ - Context::get_dash()
+ - SURFACE_TYPE_OS2 was added
+ - FORMAT_RGB16_565 was removed (but that is not allowed, so I'll fix that.)
2007-02-01 Jonathon Jongsma <jonathon.jongsma@gmail.com>