diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-02-16 22:05:43 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-02-16 22:05:43 +0000 |
commit | 7f846326d416e9ab3eadca9f02b9a0129095f30b (patch) | |
tree | 4b2812b858cd830ca1282e3697d029ca347df24a /ChangeLog.pre-1-10 | |
parent | 4f335d6e4a3f5b4e6ddd1cd78f919aa80c990262 (diff) | |
download | pango-7f846326d416e9ab3eadca9f02b9a0129095f30b.tar.gz |
Make refcounted.
Wed Feb 16 16:39:46 2000 Owen Taylor <otaylor@redhat.com>
* libpango/pango-coverage.c (pango_coverage_get): Make refcounted.
* libpango/modules.c (struct _PangoEnginePair): Since we don't
currently unload engines, cache loaded engines. (Not really
quite satisfactory, but should work OK)
* libpango/pango-context.c (pango_context_get_font_description):
Added a global font description.
* libpango/modules.c (_pango_find_map): Allow NULL
language tags.
* libpango/pango-context.c (pango_itemize) examples/viewer.c:
Switch itemize over to take a PangoAttrList.
* examples/viewer.c: Conform to changes in itemization interface
* libpango/font.[ch]: Add a compare function for FontDescription
* libpango/pango-attributes.[ch]: Change the iteration iterface
to be more convenient.
* libpango/pango-context.[ch]: Add the ability to set a default font.
* libpango/pango-context.[ch]: Take the font for itemization from
the attributes on the text.
* libpango/pangox.c: Cache currently loaded fonts, and cache
coverages.
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r-- | ChangeLog.pre-1-10 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 21363b54..fe9fb0f6 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,35 @@ +Wed Feb 16 16:39:46 2000 Owen Taylor <otaylor@redhat.com> + + * libpango/pango-coverage.c (pango_coverage_get): Make refcounted. + + * libpango/modules.c (struct _PangoEnginePair): Since we don't + currently unload engines, cache loaded engines. (Not really + quite satisfactory, but should work OK) + + * libpango/pango-context.c (pango_context_get_font_description): + Added a global font description. + + * libpango/modules.c (_pango_find_map): Allow NULL + language tags. + + * libpango/pango-context.c (pango_itemize) examples/viewer.c: + Switch itemize over to take a PangoAttrList. + + * examples/viewer.c: Conform to changes in itemization interface + + * libpango/font.[ch]: Add a compare function for FontDescription + + * libpango/pango-attributes.[ch]: Change the iteration iterface + to be more convenient. + + * libpango/pango-context.[ch]: Add the ability to set a default font. + + * libpango/pango-context.[ch]: Take the font for itemization from + the attributes on the text. + + * libpango/pangox.c: Cache currently loaded fonts, and cache + coverages. + Tue Feb 15 02:35:56 2000 Owen Taylor <otaylor@redhat.com> * docs/**: Add documentation for attributes. @@ -17,6 +49,7 @@ Fri Feb 11 16:04:50 2000 Owen Taylor <otaylor@redhat.com> * examples/HELLO.utf8: Change Maltese to a different phrase to include some unique Maltese characters. + (Suggestion from Steven R. Loomis) * libpango/Makefile.am modules/Makefile.am libpango/modules.c: Move pango.modules file to /var |