2008-01-24 [colin] 3.2.0cvs67
[claws.git] / ChangeLog
index c97114a18d05ab40cd7a673faa15474111b33072..0a62799cf46b2ab983650ef18fbdd385241b25cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,577 @@
+2008-01-24 [colin]     3.2.0cvs67
+
+       * src/etpan/imap-thread.c
+       * src/etpan/nntp-thread.c
+               Fix bug 1348, 'Hang ups at exit time with 
+               pgp plugin since 3.0.2'
+
+2008-01-23 [colin]     3.2.0cvs66
+
+       * src/toolbar.c
+               Fix translation of something that shouldn't be
+
+2008-01-23 [colin]     3.2.0cvs65
+
+       * src/procmime.c
+               Fix bug 1486, 'Re: Incorrect content when replying'
+               Revert to full scan if short scan found only 0-length
+               text parts
+
+2008-01-23 [paul]      3.2.0cvs64
+
+       * src/prefs_folder_item.c
+               fix bug 1485, 'selecting a folder's default
+               account if name contains '&''
+
+2008-01-23 [colin]     3.2.0cvs63
+
+       * src/folder.c
+       * src/folder.h
+       * src/main.c
+       * src/mainwindow.c
+               Fix bug 1480, 'should be able to display mail file
+               from command line'. Let 'claws-mail --select' accept
+               absolute paths in addition to folder identifiers.
+
+2008-01-22 [wwp]       3.2.0cvs62
+
+       * src/account.c
+       * src/account.h
+       * src/compose.c
+       * src/messageview.c
+       * src/summaryview.c
+       * src/common/utils.c
+       * src/common/utils.h
+               Allow from=address in mailto sequence:
+                 --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
+                 The 'from' will try to select the first account matching in accounts list,
+                 otherwise will use the usual account selection mechanism but override with
+                 this 'from' address.
+               Allow mailto with NNTP accounts
+                 mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
+                 is the default one or if a NNTP account address is used with 'from'.
+                 This is more or less a bugfix as it was possible to use mailto with a NNTP
+                 default account but the complete mailto sequence was put in To.
+
+2008-01-22 [wwp]       3.2.0cvs61
+
+       * doc/man/claws-mail.1
+               Updated the man page: status of few features, command-line
+               usage (--version-full) and completed list of config files
+               and dirs.
+
+2008-01-22 [wwp]       3.2.0cvs60
+
+       * src/main.c
+               Added --version-full to display version and compiled-in
+               features list (for later use by Clawsker for instance).
+
+2008-01-22 [holger]    3.2.0cvs59
+
+       * src/addrduplicates.c
+               Fix scrolling in addressbook duplicate
+               finder result dialog
+
+2008-01-21 [colin]     3.2.0cvs58
+
+       * src/summaryview.c
+               Fix bug 1457, 'sorting messages on, say, from, 
+               should subsort on previous sort choice'. Subsort
+               by date when sort is Subject, From, To, Tags.
+
+2008-01-21 [colin]     3.2.0cvs57
+
+       * AUTHORS
+       * src/matcher.c
+       * src/mimeview.c
+       * src/common/ssl.c
+       * src/gtk/authors.h
+               Fix bug 1478, 'Wrong pthread_create calls all 
+               over the place'. Patch by Christian Cornelssen
+
+2008-01-20 [colin]     3.2.0cvs56
+
+       * src/imap.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               Fix bug 1468, 'Use IMAP keyword to 
+               store "forwarded" flag'
+
+2008-01-20 [colin]     3.2.0cvs55
+
+       * src/folderutils.c
+               Make list operations faster
+
+2008-01-20 [colin]     3.2.0cvs54
+
+       * src/mainwindow.c
+               Fix bug 1353, 'on startup with small screen 
+               layout, keyboard input gets lost'
+
+2008-01-20 [colin]     3.2.0cvs53
+
+       * src/textview.c
+               Complete 3.2.0cvs49, and fixes bug 1477, 
+               'Claws Mail crashes when view PGP-encrypted 
+               message'
+
+2008-01-20 [colin]     3.2.0cvs52
+
+       * src/compose.c
+               Fix privacy menu update when replying to
+               encrypted mail and no default privacy 
+               system is set
+
+2008-01-19 [colin]     3.2.0cvs51
+
+       * src/filtering.c
+       * src/procmsg.h
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/spamassassin/spamassassin.c
+               Batch filtering deletions too (and save 4 bytes
+               per MsgInfo in the process :)
+
+2008-01-19 [colin]     3.2.0cvs50
+
+       * src/folder.c
+               Make cache update after copies much faster
+               on IMAP
+
+2008-01-19 [colin]     3.2.0cvs49
+
+       * src/textview.c
+               Check g_fopen() success
+
+2008-01-17 [wwp]       3.2.0cvs48
+
+       * manual/faq.xml
+       * manual/es/faq.xml
+       * manual/fr/faq.xml
+       * manual/pl/faq.xml
+               Sylpheed? No idea what this means.
+
+2008-01-17 [colin]     3.2.0cvs47
+
+       * src/gtk/gtksctree.c
+               Make dnd threshold higher on Maemo
+
+2008-01-16 [colin]     3.2.0cvs46
+
+       * src/common/passcrypt.c
+               Fix build on FreeBSD, thanks to Pawel
+
+2008-01-15 [colin]     3.2.0cvs45
+
+       * src/compose.c
+               Fix bug 1472, 'Keyboard "Menu" key doesn't call 
+               spell check of actuall word'
+       * src/summaryview.c
+               Temporarily disable immediate execution when learning
+               spam *only* if the summaryview isn't locked
+
+2008-01-15 [wwp]       3.2.0cvs44
+
+       * src/prefs_filtering.c
+               Fix filtering prefs layout (Maemo port), moving page up/down
+               from buttons to context menu.
+
+2008-01-15 [colin]     3.2.0cvs43
+
+       * src/compose.c
+               Fix bug 1465, 'First line in new message does not mark URLs'
+
+2008-01-15 [colin]     3.2.0cvs42
+
+       * src/common/passcrypt.c
+               Fix bug 1461, 'several components #define 
+               _XOPEN_SOURCE improperly'
+
+2008-01-15 [colin]     3.2.0cvs41
+
+       * src/summaryview.c
+               Fix bug 1469, 'Column width adjustments on message 
+               lists do not save'
+
+2008-01-14 [holger]    3.2.0cvs40
+
+       * configure.ac
+               Add tests for dbus, dbus glib bindings,
+               and NetworkManager. All is optional. Add new
+               --(en|dis)able-networkmanager-support switch.
+       * src/Makefile.am
+       * src/imap.c
+       * src/inc.c
+       * src/main.c
+       * src/main.h
+       * src/mainwindow.c
+       * src/gtk/about.c
+               Add optional NetworkManager support, so Claws Mail
+               can try to do the right thing when the network connection
+               status changes. NetworkManager support is active by
+               default if above requirements were met.
+
+2008-01-12 [colin]     3.2.0cvs39
+
+       * src/summaryview.c
+               Advertise the click-on-reply feature in the tooltip
+
+2008-01-12 [colin]     3.2.0cvs38
+
+       * src/Makefile.am
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/pixmaps/tray_newmail.offline.xpm
+       * src/pixmaps/tray_newmail.xpm
+       * src/pixmaps/tray_newmarkedmail.offline.xpm
+       * src/pixmaps/tray_newmarkedmail.xpm
+       * src/pixmaps/tray_nomail.offline.xpm
+       * src/pixmaps/tray_nomail.xpm
+       * src/pixmaps/tray_unreadmail.offline.xpm
+       * src/pixmaps/tray_unreadmail.xpm
+       * src/pixmaps/tray_unreadmarkedmail.offline.xpm
+       * src/pixmaps/tray_unreadmarkedmail.xpm
+       * src/plugins/trayicon/Makefile.am
+       * src/plugins/trayicon/newmail.offline.xpm
+       * src/plugins/trayicon/newmail.xpm
+       * src/plugins/trayicon/newmarkedmail.offline.xpm
+       * src/plugins/trayicon/newmarkedmail.xpm
+       * src/plugins/trayicon/nomail.offline.xpm
+       * src/plugins/trayicon/nomail.xpm
+       * src/plugins/trayicon/trayicon.c
+       * src/plugins/trayicon/unreadmail.offline.xpm
+       * src/plugins/trayicon/unreadmail.xpm
+       * src/plugins/trayicon/unreadmarkedmail.offline.xpm
+       * src/plugins/trayicon/unreadmarkedmail.xpm
+               Make the Trayicon plugin icons themable
+
+2008-01-12 [wwp]       3.2.0cvs37
+
+       * src/prefs_display_header.c
+               Fix extra leading hyphen visible in the display
+               header configuration combo list (maemo).
+
+2008-01-11 [colin]     3.2.0cvs36
+
+       * src/imap.c
+               Set timeout to 1 before disconnecting all -
+               for when one switches to offline and has 
+               no network anymore
+       * src/messageview.c
+               Fix bug 1454, 'error message shows parts and 
+               signature of previous messages'
+       * src/prefs_common.c
+               Maemo: Hide Send dialog by default
+
+2008-01-10 [colin]     3.2.0cvs35
+
+       * src/action.c
+       * src/editldap.c
+       * src/prefs_account.c
+       * src/wizard.c
+       * src/gtk/inputdialog.c
+       * src/plugins/pgpcore/passphrase.c
+               Maemo: Fix bug 1455, 'Password enters leading letter 
+               incorrectly as uppercase'
+
+2008-01-09 [colin]     3.2.0cvs34
+
+       * po/pl.po
+               Fix bug 1446, 'SC crashes frequently when staying 
+               in background'. Format string error in Polish 
+               translation
+       * src/gtk/description_window.c
+       * src/prefs_template.c
+               Complete 3.2.0cvs9 (fix bug with gtk_main loop);
+               patch by Pawel
+       * src/wizard.c
+               Maemo: Fix build
+
+2008-01-08 [colin]     3.2.0cvs33
+
+       * src/main.c
+               Maemo: connect HW status change signal for shutdown
+       * src/mainwindow.c
+               Maemo: Fix hardware space key
+       * src/wizard.c
+               Maemo: name mmc1 and 2 a better name
+
+2008-01-08 [wwp]       3.2.0cvs32
+
+       * src/folder.c
+       * src/folder_item_prefs.c
+       * src/folder_item_prefs.h
+       * src/prefs_folder_item.c
+               It's now possible to disable processing rules when
+               entering a folder (this adds a new option to the
+               folder properties dialog).
+
+2008-01-08 [wwp]       3.2.0cvs31
+
+       * src/common/utils.c
+               Mailto: now supports 'insert' (stands for 'insert file'), this
+               adds the ability to create a new message from the command-line,
+               with body set from an existing file contents.
+
+2008-01-08 [colin]     3.2.0cvs30
+
+       * src/summaryview.c
+               Maybe fix bug 1452, 'crash while drag'n'droping 
+               emails to an IMAP folder'
+
+2008-01-07 [wwp]       3.2.0cvs29
+
+       * src/prefs_filtering.c
+               Static-alize a function, thanks to Colin.
+
+2008-01-07 [colin]     3.2.0cvs28
+
+       * src/folderview.c
+               Fix scrolling to bottom when drag and dropping
+       * src/summaryview.c
+               Fix bug 1445, 'Display sender using addressbook: fails 
+               when From: isn't an email address'
+
+2008-01-07 [wwp]       3.2.0cvs27
+
+       * src/prefs_actions.c
+       * src/prefs_filtering.c
+       * src/prefs_template.c
+               Add tooltips to most buttons in the templates, actions and
+               filtering/processing dialogs.
+
+2008-01-07 [wwp]       3.2.0cvs26
+
+       * src/prefs_filtering.c
+                - add a clear button to clear dialog input fields
+                - add page up and page down buttons to move selected rule up and down
+                - in rules list popup-menu: added Delete, Delete all and Duplicate
+                - popup-menu items are greyed out either if the list is empty (not counting the
+                  (New) row or if there is no selected item
+                - clear store when closing dialog
+
+       * src/prefs_actions.c
+                - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
+                  clear button, popup-menu
+                - clear store when closing dialog
+
+       * src/prefs_template.c
+                - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
+                  clear button, popup-menu 
+
+       * src/addrcustomattr.c
+                - renamed popup-menu item Clear list to Delete all
+                - grey out popup-menu items is there is no selected item or if list is empty
+                - clear store when closing dialog
+
+       * src/edittags.c
+                - added popup-menu item Delete all
+                - grey out popup-menu items is there is no selected item or if list is empty
+                - clear store when closing dialog
+
+2008-01-06 [wwp]       3.2.0cvs25
+
+       * src/addressadd.c
+               One more layout fix by Pawel (completes 3.2.0cvs24).
+
+2008-01-05 [colin]     3.2.0cvs24
+
+       * src/addressadd.c
+               Little GUI fixes, patch by Pawel
+
+2007-12-29 [wwp]       3.2.0cvs23
+
+       * src/compose.c
+               Fix for bug #1443, and strip possible whitespaces around
+               custom header names.
+
+2007-12-29 [mones]     3.2.0cvs22
+
+       * po/es.po
+               Updated translation, corrected a term based 
+               on suggestion from Israel Saeta PĂ©rez,
+               reverted awful X-Mailer translation
+       * src/procmime.c
+               Complete cvs20 for FreeBSD, patch by Pawel
+
+2007-12-29 [colin]     3.2.0cvs21
+
+       * src/textview.c
+               Fix bug 1442, 'Tags are repeated in 
+               encapsulated messages'
+
+2007-12-28 [colin]     3.2.0cvs20
+
+       * src/procmime.c
+               Fix path to mime/globs. Patch by Marten King.
+
+2007-12-27 [colin]     3.2.0cvs19
+
+       * src/plugins/pgpcore/Makefile.am
+       * src/plugins/pgpinline/Makefile.am
+       * src/plugins/pgpmime/Makefile.am
+               Add missing flags to build pgp plugins on maemo
+
+2007-12-27 [colin]     3.2.0cvs18
+
+       * src/mainwindow.c
+               Maximise before showing to avoid probable flickering
+               on slow computers.
+
+2007-12-27 [colin]     3.2.0cvs17
+
+       * src/main.c
+       * src/mainwindow.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+               Fix bug 1439, 'Claws Mail does not remember window size 
+               state when restarted'. Save maximised state and force
+               maximisation at startup if applicable.
+
+2007-12-23 [paul]      3.2.0cvs16
+
+       * src/prefs_matcher.c
+               fix bug 1436, 'Filter condition dialog doesn't
+               load header name from current rules'
+
+2007-12-22 [paul]      3.2.0cvs15
+
+       * src/compose.c
+               fix bug 1435, 'Reply doesn't take into account
+               reply-to field'
+
+2007-12-21 [paul]      3.2.0cvs14
+
+       * src/common/ssl_certificate.c
+               fix FreeBSD build with IPV6 support 
+
+2007-12-20 [colin]     3.2.0cvs13
+
+       * src/imap.c
+               Fix error handling
+
+2007-12-20 [colin]     3.2.0cvs12
+
+       * src/imap.c
+       * src/imap.h
+       * src/prefs_account.c
+               Add DIGEST-MD5 support for IMAP authentication
+
+2007-12-19 [mones]     3.2.0cvs11
+
+       * doc/man/claws-mail.1
+               Better ordering of sections, updated options
+       * po/es.po
+               Updated strings
+
+2007-12-19 [paul]      3.2.0cvs10
+
+       * src/prefs_account.c
+               use a spinbutton instead of an entry for
+               "POP authentication timeout" also
+
+2007-12-19 [colin]     3.2.0cvs9
+
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+       * src/gtk/description_window.c
+               Destroy info windows with their parents
+               Patch by Pawel
+
+2007-12-19 [colin]     3.2.0cvs8
+
+       * src/prefs_account.c
+               Use spinbuttons instead of entries where needed
+               Patch by Pawel
+
+2007-12-18 [paul]      3.2.0cvs7
+
+       * src/prefs_matcher.c
+               add missing i18n for a few strings
+               Patch by Stephan Sachse
+
+2007-12-18 [paul]      3.2.0cvs6
+
+       * src/prefs_logging.c
+               use 'disk' instead of 'disc'
+
+2007-12-18 [paul]      3.2.0cvs5
+
+       * po/en_GB.po
+               updated
+       * src/addrcustomattr.c
+       * src/editaddress.c
+               fixes to the ingleesh
+       * src/prefs_filtering_action.c
+               fix copyright header
+               fix untranslated strings
+       * src/prefs_filtering_action.h
+               fix copyright header
+
+2007-12-18 [wwp]       3.2.0cvs4
+
+       * src/folderview.c
+       * src/headerview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_fonts.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/wizard.c
+       * src/common/defs.h
+       * src/gtk/gtkutils.c
+               Added prefs to set custom small and bold fonts
+               (might matter on some desktops, according to
+               DPI and font settings).
+
+2007-12-18 [colin]     3.2.0cvs3
+
+       * src/prefs_logging.c
+               Rework GUI, patch by Pawel
+
+2007-12-18 [colin]     3.2.0cvs2
+
+       * src/prefs_filtering_action.c
+               Rework GUI, patch by Pawel
+
+2007-12-18 [colin]     3.2.0cvs1
+
+       * src/editaddress.c
+               Fix build on old GCC
+               Fix inverted buttons
+
+2007-12-17 [paul]      3.2.0
+
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.2.0 released
+
+2007-12-17 [paul]      3.1.0cvs79
+
+       * po/de.po
+       * po/fr.po
+       * po/hu.po
+       * po/it.po
+       * po/pt_BR.po
+               updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
+               Andrea Spadaccini, and Frederico Goncalves Guimaraes
+
+2007-12-17 [mones]     3.1.0cvs78
+
+       * po/es.po
+               Updated Spanish translation for 3.2.0 release
+
+2007-12-16 [colin]     3.1.0cvs77
+
+       * src/addrcustomattr.c
+               Fix translations, patch by Fabien
+
+2007-12-15 [paul]      3.1.0cvs76
+
+       * src/folderview.c
+               fix compiler warning
+
 2007-12-14 [colin]     3.1.0cvs75
 
        * src/folderview.c