[cairo] Commit emails
Emmanuel Pacaud
emmanuel.pacaud at lapp.in2p3.fr
Sun Nov 16 12:19:44 PST 2008
Hi,
Would it be possible to have the commit messages displayed at the top of
the cairo commit emails ?
It would help people like me that want to follow what happens in the
cairo tree, but don't really want to (or are not able to) review the
patches...
Emmanuel.
-------- Message transféré --------
> De: Chris Wilson <ickle at kemper.freedesktop.org>
> Reply-to: cairo at cairographics.org
> À: cairo-commit at cairographics.org
> Sujet: [cairo-commit] 8 commits - configure.ac
> src/cairo-bentley-ottmann.c src/cairo.c src/cairoint.h src/cairo-os2.h
> src/cairo-path-fill.c src/cairo-path-fixed.c src/cairo-path-in-fill.c
> src/cairo-path-stroke.c src/cairo-pen.c src/cairo-polygon.c
> src/cairo-skiplist.c src/cairo-spline.c src/cairo-type1-subset.c
> src/cairo-types-private.h src/Makefile.am test/any2ppm.c
> test/Makefile.am
> Date: Sun, 16 Nov 2008 08:25:45 -0800 (PST)
>
> configure.ac | 3
> src/Makefile.am | 5
> src/cairo-bentley-ottmann.c | 12 --
> src/cairo-os2.h | 4
> src/cairo-path-fill.c | 23 +--
> src/cairo-path-fixed.c | 27 +---
> src/cairo-path-in-fill.c | 21 +--
> src/cairo-path-stroke.c | 101 +++++++++--------
> src/cairo-pen.c | 254 ++++++++++++++++++++++++++++----------------
> src/cairo-polygon.c | 23 +--
> src/cairo-skiplist.c | 236 ++++++++--------------------------------
> src/cairo-spline.c | 121 +++-----------------
> src/cairo-type1-subset.c | 14 ++
> src/cairo-types-private.h | 13 +-
> src/cairo.c | 11 +
> src/cairoint.h | 65 +++++++----
> test/Makefile.am | 3
> test/any2ppm.c | 8 -
> 18 files changed, 410 insertions(+), 534 deletions(-)
>
> New commits:
> commit a2eff7c7deb9b41c387472bb91b9a7b9c8f319f0
> Author: Chris Wilson <chris at chris-wilson.co.uk>
> Date: Sun Nov 16 16:19:25 2008 +0000
>
> [test] Add build rule for libcairo-script-interpreter.la
>
> Add a rule to build the cairo-script-interpreter on behalf of any2ppm.
>
> diff --git a/test/Makefile.am b/test/Makefile.am
> index 5517977..749b309 100644
> --- a/test/Makefile.am
> +++ b/test/Makefile.am
> @@ -1155,6 +1155,9 @@ $(top_builddir)/src/libcairo.la:
> $(top_builddir)/test/pdiff/libpdiff.la:
> cd $(top_builddir)/test/pdiff && $(MAKE) $(AM_MAKEFLAGS) libpdiff.la
>
> +$(top_builddir)/util/cairo-script/libcairo-script-interpreter.la: $(top_builddir)/src/libcairo.la
> + cd $(top_builddir)/util/cair-script && $(MAKE) $(AM_MAKEFLAGS) libcairo-script-interpreter.la
> +
> EXTRA_PROGRAMS += imagediff png-flatten
>
> imagediff_SOURCES = \
> commit bf309aab6072ee1004073e71bccdf3c8040a8ad6
> Author: Chris Wilson <chris at chris-wilson.co.uk>
> Date: Sat Nov 15 11:36:41 2008 +0000
>
> [configure] Delete CAN_TEST_SCRIPT
>
> A CairoScript interpreter is built under utils and so is always available.
>
> diff --git a/configure.ac b/configure.ac
> index 9bc22e1..7384ccc 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -238,10 +238,7 @@ dnl ===========================================================================
...
More information about the cairo
mailing list