2007-12-03 Behdad Esfahbod * === Released 1.19.1 === * configure.in: Version 1.19.1 * NEWS: Updated. 2007-12-03 Behdad Esfahbod Bug 501317 – "and" found where word should be "an" * docs/tmpl/layout.sgml: Fix typo. 2007-12-03 Behdad Esfahbod * examples/cairotwisted.c: Add some more comments to document the math involved. 2007-11-30 Behdad Esfahbod * examples/cairotwisted.c (two_points_distance), (curve_length), (parametrize_path), (point_on_path), (draw_twisted), (main): Document cairotwisted example. 2007-11-29 Behdad Esfahbod * example/cairo*.c: Add some documentation. 2007-11-29 Behdad Esfahbod Bug 485536 – underline_position can be zero * pango/pango-utils.c (pango_cairo_quantize_line_geometry): Document that returned position may be zero. * pango/pangocairo-win32font.c (pango_cairo_win32_font_create_metrics_for_context): * pango/pangofc-font.c (get_face_metrics): Handle case of underline_position==0 after rounding. 2007-11-29 Behdad Esfahbod Bug 500549 – pangocairo.h should include pango.h and cairo.h * pango/pangocairo.h: #include 2007-11-23 Behdad Esfahbod * docs/check.docs: Make it reusable by not hardcoding "pango". 2007-11-23 Behdad Esfahbod * pango/opentype/harfbuzz-impl.c: Remove unused macro. 2007-11-18 Behdad Esfahbod * docs/Makefile.am: Replace GNU-specific syntax with more general one. 2007-11-16 Tor Lillqvist * pango/pango-utils.c (handle_alias_line): Factor out the common code from read_builtin_aliases() and read_alias_file(). (#492517) 2007-11-09 Behdad Esfahbod * pango/Makefile.am: Include ATSUI included modules. 2007-11-08 Behdad Esfahbod Bug 495091 – pango-utils.c:variable is declared at middle of block * pango/pango-utils.c (read_builtin_aliases): Move variable declaraction before code. 2007-11-07 Behdad Esfahbod * pango/opentype/*: And some more. 2007-11-07 Behdad Esfahbod * pango/opentype/*: Some more cleanup and merging. 2007-11-05 Behdad Esfahbod * tools/gen-script-for-lang-new.c (scripts_for_lang), (main): Update to new propsed language enumeration API for fontconfig. 2007-11-02 Tor Lillqvist * pango/pango-utils.c (read_builtin_aliases, pango_load_aliases): On Windows store the default aliases file in a string array. (#492517) Compared to the pango.aliases file as distributed with my most recent Windows builds there are some changes: Add the DejaVu fonts as the first ones listed for the generic sans, serif and mono font names. Use Tahoma instead of Arial for sans, and Georgia instead of Times New Roman for serif (to be used if the DejaVu fonts aren't present). Add Arial Unicode MS (a font with quite large coverage that comes with MS Office and thus is often available). Add Sylfaen (the Armenian and Georgian font bundled with Windows). When using the MS-Windows theme the font used by GTK+ will the system UI one. Both fonts typically used as system fonts, Tahoma (on XP) and Segoe UI (on Vista), are aliased here. * pango/pango-utils.c (read_alias_file): Accept also a quoted string for the left-hand side of an aliases file line. This is to enable aliasing fonts with spaces in their name, like "Segoe UI" which is the default system font on Vista. (#492504) (With the above built-in default aliases lists, no actual pango.aliases file is longer required on Windows for non-Latin script support, though.) 2007-10-30 Behdad Esfahbod * docs/pango-sections.txt: * docs/tmpl/main.sgml: * docs/tmpl/vertical.sgml: Improve vertical docs.