[stsf-commit] CVS Update: stsf (branch: trunk)

Alan Coopersmith stsf-commit at pdx.freedesktop.org
Mon Feb 28 19:15:06 PST 2005


CVSROOT:	/cvs/stsf
Module name:	stsf
Changes by:	alanc at gabe.	05/02/28 19:15:06

Log message:
  2005-02-28	Alan Coopersmith	<alan.coopersmith at sun.com>
  	Synchronize open source tree with code used in Solaris 10 release,
  	including these fixes/changes (written by Alex Gelfenbain, Jay Hobson,
  	and Alan Coopersmith, all of Sun Microsystems):
  
  	* configure.ac, configure:
  	Sun bug 5106264: STSF should not be built with VIS instructions
  
  	* configure.ac:
  	Fix include path for pkg.m4 to work on Solaris - may need
  	-I <path to pkg.m4> when running autoconf if not in default path,
  	for example:
  	 autoconf -I/usr/share/aclocal
  	or
  	 autoconf -I/usr/local/share/aclocal
  
  	* STClientLibrary/src/STGlyphVector.c:
  	* STClientLibrary/src/STLine.c:
  	* STClientLibrary/src/STSysCtl.c:
  	* STClientLibrary/src/sysctlvars.h:
  	* STFontServer/dropins/freetype2/ft2_glue.c:
  	* STFontServer/dropins/freetype2/ftrenderglyph.inc:
  	* interface/stprivate.h:
  	Add support for emboldening bitmaps
  
  	* STFontServer/dropins/freetype2/ftrenderglyph.inc:
  	* STFontServer/dropins/freetype2/ft2_glue.c:
  	Add support for algorithmic obliquing
  
  	* STFontServer/dropins/freetype2/ft2_glue.c:
  	Sun bug 5070941: Japanese strings are ugly in many cases
  
  	* STClientLibrary/src/STGlyphVector.c:
  	Sun bug 5100693: Crash in gnome-calculator
  
  	* STFontServer/loader/makefile:
  	* STFontServer/loader/stfsloader.xml:
  	Add SMF manifest for stfloader for Solaris 10
  
  	* STFontServer/src/fontserver.c:
  	* STFontServer/src/saverestore.c:
  	* STFontServer/src/stfs-door.c:
  	* stsflib/path.c:
  	* stsflib/stsfutil.c:
  	Sun bug 5104693: security issue in stfontserverd
  
  	* stsflib/sft.h:
  	Sun bug 5097105: sft.h won't compile on Solaris for AMD64

Modified files:
      ./:
        ChangeLog configure configure.ac 
      stsf/STClientLibrary/src/:
        STGlyphVector.c STLine.c STSysCtl.c sysctlvars.h 
      stsf/STFontServer/dropins/freetype2/:
        ft2_glue.c ftrenderglyph.inc 
      stsf/STFontServer/loader/:
        makefile 
      stsf/STFontServer/src/:
        debugscaler.c fontserver.c saverestore.c 
      stsf/interface/:
        stprivate.h 
      stsf/stsflib/:
        path.c sft.h stsfutil.c 
Added files:
      stsf/STFontServer/loader/:
        stfsloader.xml 
  
  Revision      Changes    Path
  1.24          +49 -0     stsf/ChangeLog
  1.13          +1 -1      stsf/configure
  1.13          +3 -3      stsf/configure.ac
  1.8           +7 -2      stsf/STClientLibrary/src/STGlyphVector.c
  1.7           +11 -2     stsf/STClientLibrary/src/STLine.c
  1.4           +12 -2     stsf/STClientLibrary/src/STSysCtl.c
  1.4           +2 -1      stsf/STClientLibrary/src/sysctlvars.h
  1.5           +41 -20    stsf/STFontServer/dropins/freetype2/ft2_glue.c
  1.3           +38 -15    stsf/STFontServer/dropins/freetype2/ftrenderglyph.inc
  1.4           +19 -2     stsf/STFontServer/loader/makefile
  1.2           +33 -6     stsf/STFontServer/src/debugscaler.c
  1.8           +12 -2     stsf/STFontServer/src/fontserver.c
  1.7           +6 -6      stsf/STFontServer/src/saverestore.c
  1.4           +1 -0      stsf/interface/stprivate.h
  1.3           +1 -1      stsf/stsflib/path.c
  1.3           +8 -4      stsf/stsflib/sft.h
  1.14          +15 -14    stsf/stsflib/stsfutil.c



More information about the stsf-commit mailing list