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

Adam Jackson ajax at kemper.freedesktop.org
Wed Feb 18 10:53:56 PST 2009


Tag 'libXfont-1.4.0' created by Adam Jackson <ajax at redhat.com> at 2009-02-18 18:53 -0800

libXfont 1.4.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkmcWSoACgkQW4otUKDs0NM0+gCfWVvx5Wvk+UzAU+2zEGqq7jdN
3UUAoNRUgjnKqIN1lTz4Xy3hLCGkG08d
=A9w+
-----END PGP SIGNATURE-----

Changes since libXfont-1.3.4:
Adam Jackson (15):
      Delete speedo
      Delete Type1
      const cleanup
      Get rid of a useless array
      Remove useless #define
      Remove loadable renderer support.
      Remove printer font support.
      Remove PMF support.
      xalloc -> malloc, etc.
      Drop OS/2 support
      Move the copy of CopyISOLatin1Lowered near its user, and un-weak it.
      Delete some dead ifdefs
      Allow case insensitive filename matching in fontfile.
      Remove some strcasecmp silliness
      libXfont 1.4.0

Alan Coopersmith (1):
      Restore comment deleted by b6f793d7d5

Jeremy Huddleston (1):
      Added missing AM_CFLAGS for -Wl,-flat_namespace

Paulo Cesar Pereira de Andrade (3):
      libXfont ansification and removal of xf86_ansic.h dependency
      Disable some fun stdio wrapping.
      Janitor: make distcheck and .gitignore

Peter Astrand (1):
      Avoid sending uninitialized padding data over the network.

