diff options
author | Havoc Pennington <hp@redhat.com> | 2000-07-03 21:32:39 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-07-03 21:32:39 +0000 |
commit | 29295c64ab846ad40d6c9d0faeb1810a3a65e948 (patch) | |
tree | 98470d36b55c3a6566f1e9171fe543746d9ebbd4 /ChangeLog.pre-1-2 | |
parent | 38dcbb203cb855b435301c8e27c4427213b75a14 (diff) | |
download | pango-29295c64ab846ad40d6c9d0faeb1810a3a65e948.tar.gz |
Handle the case where the byte offset is outside the layout.
2000-07-03 Havoc Pennington <hp@redhat.com>
* pango/pango-layout.c (pango_layout_index_to_pos): Handle the
case where the byte offset is outside the layout.
Diffstat (limited to 'ChangeLog.pre-1-2')
-rw-r--r-- | ChangeLog.pre-1-2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index c1ac1cff..be2709e8 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,8 @@ +2000-07-03 Havoc Pennington <hp@redhat.com> + + * pango/pango-layout.c (pango_layout_index_to_pos): Handle the + case where the byte offset is outside the layout. + Sun Jul 2 18:06:01 2000 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (get_tab_pos): Fix up set_font_description() |