[cairo-commit] 3 commits - RELEASING src/cairo-scaled-font-subsets-private.h

Behdad Esfahbod behdad at kemper.freedesktop.org
Sun Aug 10 22:49:06 PDT 2008


 RELEASING                               |    8 ++++----
 src/cairo-scaled-font-subsets-private.h |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 650a6a32762576063069d9c87dd23d9d0f30ea09
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Aug 11 01:48:10 2008 -0400

    [RELEASING] Easier to see API diff than log

diff --git a/RELEASING b/RELEASING
index 9f9f3d7..e0b6bd3 100644
--- a/RELEASING
+++ b/RELEASING
@@ -42,7 +42,7 @@ Here are the steps to follow to create a new cairo release:
 	public header file since the given version:
 
 		find src/ -name '*.h' ! -name '*-private.h' ! -name 'cairoint.h' | \
-		xargs git log -p X.Y.Z.. --
+		xargs git diff X.Y.Z.. --
 
 4) Increment cairo_version_{minor|micro} and LT_{CURRENT|VERSION|AGE}
    in configure.in:
commit 6e4ed9ce84ba98be3050e5a6b0da2c65cfdc75fc
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Aug 11 01:44:54 2008 -0400

    Fix doc syntax

diff --git a/src/cairo-scaled-font-subsets-private.h b/src/cairo-scaled-font-subsets-private.h
index bc1b955..4eb2c79 100644
--- a/src/cairo-scaled-font-subsets-private.h
+++ b/src/cairo-scaled-font-subsets-private.h
@@ -170,9 +170,9 @@ _cairo_scaled_font_subsets_destroy (cairo_scaled_font_subsets_t *font_subsets);
  *
  * @utf8 and @utf8_len specify a string of unicode characters that the
  * glyph @scaled_font_glyph_index maps to. If @utf8_is_mapped in
- * @subset_glyph_ret is TRUE, the font subsetting will (where index to
+ * @subset_glyph_ret is %TRUE, the font subsetting will (where index to
  * unicode mapping is supported) ensure that @scaled_font_glyph_index
- * maps to @utf8. If @utf8_is_mapped is FALSE,
+ * maps to @utf8. If @utf8_is_mapped is %FALSE,
  * @scaled_font_glyph_index has already been mapped to a different
  * unicode string.
  *
commit 591d5160f810656bf394306570ed5154e4285a37
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Aug 11 01:41:37 2008 -0400

    [RELEASING] Update for external pixman

diff --git a/RELEASING b/RELEASING
index 431d780..9f9f3d7 100644
--- a/RELEASING
+++ b/RELEASING
@@ -21,9 +21,9 @@ Here are the steps to follow to create a new cairo release:
 	some more steps to follow).
 
 	If you get errors about local PLT entries, you get the list of
-	cairo and pixman entries with the error.  For each of these, a
-	call to slim_hidden_def and slim_hidden_proto is needed in the
-	cairo or pixman implementation in the style of other similar calls.
+	cairo entries with the error.  For each of these, a call to
+	slim_hidden_def and slim_hidden_proto is needed in the cairo
+	implementation in the style of other similar calls.
 
 3) Fill out an entry in the NEWS file
 


More information about the cairo-commit mailing list