[cairo-commit] cairomm ChangeLog, 1.9, 1.10 NEWS, 1.1.1.1, 1.2 configure.in, 1.2, 1.3

Murray Cumming commit at pdx.freedesktop.org
Sat Dec 17 07:21:26 PST 2005


Committed by: murrayc

Update of /cvs/cairo/cairomm
In directory gabe:/tmp/cvs-serv17781

Modified Files:
	ChangeLog NEWS configure.in 
Log Message:
2005-12-17  Murray Cumming  <murrayc at murrayc.com>

        * cairomm/context.cc:
        * cairomm/context.h: Change set_dash(void) to
        unset_dash(). Change rotate_deg() to
        rotate_degrees(). Change identity_matrix() to
        set_identity_matrix(). Change new_path() to
        clear_path().
        * cairomm/fontface.cc:
        * cairomm/fontface.h: Comment-out
        get/set_user_data(), because it seems useless.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairomm/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- ChangeLog	8 Dec 2005 15:07:55 -0000	1.9
+++ ChangeLog	17 Dec 2005 15:21:24 -0000	1.10
@@ -1,3 +1,17 @@
+2005-12-17  Murray Cumming  <murrayc at murrayc.com>
+
+	* cairomm/context.cc:
+	* cairomm/context.h: Change set_dash(void) to 
+	unset_dash(). Change rotate_deg() to 
+	rotate_degrees(). Change identity_matrix() to 
+	set_identity_matrix(). Change new_path() to 
+	clear_path().
+	* cairomm/fontface.cc:
+	* cairomm/fontface.h: Comment-out 
+	get/set_user_data(), because it seems useless.
+
+0.3.0:
+
 2005-12-08  Murray Cumming <murrayc at murrayc.com>
 
 	* cairomm/pattern.cc:

Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairomm/NEWS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- NEWS	2 Dec 2005 13:34:41 -0000	1.1.1.1
+++ NEWS	17 Dec 2005 15:21:24 -0000	1.2
@@ -0,0 +1,14 @@
+0.3.0:
+
+* Context:
+  - Change mask_surface() to mask() and
+    set_source_surface() to set_source().
+  - Add typedef for Matrix, but a real Matrix 
+  class would be nice.
+* Pattern: Created hierarchy of classes.
+* Check for errors in constructors.
+* Exception: Rename to logic_error, and throw 
+  std::bad_alloc or std::io_base::failure instead 
+  when appropriate.
+  (Murray Cumming)
+

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairomm/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- configure.in	2 Dec 2005 16:11:18 -0000	1.2
+++ configure.in	17 Dec 2005 15:21:24 -0000	1.3
@@ -2,7 +2,7 @@
 
 #release versioning
 GENERIC_MAJOR_VERSION=0
-GENERIC_MINOR_VERSION=2
+GENERIC_MINOR_VERSION=3
 GENERIC_MICRO_VERSION=0
 GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION
 AC_SUBST(GENERIC_MAJOR_VERSION)
@@ -11,7 +11,7 @@
 AC_SUBST(GENERIC_VERSION)
 
 #shared library versioning
-GENERIC_LIBRARY_VERSION=0:2:0
+GENERIC_LIBRARY_VERSION=0:3:0
 #                       | | |
 #                +------+ | +---+
 #                |        |     |



More information about the cairo-commit mailing list