Skip to content
  • Alexander Larsson's avatar
    Check for LEX and YACC. This will be made optional later, with the build · 07665344
    Alexander Larsson authored
    2001-11-17  Alexander Larsson  <alla@lysator.liu.se>
    
    	* configure.in:
    	Check for LEX and YACC. This will be made optional later,
    	with the build sources checked in to cvs.
    	Generate pango/mini-xft/Makefile
    
    	* modules/basic/basic-ft2.c:
    	Use the new pangoft2 API.
    
    	* pango/Makefile.am:
    	Build mini-xft.
    	Add new files.
    
    	* pango/pango-context.[ch]:
    	Support only one fontmap per context.
    	Use pango_font_map_load_fontset() and PangoFontset instead
    	of internal fontset.
    
    	* pango/pango-fontmap.[ch]:
    	New virtual function pango_font_map_load_fontset() and
    	default implementation that uses pango_font_map_load_font().
    
    	* pango/pango-utils.[ch] (pango_lookup_aliases):
    	Utility function for looking up aliases. This can be
    	used by backend that has no backend specific aliases.
    
    	* pango/pangoft2-fontcache.c:
    	Removed file.
    
    	* pango/pangoft2-fontmap.c:
    	* pango/pangoft2-private.h:
    	* pango/pangoft2.c:
    	* pango/pangoft2.h:
    	Major rewrite. Doe...
    07665344