freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 04e7c74: ChangeLog fixes.


From: Alexei Podtelezhnikov
Subject: [freetype2] master 04e7c74: ChangeLog fixes.
Date: Sun, 5 Jun 2016 03:06:29 +0000 (UTC)

branch: master
commit 04e7c7447b95cf260b041abedf8439a5e7a73117
Author: Alexei Podtelezhnikov <address@hidden>
Commit: Alexei Podtelezhnikov <address@hidden>

    ChangeLog fixes.
---
 ChangeLog    |   34 +++++++++++++++++-----------------
 ChangeLog.20 |    2 +-
 ChangeLog.21 |    2 +-
 ChangeLog.22 |    2 +-
 ChangeLog.23 |   14 +++++++-------
 ChangeLog.24 |   18 +++++++++---------
 ChangeLog.25 |    4 ++--
 7 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7911fc0..e5142c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -633,7 +633,7 @@
        (af_latin_align_linked_edge): Pass position delta of base point to
        `af_latin_compute_stem_width'.
 
-2016-03-05  J Raynor <address@hidden>
+2016-03-05  J Raynor  <address@hidden>
 
        Make FreeType compile on AIX out of the box.
 
@@ -1446,7 +1446,7 @@
        * src/base/ftobjs.c (Mac_Read_sfnt_Resource, FT_Open_Face): Set
        `error'.
 
