2006-08-22 Behdad Esfahbod * === Released 1.14.2 === * configure.in: Version 1.14.2 * NEWS: Updated. 2006-08-22 Behdad Esfahbod * pango/pango-context.c (itemize_state_process_run): Replace (!isgraph && !isspace) with (!isprint) which is equivalent. Also, update comments. 2006-08-22 Behdad Esfahbod Part of Bug 145275 – Font selection for space characters * pango/pango-context.c (itemize_state_process_run): Find shaper/font for Private Use and space characters too. Finding shaper for Private Use is needed for any practical use of those areas. Ideally, spaces should be synthesized if they are not available in the font, but falling back to other fonts is far easier, and should give pretty good results with the current set of common fonts. These fixes allow Firefox+Pango to render MathML like Firefox+Xft does. 2006-08-21 Behdad Esfahbod * === Released 1.14.1 === * configure.in: Version 1.14.1 * NEWS: Updated. 2006-08-21 Behdad Esfahbod Bug 352114 – pango-1.14: generated docs still contain old example code * docs/tmpl/pangocairo.sgml: Update cairo example code to that of examples/cairosimple.c. 2006-08-17 Behdad Esfahbod Part of Bug 348825 – pango should optimize away calls to FcFontSort as much as possible * pango/pangofc-fontmap.c: Increase FONTSET_CACHE_SIZE from 16 to 64. 2006-08-16 Behdad Esfahbod Bug 351585 – API documentation issues with 2.15 release * pango/fonts.c (pango_font_describe_with_absolute_size): Add Since tag to docs. 2006-08-16 Behdad Esfahbod Create pango-1-14 stable branch. * ChangeLog.pre-1-14: Created. * Makefile.am: Updated to dist above. Local Variables: coding: utf-8 End: vim: encoding=utf-8: