2006-08-05 [colin] 2.4.0cvs29
[claws.git] / ChangeLog
index ece7b55a83b4540c2fb6c8020018d04158238721..dc53a5e54573a4caec528e4dd2fbcbf354dabb66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,97 @@
+2006-08-05 [colin]     2.4.0cvs29
+
+       * src/news.c
+               Just make sure we have a msgid.
+
+2006-08-05 [colin]     2.4.0cvs28
+
+       * src/news.c
+       * src/summaryview.c
+               Fix bug #995 ("Mark cross-posted as read" doesn't work)
+               by reimplementing it
+       * src/textview.c
+               Fix bug when hiding quotes with level > 3 and quote
+               colors are recycled
+
+2006-08-04 [colin]     2.4.0cvs27
+
+       * src/compose.c
+       * src/undo.c
+       * src/undo.h
+               Fix a bit replace-by-pasting undo
+       * src/mainwindow.c
+       * src/messageview.c
+               Fix Fold quotes menu synchro in
+               mainwindow when it changes in 
+               messageview
+       * src/textview.c
+               Fix right-click on quotes blocks
+       * src/common/utils.c
+               Verify that the file created by
+               my_tmpfile() is writable. Fixes
+               bug #988 (very specific filesystem
+               issue)
+       * src/plugins/pgpcore/sgpgme.c
+               Fix file descriptor leak
+       * src/plugins/spamassassin/spamassassin.c
+               Warn once if spamd isn't reachable
+
+2006-08-04 [colin]     2.4.0cvs26
+
+       * src/toolbar.c
+               i18n context patch by Fabien
+
+2006-08-03 [colin]     2.4.0cvs25
+
+       * src/mainwindow.c
+       * src/messageview.c
+               Rename "Hide quotes" to "Fold quotes"
+       * src/textview.c
+               Don't use hand cursor on quotes. "all 
+               the bonuses of the feature and none of 
+               unwelcome side-effects"
+
+2006-08-03 [colin]     2.4.0cvs24
+
+       * AUTHORS
+       * sylpheed-claws.desktop
+       * src/gtk/authors.h
+               Bring the desktop file to XDG compliance
+               Patch by Charles A. Edwards
+
+2006-08-03 [colin]     2.4.0cvs23
+
+       * src/textview.c
+                Fix links offset when they are preceded
+                by accentued chars (g_utf8_strlen!)
+        * src/mainwindow.c
+                Fix wrong status when starting offline
+
+
+2006-08-03 [wwp]       2.4.0cvs22
+
+       * src/prefs_common.h
+               ask what to do w/ filtering rules that belong to an account when
+               applying filtering rules manually from the main window (skip,
+               apply regardless of the account, use current account). This dialog
+               can be skipped and the last reply used.
+               (forgot that file)
+
+2006-08-03 [wwp]       2.4.0cvs21
+
+       * src/filtering.c
+       * src/filtering.h
+       * src/prefs_common.c
+       * src/summaryview.c
+       * src/alertpanel.c
+       * src/alertpanel.h
+       * src/messageview.c
+               ask what to do w/ filtering rules that belong to an account when
+               applying filtering rules manually from the main window (skip,
+               apply regardless of the account, use current account). This dialog
+               can be skipped and the last reply used.
+
+
 2006-08-03 [colin]     2.4.0cvs20
 
        * src/textview.c