diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-03-16 18:34:47 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-03-16 18:34:47 -0400 |
commit | 7c025dc9d4ef396d991c823ed015c34aaf0eb3ae (patch) | |
tree | aab63139b277e6af3007ffcfaa4d398f2cd2245d /NEWS | |
parent | 4b68c2eb18bafffd2466df30aaf892ec7cd46c9b (diff) | |
download | pango-7c025dc9d4ef396d991c823ed015c34aaf0eb3ae.tar.gz |
Release 1.24.01.24.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -1,3 +1,40 @@ +Overview of changes between 1.23.0 and 1.24.0 +============================================= +- pango-view improvements: + + * pango-view -q now works without a X server. + + * Ability to save to PS, EPS, PDF, and SVG files. Filetype is + detected from output file extension. + + * New options --foreground, --background, and --annotate. + + * Now installs a manual page, thanks to help2man. + +- PangoFc API changes: + + * PangoFcFont now has a "fontmap" property that subclasses can use + at construction time to setup the font->fontmap link. + + * New backend-public API: + + pango_fc_font_map_find_decoder() + +- Misc optimizations +- Build fixes +- Misc bug fixes +- Bugs fixed in this release: + Bug 547963 – man page for pango-view + Bug 502804 – pango-view or pangocairo-view option to annotate + Bug 502801 – per-backend pango-view options + Bug 502805 – pango-view option for foreground/background color + Red Hat Bug 490331 - Crash of galeon in libpango + Bug 523166 – pango-view opens display even when invoked with -q + Bug 567160 – Share cmap cache between PangoFcFont's of the same face + Red Hat Bug 487593 - crash changing language in gdm + Bug 572662 – Remove deprecated GTK+ symbols + Bug 572529 – Poor -I ordering can break build + Overview of changes between 1.22.4 and 1.23.0 ============================================= - Change the PangoFc font loading API to allow for lazy loading of fonts. |