2007-03-21 [wwp] 2.8.1cvs31
[claws.git] / ChangeLog
index 9070a20269fe4ac900e7c21149a1481a71b407c4..8fd1c987f5547170f6b17e50508c4dc8315edc4b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,229 @@
+2007-03-21 [wwp]       2.8.1cvs31
+
+       * src/prefs_logging.c
+       * src/prefs_logging.h
+               Fixed copyright header of newly added files.
+
+2007-03-21 [wwp]       2.8.1cvs30
+
+       * src/Makefile.am
+       * src/filtering.c
+       * src/filtering.h
+       * src/folder.c
+       * src/folderview.c
+       * src/imap.c
+       * src/inc.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/matcher.c
+       * src/messageview.c
+       * src/news.c
+       * src/pop.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_logging.c
+       * src/prefs_logging.h
+       * src/prefs_other.c
+       * src/procmsg.c
+       * src/send_message.c
+       * src/summaryview.c
+       * src/common/log.c
+       * src/common/log.h
+       * src/common/nntp.c
+       * src/common/session.c
+       * src/common/smtp.c
+       * src/common/socket.c
+       * src/etpan/imap-thread.c
+       * src/gtk/logwindow.c
+       * src/gtk/logwindow.h
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/spamassassin/spamassassin.c
+               Added debugging of filtering/processing rules.
+               The debug log is here 'Tools/Filtering debug window',
+               the options there 'Configuration/Preferences/Other/Logging',
+               and the log file is ~/.claws-mail/filtering.log.
+               Moved protocol log prefs to 'Other/Logging' as well.
+               To support such debugging feature, the existing log API has
+               been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
+               this impacts many external modules (commits follow).
+
+2007-03-21 [paul]      2.8.1cvs29
+
+       * src/etpan/Makefile.am
+       * src/etpan/imap-thread.c
+               add missing #include
+
+2007-03-21 [colin]     2.8.1cvs28
+
+       * src/procmime.c
+               Fix bug 1157, 'some broken messages confuse 
+               mime parser'. Make sure we can't have MimeInfos
+               with negative sizes.
+
+2007-03-20 [colin]     2.8.1cvs27
+
+       * src/main.c
+               Fix missing \0 on buffer
+
+2007-03-20 [colin]     2.8.1cvs26
+
+       * src/mh.c
+               Use make_dir_hier instead of make_dir 
+               to create the MH mailbox
+
+2007-03-20 [colin]     2.8.1cvs25
+
+       * src/folder.c
+       * src/folder.h
+       * src/prefs_account.c
+       * src/wizard.c
+               Fix default inbox weirdnesses (after wizard,
+               if path is Mail, mailbox identifier is #mh/Mailbox,
+               and when creating new accounts)
+
+2007-03-20 [colin]     2.8.1cvs24
+
+       * src/account.c
+               Write folderlist after adding/deleting accounts
+               that have folders
+
+2007-03-20 [colin]     2.8.1cvs23
+
+       * src/imap.c
+       * src/remotefolder.h
+               Fix bug 1153, 'CM segfaults if IMAP folder is 
+               selected while scanning prior to update'
+
+2007-03-17 [paul]      2.8.1cvs22
+
+       * src/main.c
+               fix a typo, and be a little more verbose.
+
+2007-03-17 [wwp]       2.8.1cvs21
+
+       * src/inc.c
+               Fix a compiler warning.
+
+2007-03-16 [wwp]       2.8.1cvs20
+
+       * tools/Makefile.am
+       * tools/README
+               Updated to deal w/ the new mairix.sh tool.
+
+2007-03-16 [wwp]       2.8.1cvs19
+
+       * src/action.c
+               Fix logics issues around the action IO dialog:
+               - disable entry widget and exec button when
+                 the exec button is clicked (don't wait for any
+                 output line) - fix possible disabling/re-enabling/
+                 re-disabling of those widgets
+               - raise an error if executing a %as{} action either
+                 empty or invalid, instead of failing silently
+               - don't close the dialog if the abort button has been
+                 clicked and if there was no output yet
+               - set focus to the abort button when the exec button
+                 is clicked
+               - fix capitalization of a warning message
+
+2007-03-16 [wwp]       2.8.1cvs18
+
+       * tools/mairix.sh
+               Added a wrapper to mairix to the tools folder.
+
+2007-03-16 [colin]     2.8.1cvs17
+
+       * src/messageview.c
+       * src/mimeview.h
+               Allow mimeviewer plugins to print
+               their stuff
+
+2007-03-16 [colin]     2.8.1cvs16
+
+       * .cvsignore
+               Ignore *.patchset
+
+2007-03-15 [colin]     2.8.1cvs15
+
+       * src/messageview.c
+       * src/mimeview.h
+               Add a way for mimeviewer plugins to
+               implement body search
+
+2007-03-15 [paul]      2.8.1cvs14
+
+       * src/prefs_spelling.c
+               fix English usage
+
+2007-03-15 [paul]      2.8.1cvs13
+
+       * src/common/quoted-printable.c
+               fix decoding of quoted-printable parts
+
+2007-03-14 [wwp]       2.8.1cvs12
+
+       * src/gtk/logwindow.h
+               Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
+
+2007-03-14 [wwp]       2.8.1cvs11
+
+       * src/gtk/logwindow.h
+               Complete 2.8.1cvs10.
+
+2007-03-14 [colin]     2.8.1cvs10
+
+       * src/gtk/logwindow.c
+               Probably fix bug 1149, crash on logwindow
+               close - at the expense of performance once
+               logwin has been opened
+
+2007-03-14 [colin]     2.8.1cvs9
+
+       * src/main.c
+               If claws-mail is running on another
+               display, warn instead of popping it up
+               on the other display
+
+2007-03-12 [colin]     2.8.1cvs8
+
+       * src/wizard.c
+               Fix bug 1145, 'Setting a different name 
+               for the Mailbox name isn't reflected in 
+               default account settings'. Patch by wwp
+
+2007-03-12 [colin]     2.8.1cvs7
+
+       * src/summaryview.c
+               Fix bug 1143, 'Add number of messages to be 
+               deleted to confirmation dialog'
+
+2007-03-12 [wwp]       2.8.1cvs6
+
+       * src/folderview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_summaries.c
+               Changed the option that displays unread messages count
+               next to the folder name in folder list: it is now
+               possible to either display nothing, display the
+               unread messages number only or the unread and total messages
+               numbers. The patch includes this extra feature as well
+               as some minor fixes by rewriting the algo in folderview.c.
+               Thanks to Paul for the original idea and implementation, plus
+               testing and proof-reading!
+
+2007-03-09 [paul]      2.8.1cvs5
+
+       * tools/Makefile.am
+       * tools/README
+       * tools/claws-mail-compose-insert-files.pl
+               added a script which enables inserting files
+               into the message body of a new Claws Mail
+               Compose window from the command line. Additionally
+               To, Cc, Subject and files to attach to the message
+               can be specified.
+
 2007-03-09 [wwp]       2.8.1cvs4
 
        * src/addr_compl.c