libXfont: Changes to 'refs/tags/libXfont-1.2.9'

Kristian Høgsberg krh at kemper.freedesktop.org
Fri Jun 22 07:10:17 PDT 2007


Tag 'libXfont-1.2.9' created by Kristian Høgsberg <krh at redhat.com> at 2007-06-22 15:06 -0700

libXfont-1.2.9

Changes since libXfont-1.2.8:
Adam Jackson:
      Warning cleanup.
      Dead code removal and static markup for Type1.
      One more missed static in Type1
      Dead code cull from Speedo.
      Death to open-coded strcasecmp.
      Dead code cull from FreeType.
      Static markup over bitmap and builtins.
      Dead code cull from fontserver code.
      Minor fontfile cleanup.

Kristian Høgsberg:
      Add a new 'catalogue' FPE, which takes font paths from symlinks in a dir.
      Bump version to 1.2.9.

---
 configure.ac               |    2 
 include/X11/fonts/bitmap.h |    7 
 include/X11/fonts/bufio.h  |    2 
 include/X11/fonts/fntfil.h |    4 
 include/X11/fonts/pcf.h    |    2 
 src/FreeType/ft.h          |    1 
 src/FreeType/fttools.c     |   47 ---
 src/FreeType/xttcap.c      |  400 ++++++++++-----------------
 src/FreeType/xttcap.h      |    5 
 src/Speedo/do_char.c       |  207 --------------
 src/Speedo/do_trns.c       |   14 
 src/Speedo/out_scrn.c      |  172 +++++------
 src/Speedo/out_util.c      |  196 ++++++-------
 src/Speedo/reset.c         |    2 
 src/Speedo/set_spcs.c      |   10 
 src/Speedo/set_trns.c      |  232 ++++-----------
 src/Speedo/spdo_prv.h      |  161 ----------
 src/Speedo/speedo.h        |   16 -
 src/Speedo/spglyph.c       |    2 
 src/Speedo/spint.h         |    2 
 src/Type1/Makefile.am      |    1 
 src/Type1/arith.c          |  276 ------------------
 src/Type1/arith.h          |    6 
 src/Type1/digit.h          |    2 
 src/Type1/fontfcn.c        |   11 
 src/Type1/fontfcn.h        |    2 
 src/Type1/lines.c          |   69 ++--
 src/Type1/lines.h          |    2 
 src/Type1/objects.c        |  267 +++---------------
 src/Type1/objects.h        |   39 --
 src/Type1/paths.c          |  662 ---------------------------------------------
 src/Type1/paths.h          |   34 --
 src/Type1/regions.c        |  423 +++-------------------------
 src/Type1/regions.h        |   26 -
 src/Type1/scanfont.c       |    2 
 src/Type1/spaces.c         |  221 +++++----------
 src/Type1/spaces.h         |   21 -
 src/Type1/t1funcs.c        |   50 +--
 src/Type1/t1info.c         |    5 
 src/Type1/t1intf.h         |    1 
 src/Type1/t1malloc.c       |    4 
 src/Type1/t1stub.c         |   56 ---
 src/Type1/util.h           |    1 
 src/bitmap/bitmapfunc.c    |  100 +++---
 src/bitmap/bitscale.c      |    6 
 src/bitmap/snfread.c       |    2 
 src/bitmap/snfstr.h        |    1 
 src/builtins/builtin.h     |    8 
 src/builtins/dir.c         |    4 
 src/builtins/file.c        |   19 -
 src/builtins/fonts.c       |   14 
 src/builtins/fpe.c         |   23 -
 src/builtins/render.c      |   35 --
 src/fc/fsconvert.c         |   40 --
 src/fc/fserve.c            |   75 ++---
 src/fc/fserve.h            |    3 
 src/fc/fservestr.h         |    9 
 src/fc/fsio.c              |   62 ----
 src/fc/fsio.h              |    7 
 src/fontfile/Makefile.am   |    3 
 src/fontfile/bufio.c       |   22 -
 src/fontfile/catalogue.c   |  457 +++++++++++++++++++++++++++++++
 src/fontfile/fontfile.c    |   41 +-
 src/fontfile/register.c    |    1 
 64 files changed, 1299 insertions(+), 3298 deletions(-)
---


More information about the xorg-commit mailing list