[cairo-commit] cairo ChangeLog,1.1238,1.1239

Carl Worth commit at pdx.freedesktop.org
Wed Jan 25 10:22:34 PST 2006


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv29409

Modified Files:
	ChangeLog 
Log Message:

2006-01-26  Carl Worth  <cworth at cworth.org>

        * doc/tutorial/src/cairo-tutorial.h:
        * doc/tutorial/src/cairo-tutorial-gtk.h:
        * doc/tutorial/src/cairo-tutorial-pdf.h:
        * doc/tutorial/src/cairo-tutorial-png.h:
        * doc/tutorial/src/cairo-tutorial-xlib.h:
        * doc/tutorial/src/include/cairo-tutorial.h:
        * doc/tutorial/src/include/cairo-tutorial-gtk.h:
        * doc/tutorial/src/include/cairo-tutorial-pdf.h:
        * doc/tutorial/src/include/cairo-tutorial-png.h:
        * doc/tutorial/src/include/cairo-tutorial-xlib.h:
        Move the magic header files to be down in an include directory and
        more out of the way.

        * doc/tutorial/src/Makefile: Look for the headers in -I./include.

        * doc/tutorial/src/circle.c: (draw): Make the circle track the
        width and height of the window dynamically.

        * doc/tutorial/src/expander.c: Remove boring expander example.

        * doc/tutorial/src/lca.c: (draw): Add more interesting LCA
        exmaple.

        * doc/tutorial/src/README: Add some notes about how to use this
        stuff.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1238
retrieving revision 1.1239
diff -u -d -r1.1238 -r1.1239
--- ChangeLog	25 Jan 2006 16:41:14 -0000	1.1238
+++ ChangeLog	25 Jan 2006 18:22:32 -0000	1.1239
@@ -1,5 +1,33 @@
 2006-01-26  Carl Worth  <cworth at cworth.org>
 
+	* doc/tutorial/src/cairo-tutorial.h:
+	* doc/tutorial/src/cairo-tutorial-gtk.h:
+	* doc/tutorial/src/cairo-tutorial-pdf.h:
+	* doc/tutorial/src/cairo-tutorial-png.h:
+	* doc/tutorial/src/cairo-tutorial-xlib.h:
+	* doc/tutorial/src/include/cairo-tutorial.h:
+	* doc/tutorial/src/include/cairo-tutorial-gtk.h:
+	* doc/tutorial/src/include/cairo-tutorial-pdf.h:
+	* doc/tutorial/src/include/cairo-tutorial-png.h:
+	* doc/tutorial/src/include/cairo-tutorial-xlib.h:
+	Move the magic header files to be down in an include directory and
+	more out of the way.
+	
+	* doc/tutorial/src/Makefile: Look for the headers in -I./include.
+
+	* doc/tutorial/src/circle.c: (draw): Make the circle track the
+	width and height of the window dynamically.
+	
+	* doc/tutorial/src/expander.c: Remove boring expander example.
+	
+	* doc/tutorial/src/lca.c: (draw): Add more interesting LCA
+	exmaple.
+
+	* doc/tutorial/src/README: Add some notes about how to use this
+	stuff.
+
+2006-01-26  Carl Worth  <cworth at cworth.org>
+
 	* doc/tutorial/slides/cairo-large-content.svg: Here's the actual
 	template I was referring to in my previous commit.
 	



More information about the cairo-commit mailing list