diff options
author | Sven Neumann <sven@gimp.org> | 2003-07-24 22:13:31 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2003-07-24 22:13:31 +0000 |
commit | 19fd07c7962396917af2c7f29e40f1478f826cab (patch) | |
tree | f46de61ba80ce9ee4cb13c4ae44447cff0cbb33f /ChangeLog.pre-1-6 | |
parent | 5e5d9ed4f323f22611c00d027731ed081ddad5eb (diff) | |
download | pango-19fd07c7962396917af2c7f29e40f1478f826cab.tar.gz |
removed redundant call to pango_layout_line_get_extents() (#116822).
2003-07-25 Sven Neumann <sven@gimp.org>
* pango/pangoft2.c (pango_ft2_render_layout_line): removed
redundant call to pango_layout_line_get_extents() (#116822).
* pango/pangoft2.c (pango_ft2_render): fixed source bitmap offset
for the monochrome case; some code cleanup (#116837).
Diffstat (limited to 'ChangeLog.pre-1-6')
-rw-r--r-- | ChangeLog.pre-1-6 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 87d33404..4bcdc864 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,11 @@ +2003-07-25 Sven Neumann <sven@gimp.org> + + * pango/pangoft2.c (pango_ft2_render_layout_line): removed + redundant call to pango_layout_line_get_extents() (#116822). + + * pango/pangoft2.c (pango_ft2_render): fixed source bitmap offset + for the monochrome case; some code cleanup (#116837). + Thu Jul 24 18:03:32 2003 Owen Taylor <otaylor@redhat.com> * modules/*/Makefile.am: Remove leftover FRIBIDI_LIBS |