diff options
author | Tor Lillqvist <tml@novell.com> | 2005-09-13 17:15:43 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-09-13 17:15:43 +0000 |
commit | 74f0a825227c1fe752aa3bb0154f4837370c158f (patch) | |
tree | 2fc9ed53361e409da02886f3cb671046fec1707c /ChangeLog | |
parent | 11d584b1eb19e8f83864d7aa958fd01d2f9352dd (diff) | |
download | pango-74f0a825227c1fe752aa3bb0154f4837370c158f.tar.gz |
Drop unused font_cache variable and the call to
2005-09-13 Tor Lillqvist <tml@novell.com>
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-09-13 Tor Lillqvist <tml@novell.com> + + * 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 <jean.brefort@normalesup.org> * pango/pango-attributes.c: (pango_attr_list_splice): Fixed typo |