summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOlivier Andrieu <oandrieu@gmail.com>2005-05-26 23:56:10 +0000
committerHezekiah M. Carty <hcarty@atmos.umd.edu>2009-06-18 13:57:46 -0400
commitaac26abb43dc65d4274145298cd067d3a295a5a5 (patch)
tree28df73c0699ef40cd2390529ec44a58951803397 /ChangeLog
parent4228cf08f306a3b1e003fa4408fcdafc8cecb1fc (diff)
Stream-based backends can now use a caml channel
* Other fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c75fd9f..4618631 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-05-27 Olivier Andrieu <oliv__a@users.sourceforge.net>
+
+ * src/cairo.ml, src/cairo.mli: remove BAD_NESTING error status
+
+ * src/cairo_pdf.*, src/cairo_ps.*, src/cairo_png.*: surface
+ creation function take an ocaml channel as argument
+
+ * src/ml_cairo.c: new stream functions for ocaml channels support
+
+ * src/ml_cairo_*.c: adapt, some code cleanups
+
+ * test/basket.ml: adapt, some fixes
+
2005-05-22 Olivier Andrieu <oliv__a@users.sourceforge.net>
* src/*: adjust to big API shakeup. Remove Cairo_channel module,