2.13.8: 2008-08-12 Murray Cumming * pango/src/context.hg: Added set_font_map() because it is now public (non backend-only) API. 2008-08-12 Murray Cumming * pango/src/layoutrun.ccg: * pango/src/layoutrun.hg: Wrap this with CLASS_BOXEDTYPE() instead of _CLASS_GENERIC(), because the PangoGlyphItem (of which PangoLayoutRun is a typedef) is a boxed type. This reduces the amount of code in .hg, while apparently not breaking API or ABI. This should be renamed to GlyphItem when we can break ABI. 2008-08-12 Murray Cumming * pango/src/layoutrun.hg: Typedef this to GlyphItem, because that is what it is (and is documented as) in Pango. Added splt() and letter() space to LayoutRun, wrapping PangoGlyphItem functions. * tools/m4/convert_pango.m4: * pango/src/renderer.hg: Added draw_glyph_item(). * pango/src/cairofontmap.hg: Added set_default(). 2008-08-09 Armin Burgmeier * MSVC_Net2005/gendef/gendef.cc: * MSVC_Net2005/gendef/gendef.vcproj: * MSVC_Net2005/gendef/Makefile.am: * MSVC_Net2005/pangomm/pangomm.vcproj: * MSVC_Net2005/pangomm/pangomm.rc.in: * MSVC_Net2005/pangomm/Makefile.am: * MSVC_Net2005/pangomm.sln: * MSVC_Net2005/blank.cpp: * MSVC_Net2005/Makefile.am: Added project files to build pangomm with Visual Studio 2005. * configure.in: * Makefile.am: Adapt build files.