diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-03-08 06:14:33 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-03-08 06:14:33 +0000 |
commit | 15ecfbc6effda513ca18e81b419b0eaf02daa0d5 (patch) | |
tree | 971ee5597624c66de434b6a01949ebd513803540 /ChangeLog | |
parent | a0a0fdcef601eb96691f2230462828ecbee23fcf (diff) |
optimized making of clickable URI.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@153 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-03-08 + + * src/textview.c: textview_make_clickable_parts(): optimized the + URI search (fixes freeze at extremely long lines with many '@'). + * src/gtkutils.[ch]: gtkut_text_buffer_insert_with_tag_by_name(): + new. Force linebreak of long lines (> 8190 chars) to prevent the + slowdown of GtkTextView. + 2005-03-07 * src/mainwindow.c |