---
 .gitignore                      |   11 
 Makefile.am                     |    3 
 configure.ac                    |   27 
 include/X11/fonts/.gitignore    |    2 
 include/X11/fonts/bitmap.h      |    5 
 include/X11/fonts/bufio.h       |    7 
 include/X11/fonts/fntfilst.h    |    2 
 include/X11/fonts/fontconf.h.in |    6 
 include/X11/fonts/fontmisc.h    |   32 
 include/X11/fonts/fontmod.h     |   16 
 include/X11/fonts/pcf.h         |    2 
 src/.gitignore                  |    6 
 src/FreeType/.gitignore         |    6 
 src/FreeType/ft.h               |    4 
 src/FreeType/ftenc.c            |    6 
 src/FreeType/ftfuncs.c          |  133 +-
 src/FreeType/fttools.c          |    6 
 src/FreeType/xttcap.c           |   43 
 src/FreeType/xttcap.h           |    4 
 src/Makefile.am                 |   16 
 src/Speedo/.gitignore           |    6 
 src/Speedo/Makefile.am          |   34 
 src/Speedo/adobe-iso.h          |  200 ----
 src/Speedo/bics-iso.h           |  224 ----
 src/Speedo/bics-unicode.c       |  138 ---
 src/Speedo/bics-unicode.h       |    3 
 src/Speedo/do_char.c            |  809 ------------------
 src/Speedo/do_trns.c            |  498 -----------
 src/Speedo/keys.h               |   56 -
 src/Speedo/out_bl2d.c           |  772 -----------------
 src/Speedo/out_blk.c            |  706 ---------------
 src/Speedo/out_outl.c           |  290 ------
 src/Speedo/out_scrn.c           | 1090 ------------------------
 src/Speedo/out_util.c           |  339 -------
 src/Speedo/reset.c              |  129 --
 src/Speedo/set_spcs.c           |  763 ----------------
 src/Speedo/set_trns.c           | 1214 ---------------------------
 src/Speedo/spdo_prv.h           |  262 -----
 src/Speedo/speedo.h             |  874 -------------------
 src/Speedo/spencode.c           |   67 -
 src/Speedo/sperr.c              |  127 --
 src/Speedo/spfile.c             |  460 ----------
 src/Speedo/spfont.c             |  453 ----------
 src/Speedo/spfuncs.c            |  167 ---
 src/Speedo/spglyph.c            |  399 --------
 src/Speedo/spinfo.c             |  462 ----------
 src/Speedo/spint.h              |  178 ---
 src/Speedo/useropt.h            |   41 
 src/Type1/.gitignore            |    6 
 src/Type1/Makefile.am           |   52 -
 src/Type1/arith.c               |  212 ----
 src/Type1/arith.h               |   71 -
 src/Type1/blues.h               |   95 --
 src/Type1/cluts.h               |   35 
 src/Type1/curves.c              |  228 -----
 src/Type1/curves.h              |   44 
 src/Type1/digit.h               |   64 -
 src/Type1/fontfcn.c             |  317 -------
 src/Type1/fontfcn.h             |  114 --
 src/Type1/fonts.h               |   49 -
 src/Type1/hdigit.h              |   94 --
 src/Type1/hints.c               |  890 -------------------
 src/Type1/hints.h               |   48 -
 src/Type1/lines.c               |  188 ----
 src/Type1/lines.h               |   37 
 src/Type1/objects.c             |  944 ---------------------
 src/Type1/objects.h             |  293 ------
 src/Type1/paths.c               |  748 ----------------
 src/Type1/paths.h               |  205 ----
 src/Type1/pictures.h            |   50 -
 src/Type1/regions.c             | 1328 -----------------------------
 src/Type1/regions.h             |  224 ----
 src/Type1/scanfont.c            | 1526 ---------------------------------
 src/Type1/spaces.c              |  941 --------------------
 src/Type1/spaces.h              |  151 ---
 src/Type1/strokes.h             |   38 
 src/Type1/t1funcs.c             |  754 ----------------
 src/Type1/t1hdigit.h            |   40 
 src/Type1/t1imager.h            |   84 -
 src/Type1/t1info.c              |  496 -----------
 src/Type1/t1intf.h              |   54 -
 src/Type1/t1io.c                |  299 ------
 src/Type1/t1malloc.c            |  759 ----------------
 src/Type1/t1snap.c              |   85 -
 src/Type1/t1stdio.h             |   94 --
 src/Type1/t1unicode.c           |  251 -----
 src/Type1/t1unicode.h           |   25 
 src/Type1/token.c               | 1208 --------------------------
 src/Type1/token.h               |   79 -
 src/Type1/tokst.h               |  510 -----------
 src/Type1/trig.h                |   41 
 src/Type1/type1.c               | 1797 ----------------------------------------
 src/Type1/util.c                |  194 ----
 src/Type1/util.h                |  190 ----
 src/bitmap/.gitignore           |    6 
 src/bitmap/bdfread.c            |   71 -
 src/bitmap/bdfutils.c           |    8 
 src/bitmap/bitmapfunc.c         |   13 
 src/bitmap/bitmaputil.c         |    2 
 src/bitmap/bitscale.c           |  369 --------
 src/bitmap/pcfread.c            |  327 -------
 src/bitmap/pcfwrite.c           |    6 
 src/bitmap/snfread.c            |   62 -
 src/builtins/.gitignore         |    6 
 src/builtins/dir.c              |   19 
 src/builtins/file.c             |    6 
 src/builtins/render.c           |    4 
 src/fc/.gitignore               |    6 
 src/fc/fsconvert.c              |   21 
 src/fc/fserve.c                 |  122 --
 src/fc/fsio.c                   |   21 
 src/fc/fslibos.h                |    2 
 src/fontfile/.gitignore         |    6 
 src/fontfile/Makefile.am        |    2 
 src/fontfile/bitsource.c        |    6 
 src/fontfile/bufio.c            |    8 
 src/fontfile/bunzip2.c          |    6 
 src/fontfile/catalogue.c        |   36 
 src/fontfile/decompress.c       |    4 
 src/fontfile/dirfile.c          |    8 
 src/fontfile/ffcheck.c          |  188 ----
 src/fontfile/fileio.c           |    5 
 src/fontfile/filewr.c           |    2 
 src/fontfile/fontdir.c          |   55 -
 src/fontfile/fontfile.c         |   85 -
 src/fontfile/fontscale.c        |   11 
 src/fontfile/gunzip.c           |    8 
 src/fontfile/printerfont.c      |  178 ---
 src/fontfile/register.c         |   68 -
 src/fontfile/renderers.c        |   12 
 src/stubs/.gitignore            |    6 
 src/stubs/Makefile.am           |    4 
 src/stubs/fontmod.c             |   14 
 src/stubs/xpstubs.c             |   21 
 src/util/.gitignore             |    6 
 src/util/atom.c                 |    9 
 src/util/fontnames.c            |   32 
 src/util/fontutil.c             |   40 
 src/util/fontxlfd.c             |    2 
 src/util/miscutil.c             |   54 -
 src/util/patcache.c             |   14 
 src/util/private.c              |   11 
 src/util/utilbitmap.c           |    6 
 143 files changed, 430 insertions(+), 28598 deletions(-)
---


More information about the xorg-commit mailing list