2007-03-21 [colin] 2.8.1cvs35
[claws.git] / ChangeLog
index b051ed97e5504886bb38f6b601cdf71c9bd357aa..5282b6353a36d7df89b0091f95c5a20b5598e02c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,155 @@
+2007-03-21 [colin]     2.8.1cvs35
+
+       * configure.ac
+               Fix previous commit
+       * claws-mail.desktop
+               Remove .png from the Icon, it's useless
+
+2007-03-21 [colin]     2.8.1cvs34
+
+       * configure.ac
+       * src/Makefile.am
+               Add the necessary lib checking for 
+               Maemo
+
+2007-03-21 [colin]     2.8.1cvs33
+
+       * src/main.c
+               Fix unconditional "error happened" when
+               sending via command-line. "lol @ myself"
+
+2007-03-21 [colin]     2.8.1cvs32
+
+       * claws-mail-40x40.png
+       * claws-mail-26x26.png
+       * src/account.c
+       * src/addressbook.c
+       * src/compose.c
+       * src/folderview.c
+       * src/folderview.h
+       * src/main.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/messageview.c
+       * src/prefs_account.c
+       * src/prefs_common.c
+       * src/summary_search.c
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/gtk/authors.h
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+       * src/gtk/logwindow.c
+       * src/gtk/menu.c
+       * src/gtk/prefswindow.c
+               Add Maemo port (patch mainly by Jean-Luc Biort)
+               Add a new 'Little screen' layout to help on such
+               platforms (patch by me)
+               Make some default preferences different (more
+               adapted) on Maemo (patch by me)
+
+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