aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-23 09:24:19 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-23 09:24:19 +0000
commit2cc9146cfb6ecee1257317bbee17987a78b22611 (patch)
tree9c94b9aca0c41def8c9391cab43f23f9bbbc75e8 /ChangeLog
parente04f6d71cb0f782c82855677d9c3fbabf8b29f51 (diff)
gtkutils.c: modified the find text API.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@123 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af22d59e..9de85abc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2005-02-23
+ * src/gtkutils.[ch]: removed unused functions.
+ gtkut_text_buffer_match_string()
+ gtkut_text_buffer_find(): changed the API to use iterator.
+ gtkut_text_buffer_find_backward(): new.
+ * src/textview.c:
+ textview_search_string()
+ textview_search_string_backward(): use new API.
+
+2005-02-23
+
* src/logwindow.c
src/prefs_common.[ch]: re-enabled the line number limit, and made
the value configurable.