diff options
author | Tor Lillqvist <tml@novell.com> | 2005-07-22 08:21:17 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-07-22 08:21:17 +0000 |
commit | a7507ca9d7d0679083242cec0c75a973df8ea181 (patch) | |
tree | c3d70aefe997e199665a1336cc56ee3fb1ddf7a0 /ChangeLog.pre-1-10 | |
parent | 7a9b8fb2374b6459a52f10e1a1ef732b8cff1c27 (diff) | |
download | pango-a7507ca9d7d0679083242cec0c75a973df8ea181.tar.gz |
No need to include modules.h here any longer. (pango_win32_get_context):
2005-07-22 Tor Lillqvist <tml@novell.com>
* pango/pangowin32.c: No need to include modules.h here any
longer.
(pango_win32_get_context): Remove unused variable.
(pango_win32_render_layout_line): Fix underlining. (#304692)
Mention in the doc comment that the DC's text alignment needs to
have TA_BASELINE and TA_LEFT for underlining to be correct.
* pango/pangowin32-fontmap.c: Include modules.h here instead.
(pango_win32_font_map_class_init): Define variable i.
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r-- | ChangeLog.pre-1-10 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index c8ba64d3..3ee7f595 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,15 @@ +2005-07-22 Tor Lillqvist <tml@novell.com> + + * pango/pangowin32.c: No need to include modules.h here any + longer. + (pango_win32_get_context): Remove unused variable. + (pango_win32_render_layout_line): Fix underlining. (#304692) + Mention in the doc comment that the DC's text alignment needs to + have TA_BASELINE and TA_LEFT for underlining to be correct. + + * pango/pangowin32-fontmap.c: Include modules.h here instead. + (pango_win32_font_map_class_init): Define variable i. + 2005-07-21 Owen Taylor <otaylor@redhat.com> * pango/pangofc-fontmap.c (pango_fc_font_map_add): Fix an |