diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-05-02 05:08:23 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-05-02 05:08:23 +0000 |
commit | 6447a732f734f30917893a00746603dbc9d1278a (patch) | |
tree | 9ef8ebb99c1b716ec62582b156e37443029de652 /ChangeLog | |
parent | bf27f8c878cafb7084d73e4b22b8e6f434d3bd6e (diff) | |
download | pango-6447a732f734f30917893a00746603dbc9d1278a.tar.gz |
Set is_wrapped to true on BREAK_EMPTY_FIT too.
2007-05-02 Behdad Esfahbod <behdad@gnome.org>
* pango/pango-layout.c (process_line): Set is_wrapped to true on
BREAK_EMPTY_FIT too.
svn path=/trunk/; revision=2245
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-05-02 Behdad Esfahbod <behdad@gnome.org> + * pango/pango-layout.c (process_line): Set is_wrapped to true on + BREAK_EMPTY_FIT too. + +2007-05-02 Behdad Esfahbod <behdad@gnome.org> + * pango/pango-layout-private.h: Remove stale prototype of _pango_layout_iter_get_line_readonly(). |