===================== libgnomeprint 2.18.3 =====================

2007-11-12  Kjartan Maraas  <kmaraas@gnome.org>

	* list.c: Remove redundant include.

2007-02-28  Tor Lillqvist  <tml@novell.com>

	* ttcr.c: Use memset() instead of bzero().

2007-01-22  Kjartan Maraas  <kmaraas@gnome.org>

	* Release 2.17.90

2005-09-26  Jody Goldberg <jody@gnome.org>

	* Release 2.12.1

2005-09-06  Jody Goldberg <jody@gnome.org>

	* Release 2.12.0

2005-06-11  Jody Goldberg <jody@gnome.org>

	* Release 2.11.0

2005-03-23  Jody Goldberg <jody@gnome.org>

	* Release 2.10.2

2005-03-16  Jody Goldberg <jody@gnome.org>

	* Release 2.10.1

2005-03-08  Jody Goldberg <jody@gnome.org>

	* Release 2.10.0

2005-01-04  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=160861
	* *.[ch] : replace the basic type definitions that conflict on some
	  systems with the glib variants.

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

	* Release 2.8.2

2004-11-28  Jody Goldberg <jody@gnome.org>

	* Release 2.8.1

2004-10-01  Jody Goldberg <jody@gnome.org>

	* Release 2.8.0.1

2004-09-13  Jody Goldberg <jody@gnome.org>

	* Release 2.8.0

2004-09-10  Jody Goldberg <jody@gnome.org>

	* Release 2.7.90

2004-07-30  Jody Goldberg <jody@gnome.org>

	* Release 2.7.1

2004-07-21  Jody Goldberg <jody@gnome.org>

	* list.c (listSetElementDtor) : Use GDestroyNotify to get a typedef
	  for the handler.

	* ttcr.c (StreamToMemory) : init head to NULL then pray that is just
	  being anal because things will crash.
	(TrueTypeCreatorNewEmpty) : cast to GDestroyNotify to placate compiler

	* sft.c (GlyphOffsetsNew) : init indexToLocFormat to 1, because that
	  seems reasonable.  Init loca to the byte after the table, an init
	  locaLen to 0 for lack of a more obvious value.

2004-07-20  Jody Goldberg <jody@gnome.org>

	* sft.h : Add a GnomePrintBuffer to the end of TrueTypeFont
	* sft.c (FUnitBBox) : removed unused var to suppress warning
	(OpenTTFFont) : use GnomePrintBuffer in place of direct mmap
	(CloseTTFont) : ditto

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
