2006-07-16 [wwp] 2.3.1cvs83
[claws.git] / ChangeLog
index 974be7c6538be24402e7ef6dd1a958d42c489394..1063f74150de52cc7cb353e5362809f9b755d7ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,196 @@
+2006-07-16 [wwp]       2.3.1cvs83
+
+       * sylpheed-claws.ico
+               Added .ico file (widows 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
+               Fix highlighting of attached parts URIs
+
+2006-07-08 [colin]     2.3.1cvs74
+
+       * src/main.c
+               Prevent bug #981 (sc 2.3.1 segfaults with 
+               gtk+ 2.10) from being reported again:
+               if Sylpheed-Claws has been compiled against
+               GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
+               of if Sylpheed-Claws has been compiled against
+               GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
+               error out.
+
+2006-07-07 [colin]     2.3.1cvs73
+
+       * src/prefs_actions.c
+               Fix label
+
+2006-07-07 [colin]     2.3.1cvs72
+
+       * src/prefs_actions.c
+               Fix compile on gtk < 2.8. argh :)
+
+2006-07-07 [paul]      2.3.1cvs71
+
+       * src/common/defs.h
+               update DONATE_URI
+
+2006-07-07 [colin]     2.3.1cvs70
+
+       * po/POTFILES.in
+       * src/quote_fmt.c
+       * src/quote_fmt_lex.l
+       * src/quote_fmt_parse.y
+               Add |i{var}, a way to insert user-entered
+               text in a template
+
+2006-07-07 [colin]
+
+       * 2.4.0-rc3 released
+
+2006-07-07 [colin]     2.3.1cvs69
+
+       * src/folder.c
+               Don't consider inboxes of UNKNOWN folder 
+               classes to be useable as default inboxes
+
+2006-07-07 [paul]      2.3.1cvs68
+
+       * src/textview.c
+               add missing #include <errno.h>
+               Thanks to RenĂ© J. Blokland
+
+2006-07-07 [paul]      2.3.1cvs67
+
+       * src/action.c
+               Return now Closes dialog
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/textview.c
+               add contextual menu to mime parts listed
+               in the textview
+               Thanks to Colin
+       * src/common/utils.c
+               reversal: ' is a valid character in URLs
+
+2006-07-06 [colin]     2.3.1cvs66
+
+       * src/remotefolder.h
+               Forgotten in previous commit
+
+2006-07-06 [colin]     2.3.1cvs65
+
+       * src/folder.c
+               Set summary update flag whenever
+               totals changed
+       * src/imap.c
+       * src/prefs_account.c
+       * src/common/utils.h
+       * src/etpan/imap-thread.c
+               Fix warnings, thanks to Fabien and
+               Ricardo
+
+2006-07-06 [wwp]       2.3.1cvs64
+
+       * src/gtk/gtkutils.c
+               GTK_STOCK_HELP exists in GTK+ 2.4.x.
+
+2006-07-06 [wwp]       2.3.1cvs63
+
+       * src/account.c
+       * src/addressbook.c
+       * src/addressitem.h
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/manual.c
+       * src/manual.h
+       * src/message_search.c
+       * src/prefs_actions.c
+       * src/prefs_filtering.c
+       * src/prefs_filtering.h
+       * src/prefs_template.c
+       * src/summary_search.c
+       * src/summaryview.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+       * src/gtk/pluginwindow.c
+               add help buttons to some dialogs. Clicking such buttons opens a
+               relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
+
+2006-07-06 [paul]      2.3.1cvs62
+
+       * src/textview.c
+               fix attachments contextual menu
+               Thanks to Colin
+
 2006-07-05 [colin]     2.3.1cvs61
 
        * src/textview.c