2006-09-27 [colin] 2.5.2cvs10
[claws.git] / ChangeLog
index b0049e6bc99dc257285819a7babe585c9ec8b626..e15ccb5913737f81bf60be74e5920865b1db0002 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,783 @@
+2006-09-27 [colin]     2.5.2cvs10
+
+       * src/addressbook.c
+               Remove useless printf
+
+2006-09-27 [wwp]       2.5.2cvs9
+
+       * src/editgroup.c
+       * src/send_message.c
+       * src/inc.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/gtk/progressdialog.c
+               remember more windows' sizes (send dialog, received dialog,
+               edit group in addressbook).
+
+2006-09-27 [colin]     2.5.2cvs8
+
+       * configure.ac
+       * src/main.c
+       * src/mainwindow.h
+               Use libSM to communicate with the session
+               manager, so that we can know when the 
+               session ends, save our caches, and draft
+               our compose windows.
+
+2006-09-27 [colin]     2.5.2cvs7
+
+       * src/addressbook.c
+               Fix issues:
+               o Allow Book and Group creation from the tree's
+                 contextual menu
+               o Do not actually delete the contacts when 
+                 deleting groups from the tree (duh!)
+
+2006-09-27 [colin]     2.5.2cvs6
+
+       * src/compose.c
+       * src/compose.h
+       * src/mainwindow.c
+       * src/textview.c
+       * src/toolbar.c
+               o Allow passing an email address to 
+                 compose_new_with_folderitem
+               o Update callers
+               o Use current folderitem when clicking
+                 on a TextView mailto: link
+               o Fix a possible leak in TextView
+
+2006-09-27 [colin]     2.5.2cvs5
+
+       * src/html.c
+               Use UTF-8 chars to replace HTML entities
+
+2006-09-27 [colin]     2.5.2cvs4
+
+       * AUTHORS
+       * src/prefs_account.c
+       * src/gtk/authors.h
+               Fix bug #1024 (Array index out of
+               range in sylpheed-claws-2.5.2)
+               Patch by Ales Nosek <anosek@suse.cz>
+
+2006-09-27 [colin]     2.5.2cvs3
+
+       * src/addr_compl.c
+               Actually do the test
+
+2006-09-27 [colin]     2.5.2cvs2
+
+       * src/addr_compl.c
+       * src/addr_compl.h
+               Allow completing with comma (in certain cases: vCalendar
+               for example doesn't support that)
+               Patch by Fabien Vantard
+
+2006-09-26 [colin]     2.5.2cvs1
+
+       * src/Makefile.am
+       * src/addr_compl.c
+       * src/addr_compl.h
+       * src/addrbook.c
+       * src/addrbook.h
+       * src/addressbook.c
+       * src/addrindex.c
+       * src/addrindex.h
+       * src/compose.c
+       * src/prefs_common.c
+       * src/prefs_filtering_action.c
+       * src/prefs_folder_item.c
+       * src/prefs_template.c
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/pixmaps/addr_one.xpm
+       * src/pixmaps/addr_two.xpm
+               Add auto-completion on groups
+
+2006-09-26 [colin]     2.5.2
+
+       * NEWS
+       * README
+       * RELEASE_NOTES
+               2.5.2 released
+
+2006-09-26 [colin]     2.5.1cvs5
+
+       * src/matcher.c
+               Fix condition
+
+2006-09-26 [colin]     2.5.1cvs4
+
+       * src/mbox.c
+               Revert cvs1 (useless as the message is printed 
+               every 500 mails)
+
+2006-09-26 [colin]     2.5.1cvs3
+
+       * src/partial_download.c
+               Fix crasher found by Alexsandar Urosevic
+
+2006-09-26 [colin]     2.5.1cvs2
+
+       * src/summaryview.c
+               Fix bug #1023 (Sylpheed deletes too much messages)
+
+2006-09-26 [ticho]     2.5.1cvs1
+
+       * src/mbox.c
+               Make use of gettext's multiple plurals for statusbar
+               progress message.
+
+2006-09-25 [paul]      2.5.1
+
+       * NEWS
+       * README
+       * RELEASE_NOTES
+               2.5.1 released
+
+2006-09-25 [colin]     2.5.0cvs3
+
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/spamassassin/spamassassin.c
+               BogoFilter, Spamassassin: Fix double hook registering after
+               visiting preferences
+               Spamassassin, Clamav: Just set the mails to move instead of
+               doing the move - caller will move the things at once.
+
+2006-09-25 [colin]     2.5.0cvs2
+
+       * src/imap.c
+       * src/etpan/imap-thread.c
+               Use UID SEARCH ALL instead of UID 1:*
+               (braindead servers can't figure out that's
+               the same...)
+
+2006-09-25 [wwp]       2.5.0cvs1
+
+       * src/message_search.c
+               Added the ability to stop a running search (in message body).
+
+2006-09-25 [paul]      2.5.0
+
+       * NEWS
+       * README
+       * RELEASE_NOTES
+               2.5.0 released
+
+2006-09-25 [paul]      2.4.0cvs214
+
+       * po/cs.po
+       * po/de.po
+       * po/fi.po
+       * po/fr.po
+       * po/nl.po
+       * po/pt_BR.po
+       * po/sk.po
+       * po/sr.po
+       * po/zh_CN.po
+               updated by Tim, Stephan Sachse, Flammie Pirinen,
+               Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
+               Ticho, Aleksander Urosevic, Ralgh Young
+
+2006-09-24 [mones]     2.4.0cvs213
+
+       * po/es.po
+               Updated for release
+
+2006-09-23 [colin]     2.4.0cvs212
+
+       * src/gtk/inputdialog.c
+               Fix [ ] remember this appearing in normal
+               input dialogs after it's been used by
+               mimeview.
+       * src/folder.c
+       * src/folderview.c
+       * src/msgcache.c
+       * src/procmsg.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/common/timing.h
+               Enable timings in debug mode and make it
+               look prettier.
+
+2006-09-22 [colin]     2.4.0cvs211
+
+       * README
+               Revert test change
+       * commitHelper
+               ping the correct URI
+
+2006-09-22 [colin]     2.4.0cvs210
+
+       * README
+               Let's see if bug #1022 is fixed
+
+2006-09-21 [colin]     2.4.0cvs209
+
+       * src/wizard.c
+       * src/common/plugin.c
+               Prepare infra to load predefined plugins when
+               no configuration existed. Don't actually load
+               anything yet (feat. freeze)
+
+2006-09-21 [wwp]       2.4.0cvs208
+
+       * manual/fr/faq.xml
+               Partial sync w/ 2.4.0cvs72:
+               wrap file and minor updates.
+
+2006-09-21 [wwp]       2.4.0cvs207
+
+       * tools/fix_date.sh
+               several fixes and enhancements. A new --force switch has been
+               added to prevent overriding by default Date: header when
+               already existing.
+
+2006-09-21 [paul]      2.4.0cvs206
+
+       * src/common/utils.c
+               add Chinese UTF8 Re prefix
+
+2006-09-21 [wwp]       2.4.0cvs205
+
+       * tools/Makefile.am
+               Fics alfabettical order.
+
+2006-09-21 [wwp]       2.4.0cvs204
+
+       * tools/fix_date.sh
+       * tools/Makefile.am
+               Added an action tool to fix missing Date field in emails.
+               Updated Makefile.am to reflect those last two additions.
+
+2006-09-21 [wwp]       2.4.0cvs203
+
+       * tools/uuooffice
+               Added a action tool to open uuencoded docs w/
+               OpenOffice (based on uudec method).
+
+2006-09-21 [colin]     2.4.0cvs202
+
+       * src/compose.c
+       * src/textview.c
+               Workaround possible GTK crash: remove selection 
+               clipboard before destroying widget, or GTK+-2.10
+               dies. Thanks to Hiro.
+
+2006-09-20 [colin]     2.4.0cvs201
+
+       * src/compose.c
+               Fix free-after-use in some cases (when 
+               procmime_encode_content() frees mimeinfo->data.mem
+               and turns it to a temp file)
+
+2006-09-20 [colin]     2.4.0cvs200
+
+       * src/folderview.c
+       * src/summaryview.c
+       * src/gtk/gtksctree.c
+       * src/gtk/gtksctree.h
+               Add tooltips in the folderview and summaryview
+               (Doesn't break string freeze as they already
+               exist)
+       * src/toolbar.c
+               Put the spam button in the default configuration
+               if compiled with bogo plugin too
+
+2006-09-19 [colin]     2.4.0cvs199
+
+       * src/summaryview.c
+       * src/summaryview.h
+               Update folder name label on folder rename
+       * src/prefs_matcher.c
+       * src/gtk/logwindow.h
+               Fix warnings
+               Patches by Fabien
+
+2006-09-19 [wwp]       2.4.0cvs198
+
+       * src/summary_search.c
+               fix can't click forward/backward buttons in the
+               search messages.
+
+2006-09-18 [paul]      2.4.0cvs197
+
+       * src/wizard.c
+               add missing bracket, capitalise the A of
+               'SpamAssassin'
+
+2006-09-18 [paul]      2.4.0cvs196
+
+       * src/compose.c
+               fix bug 1012 'crashed upon sending mail
+               from compose window'
+               Thanks to Colin
+
+2006-09-16 [colin]     2.4.0cvs195
+
+       * src/folderview.c
+               Fix "real-time" sorting by freezing/thawing
+
+2006-09-16 [colin]     2.4.0cvs194
+
+       * manual/faq.xml
+               Fix the anti-spam entry a bit
+
+2006-09-16 [colin]     2.4.0cvs193
+
+       * src/wizard.c
+               Make sure reviewers have no excuse when stating
+               Sylpheed-Claws doesn't have antispam capabilities.
+
+2006-09-16 [colin]     2.4.0cvs192
+
+       * src/main.c
+               Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
+               as if the SIGPIPE comes from etpan's thread we could
+               trigger a GUI update from this thread.
+
+2006-09-16 [colin]     2.4.0cvs191
+
+       * src/summaryview.c
+               Init all members of the struct
+
+2006-09-16 [paul]      2.4.0cvs190
+
+       * src/account.c
+               improvements to the English
+
+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