diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-01-01 23:08:39 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-01-01 23:08:39 +0000 |
commit | 2210a8aa8286f7af2e1a17354e9b027a1f669867 (patch) | |
tree | 269a26077cc34747881cae90c50966b4090e2a38 /ChangeLog.pre-1-4 | |
parent | f7ae83fefadb78c237691112f217516bbf4e3eb5 (diff) | |
download | pango-2210a8aa8286f7af2e1a17354e9b027a1f669867.tar.gz |
Set lfCharSet to DEFAULT_CHARSET always. Conditional debugging output with
2002-01-02 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32-fontcache.c (pango_win32_font_cache_load): Set
lfCharSet to DEFAULT_CHARSET always. Conditional debugging output
with the PING() macro.
* pango/pangowin32-fontmap.c: Make the size_infos hash table
actually work like it is suppposed to, not that I know if it
matters. I think that it's useless to store all the different
charset views of the same actual ttf font in the list. Will have
to do more testing.
(logfont_nosize_hash): Lowercase face name before calculating
hash.
(logfont_nosize_equal): Compare face names ignoring case.
Diffstat (limited to 'ChangeLog.pre-1-4')
-rw-r--r-- | ChangeLog.pre-1-4 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index f0bbc5b1..84a8cdfb 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,18 @@ +2002-01-02 Tor Lillqvist <tml@iki.fi> + + * pango/pangowin32-fontcache.c (pango_win32_font_cache_load): Set + lfCharSet to DEFAULT_CHARSET always. Conditional debugging output + with the PING() macro. + + * pango/pangowin32-fontmap.c: Make the size_infos hash table + actually work like it is suppposed to, not that I know if it + matters. I think that it's useless to store all the different + charset vviews of the same actual ttf font in the list. Will have + to do more testing. + (logfont_nosize_hash): Lowercase face name before calculating + hash. + (logfont_nosize_equal): Compare face names ignoring case. + Thu Dec 27 14:19:46 2001 Owen Taylor <otaylor@redhat.com> * modules/basic/basic-x.c: Mark as only an approximate |