2006-07-27 [colin] 2.3.1cvs86
[claws.git] / ChangeLog
index b09b57eef5996fd5cef23724134443cf4e055232..92ba0b19a008c52fdff7eeaee92a5332bcf204ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,148 @@
+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
+               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