diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-08-08 14:55:40 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-08-08 14:55:40 +0000 |
commit | b73b08516c8c86234c8a35b05f7b2204e7ab10de (patch) | |
tree | 175fe06f0c5e5fdc7a603f68579516434de50773 /ChangeLog | |
parent | 82355601bff8ff93768ca4ec33b79a059a87f3da (diff) | |
download | pango-b73b08516c8c86234c8a35b05f7b2204e7ab10de.tar.gz |
Deprecate pango_ft2_get_context(), pango_ft2_font_map_for_display(),
Fri Aug 8 10:33:31 2003 Owen Taylor <otaylor@redhat.com>
* pango/pangoft2.h: Deprecate pango_ft2_get_context(),
pango_ft2_font_map_for_display(), pango_ft2_shutdown_display();
the explicit
* pango/pangoft2-fontmap.c (pango_ft2_shutdown_display):
Add docs about deprecations.
* examples/Makefile.am (INCLUDES): Add -DPANGO_DISABLE_DEPRECATED
* examples/pangoft2topgm.c: Fix deprecated usages; add
--dpi and --markup options. Improve error handling.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Fri Aug 8 10:33:31 2003 Owen Taylor <otaylor@redhat.com> + + * pango/pangoft2.h: Deprecate pango_ft2_get_context(), + pango_ft2_font_map_for_display(), pango_ft2_shutdown_display(); + the explicit + + * pango/pangoft2-fontmap.c (pango_ft2_shutdown_display): + Add docs about deprecations. + + * examples/Makefile.am (INCLUDES): Add -DPANGO_DISABLE_DEPRECATED + + * examples/pangoft2topgm.c: Fix deprecated usages; add + --dpi and --markup options. Improve error handling. + Fri Aug 8 10:03:03 2003 Owen Taylor <otaylor@redhat.com> * examples/pangoft2topgm.c: Get rid of a bunch of |