2002-06-14 Werner Lemberg <wl@gnu.org> * Makefile, configure, */*.mk, builds/unix/unix-def.in, docs/CHANGES, docs/INSTALL: s/TOP/TOP_DIR/. 2002-06-12 Werner Lemberg <wl@gnu.org> * src/bdf/bdflib.c: s/FT_Short/short/ for consistency. 2002-06-11 David Turner <david@freetype.org> * builds/win32/ftdebug.c: Added a missing #endif. * src/sfnt/ttload.c, src/bdf/bdflib.c: Removing compiler warnings. Removed the bug in Type 42 driver that prevented un-hinted outlines to be loaded. * src/type42/t42objs.c (T42_Face_Init): Call FT_Done_Size. (T42_Size_Init): Call FT_Activate_Size. (t42_check_size_change): New function. (T42_Size_SetChars, T42_Size_SetPixels): Use it. (ft_glyphslot_clear): Replace FT_MEM_SET with FT_ZERO. (T42_GlyphSlot_Load): Use t42_check_size_change. Initialize more fields of `glyph'. * builds/win32/visualc/freetype.dsp: Updated. 2002-06-08 Juliusz Chroboczek <jch@pps.jussieu.fr> * include/freetype/internal/ftobjs.h, src/autohint/ahglyph.c, src/base/ftobjs.c, src/sfnt/ttcmap0.c, src/smooth/ftgrays.c: Don't use `setjmp', `longjmp', and `jmp_buf' but `ft_setjmp', `ft_longjmp', and `ft_jmp_buf'. Removed direct references to <stdio.h> and <setjmp.h> when appropriate, to eventually replace them with a FT_CONFIG_STANDARD_LIBRARY_H. Useful for the XFree86 Font Server backend based on FT2. * src/base/fttype1.c (FT_Has_PS_Glyph_Names): Fix return value. 2002-06-08 David Turner <david@freetype.org> * src/pcf/pcfdriver.c (pcf_cmap_char_next): Fixed a bug that caused the function to return invalid values. * src/cache/ftccache.i: Removing a typo that prevented the source's compilation. * src/cache/ftccache.c (ftc_node_hash_unlink): Fixed a bug that caused nasty memory overwrites. The hash table's buckets array wasn't correctly resized when shrinked. 2002-06-08 Detlef W