aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-09 08:33:45 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-09 08:33:45 +0000
commit7767bbd587b22cdbf3be3362fb32dedb1185ea4c (patch)
treefed39a76649d28a3e0609a0f943d881c289b25dd
parentbff8dd6729dc12c8efb612d4f12050c6008f7184 (diff)
updated ChangeLog.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@326 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.ja4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 17af055d..0bf5ff43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-06-09
+ * version 2.0.0beta1
+
+2005-06-09
+
* src/gtkutils.[ch]: added gtkut_tree_view_scroll_to_cell().
Removed ununsed CTree functions.
* src/summaryview.c: fixed scroll positon problem after some
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 86555474..aa16fc50 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,9 @@
2005-06-09
+ * version 2.0.0beta1
+
+2005-06-09
+
* src/gtkutils.[ch]: gtkut_tree_view_scroll_to_cell() を追加。
未使用の CTree 関数を削除。
* src/summaryview.c: 特定の操作の後のスクロール位置の問題を修正。