2006-09-27 [wwp] 2.5.2cvs9
[claws.git] / ChangeLog
index 89704572032073dd551b4de43b4be57a9111a2d1..9be8d87b0e7e6bb8c6cf52c1002993cfea55626c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,186 @@
+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