2005-09-02 [paul] 1.9.13cvs80
[claws.git] / ChangeLog-gtk2.claws
index 56ee79f101d7849849fbc606bb2b7a8fbff65e9e..a0eab692eafa0f20ef58c05492df0f5ae7420c02 100644 (file)
@@ -1,3 +1,124 @@
+2005-09-02 [paul]      1.9.13cvs80
+
+       * src/imap.c
+               fix bug 795, 'Connection lost IMAP'
+               and add statusbar prints
+               Patch by Colin
+
+2005-09-02 [paul]      1.9.13cvs79
+
+       * src/compose.c
+               compose_wrap_paragraph() becomes
+               compose_beautify_paragraph()
+               Patch by Colin
+
+2005-09-02 [cleroy]    1.9.13cvs78
+
+       * src/folderview.c
+               Micro-fix
+
+2005-09-01 [colin]     1.9.13cvs77
+
+       * src/imap.c
+               Maybe fix bug #795 (Connection lost IMAP)
+               Don't try to send logout when we're disconnected.
+       * src/summaryview.c
+               Include locked and marked emails in HRM
+               view. Fixes bug #800 (Locked messages no longer 
+               show up when hide read messages is used)
+
+2005-09-01 [paul]      1.9.13cvs76
+
+       * src/prefs_common.c
+               fix bad cutting
+
+2005-08-31 [colin]     1.9.13cvs75
+
+       * src/folderview.c
+       * src/folderview.h
+       * src/prefs_summaries.c
+       * src/summaryview.c
+               Fix "go to next new", fix preference
+               (Open unread/next swapped)
+
+2005-08-31 [paul]      1.9.13cvs74
+
+       * src/compose.c
+       * src/folderview.c
+       * src/headerview.c
+       * src/headerview.h
+       * src/mainwindow.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_fonts.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/common/defs.h
+               remove obsolete BOLD_FONT setting
+               fix font update in headerview and textview
+               headers after prefs change
+               Patch By Colin
+
+2005-08-31 [paul]
+
+       1.9.14-rc4 released
+
+2005-08-30 [colin]     1.9.13cvs73
+
+       * src/summaryview.c
+               When Hide read messages is selected and we
+               refresh the summaryview, don't remove the 
+               currently displayed message. Fixes bug #797
+               (Summary view reloads when new mail is 
+               downloaded in 1.9.14 rc)
+
+2005-08-30 [colin]     1.9.13cvs72
+
+       * src/folderview.c
+               Fix flickering
+       * src/mainwindow.c
+               Remove useless callback
+       * src/mimeview.c
+       * src/gtk/filesel.c
+       * src/gtk/filesel.h
+               Add a filesel_select_file_save_folder() - used by Save All
+
+2005-08-29 [paul]      1.9.13cvs71
+
+       * AUTHORS
+       * src/matcher_parser_parse.y
+       * src/etpan/imap-thread.c
+               fix building on FreeBSD
+               Patch by Daniel Gustafson <daniel@hobbit.se>
+
+2005-08-29 [paul]      1.9.13cvs70
+
+       * src/plugins/pgpinline/pgpinline.c
+               only initialise sig result if it's been handled
+               Patch by Colin
+
+2005-08-29 [paul]      1.9.13cvs69
+       
+       Patches by Colin:
+
+       * src/imap.c
+       * src/common.utils.c
+       * src/common/utils.h
+               optimisation
+       * src/stock_pixmap.h
+               fix wrong icon reference
+       * src/pixmaps/trash_btn.xpm
+               replace with nicer image
+
+2005-08-28 [colin]     1.9.13cvs68
+
+       * src/Makefile.am
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/toolbar.c
+       * src/pixmaps/trash_btn.xpm
+               Add a specific trash xpm for the button
+
 2005-08-28 [colin]     1.9.13cvs67
 
        * src/imap.c