[cairo-commit] cairo-ocaml configure.ac, 1.9, 1.10 ChangeLog, 1.14,
1.15
Olivier Andrieu
commit at pdx.freedesktop.org
Tue Jan 25 16:54:18 PST 2005
- Previous message: [cairo-commit] cairo/test .cvsignore, 1.4, 1.5 Makefile.am, 1.9,
1.10 buffer_diff.c, NONE, 1.1 buffer_diff.h, NONE,
1.1 cairo_test.c, 1.5, 1.6 imagediff.c, NONE, 1.1 write_png.c,
1.1, 1.2 write_png.h, 1.1, 1.2
- Next message: [cairo-commit] cairo-ocaml/support ocaml.m4,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: oandrieu
Update of /cvs/cairo/cairo-ocaml
In directory gabe:/tmp/cvs-serv28123
Modified Files:
configure.ac ChangeLog
Log Message:
* add PDF backend
* sync with Cairo snapshot 0.3.0
Index: configure.ac
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/configure.ac,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- configure.ac 8 Nov 2004 21:05:10 -0000 1.9
+++ configure.ac 26 Jan 2005 00:54:15 -0000 1.10
@@ -5,7 +5,7 @@
AC_PROG_OCAML()
# Check for cairo
-PKG_CHECK_MODULES(CAIRO, cairo >= 0.2.0)
+PKG_CHECK_MODULES(CAIRO, cairo >= 0.3.0)
# Optional GTK support (for the X11 backend)
AC_ARG_WITH(gtk,
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- ChangeLog 8 Nov 2004 21:05:10 -0000 1.14
+++ ChangeLog 26 Jan 2005 00:54:15 -0000 1.15
@@ -1,3 +1,16 @@
+2005-01-26 Olivier Andrieu <oliv__a at users.sourceforge.net>
+
+ * configure.ac: require cairo 0.3.0
+ * support/ocaml.m4 : quote stuff to stop auto* moaning.
+
+ * src/cairo_channel.ml*: add .ml file, add convenience function
+ Cairo_channel.open_out.
+
+ * src/cairo.ml*, src/ml_cairo.c: add PDF backend, add status
+ querying functions, a Cairo.copy convenience function.
+
+ * src/*.c: some tidying.
+
2004-11-08 Olivier Andrieu <oliv__a at users.sourceforge.net>
* configure.ac: require Cairo 0.2.0
- Previous message: [cairo-commit] cairo/test .cvsignore, 1.4, 1.5 Makefile.am, 1.9,
1.10 buffer_diff.c, NONE, 1.1 buffer_diff.h, NONE,
1.1 cairo_test.c, 1.5, 1.6 imagediff.c, NONE, 1.1 write_png.c,
1.1, 1.2 write_png.h, 1.1, 1.2
- Next message: [cairo-commit] cairo-ocaml/support ocaml.m4,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list