aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-19 07:38:01 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-19 07:38:01 +0000
commit8540bbfcd4d70cf694e762bc9f0c7c90c0a34f36 (patch)
treec0c4c3277fae13cf69f0db4401fbf79b19f61737 /ChangeLog
parentbff58def46d17cda6004bd38adc8e7788a7edc40 (diff)
added an option to toggle cursor in message view.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@269 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62f5e694..102fecec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-05-19
+ * src/textview.[ch]
+ src/prefs_common.[ch]
+ src/mainwindow.c: added an option to toggle cursor in message view
+ (thanks to Godwin Stewart).
+
+2005-05-19
+
* src/summaryview.c: summary_modify_threads(): block selection_changed
callback while modifying threads so that the toolbar doesn't
become insensitive unexpectedly.