diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-01-01 23:54:42 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-01-01 23:54:42 +0000 |
commit | d8b05c154f40f332785239fb292ea09caa4dfb1b (patch) | |
tree | 346ae38a344aac33ac14d3a3f40fdb4d65c836e6 /ChangeLog.pre-1-0 | |
parent | 2210a8aa8286f7af2e1a17354e9b027a1f669867 (diff) | |
download | pango-d8b05c154f40f332785239fb292ea09caa4dfb1b.tar.gz |
Silence gcc -Wall, initialise a couple of variables.
2002-01-02 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32.c (pango_win32_render_layout_line): Silence gcc
-Wall, initialise a couple of variables.
* pango/pangowin32-fontmap.c: (pango_win32_insert_font): Store
"courier new" also under the name "courier", as that is what
gtk-demo (and presumably often other applications, too?) looks
for.
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 84a8cdfb..e57a6530 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,5 +1,8 @@ 2002-01-02 Tor Lillqvist <tml@iki.fi> + * pango/pangowin32.c (pango_win32_render_layout_line): Silence gcc + -Wall, initialise a couple of variables. + * pango/pangowin32-fontcache.c (pango_win32_font_cache_load): Set lfCharSet to DEFAULT_CHARSET always. Conditional debugging output with the PING() macro. @@ -12,6 +15,9 @@ (logfont_nosize_hash): Lowercase face name before calculating hash. (logfont_nosize_equal): Compare face names ignoring case. + (pango_win32_insert_font): Store "courier new" also under the name + "courier", as that is what gtk-demo (and presumably often other + applications, too?) looks for. Thu Dec 27 14:19:46 2001 Owen Taylor <otaylor@redhat.com> |