2006-09-15 [colin] 2.4.0cvs189
[claws.git] / ChangeLog
index 8ca4386b0d8a67a6ac14c3890711544f9ef242a2..91cbd91f9adcddee7b9c9967e9ad96d6319b87de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,782 @@
+2006-09-15 [colin]     2.4.0cvs189
+
+       * src/summaryview.c
+               HIG order on dialog
+
+2006-09-14 [colin]     2.4.0cvs188
+
+       * src/common/socket.c
+       * src/common/socket.h
+       * src/common/ssl.c
+       * src/common/ssl_certificate.c
+       * src/common/ssl_certificate.h
+       * src/etpan/imap-thread.c
+               the get_fqdn() call done to get canonical name when
+               checking an SSL certificate is blocking, which is
+               sad as we just did a non-blocking lookup to connect.
+               Fix that by letting the fqdn available to the SockInfo,
+               and use that in ssl_certificate_check(). For IMAP,
+               we don't do it as the lookup's done by libetpan, but
+               it's less annoying as IMAP connections as much more
+               rare than POP3 connections.
+
+2006-09-14 [paul]      2.4.0cvs187
+
+       * manual/advanced.xml
+               improvements to the English,
+               properly place the new hidden options
+               within the alphabetical order
+       * src/gtk/pluginwindow.c
+               improvements to the English
+
+2006-09-14 [colin]     2.4.0cvs186
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/gtk/gtksctree.c
+       * manual/advanced.xml
+               New hidden pref, stripes_color_offset, to change
+               the value added/substracted to normal bgcolor to
+               create the stripes in summaries
+
+2006-09-13 [colin]     2.4.0cvs185
+
+       * src/gedit-print.c
+       * src/messageview.c
+       * src/messageview.h
+       * src/summaryview.c
+       * src/textview.c
+               Fix misc. printing issues: 
+               - Bad font for linkified headers
+               - Different font if the mail was displayed or not
+               - Factorize the thing
+
+2006-09-13 [colin]     2.4.0cvs184
+
+       * src/common/ssl_certificate.c
+               Only get FQDN once when checking certificate
+
+2006-09-13 [colin]     2.4.0cvs183
+
+       * src/account.c
+       * src/gtk/pluginwindow.c
+               Misc. GUI fixes by Fabien
+
+2006-09-13 [wwp]       2.4.0cvs182
+
+       * configure.ac
+       * src/common/utils.h
+       * src/common/utils.c
+               get rid of unused wide-char functions.
+
+2006-09-13 [wwp]       2.4.0cvs181
+
+       * src/plugins/pgpinline/sylpheed.def
+       * src/textview.c
+               merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
+               add privacy_reset_error to the .def file,
+               do not fork for an external textviewer.
+
+2006-09-13 [wwp]       2.4.0cvs180
+
+       * src/prefs_common.c
+               fix broken font entry in prefs (patch issued by the gpg4win team,
+               probably by Marcus Brinkmann <marcus@g10code.de>).
+
+2006-09-13 [colin]     2.4.0cvs179
+
+       * src/folder.h
+               Fix a warning in summaryview.c
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/summaryview.h
+               Add missing Mark/* elements in the
+               main menu
+
+2006-09-12 [colin]     2.4.0cvs178
+
+       * src/prefs_actions.c
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+               Use (New) instead of New everywhere
+
+2006-09-12 [wwp]       2.4.0cvs177
+
+       * manual/fr/addrbook.xml
+       * manual/fr/handling.xml
+               updated some quotes in the fr manual to match the fr translation.
+
+2006-09-12 [wwp]       2.4.0cvs176
+
+       * src/prefs_matcher.c
+               don't store translated string elements in matcher expressions.
+               Also fixed a misused of Q_().
+
+2006-09-11 [wwp]       2.4.0cvs175
+
+       * src/plugins//bogofilter/bogofilter.c
+       * src/plugins//clamav/clamav_plugin.c
+       * src/plugins//demo/demo.c
+       * src/plugins//dillo_viewer/dillo_viewer.c
+       * src/plugins//pgpcore/plugin.c
+       * src/plugins//pgpinline/plugin.c
+       * src/plugins//pgpmime/plugin.c
+       * src/plugins//spamassassin/spamassassin.c
+               gettext-ize more strings (mostly plugin error messages).
+
+2006-09-11 [colin]     2.4.0cvs174
+
+       * src/alertpanel.c
+               Make maximum buffer size bigger to avoid
+               truncating translated messages. Patch by
+               Fabien
+
+2006-09-11 [colin]     2.4.0cvs173
+
+       * src/etpan/imap-thread.c
+               Fix compilation on OpenBSD, thanks to 
+               Landry
+
+2006-09-10 [wwp]       2.4.0cvs172
+
+       * manual/account.xml
+       * manual/addrbook.xml
+       * manual/handling.xml
+       * manual/es/handling.xml
+       * manual/fr/account.xml
+       * manual/fr/addrbook.xml
+       * manual/fr/handling.xml
+               documented addressbook matching (condition configuration):
+                 addrbook.xml, en fr
+               documented per-account filtering rules (handling/filtering
+                 section, account section):
+                 account.xml, handling.xml, en fr
+               slightly updated the handling/searching section to tell few
+                 words about the extended search ability:
+                 handling.xml, en fr
+               added missing <quote></quotes> to Quick Search:
+                 handling.xml, en fr es
+               fixed a typo (auomatically):
+                 handling.xml, en
+               changes revisited by Paul.
+
+2006-09-10 [paul]      2.4.0cvs171
+
+       * src/prefs_actions.c
+       * src/prefs_filtering.c
+       * src/prefs_template.c
+               adjustments to the gui
+               Patch by Fabien Vantard (slightly modified)
+
+2006-09-10 [colin]     2.4.0cvs170
+
+       * src/summaryview.c
+               Check folderitem/summaryview consistency
+               (basically automates Update summary). Fixes
+               #1011 (wrong (negative) count on unread 
+               messages)
+
+2006-09-10 [colin]     2.4.0cvs169
+
+       * src/gtk/gtksctree.c
+               Fix recursive expansion via mouse
+       * src/plugins/bogofilter/bogofilter.c
+               Use normal filtering way of moving
+               messages (batching), possibly fixing
+               bug #1015 (Bogofilter plugin doubles 
+               new messages)
+
+2006-09-09 [wwp]       2.4.0cvs168
+
+       * src/prefs_filtering.c
+               better place for this fix.
+
+2006-09-09 [wwp]       2.4.0cvs167
+
+       * src/prefs_filtering.c
+               fix a minor bug when the enabled status of a filtering/processing
+               rule always got set to TRUE when replacing this rule. That still
+               make sense when adding a new rule, but now when replacing, we
+               don't override the value of 'enabled'.
+               Also renamed the func prefs_filtering_list_view_get_rule_name()
+               to prefs_filtering_list_view_get_info() as this function not only
+               returns the name, but also the account_id and the enabled status.
+
+2006-09-09 [mones]     2.4.0cvs166
+
+       * manual/glossary.xml
+       * manual/plugins.xml
+               Minor format corrections
+       * manual/gpl.xml
+               Fix misplaced NO WARRANTY section
+       * manual/es/advanced.xml
+       * manual/es/faq.xml
+       * manual/es/glossary.xml
+       * manual/es/gpl.xml
+       * manual/es/handling.xml
+       * manual/es/plugins.xml
+       * manual/es/starting.xml
+               Incorporate changes from English version
+       * manual/fr/ack.xml
+       * manual/pl/ack.xml
+       * manual/es/ack.xml
+               Fix address, (add translation credits in es version)
+       * po/es.po
+               Updated translation
+
+2006-09-09 [wwp]       2.4.0cvs165
+
+       * src/prefs_filtering.c
+               fix a crash when opening filtering prefs, if matcherrc file contains
+               broken data (non-existing account id, which is theoretically not
+               possible).
+
+2006-09-08 [colin]     2.4.0cvs164
+
+       * src/folder.c
+               Wrong assert, make it an if()
+       * src/gtk/gtksctree.c
+               Fix bug #1013 (expand selected thread 
+               tree) - expanding is now recursive
+
+2006-09-07 [wwp]       2.4.0cvs163
+
+       * src/prefs_matcher.c
+               make better sentences about addressbook matching in the
+               matcher prefs. This should make translators' work easier
+               too.
+
+2006-09-07 [wwp]       2.4.0cvs162
+
+       * src/prefs_filtering.c
+               code simplification (get rid of dup var. assignment).
+
+2006-09-07 [wwp]       2.4.0cvs161
+
+       * src/summaryview.c
+               use GTK_STOCK icons when possible, patch by Fabien Vantard
+               <fzzzzz@gmail.com>.
+
+2006-09-07 [paul]      2.4.0cvs160
+
+       * src/mimeview.c
+               fix compilation warnings
+               Thanks to Colin
+
+2006-09-07 [paul]      2.4.0cvs159
+
+       * src/mimeview.c
+               select the mimepart icon when
+               displaying as text
+               Thanks to Colin
+
+2006-09-06 [paul]      2.4.0cvs158
+
+       * src/prefs_filtering.c
+               fix labels and table element spacing
+               Patch by Fabien Vantard
+
+2006-09-06 [paul]
+
+       2.5.0-rc3 released
+
+2006-09-06 [paul]      2.4.0cvs157
+
+       * manual/es/advanced.xml
+               fix typo
+
+2006-09-06 [wwp]       2.4.0cvs156
+
+       * src/mainwindow.c
+               fix an dup launch issue when iconified, thanks to Colin.
+
+2006-09-06 [wwp]       2.4.0cvs155
+
+       * src/gtk//gtksctree.h
+               oops, forgot that one!
+
+2006-09-06 [wwp]       2.4.0cvs154
+
+       * manual/pl/advanced.xml
+       * manual/advanced.xml
+       * manual/es/advanced.xml
+       * manual/fr/advanced.xml
+       * src/prefs_customheader.c
+       * src/prefs_filtering_action.c
+       * src/foldersel.c
+       * src/prefs_summaries.c
+       * src/prefs_filtering.c
+       * src/account.c
+       * src/compose.c
+       * src/prefs_summary_column.c
+       * src/addr_compl.c
+       * src/prefs_actions.c
+       * src/prefs_folder_column.c
+       * src/ssl_manager.c
+       * src/prefs_template.c
+       * src/prefs_display_header.c
+       * src/prefs_common.h
+       * src/prefs_matcher.c
+       * src/prefs_common.c
+       * src/prefs_toolbar.c
+       * src/summaryview.c
+       * src/folderview.c
+       * src/gtk/gtksctree.c
+       * src/gtk/pluginwindow.c
+       * src/gtk/progressdialog.c
+       * src/gtk/prefswindow.c
+               renamed hidden option enable_rules_hint to use_stripes_everywhere
+               to make its meaning more obvious (all versions of the manual reflect
+               the change).
+               added an extra hidden option use_stripes_in_summary to allow
+               discarding these stripes in mainwindow's folder and message lists;
+               en and fr manuals only are OK towards this.
+
+2006-09-06 [colin]     2.4.0cvs153
+
+       * src/textview.c
+               Hide Sylpheed-Claws' internal queue headers
+               when showing all headers. They'll be present
+               only in Source window.
+
+2006-09-05 [colin]     2.4.0cvs152
+
+       * src/plugins/trayicon/trayicon.c
+               Fix crash at exit - we have to disconnect
+               our handlers
+       * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
+               Update eggtrayicon - patch adapted from a
+               patch by Fryderyk Dziarmagowski <freetz@gmx.net>
+               on Sylpheed's ML
+
+2006-09-05 [colin]     2.4.0cvs151
+
+       * src/mainwindow.c
+       * src/gtk/logwindow.c
+               Fix race condition when something writes
+               to the log too soon during init. Thanks
+               to Fabien Vantard
+
+2006-09-05 [colin]     2.4.0cvs150
+
+       * src/mimeview.c
+               Don't select part on right-click either
+
+2006-09-05 [paul]      2.4.0cvs149
+
+       * src/mimeview.c
+               completion of previous commit
+               Thanks to Colin
+
+2006-09-05 [colin]     2.4.0cvs148
+
+       * src/mimeview.c
+               Don't force selection on middle-click, just open
+
+2006-09-04 [colin]     2.4.0cvs147
+
+       * src/mimeview.c
+               Looks like gtk_notebook_set_current_page()
+               sometimes steals focus, and this annoys us
+               in MimeViewers as it renders navigation
+               keys useless. Take back focus after switching
+               pages.
+
+2006-09-04 [colin]     2.4.0cvs146
+
+       * src/messageview.c
+               Set stop_loading when clicking on Next
+               during load. Don't add a callback to 
+               avoid over-complicating things.
+
+2006-09-04 [colin]     2.4.0cvs145
+
+       * src/mimeview.c
+       * src/messageview.c
+               Fix multiple loads in separate messageview
+
+2006-09-04 [colin]     2.4.0cvs144
+
+       * src/summaryview.c
+               Let navigation keys be handled during 
+               load
+
+2006-09-04 [colin]     2.4.0cvs143
+
+       * src/messageview.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/textview.h
+               Make loading of huge mails (lots of text and/or
+               images) cancellable, so the GUI doesn't block 
+
+2006-09-04 [colin]     2.4.0cvs142
+
+       * src/plugins/trayicon/trayicon.c
+               Fix annoyance when removing a folder with 
+               unread mails: trayicon didn't update
+
+2006-09-04 [paul]      2.4.0cvs141
+
+       * src/gtk/icon_legend.c
+               straighten up columns
+               Patch by Fabien Vantard
+
+2006-09-04 [wwp]       2.4.0cvs140
+
+       * src/prefs_filtering.c
+               fix new line's account name in filtering prefs:
+               was "All", is now "(New)".
+
+2006-09-04 [paul]      2.4.0cvs139
+
+       * tools/make.themes.project
+               use "AUTOMAKE_OPTIONS = dist-bzip2"
+               instead of homebrewed "make release"
+
+2006-09-03 [colin]     2.4.0cvs138
+
+       * src/folderview.c
+               Fix bug #1007 (Wrong folder highlighted)
+
+2006-09-03 [colin]     2.4.0cvs137
+
+       * src/compose.c
+               Don't set Newsgroup: header to a mail folder
+               path
+
+2006-09-03 [paul]      2.4.0cvs136
+
+       * src/prefs_other.c
+       * src/prefs_spelling.c
+               unify the gui
+
+2006-09-03 [paul]      2.4.0cvs135
+
+       * src/prefs_summaries.c
+               correct menu item text in prefs_keybind_apply_clicked()
+
+2006-09-03 [paul]      2.4.0cvs134
+
+       * manual/advanced.xml
+               some improvements to the descriptions
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/summaryview.c
+       * src/gtk/menu.c
+               fix menu sensitivity issues
+       * src/prefs_message.c
+               drop the useless word 'short'
+       * src/prefs_other.c
+               add the word 'lines' indicating log length
+               is a measure of lines
+       * src/textview.c
+               fix compilation warnings
+
+2006-09-02 [colin]     2.4.0cvs133
+
+       * src/messageview.c
+               Display a special return-receipt message
+               if the message is from the user
+       * src/summaryview.c
+               Fix missing freeze of the list when marking
+               all read and unthreading for exec. Thanks
+               to Stephan Sachse.
+
+2006-09-02 [paul]      2.4.0cvs132
+
+       * src/mainwindow.c
+       * src/prefs_message.c
+       * src/summaryview.c
+               fix some english
+
+2006-09-02 [wwp]       2.4.0cvs131
+
+       * src/prefs_filtering.c
+               added an account name column to the filtering rules
+               dialog.
+
+2006-09-02 [colin]     2.4.0cvs130
+
+       * src/gtk/logwindow.c
+       * src/gtk/logwindow.h
+               Block scrolling if we're not at the end
+               of the log
+
+2006-09-02 [colin]     2.4.0cvs129
+
+       * src/folder.c
+               Make sure account-specific rules can't
+               be used in {pre-,post-,}processing
+       * src/mainwindow.c
+       * src/gtk/logwindow.c
+       * src/gtk/logwindow.h
+               Jump to last error when clicking on the
+               warning icon
+
+2006-09-02 [colin]     2.4.0cvs128
+
+       * src/imap.c
+       * src/import.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+               Fix warning icon
+       * src/inc.c
+       * src/mbox.c
+       * src/mbox.h
+               Let proc_mbox know its account, for
+               account-specific rules
+
+2006-09-01 [colin]     2.4.0cvs127
+
+       * src/codeconv.c
+               Don't uselessly use iconv to convert from
+               us-ascii
+       * src/alertpanel.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/inc.c
+               Fix certain log cases, disable warning icon
+               for now, the correct way to display it when
+               necessary and only when necessary is probably
+               to do it manually rather than use error logs
+       * src/etpan/imap-thread.c
+               Clean up UID logging a bit
+       * src/gtk/logwindow.c
+       * src/gtk/logwindow.h
+               Make logging faster when the window's closed
+
+2006-09-01 [wwp]       2.4.0cvs126
+
+       * manual/fr/account.xml
+               reflect changes to the ref. manual (parts of cvs72):
+               fix tabnames and quotes.
+
+2006-09-01 [wwp]       2.4.0cvs125
+
+       * manual/fr/plugins.xml
+               reflect changes to the reference manual (cvs42):
+               update IRC channel info.
+
+2006-09-01 [wwp]       2.4.0cvs124
+
+       * commitHelper
+               use CVSEDITOR env. var. if set, according to `man cvs`.
+
+2006-09-01 [wwp]       2.4.0cvs123
+
+       * manual/advanced.xml
+               better sentence again (thanks to Paul).
+
+2006-09-01 [wwp]       2.4.0cvs122
+
+       * manual/advanced.xml
+       fix definition of toolbar_detachable and rework a bit the one of
+       enable_dotted_lines.
+
+2006-09-01 [mones]     2.4.0cvs121
+
+       * manual/advanced.xml
+               Document enable_dotted_lines
+
+2006-09-01 [paul]      2.4.0cvs120
+
+       * src/folderview.c
+       * src/folderview.h
+       * src/imap.c
+       * src/mainwindow.c
+       * src/summaryview.c
+               obey the 'When entering folder...' option
+               when using the /View/Go to/... menu items
+               Thanks to Colin
+
+2006-08-31 [colin]     2.4.0cvs119
+
+       * src/folderview.c
+               Revert 2.4.0cvs116, wrong fix.
+
+2006-08-31 [colin]     2.4.0cvs118
+
+       * src/gtk/gtksctree.c
+               Better state the various copyrights
+
+2006-08-31 [colin]     2.4.0cvs117
+
+       * src/prefs_common.c
+               fix enable_dotted_lines
+
+2006-08-31 [colin]     2.4.0cvs116
+
+       * src/folderview.c
+               Use pref "Always open on select" when going
+               to next unread folder
+       * src/gtk/gtksctree.c
+               Fix link failure to _gtk_clist_create_cell_layout
+               on certain computers. (Why not mine, I wonder)
+
+2006-08-31 [colin]     2.4.0cvs115
+
+       * src/procmsg.c
+       * src/textview.c
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/spamassassin/spamassassin.c
+               Requalify some "errors" to warnings
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/statusbar.c
+               Add an icon in the statusbar to notify
+               of errors
+       * src/gtk/gtksctree.c
+       * src/folderview.c
+       * src/summaryview.c
+               Make the GtkSCTree look more modern by
+               alternating background lines
+       * src/prefs_common.c
+       * src/prefs_common.h
+               Add a pref to let people have the old
+               way if they prefer
+
+
+2006-08-30 [colin]     2.4.0cvs114
+
+       * src/procmsg.c
+       * src/procmsg.h
+               Provide a way to filter a list of
+               messages in an optimised manner, and
+               add a list-filtering hook
+       * src/folder.c
+       * src/inc.c
+       * src/mbox.c
+               Use the list filtering
+       * src/plugins/bogofilter/bogofilter.c
+               Use the list-filtering hook
+               Use -b (bulk) mode for more speed
+               when learning and filtering
+       * src/etpan/imap-thread.c
+               Make log output shorter in UID SEARCH
+
+
+2006-08-30 [colin]     2.4.0cvs113
+
+       * src/plugins/bogofilter/bogofilter.c
+               Really fast mass learning - thanks to David
+               Relson for the options explanations :)
+
+2006-08-30 [colin]     2.4.0cvs112
+
+       * src/msgcache.c
+               Fix compilation on FreeBSD. Thanks
+               to Michael Hugues
+
+2006-08-29 [colin]     2.4.0cvs111
+
+       * src/folderview.c
+               Handle "popup_menu" signal (for popping the 
+               menu via the keyboard)
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/summaryview.c
+       * src/textview.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               Factorize scrolling code, and add an API 
+               for MimeViewers to handle scroll orders
+
+2006-08-29 [wwp]       2.4.0cvs110
+
+       * src/plugins//bogofilter/bogofilter.c
+       * src/plugins//spamassassin/spamassassin.c
+               make the bogofilter/spamassassin filtering error dialogs at
+        incorporation obey to the "don't popup error dialog on
+        receive error" option. If disabled, feed the log window w/
+        the error message.
+
+2006-08-29 [paul]
+
+       2.5.0-rc2 released
+
+2006-08-29 [paul]      2.4.0cvs109
+
+       * Makefile.am
+               remove 'make release', it's not needed
+               since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
+
+2006-08-29 [paul]      2.4.0cvs108
+
+       * src/foldersel.c
+       * src/summary_search.c
+       * src/gtk/progressdialog.c
+       * src/plugins/pgpcore/passphrase.c
+               replace deprecated gtk_window_set_policy()
+
+2006-08-29 [colin]     2.4.0cvs107
+
+       * src/folder.c
+               Fix data loss when copy fails during a move:
+               only use fast remove_msgs if everything was
+               copied OK; else use slow remove_msg on the
+               mails that got copied only.
+
+2006-08-28 [paul]      2.4.0cvs106
+
+       * src/mh.c
+               revert change in 2.4.0cvs104, it breaks
+               stuff
+
+2006-08-28 [paul]      2.4.0cvs105
+
+       * src/plugins/spamassassin/spamassassin.c
+               english fix
+
+2006-08-28 [paul]      2.4.0cvs104
+
+       * src/mh.c
+               fix data loss when moving to another
+               mailbox fails
+       * src/prefs_spelling.c
+               improve the english
+       * src/gtk/pluginwindow.c
+               improve the layout of the dialog text
+       All thanks to Colin
+
+2006-08-28 [paul]      2.4.0cvs103
+
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               fix english up a bit, innit
+
+2006-08-28 [paul]      2.4.0cvs102
+
+       * configure.ac
+       * po/Makefile.in.in
+       * po/Makevars
+               require autoconf 2.60, enabling building
+               with gettext 0.15 (gettext 0.14.x build still
+               possible). Replace Makefiles with versions
+               from gettext 0.15.
+               Remove configure options --with-localedir and
+               --with-mandir. The options that are provided
+               directly by autoconf 2.60 can be used instead:
+               --mandir --localedir
+
+2006-08-27 [colin]     2.4.0cvs101
+
+       * src/plugins/bogofilter/Makefile.am
+               Fix make dist (no README)
+
+2006-08-27 [colin]     2.4.0cvs100
+
+       * src/folder.c
+               Don't use F_UNKNOWN folders for any default
+               outbox/trash/etc
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter.h
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               Add an option to specify the path to bogofilter
+               Use single-quotes to be able to learn in folders
+               with spaces in their names
+               Verify learning status
+
 2006-08-27 [colin]     2.4.0cvs99
 
        * manual/faq.xml