2.5.0-rc2 released
[claws.git] / ChangeLog
index ff5282e0f9d32ae61e5b7cecf62254c282d9a55b..6a19ffff6316f3c3f470f542c7d411867d8e0a23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,207 @@
+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
+       * manual/plugins.xml
+               Document Bogofilter plugin
+
+2006-08-27 [colin]     2.4.0cvs98
+
+       * src/compose.c
+       * src/messageview.c
+       * src/procmsg.c
+       * src/procmsg.h
+               When possible, copy the queued mail to sent folder
+               instead of re-adding. Much faster on IMAP.
+
+2006-08-27 [colin]     2.4.0cvs97
+
+       * src/msgcache.c
+               Disable mmaped caches - huge metadata loss
+               here after a power failure.
+       * src/summaryview.c
+               Add quicksearch timing
+       * src/common/plugin.c
+       * src/common/plugin.h
+               Implement an interface to tell what plugins
+               provide. Prevent loading of similar plugins.
+       * 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/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/trayicon/trayicon.c
+               Implement plugin_provides()
+
+2006-08-27 [colin]     2.4.0cvs96
+
+       * configure.ac
+       * src/plugins/Makefile.am
+       * src/plugins/bogofilter/.cvsignore
+       * src/plugins/bogofilter/Makefile.am
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter.h
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               New Bogofilter plugin, provides filtering and
+               learning. Spamassassin will go to extra plugins.
+
+2006-08-26 [mones]     2.4.0cvs95
+
+       * manual/handling.xml
+               Fix subfolder path in the example (thanks to Paul) 
+
+2006-08-26 [mones]     2.4.0cvs94
+
+       * manual/glossary.xml
+               2.2. + add ISP to the glossary
+               7.5. + Add UIDL to glossary
+               7.7. + Add TCP to glossary
+       * manual/handling.xml
+               7.1. + Mentions GNU/Linux distribution, what about the non...
+               7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
+               7.3. + Mentions .bashrc, what about the non-bash ones? 
+               7.4. = Use appropriate quotation for commands
+               7.6. = change "" to <quote></quote>
+       * manual/plugins.xml
+               6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
+       * manual/starting.xml
+               2.1. + local mbox file: some examples of mbox file locations...
+               Also reformatted files requiring it
+
+2006-08-26 [wwp]       2.4.0cvs93
+
+       * src/summary_search.c
+               disable find buttons while summary search is running.
+
+2006-08-25 [colin]     2.4.0cvs92
+
+       * src/folder.c
+       * src/folderutils.c
+       * src/mh.c
+       * src/procmsg.h
+       * src/summaryview.c
+               Speed up MH moving, and add progressbar
+               for MH deletion
+       * src/msgcache.c
+               Write cache files using mmap() too
+
+2006-08-25 [wwp]       2.4.0cvs91
+
+       * src/summaryview.c
+               switch spam<->ham button when a message has been marked as spam or ham
+               and is still selected. Thanks to Colin.
+
+2006-08-25 [paul]      2.4.0cvs90
+
+       * src/Makefile.am
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/summaryview.c
+       * src/gtk/icon_legend.c
+       * src/pixmaps/copied.xpm
+       * src/pixmaps/moved.xpm
+               add icons for delayed execution marked for
+               copying, marked for moving
+
+2006-08-25 [mones]     2.4.0cvs89
+
+       * manual/glossary.xml
+               Fix the other glossary items:
+               5.1. = Inmmediate execution -> <quote>immediate execution...
+               5.2. = Fix MBOX capitalization -> Mbox
+               5.3. + Improve Plugins def. w/ tech. ref.
+               5.4. = Quotation -> replace '>' by <quote>></quote>
+               5.5. - SMTP Server. -> remove dot
+       * po/es.po
+               Updated translation
+
 2006-08-25 [mones]     2.4.0cvs88
 
        * manual/ack.xml