2004-06-29  Jody Goldberg <jody@gnome.org>

	* Release 2.7.0

2004-06-07 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>

  * Added crc32.c/crc32.h files for type 42 subsetting support.

  * sft.c: Changed the inclusion condition of crc32.h from #ifndef NO_TYPE3 to
    #if ! (defined(NO_TYPE3) && defined(NO_TYPE42)), was needed for 
    CreateT42FromTTGlyphs support.

  * gnome-print-tt-subset.h: Added gnome_print_ps_tt_create_subfont.

  * gnome-print-tt-subset.c: Calls CreateT42FromTTGlyphs, which creates
    type 42 subfont from tt glyph list, encoding array and a master tt font.

2004-05-21 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>

* Created this ttsubset directory and copied unmodified sources from
  ST-0.4/stsflib for creating ttf subfont.
  
  Files taken: sft.c sft.h list.c list.h ttcr.c ttcr.h

  Created gnome-print-tt-subset.c/gnome-print-tt-subset.h which contains the 
  function definition/declaration for gnome_print_pdf_tt_create_subfont, 
  which's called by libgnomeprint/gnome-print-pdf-tt.c

