2005-09-13 Tor Lillqvist * modules/basic/basic-win32.c: Drop unused font_cache variable and the call to pango_win32_font_map_for_display() used in its initialization, which caused an extra instance of PangoWin32FontMap to be created, and fonts enumerated an extra time. 2005-09-12 Jean Brefort * pango/pango-attributes.c: (pango_attr_list_splice): Fixed typo (#316054). 2005-09-11 Matthias Clasen * pango/pangocairo-fontmap.c (free_context_info): Use g_free() to free g_new()-allocated data, otherwise the GLib memory profiler becomes very unhappy. 2005-09-05 Behdad Esfahbod * pango/pango-layout.c (pango_layout_set_auto_dir): Fixed typo in docs. 2005-08-29 Behdad Esfahbod * pango/opentype/ottest.c, pango/opentype/disasm.c: Generate valid XML output. Dump LookupFlag too. 2005-08-29 Behdad Esfahbod * examples/cairoview.c: Set cairo font resolution. * tests/testboundaries.c: Remove unused Hangul Jamo macros. 2005-08-29 Behdad Esfahbod * examples/HELLO.utf8: Add a few Arabic non-spacing marks to the example. Put the line with Pango in Greek-Japanese back in. 2005-08-26 Behdad Esfahbod * pango/break.c: Protect against future line-break type additions in glib Unicode module. 2005-08-25 Tor Lillqvist * pango/Makefile.am: Use pangocairo.def when linking libpangocairo on Windows, instead of relying on GNU ld auto-exporting all public symbols. * pango/pangocairo.def: Add missing entries. (#314420, Kazuki Iwamoto) 2005-08-24 Owen Taylor * pango/pangocairo-render.c (draw_error_underline): convert from Pango units to doubles, fix some coordinate space problems that had previously been fixed in GTK+. (#313015, Luis Villa)