2.4.0 unleashed
[claws.git] / ChangeLog
index 24b938ebf65bacc716295003ed921232b39c0998..d2843f61486c9e85130d38d9f319b11153db3421 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,149 @@
+2006-07-31 [paul]      2.4.0
+
+       2.4.0 released
+
+2006-07-31 [paul]      2.3.1cvs91
+
+       * po/ca.po
+               updated by Miquel Oliete
+
+2006-07-31 [paul]      2.3.1cvs90
+
+       * po/de.po
+       * po/el.po
+       * po/fr.po
+       * po/it.po
+       * po/pl.po
+       * po/pt_BR.po
+       * po/sr.po
+       * po/zh_CN.po
+               updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
+               Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
+               Aleksandar Urosevic, and Ralgh Young
+
+2006-07-31 [paul]      2.3.1cvs89
+
+       * src/account.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+               Fix a race condition when, after an SC crash, rescanning
+               folders took more than 0.5 seconds
+               Thanks to Colin
+
+2006-07-31 [paul]      2.3.1cvs88
+
+       * src/folderview.c
+               don't translate separator strings
+
+2006-07-30 [mones]     2.3.1cvs87
+
+       * doc/man/sylpheed-claws.1
+               Fixed non-ASCII chars in Hoa's name
+       * po/es.po
+               Updated for release
+
+2006-07-27 [colin]     2.3.1cvs86
+
+       * src/textview.c
+               Don't include the leading \n in links
+               Patch by Fabien
+
+2006-07-25 [colin]     2.3.1cvs85
+
+       * src/mainwindow.c
+       * src/common/socket.h
+       * src/etpan/imap-thread.c
+               Refresh resolvers before connecting
+               to IMAP servers, and after switching
+               to online. Thanks to Paul.
+
+2006-07-18 [colin]
+
+       * 2.4.0-rc4 released
+
+2006-07-17 [colin]     2.3.1cvs84
+
+       * src/inc.c
+               Show connection attempt in statusbar before
+               connecting (previously first message was
+               "Retrieving messages from ..." after the
+               connection succeeded.
+
+2006-07-16 [wwp]       2.3.1cvs83
+
+       * sylpheed-claws.ico
+               Added .ico file (windows multi-size icon file, generated).
+
+2006-07-12 [wwp]       2.3.1cvs82
+
+       * src/messageview.c
+               remove Message/Re-edit menu entry from messageview window,
+               as sent/draft/queued messages are opened in compose window when
+               re-edited and it's not possible to re-edit other msgs.
+
+2006-07-12 [paul]      2.3.1cvs81
+
+       * AUTHORS
+       * src/mainwindow.c
+       * src/gtk/authors.h
+               check online state before resetting
+               mailcheck timer. Useful if some program
+               verifies connection state and updates
+               Claws.
+               Patch by  Leonid Evdokimov <darkk@users.sf.net>
+
+2006-07-12 [paul]      2.3.1cvs80
+
+       * sylpheed-claws-128x128.png
+       * sylpheed-claws-64x64.png
+       * sylpheed-claws.png
+       * src/Makefile.am
+       * src/main.c
+       * src/prefs_toolbar.c
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/wizard.c
+       * src/gtk/about.c
+       * src/gtk/gtkutils.c
+       * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
+       * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
+       * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
+       * src/pixmaps/sylpheed.xpm              ** REMOVED **
+       * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
+       * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
+               updated and renamed logo/icon files and related
+               logo by Jesper Schultz
+
+2006-07-11 [paul]      2.3.1cvs79
+
+       * src/main.c
+               fix the labels a smidgin
+
+2006-07-09 [colin]     2.3.1cvs78
+
+       * src/textview.c
+               Show errors in textviewer's command
+               Patch by H. Merijn Brand
+
+2006-07-09 [colin]     2.3.1cvs77
+
+       * src/compose.c
+               Save FMID in drafts too
+
+2006-07-08 [colin]     2.3.1cvs76
+
+       * src/compose.c
+               Svae RMID in drafted mails too
+               Save quote_fmt vars for whole mails,
+               don't reset at each quote_fmt_init:
+               allows to use the same |i{var} in
+               various template fields
+       * src/prefs_template.c
+       * src/quote_fmt.h
+       * src/quote_fmt_parse.y
+               Same
+
 2006-07-08 [colin]     2.3.1cvs75
 
        * src/textview.c