-2015-12-14  Ben Wagner <address@hidden>
+2015-12-14  Ben Wagner  <address@hidden>
 
        [base] Check error when seeking to data supplied offset (#46635).
 
@@ -3431,20 +3431,20 @@
        (load_truetype_glyph), src/truetype/ttgxvar.c (tt_handle_deltas),
        src/truetype/ttinterp.c (Ins_INSTCTRL): Fix signedness issues.
 
-2015-06-29  Alexei Podtelezhnikov <address@hidden>
+2015-06-29  Alexei Podtelezhnikov  <address@hidden>
 
        [truetype] Speed up bytecode interpreter.
 
        * src/truetype/ttinterp.c (Normalize): Use `FT_Vector_NormLen'.
 
-2015-06-29  Alexei Podtelezhnikov <address@hidden>
+2015-06-29  Alexei Podtelezhnikov  <address@hidden>
 
        [base] Speed up emboldening.
 
        * src/base/ftoutln.c (FT_Outline_EmboldenXY): Use
        `FT_Vector_NormLen'.
 
-2015-06-29  Alexei Podtelezhnikov <address@hidden>
+2015-06-29  Alexei Podtelezhnikov  <address@hidden>
 
        [base] Implement fast vector normalization.
 
@@ -3552,11 +3552,11 @@
 
        * docs/*: Updated.
 
-2015-06-24  Alexei Podtelezhnikov <address@hidden>
+2015-06-24  Alexei Podtelezhnikov  <address@hidden>
 
        * src/bdf/bdflib.c (_bdf_parse_start): Disallow 0 bpp.
 
-2015-06-24  Alexei Podtelezhnikov <address@hidden>
+2015-06-24  Alexei Podtelezhnikov  <address@hidden>
 
        * src/bdf/bdflib.c (_bdf_parse_start): Simplify bpp parsing.
 
@@ -3858,7 +3858,7 @@
        incremental interface callback to apply the encoding to raw
        character index (as it was in the previous code).
 
-2015-04-29  Alexei Podtelezhnikov <address@hidden>
+2015-04-29  Alexei Podtelezhnikov  <address@hidden>
 
        [autofit] Speed up IUP.
 
@@ -3879,7 +3879,7 @@
        * src/cff/cffdrivr.c (cff_get_ps_name): Use the `sfnt' service if we
        have an SFNT.
 
-2015-04-27  Alexei Podtelezhnikov <address@hidden>
+2015-04-27  Alexei Podtelezhnikov  <address@hidden>
 
        [truetype] Speed up IUP.
 
@@ -3961,15 +3961,15 @@
        * src/cff/cffgload.c (cff_slot_load): Use advance width and side
        bearing values from `hmtx' table if present.
 
-2015-04-03  Alexei Podtelezhnikov <address@hidden>
+2015-04-03  Alexei Podtelezhnikov  <address@hidden>
 
        * src/autofit/afhints.c (af_glyph_hints_reload): Use do-while loop.
 
-2015-04-02  Alexei Podtelezhnikov <address@hidden>
+2015-04-02  Alexei Podtelezhnikov  <address@hidden>
 
        * src/autofit/aflatin.c (af_latin_hint_edges): Reduce logic.
 
-2015-04-01  Alexei Podtelezhnikov <address@hidden>
+2015-04-01  Alexei Podtelezhnikov  <address@hidden>
 
        [autofit] Finish the thought.
 
@@ -4045,7 +4045,7 @@
        * src/cff/cffgload.c (cff_decoder_parse_charstrings)
        <cff_op_callsubr, cff_op_callgsubr, cff_op_return>: Ditto.
 
-2015-03-21  Alexei Podtelezhnikov <address@hidden>
+2015-03-21  Alexei Podtelezhnikov  <address@hidden>
 
        [base] Optimize `FT_Angle_Diff'.
 
@@ -4064,11 +4064,11 @@
        single-element runs.  Cf. glyph `Q' in Skia.ttf with weights larger
        than the default.
 
-2015-03-20  Alexei Podtelezhnikov <address@hidden>
+2015-03-20  Alexei Podtelezhnikov  <address@hidden>
 
        * src/base/fttrigon.c (FT_Vector_Rotate): Minor refactoring.
 
-2015-03-17  Alexei Podtelezhnikov <address@hidden>
+2015-03-17  Alexei Podtelezhnikov  <address@hidden>
 
        Fix Savannah bug #44412 (part 2).
 
@@ -4155,7 +4155,7 @@
        include/config/ftheader.h, include/ftfntfmt.h, modules.cfg,
        src/base/ftfntfmt.c, vms_make.com: Updated.
 
-2015-03-10  Alexei Podtelezhnikov <address@hidden>
+2015-03-10  Alexei Podtelezhnikov  <address@hidden>
 
        Fix Savannah bug #44412 (part 1).
 
@@ -4176,7 +4176,7 @@
 
        Found by Alexei.
 
-2015-03-05  Alexei Podtelezhnikov <address@hidden>
+2015-03-05  Alexei Podtelezhnikov  <address@hidden>
 
        * src/base/ftstroke.c: Simplify.
 
diff --git a/ChangeLog.20 b/ChangeLog.20
index 2f5c689..f264dec 100644
--- a/ChangeLog.20
+++ b/ChangeLog.20
@@ -2412,7 +2412,7 @@
        * builds/unix/detect.mk (.PHONY): Adding `devel', `unix', `lcc',
        `setup'.
 
-2000-11-30  David Turner  <address@hidden>
+2000-11-30  David Turner  <address@hidden>
 
        * INSTALL: Slightly updated the quick starter documentation to
        include IDE compilation, prevent against BSD Make, and specify `make
diff --git a/ChangeLog.21 b/ChangeLog.21
index ba743ef..9fba52c 100644
--- a/ChangeLog.21
+++ b/ChangeLog.21
@@ -2153,7 +2153,7 @@
 
        * docs/CHANGES: Updated.
 
-2004-06-04  David Chester  <address@hidden>
+2004-06-04  David Chester  <address@hidden>
 
        Improve inter-letter spacing for autohinted glyphs.
 
diff --git a/ChangeLog.22 b/ChangeLog.22
index ac19d60..1687a99 100644
--- a/ChangeLog.22
+++ b/ChangeLog.22
@@ -352,7 +352,7 @@
        * src/tools/docmaker/sources.py (re_bold, re_italic): Accept "'"
        also.
 
-2006-03-23  David Turner <address@hidden>
+2006-03-23  David Turner  <address@hidden>
 
        Add FT_Get_SubGlyph_Info API to retrieve subglyph data.  Note that
        we do not expose the FT_SubGlyphRec structure.
diff --git a/ChangeLog.23 b/ChangeLog.23
index 7fb5813..2910c59 100644
--- a/ChangeLog.23
+++ b/ChangeLog.23
@@ -3576,7 +3576,7 @@
 
        * docs/CHANGES: Updated.
 
-2008-12-18  Bevan, David  <address@hidden>
+2008-12-18  David Bevan  <address@hidden>
 
        Provide API for accessing embedding and subsetting restriction
        information.
@@ -3656,12 +3656,12 @@
        * src/sfnt/sfobjs.c (sfnt_load_face): A font with neither outlines
        nor bitmaps is scalable.
 
-2008-12-05  Werner Lemberg  <address@hidden>
+2008-12-05  Werner Lemberg  <address@hidden>
 
        * src/autofit/aflatin.c (af_latin_uniranges): Add more ranges.  This
        fixes Savannah bug #21190 which also provides a basic patch.
 
-2008-12-05  Werner Lemberg  <address@hidden>
+2008-12-05  Werner Lemberg  <address@hidden>
 
        * include/freetype/freetype.h (FT_LOAD_ADVANCE_ONLY): Use value
        0x100 instead of 0x10000; the latter value is already occupied by
@@ -4160,7 +4160,7 @@
        used in building of FreeType2, it is written in `freetype2.pc' and
        `freetype-config'.
 
-2008-09-01  david turner  <address@hidden>
+2008-09-01  David Turner  <address@hidden>
 
        * src/cache/ftccmap.c (FTC_CMapCache_Lookup): Accept a negative cmap
        index to mean `use default cached FT_Face's charmap'.  This fixes
@@ -4931,7 +4931,7 @@
        tt_cmap14_find_variant): Return correct value.
        (tt_cmap14_variant_chars): Fix check for `di'.
 
-2008-02-29  Wermer Lemberg  <address@hidden>
+2008-02-29  Werner Lemberg  <address@hidden>
 
        * docs/CHANGES: Updated.
 
@@ -6201,14 +6201,14 @@
        conftest.c, to avoid unexpected shell evaluation.  Possibly it is a
        bug or undocumented behaviour of autoconf.
 
-2007-03-18  David Turner   <address@hidden>
+2007-03-18  David Turner  <address@hidden>
 
        * src/truetype/ttinterp.c (Ins_MDRP): Another bytecode regression
        fix; testing still needed.
 
        * src/truetype/ttinterp.c (Ins_MD): Another bytecode regression fix.
 
-2007-03-17  David Turner   <address@hidden>
+2007-03-17  David Turner  <address@hidden>
 
        * src/truetype/ttinterp.c (Ins_IP): Fix wrong handling of the
        (undocumented) twilight zone special case.
diff --git a/ChangeLog.24 b/ChangeLog.24
index e2b109c..67657d8 100644
--- a/ChangeLog.24
+++ b/ChangeLog.24
@@ -2546,7 +2546,7 @@
 
        * src/bdf/bdflib.c (_bdf_is_atom): Fix handling of property value.
 
-2012-02-24  Vinnie Falco  <address@hidden>
+2012-02-24  Vinnie Falco  <address@hidden>
 
        Prepare source code for amalgamation (6/6).
 
@@ -2562,14 +2562,14 @@
 
        * src/type1/t1load.c: s/parse_font_matrix/t1_parse_font_matrix/.
 
-2012-02-24  Vinnie Falco  <address@hidden>
+2012-02-24  Vinnie Falco  <address@hidden>
 
        Prepare source code for amalgamation (5/6).
 
        * include/freetype/fterrors.h: Undefine FT_KEEP_ERR_PREFIX after
        using it.
 
-2012-02-22  Vinnie Falco  <address@hidden>
+2012-02-22  Vinnie Falco  <address@hidden>
 
        Prepare source code for amalgamation (4/6).
 
@@ -2581,7 +2581,7 @@
        * src/raster/ftraster.c: s/TRaster/gray_TRaster/,
        s/PRaster/gray_PRaster/.
 
-2012-02-20  Vinnie Falco  <address@hidden>
+2012-02-20  Vinnie Falco  <address@hidden>
 
        Prepare source code for amalgamation (3/6).
 
@@ -2590,14 +2590,14 @@
        * src/raster/ftraster.c: s/TWorker/gray_TWorker/,
        s/PWorker/gray_PWorker/.
 
-2012-02-20  Vinnie Falco  <address@hidden>
+2012-02-20  Vinnie Falco  <address@hidden>
 
        Prepare source code for amalgamation (2/6).
 
        * src/smooth/ftgrays.c, src/raster/ftraster.c: Undefine FLOOR,
        CEILING, TRUNC, and SCALED before defining it.
 
-2012-02-20  Vinnie Falco  <address@hidden>
+2012-02-20  Vinnie Falco  <address@hidden>
 
        Prepare source code for amalgamation (1/6).
 
@@ -3621,7 +3621,7 @@
        * src/base/ftstroke.c: Revised.
        * include/freetype/ftstroke.h: Updated.
 
-2011-06-30  İsmail Dönmez <address@hidden>
+2011-06-30  İsmail Dönmez  <address@hidden>
 
        * builds/toplevel.mk: We use git, not CVS, thus skip `.gitignore'.
 
@@ -3680,7 +3680,7 @@
 
        [autogen.sh] Reflect environment variable LIBTOOLIZE.
 
-2011-06-18  Werner Lemberg <address@hidden>
+2011-06-18  Werner Lemberg  <address@hidden>
 
        Update license documentation.
 
@@ -5420,7 +5420,7 @@
        a Kaishu typeface paired with `HuaTianSongTi?' by Huatian
        Information Industry.
 
-2010-08-17  Teijo Kinnunen <address@hidden>
+2010-08-17  Teijo Kinnunen  <address@hidden>
 
        [cache] Fix Savannah bug #30788.
 
diff --git a/ChangeLog.25 b/ChangeLog.25
index 1f5eb3a..e6a6113 100644
--- a/ChangeLog.25
+++ b/ChangeLog.25
@@ -34,7 +34,7 @@
 
        * builds/toplevel.mk (dist): Fix typos.
 
-2014-12-24  Alexei Podtelezhnikov <address@hidden>
+2014-12-24  Alexei Podtelezhnikov  <address@hidden>
 
        [base] Formatting and nanooptimizations.
 
@@ -1780,7 +1780,7 @@
        appearing in the GPOS table if we are processing the default
        coverage.
 
-2014-04-13  David Weber <address@hidden>
+2014-04-13  David Weber  <address@hidden>
 
        [smooth] Fix stand-alone compilation.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]