[Commit] twin ChangeLog,1.28,1.29

Carl Worth commit at keithp.com
Thu Feb 2 15:03:57 PST 2006


Committed by: cworth

Update of /local/src/CVS/twin
In directory home.keithp.com:/tmp/cvs-serv14555

Modified Files:
	ChangeLog 
Log Message:

2006-02-02  Carl Worth  <cworth at cworth.org>

        * twin_fedit/Makefile: Add x11 as a required package, (cairo no
        longer pulls this in by default).

        * twin_fedit/twin-fedit.c: (init), (read_char), (dot), (spot),
        (draw_char), (pos_to_cmd), (replace_with_spline), (main): Track
        changes in cairo API to bring forward to be compatible with cairo
        1.0.x. Remove some unused variables.

        * twin_fedit/twin-fedit.h: Add missing includes of cairo-xlib.h,
        X11/Xutil.h, and string.h.

        * twin_fedit/twin-sfit.c: (new_pts), (add_pt), (fit): Add missing
        return value and remove unused variables.


Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/twin/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- ChangeLog	29 Oct 2004 17:33:03 -0000	1.28
+++ ChangeLog	2 Feb 2006 23:03:55 -0000	1.29
@@ -1,3 +1,19 @@
+2006-02-02  Carl Worth  <cworth at cworth.org>
+
+	* twin_fedit/Makefile: Add x11 as a required package, (cairo no
+	longer pulls this in by default).
+	
+	* twin_fedit/twin-fedit.c: (init), (read_char), (dot), (spot),
+	(draw_char), (pos_to_cmd), (replace_with_spline), (main): Track
+	changes in cairo API to bring forward to be compatible with cairo
+	1.0.x. Remove some unused variables.
+	
+	* twin_fedit/twin-fedit.h: Add missing includes of cairo-xlib.h,
+	X11/Xutil.h, and string.h.
+	
+	* twin_fedit/twin-sfit.c: (new_pts), (add_pt), (fit): Add missing
+	return value and remove unused variables.
+
 2004-10-29  Keith Packard  <keithp at keithp.com>
 
 	* Makefile.am:



More information about the Commit mailing list