Hash :
6dd303db
        
        Author :
  
        
        Date :
2000-11-26T21:25:53
        
      
* builds/ansi/ansi.mk: Fix inclusion order of files. * src/type1/t1objs.c (T1_Init_Face): Compute style flags.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
2000-11-26  Werner Lemberg  <wl@gnu.org>
	* builds/ansi/ansi.mk: Fix inclusion order of files.
2000-11-26  Keith Packard  <keithp@keithp.com>
	* src/type1/t1objs.c (T1_Init_Face): Compute style flags.
2000-11-26  Werner Lemberg  <wl@gnu.org>
	* builds/compiler/ansi-cc.mk (CLEAN_LIBRARY): Fix rule and
	conditional.
2000-11-23  Werner Lemberg  <wl@gnu.org>
	* src/type1/t1load.c (parse_subrs, parse_charstrings): Use decrypt
	function from PSAux module.
	* src/type1/t1parse.c (T1_Done_Parse): Renamed to...
	(T1_Finalize_Parser): New function (to avoid name clash with a
	function in the PSAux module).
	(T1_Decrypt): Removed since it it duplicated in the PSAux module.
	(T1_Get_Private_Dict): Added `psaux' as new parameter; use decrypt
	function from PSAux module.
	* src/type1/t1parse.h: Adapted.
2000-11-22  Tom Kacvinsky  <tjk@ams.org>
	* src/cff/t2objs.c (T2_Init_Face): For pure CFF fonts, set 
	`root->num_faces' to `cff->num_faces' and set `units_per_EM'
	to 1000.
	* src/cff/t2parse.c (parse_t2_real): Fixed real number parsing
	loop.
	
	* src/cff/t2load.c (T2_Get_String): Called T2_Get_Name with a
	sid that was off by one.
2000-11-16  David Turner <david@freetype.org>
	* src/autohint/ahtypes.h (AH_Hinter): Added new fields to control
	auto-hinting of synthetic Type 1 fonts.
	* src/autohint/ahhint.c (ah_hinter_load, ah_hinter_load_glyph):
	Added auto-hinting support of synthetic Type 1 fonts.
2000-11-12  Tom Kacvinsky  <tjk@ams.org>
	* src/sfnt/ttload.c (TT_LookUp_Table, TT_Load_Generic_Table): Change
	tracing output.
	* src/sfnt/sfobjs.c (SFNT_Load_Face): Set boolean variable
	`has-outline' to true only if the font has a `glyf' or `CFF ' table.
2000-11-11  Werner Lemberg  <wl@gnu.org>
	* builds/win32/visualc/freetype.dsp: Fix raster1->raster and
	type1z->type1.
2000-11-11  Tom Kacvinsky  <tjk@ams.org>
	* builds/unix/freetype-config.in, builds/cygwin/freetype-config.in:
	Added a --libtool option.  When freetype-config --libtool is
	invoked, the absolute path to the libtool convenience library
	is returned.
2000-11-11  Werner Lemberg  <wl@gnu.org>
	* builds/cygwin/cygwin-def.in: Same fix as previous.
2000-11-10  Tom Kacvinsky  <tjk@ams.org>
	* builds/unix/unix-def.in: Add
	    INSTALL_PROGRAM := @INSTALL_PROGRAM@
	    INSTALL_SCRIPT  := @INSTALL_SCRIPT@
	so that installation of freetype-config does not fail.
2000-11-10  Werner Lemberg  <wl@gnu.org>
	* builds/cygwin/freetype-config.in, builds/unix/freetype-config.in:
	Move test down for empty --exec-prefix.
	Fix --version.
	* builds/cygwin/install.mk, builds/unix/install.mk: Use
	$(INSTALL_SCRIPT) for installation of freetype-config.
	* builds/cygwin/install.mk: Fix clean target names.
2000-11-09  David Turner  <david@freetype.org>
	* Version 2.0 released.
	=======================
Local Variables:
version-control: never
coding: latin-1
End: