2007-07-05 [wwp] 2.10.0cvs8
[claws.git] / ChangeLog
index be9f09a5c23922658b6e4c85d9274dd700c2fafe..8d2732cb3f0ecfe29002244a631179c59c62aca7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,614 @@
+2007-07-05 [wwp]       2.10.0cvs8
+
+       * src/plugins/clamav/clamav_plugin_gtk.c
+               Make vertical spacing like in other plugin prefs pages.
+
+2007-07-05 [wwp]       2.10.0cvs7
+
+       * src/quote_fmt.c
+               It's %am that works, not %ae (this doc incoherence has been
+               introduced with 2.9.2cvs13).
+
+2007-07-04 [wwp]       2.10.0cvs6
+
+       * src/plugins/bogofilter/bogofilter.c
+               Gettext-ize an occurrence of "Any" that wasn't.
+
+2007-07-04 [colin]     2.10.0cvs5
+
+       * po/POTFILES.in
+               Fix untranslated strings; thanks
+               to Pader Rezso.
+
+2007-07-03 [colin]     2.10.0cvs4
+
+       * src/folder.c
+       * src/mainwindow.c
+               Fix saving of sort mode for tags and
+               thread date. Thanks to Pierre Ossman.
+               Completes fix for bug 1233
+
+2007-07-03 [paul]      2.10.0cvs3
+
+       * src/compose.c
+               fix auto-save
+       * src/summaryview.c
+               fix build warnings
+       Thanks to Colin
+
+2007-07-02 [colin]     2.10.0cvs2
+
+       * src/folder.h
+       * src/mainwindow.c
+       * src/procmsg.h
+       * src/summaryview.c
+               Add View/Sort/by Thread date
+               Fixes bug 1233, 'Capability to sort 
+               threads by most recent message'
+               Based on a patch by Paul Rolland
+
+2007-07-02 [colin]     2.10.0cvs1
+
+       * src/Makefile.am
+       * src/compose.c
+       * src/edittags.c
+       * src/edittags.h
+       * src/filtering.c
+       * src/folder.c
+       * src/folder.h
+       * src/headerview.c
+       * src/headerview.h
+       * src/main.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/manual.h
+       * src/matcher.c
+       * src/matcher.h
+       * src/matcher_parser_parse.y
+       * src/mimeview.c
+       * src/msgcache.c
+       * src/msgcache.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+       * src/prefs_summary_column.c
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/quote_fmt.c
+       * src/quote_fmt_lex.l
+       * src/quote_fmt_parse.y
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/textview.c
+       * src/common/Makefile.am
+       * src/common/defs.h
+       * src/common/tags.c
+       * src/common/tags.h
+       * src/gtk/quicksearch.c
+       * src/gtk/quicksearch.h
+               Add Tags implementation. Tags are arbitrary labels
+               that can be applied to messages. It is possible 
+               to create, edit, remove tags; apply them to mails;
+               filter on tags or tag presence; apply or unset
+               tags via filtering actions; reference tags in
+               reply templates.
+
+2007-07-02 [paul]      2.10.0
+
+       * NEWS
+       * README
+       * RELEASE_NOTES
+               2.10.0 released
+
+2007-07-02 [paul]      2.9.2cvs78
+
+       * po/de.po
+       * po/en_GB.po
+       * po/es.po
+       * po/fr.po
+       * po/hu.po
+       * po/pt_BR.po
+       * po/ru.po
+       * po/zh_CN.po
+               updated by Stephan Sachse, me, Ricardo Mones
+               Lastra, Fabien Vantard, Pader Rezso, Frederico
+               Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
+
+2007-07-02 [paul]      2.9.2cvs77
+
+       * AUTHORS
+               updated
+
+2007-06-29 [wwp]       2.9.2cvs76
+
+       * src/gtk/headers.h
+               Fix a typo (thanks to Ricardo for finding this out).
+
+2007-06-28 [paul]      2.9.2cvs75
+
+       * src/folderview.c
+               fix build warnings
+
+2007-06-28 [paul]      2.9.2cvs74
+
+       * tools/Makefile.am
+               fix bug in the autotools build system.
+               Files cataloged under EXTRA_DIST were never
+               automatically copied to the build tree.
+               (fix 'make distcheck')
+               Patch by Michael Rasmussen.
+
+2007-06-24 [colin]     2.9.2cvs73
+
+       * src/news_gtk.c
+               Fix bug 1249, 'Error handling for 
+               news errors needs modification'
+               Only popup error if the according
+               pref in Prefs/Receive is set.
+
+2007-06-21 [colin]     2.9.2cvs72
+
+       * src/common/plugin.c
+       * src/common/plugin.h
+               Change plugin API to know whether it's safe to 
+               unload plugins or whether we should just hide
+               them. Fixes bug 1248, 'Core dumps after 
+               unloading plugin and clicking on load plugins'
+       * 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
+       * src/plugins/trayicon/trayicon.c
+               Update API
+
+2007-06-19 [colin]     2.9.2cvs71
+
+       * src/compose.c
+       * src/messageview.c
+               Fix crash mentioned in bug 1246
+               Race condition when automatically drafting
+               due to insertion on reedit.
+
+2007-06-18 [wwp]       2.9.2cvs70
+
+       * src/importldif.c
+               LDIF import: use a "Proceed" button to complete
+               the process.
+
+2007-06-18 [paul]      2.9.2cvs69
+
+       * configure.ac
+               use pkgconfig to check for gtk and glib
+
+2007-06-17 [wwp]       2.9.2cvs68
+
+       * src/ldif.c
+       * src/importldif.c
+               LDIF import: better error handling, minor code
+               and UI cleanup, and renamed the Save button
+               to Close, as imported stuff is already saved
+               when the Save button is shown.
+
+2007-06-17 [colin]     2.9.2cvs67
+
+       * src/prefs_summaries.c
+       * src/procmsg.c
+               Don't set as read when forwarded, only replied to
+
+2007-06-17 [paul]      2.9.2cvs66
+
+       * src/alertpanel.c
+               add missing #include
+
+2007-06-16 [colin]     2.9.2cvs65
+
+       * src/prefs_summaries.c
+       * src/procmsg.c
+               Change the pref "Only mark as read when opened
+               in new window" to "..., replied to or forwarded".
+               Based on a patch by Paul Rolland.
+
+2007-06-16 [paul]      2.9.2cvs64
+
+       * src/gtk/authors.h
+               alphabetical order! :)
+
+2007-06-16 [colin]     2.9.2cvs63
+
+       * AUTHORS
+       * src/gtk/authors.h
+               Add Michael Rasmussen in authors list
+
+2007-06-16 [colin]     2.9.2cvs62
+
+       * src/messageview.c
+               Fix messageview_copy_clipboard to take advantage
+               of plugins' get_selection.
+
+2007-06-15 [colin]     2.9.2cvs61
+
+       * src/action.c
+       * src/addr_compl.c
+       * src/addressbook.c
+       * src/folderview.c
+       * src/message_search.c
+       * src/mimeview.c
+       * src/summary_search.c
+       * src/summaryview.c
+       * src/textview.c
+               Allow GDK_KP_Enter to do the same as GDK_Return
+               Patch by Michael Rasmussen
+
+2007-06-15 [paul]      2.9.2cvs60
+
+       * src/compose.c
+               fix bug when closing a compose window
+               during autosave
+
+2007-06-14 [paul]      2.9.2cvs59
+
+       * src/main.c
+       * src/common/defs.h
+               migrate sylpheed config
+
+2007-06-14 [wwp]       2.9.2cvs58
+
+       * src/gtk/pluginwindow.c
+               Yet another attempt to fix sizing/alignment of the
+               button bar in plugins window.
+
+2007-06-12 [colin]     2.9.2cvs57
+
+       * po/POTFILES.in
+       * src/Makefile.am
+       * src/folderview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_summaries.c
+       * src/prefs_summary_open.c
+       * src/prefs_summary_open.h
+       * src/summaryview.c
+               Make "when entering a folder" actions more personalisable
+
+2007-06-12 [wwp]       2.9.2cvs56
+
+       * tools/README
+               Use short description from Paul (mairix.sh).
+
+2007-06-12 [wwp]       2.9.2cvs55
+
+       * tools/README
+               Updated info about mairix.sh.
+
+2007-06-11 [paul]      2.9.2cvs54
+
+       * src/prefs_logging.c
+               rework log window length widgets
+               and some sensitivity fixes
+
+2007-06-11 [paul]      2.9.2cvs53
+
+       * src/mainwindow.c
+       * src/prefs_logging.c
+               rename 'Protocol Log' to 'Network Log'
+               and some function renaming
+
+2007-06-10 [wwp]       2.9.2cvs52
+
+       * src/gtk/pluginwindow.c
+               Revert 2.9.2cvs51.
+
+2007-06-10 [wwp]       2.9.2cvs51
+
+       * src/gtk/pluginwindow.c
+               Fix button bar in plugin window, was centered and not
+               behaving like other dialogs w/ such button bar.
+
+2007-06-08 [wwp]       2.9.2cvs50
+
+       * src/compose.c
+       * src/compose.h
+       * src/main.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+               Provide a way out of automatic draft saving on IMAP, when
+               exiting offline.
+               Prevent drafting while sending and quitting while sending.
+               Thanks for Colin.
+
+
+
+2007-06-08 [wwp]       2.9.2cvs49
+
+       * src/prefs_account.c
+       * src/gtk/prefswindow.c
+       * src/gtk/prefswindow.h
+               Activate the Basic page when opening account prefs.
+
+2007-06-08 [wwp]       2.9.2cvs48
+
+       * src/common/socket.c
+               Don't crash if fork() fails, thanks to Colin.
+
+2007-06-08 [wwp]       2.9.2cvs47
+
+       * src/gtk/prefswindow.c
+               Wrap some long lines, and reset horizontal scroller's adjusment
+               (this was already done, vertically), when changing tab (not page)
+               in prefs windows.
+
+2007-06-08 [paul]      2.9.2cvs46
+
+       * src/common/utils.c
+               use gethostname() instead of uname()
+               based on a patch by Michael Hughes
+               <Sylpheed-Claws_user@thehugheslogcabin.net>
+
+2007-06-07 [wwp]       2.9.2cvs45
+
+       * src/prefs_common.c
+               Fix some useless warnings, thanks to Colin.
+
+2007-06-06 [colin]     2.9.2cvs44
+
+       * src/ldapupdate.c
+               Fix strange allocations. 
+
+2007-06-06 [colin]     2.9.2cvs43
+
+       * src/ldapupdate.c
+               Patch by Michael Rasmussus to help
+               bug 1232
+
+2007-06-05 [wwp]       2.9.2cvs42
+
+       * src/prefs_account.c
+       * src/prefs_folder_item.c
+       * src/prefs_quote.c
+       * src/quote_fmt.c
+       * src/quote_fmt.h
+               Per-folder templates can now be applied recursively.
+               Always save per-folder templates (formats were erroneously
+               saved only if they were enabled).
+               Check for validity of quotation marks everywhere there
+               are defined.
+
+2007-06-05 [wwp]       2.9.2cvs41
+
+       * src/inc.c
+               Fix incoming messages from local accounts always getting filtered
+               (even if the account prefs say don't), thanks to Colin.
+
+2007-06-05 [wwp]       2.9.2cvs40
+
+       * src/compose.c
+       * src/compose.h
+               Use per-folder/per-account quote chars when applying a
+               template or inserting text as well. Const'ify some
+               vars more.
+
+2007-06-04 [colin]     2.9.2cvs39
+
+       * src/compose.c
+               More work for wwp :)
+
+2007-06-04 [wwp]       2.9.2cvs38
+
+       * src/compose.c
+               Same as 2.9.2cvs36 but for forwarding.
+
+2007-06-04 [colin]     2.9.2cvs37
+
+       * src/compose.c
+               Use original mail file for forward/redirect
+               Fixes some forwarded mails to be attached as
+               application/octet-stream (when they have binary
+               parts), and incidentally fixes bug 848
+               'Redirect breaks GnuPG'
+
+2007-06-04 [wwp]       2.9.2cvs36
+
+       * src/compose.c
+               Fix quote mark mis-initialisation when replying/forwarding
+               (introduced w/ 2.9.2cvs20).
+
+2007-06-04 [wwp]       2.9.2cvs35
+
+       * src/prefs_compose_writing.c
+       * src/prefs_quote.c
+               Fix a bug where Quotation characters (prefs/compose/writing)
+               was cleared (introduced w/ 2.9.2cvs26).
+
+2007-06-04 [wwp]       2.9.2cvs34
+
+       * src/prefs_account.c
+       * src/prefs_account.h
+               Better fix for compiling w/o aspell (rollbacks
+               2.9.2cvs31).
+
+2007-06-04 [wwp]       2.9.2cvs33
+
+       * src/account.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/procmsg.c
+               It's now possible to disable mail filtering plugins
+               on a per-account basis.
+
+2007-06-04 [wwp]       2.9.2cvs32
+
+       * src/procheader.c
+       * src/common/utils.c
+       * src/common/utils.h
+               Support CRLF in headers part of messages.
+               Support few more date formats (RFC3339 subsets).
+
+2007-06-04 [wwp]       2.9.2cvs31
+
+       * src/prefs_account.c
+               Fix compiling w/o aspell support.
+
+2007-06-03 [wwp]       2.9.2cvs30
+
+       * src/prefs_gtk.c
+               Don't decode leading ENV_ and ~ in P_PASSWORD
+               values.
+
+2007-06-03 [wwp]       2.9.2cvs29
+
+       * src/prefs_gtk.c
+               Don't decode leading ENV_ and ~ in P_PASSWORD
+               values.
+
+2007-06-03 [wwp]       2.9.2cvs28
+
+       * src/prefs_account.c
+       * src/gtk/prefswindow.c
+       * src/gtk/prefswindow.h
+               Added a way to force preloading of all pages
+               (prefswindow).
+               Moved tabs to pages in account prefs.
+
+2007-06-02 [colin]     2.9.2cvs27
+
+       * src/addressbook.c
+               Fix possible crash, fix ldap write bugs
+       * src/ldapupdate.c
+               Fix ldap write bugs - patch by Michael
+               Rasmussen
+       * src/alertpanel.c
+       * src/alertpanel.h
+               Add a hook whenever alertpanel opens/closes
+
+2007-05-31 [wwp]       2.9.2cvs26
+
+       * src/prefs_compose_writing.c
+       * src/prefs_quote.c
+               Re-organized writing options a bit:
+                - renamed the Quoting page to Templates
+                - moved all composing templates to that page
+                - moved non-templates options to the Writing one,
+                  grouped reply-related options, reordered reply and
+                  forward options.
+
+2007-05-31 [wwp]       2.9.2cvs25
+
+       * src/compose.c
+               Removed unused code.
+
+2007-05-31 [colin]     2.9.2cvs24
+
+       * src/addressbook.c
+               Fix missing display name when modifying
+               LDAP. Patch by Michael Rasmussen
+
+2007-05-31 [wwp]       2.9.2cvs23
+
+       * src/plugins/bogofilter/Makefile.am
+       * src/plugins/clamav/Makefile.am
+       * src/plugins/demo/Makefile.am
+       * src/plugins/dillo_viewer/Makefile.am
+       * src/plugins/spamassassin/Makefile.am
+               Fix building of those plugins in Mac OS X.
+
+2007-05-30 [wwp]       2.9.2cvs22
+
+       * src/gtk/quicksearch.c
+               Fix missing initialization.
+
+2007-05-30 [wwp]       2.9.2cvs21
+
+       * src/procheader.c
+               Revert accidental commit (debug outputs).
+
+2007-05-30 [wwp]       2.9.2cvs20
+
+       * src/compose.c
+       * src/folder_item_prefs.c
+       * src/folder_item_prefs.h
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/prefs_folder_item.c
+       * src/prefs_gtk.c
+       * src/prefs_gtk.h
+               Implemented per-account and per-folder
+               compose/reply/forward formats.
+
+2007-05-30 [wwp]       2.9.2cvs19
+
+       * src/prefs_compose_writing.c
+       * src/prefs_quote.c
+       * src/procheader.c
+       * src/quote_fmt.c
+       * src/quote_fmt.h
+               Internal API changes (factorize quote format
+               prefs and checks).
+
+2007-05-30 [colin]     2.9.2cvs18
+
+       * src/compose.c
+               Fix race where it's possible to re-click Send
+               between end of SMTP session and end of "move to
+               sent folder" when sending an email with send
+               dialog enabled.
+
+2007-05-30 [colin]     2.9.2cvs17
+
+       * src/crash.c
+               Ask for backtrace on all threads. Patch by
+               Pawel
+       * src/folderview.c
+               Fix stale news statusbar when scanning fails.
+               Patch by Pawel
+       * src/ldapupdate.c
+               Fix some LDAP write updates bugs. Patch
+               by Michael Rasmussen
+
+2007-05-29 [colin]     2.9.2cvs16
+
+       * src/imap.c
+               Fix loss of local flags when moving mails
+               on IMAP in high-bandwidth mode (UID FETCH)
+
+2007-05-25 [paul]      2.9.2cvs15
+
+       * src/common/socket.c
+               fix sometimes crasher on cancelling
+               message sending
+
+2007-05-25 [colin]     2.9.2cvs14
+
+       * src/imap.c
+               Fix a memory leak
+       * src/imap_gtk.c
+               Be more helpful in the subscription
+               message
+
+2007-05-23 [wwp]       2.9.2cvs13
+
+       * src/compose.c
+       * src/prefs_compose_writing.c
+       * src/prefs_quote.c
+       * src/prefs_template.c
+       * src/prefs_template.h
+       * src/quote_fmt.c
+       * src/quote_fmt.h
+       * src/quote_fmt_lex.l
+       * src/quote_fmt_parse.y
+               Introduced new syntax elements (symbols and commands)
+               in templates/quote_fmt. Compatibility w/ old
+               symbols is kept.
+               Updated and reworked the corresponding Information
+               dialog.
+               Display the line number in dialogs that talk about
+               parser errors (in addition to the error message in
+               output).
+
 2007-05-23 [wwp]       2.9.2cvs12
 
        * src/quote_fmt_parse.y