2006-08-05 [colin] 2.4.0cvs29
[claws.git] / ChangeLog
index 28aef4fc08093952f59ce47cbd34b0fad5b370eb..dc53a5e54573a4caec528e4dd2fbcbf354dabb66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,151 @@
+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
+               Optimize previous patch
+
+2006-08-03 [cleroy]    2.4.0cvs19
+
+       * src/textview.c
+               Fix quotes getting toggled back when the
+               mail has an even number of text parts
+
+2006-08-02 [colin]     2.4.0cvs18
+
+       * src/messageview.c
+               Add Hide quotes menu
+
+2006-08-02 [colin]     2.4.0cvs17
+
+       * src/mainwindow.c
+       * src/prefs_common.c
+       * src/textview.c
+       * src/textview.h
+       * src/gtk/about.c
+               Allow per-level quote hiding,
+               Allow toggling quotes by double-clicking them
+               Rename RemoteURI to ClickableText to reflect
+               the fact it's used for a variety of things
+
+2006-08-02 [wwp]       2.4.0cvs16
+
+       * src/mainwindow.c
+               fix "View/Hide quotes" menu item status initialization.
+
+2006-08-02 [wwp]       2.4.0cvs15
+
+       * src/matcher_parser_parse.y
+               remove a debug trace.
+
+2006-08-02 [paul]      2.4.0cvs14
+
+       * src/plugins/pgpcore/passphrase.c
+               don't set initial dialog size
+               make it resizable
+
+2006-08-02 [paul]      2.4.0cvs13
+
+       * src/noticeview.c
+               remove the rogue '/' character
+
+2006-08-02 [paul]      2.4.0cvs12
+
+       * src/noticeview.c
+               allow buttons to resize as necessary
+
 2006-08-01 [wwp]       2.4.0cvs11
 
        * src/mbox.c