2007-07-10 [colin] 2.10.0cvs13
[claws.git] / ChangeLog
index fadbf70135039a57dc7dbb3bd21ccc3a577292f0..08d5e7ff9df757b586bc7f32f1e8fe6a614a063d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,493 @@
+2007-07-10 [colin]     2.10.0cvs13
+
+       * src/editaddress.c
+       * src/editaddress_other_attributes_ldap.h
+       * src/ldapupdate.c
+               Fix --disable-ldap build
+
+2007-07-09 [colin]     2.10.0cvs12
+
+       * src/Makefile.am
+       * src/addritem.c
+       * src/addritem.h
+       * src/editaddress.c
+       * src/editaddress_other_attributes_ldap.c
+       * src/editaddress_other_attributes_ldap.h
+       * src/editldap.c
+       * src/ldapctrl.c
+       * src/ldapctrl.h
+       * src/ldapupdate.c
+               Add capability to edit all inetOrgPerson
+               attributes on LDAP. Patch by Michael 
+               Rasmussen
+
+2007-07-09 [colin]     2.10.0cvs11
+
+       * src/Makefile.am
+       * src/exporthtml.c
+       * src/mbox.c
+       * src/msgcache.c
+       * src/prefs_summaries.c
+       * src/prefs_themes.c
+       * src/procheader.c
+       * src/common/Makefile.am
+       * src/common/log.c
+       * src/common/timing.h
+       * src/common/utils.c
+       * src/common/utils.h
+       * src/common/w32_account.c
+       * src/common/w32lib.h
+       * src/gtk/Makefile.am
+       * src/gtk/colorlabel.c
+       * src/plugins/pgpcore/Makefile.am
+       * src/plugins/pgpcore/claws.def
+       * src/plugins/pgpcore/passphrase.c
+       * src/plugins/pgpcore/pgp_viewer.c
+       * src/plugins/pgpcore/plugin.def
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpinline/Makefile.am
+       * src/plugins/pgpinline/claws.def
+       * src/plugins/pgpinline/mypgpcore.def
+       * src/plugins/pgpinline/plugin.def
+       * src/plugins/pgpmime/Makefile.am
+       * src/plugins/pgpmime/claws.def
+       * src/plugins/pgpmime/mypgpcore.def
+       * src/plugins/pgpmime/plugin.def
+               Commit win32 patch, from Werner Koch and
+               Marcus Brinkmann
+
+2007-07-09 [colin]     2.10.0cvs10
+
+       * src/prefs_toolbar.c
+               Fix crash when no actions exist
+
+2007-07-07 [paul]      2.10.0cvs9
+
+       * COPYING
+       * manual/claws-mail-manual.xml
+               update copyright year
+       * po/fi.po
+               updated by Flammie Pirinen
+
+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