2007-03-04 [iwkse] 2.8.0cvs12
[claws.git] / ChangeLog
index 90cf40d9dfbcc1fbdfa1ffd6376255f2f19cfdaa..af4e08a6a3b2a5f32ce466cdb86ad9b7db10f9c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,173 @@
+2007-03-04 [iwkse]     2.8.0cvs12
+
+       * src/imap.c
+               fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
+
+2007-03-03 [colin]     2.8.0cvs11
+
+       * src/plugins/pgpinline/pgpinline.c
+               Fix off-by-one, fix double-free. Fixes
+               bug 1135, 'cm-segfault on decrypting 
+               with PGP/inline'
+
+2007-03-03 [colin]     2.8.0cvs10
+
+       * configure.ac
+       * src/main.c
+       * src/common/plugin.c
+               Fix bug 1134, 'Valgrind macros unhandled 
+               by Irix's cc'
+
+2007-03-02 [colin]     2.8.0cvs9
+
+       * src/mbox.c
+               Don't error out on EAGAIN. Fixes 
+               bug 1129, '"local mbox file" account 
+               isn't retrieving mails'
+
+2007-03-01 [wwp]       2.8.0cvs8
+
+       * src/mainwindow.c
+       * src/gtk/colorlabel.c
+               Remove accels for extra color labels until we set better
+               and definitive ones.
+
+2007-02-28 [wwp]       2.8.0cvs7
+
+       * src/mainwindow.c
+       * src/matcher_parser_parse.y
+       * src/prefs_common.c
+       * src/prefs_msg_colors.c
+       * src/procmsg.h
+       * src/gtk/colorlabel.c
+       * src/gtk/colorlabel.h
+               Add more customizable color labels. Cleaned up a bit
+               the color label API to avoid duplicate defines of
+               the max number of colors.
+
+2007-02-27 [colin]     2.8.0cvs6
+
+       * src/mainwindow.c
+       * src/common/utils.c
+       * src/common/utils.h
+               Fix '+' in mailto URIs for List-* headers
+
+2007-02-27 [colin]     2.8.0cvs5
+
+       * src/gtk/gtkutils.c
+               Use gtk_window_set_role instead of 
+               _set_wmclass
+
+2007-02-27 [colin]     2.8.0cvs4
+
+       * src/inc.c
+               Fix "After receiving new mail, go to inbox" on IMAP,
+               and make it work only on manual reception
+
+2007-02-27 [wwp]       2.8.0cvs3
+
+       * src/prefs_filtering.c
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+               Update filtering matcher's and action's color label menus
+               when re-opening those dialogs (reflect any change to the
+               color labels list in the preferences).
+
+2007-02-27 [colin]     2.8.0cvs2
+
+       * src/imap.c
+       * src/etpan/etpan-thread-manager-types.h
+       * src/etpan/etpan-thread-manager.c
+       * src/etpan/imap-thread.c
+               Log imap ALERTs as errors in the log.
+
+2007-02-26 [paul]      2.8.0cvs1
+
+       * tools/claws.i18n.status.pl
+               updated
+
+2007-02-26 [paul]      2.7.2cvs75
+
+       * po/ca.po
+       * po/cs.po
+       * po/de.po
+       * po/en_GB.po
+       * po/fi.po
+       * po/fr.po
+       * po/hu.po
+       * po/pl.po
+       * po/pt_BR.po
+       * po/sk.po
+       * po/sr.po
+       * po/zh_CN.po
+               updated by Miquel Oliete, Tim Brain, Stephan Sachse,
+               me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
+               Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
+               Aleksandar Urosevic, and Ralgh Young
+
+2007-02-25 [mones]     2.7.2cvs74
+
+       * po/es.po
+               Updated for release
+
+2007-02-25 [colin]     2.7.2cvs73
+
+       * src/main.c
+               Clearing the list is only useful
+               to prevent a valgrind false-positive
+
+2007-02-25 [paul]      2.7.2cvs72
+
+       * tools/Makefile.am
+       * tools/README
+       * tools/kmail-mailbox2claws-mail.pl  **ADDED**
+       * tools/maildir2claws-mail.pl  **REMOVED**
+               renamed the script, fixed a couple bugs
+
+2007-02-23 [colin]     2.7.2cvs71
+
+       * src/addressbook.c
+               Fix a leak, check for a few improbable nulls
+
+2007-02-23 [colin]     2.7.2cvs70
+
+       * src/main.c
+       * src/main.h
+       * src/plugins/trayicon/trayicon.c
+               Fix blinking mainwin when starting in tray
+               (show mainwindow later in the startup process,
+                apart if restarting post-crash)
+
+2007-02-23 [colin]     2.7.2cvs69
+
+       * src/folderview.c
+       * src/imap_gtk.c
+               Fix crash when unsubscribing the currently
+               selected/opened folder
+
+2007-02-23 [colin]     2.7.2cvs68
+
+       * src/compose.c
+               Fix bug that prevented colorization to
+               work without wrap quotation option
+
+2007-02-23 [colin]     2.7.2cvs67
+
+       * src/addr_compl.c
+               Fix refcounting, start and end completion who
+               behaved as if there couldn't be any other current
+               user of completion
+
+2007-02-23 [wwp]       2.7.2cvs66
+
+       * src/addressbook.c
+       * src/addrindex.c
+               Address completion fixes: fix addressbook_peek_folder_exists() in
+               which the algorithm was ridiculously over-obfuscated and broken.
+               Fix addrindex_load_completion() as well, to load addresses in
+               completion list with regards to what addressbook_peek_folder_exists()
+               returns now.
+
 2007-02-23 [wwp]       2.7.2cvs65
 
        * src/addr_compl.c