* src/send_message.c
[claws.git] / ChangeLog.claws
index 558e99b1ff460315cf6f42c045c1939b6b34a8fa..b07dbcc0fe2bcd1017256f4694931434af4a598e 100644 (file)
@@ -1,3 +1,134 @@
+2003-03-30 [alfons]    0.8.11claws69
+
+       * src/send_message.c
+               remove two debug traces and see if people still report
+               errors
+
+2003-03-30 [alfons]    0.8.11claws68
+
+       * src/send_message.c
+       * src/commons/session.c
+               add more debug traces
+
+2003-03-30 [christoph] 0.8.11claws67
+
+       * src/folder.c
+               change processing folder name from .processing to processing
+
+       * src/common/ssl.c
+               disable SSL certificate check because it causes Xlib error
+               when the child process want's to open an GTK window
+
+2003-03-30 [christoph] 0.8.11claws66
+
+       * src/folder.c
+               don't use default folder for processing folder item because
+               it can be a non local folder
+
+       (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
+
+2003-03-30 [alfons]    0.8.11claws65
+
+       * src/send_message.c
+               try fixing crashes when sending messages: my gcc 2.95.4 seems 
+               to generate bad code for 'send_send_data_progressive': When
+               called from 'send_send_data_finished', the 'data' pointer is
+               cleared just before the assignment to the dialog pointer
+
+2003-03-29 [christoph] 0.8.11claws64
+
+       * src/common/prefs.h
+       * src/plugins/image_viewer/Makefile.am
+       * src/plugins/image_viewer/plugin.c
+       * src/plugins/image_viewer/viewer.[ch]
+       * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
+               add PrefsPage for ImageViewer
+
+2003-03-28 [thorsten]  0.8.11claws63
+
+       * src/common/session.c
+               added some comments
+
+2003-03-28 [paul]      0.8.11claws62
+
+       * sync with 0.8.11cvs16
+               see ChangeLog 2003-03-28
+
+2003-03-28 [paul]      0.8.11claws61
+
+       * sync with 0.8.11cvs15
+               see ChangeLog 2003-03-28
+
+2003-03-27 [christoph] 0.8.11claws60
+
+       * src/folder.c
+       * src/imap.c
+       * src/common/socket.[ch]
+               set socket state to DISCONNECTED when any operation
+               fails to allow reconnecting in IMAP code without
+               checking the return code of all calls to the command
+               functions
+
+       * src/folderview.c
+       * src/summaryview.c
+               remove some more stuff that depends on specific
+               folder types
+
+2003-03-27 [paul]      0.8.11claws59
+
+       * sync with 0.8.11cvs14
+               see ChangeLog 2003-03-27
+               
+       * src/selective_download.[ch]   ** REMOVED **
+               really removed
+
+2003-03-27 [christoph] 0.8.11claws58
+
+       * src/folder.c
+               fix handling of tmp_flags in flag copy function
+
+2003-03-27 [paul]      0.8.11claws57
+
+       * sync with 0.8.11cvs13
+               see ChangeLog 2003-03-27
+
+2003-03-27 [oliver]    0.8.11claws56
+
+       * src/maiwindow.c
+               remove sel_download_cb
+
+2003-03-27 [oliver]    0.8.11claws55
+       
+       * src/inc.c
+               remove POP3_TOP
+       
+2003-03-26 [oliver]    0.8.11claws54
+
+       *src/pop.h
+               remove POP3_TOP*
+       * README.claws
+               remove selective donwload readme
+
+2003-03-26 [oliver]    0.8.11claws53
+       * src/matcher.[ch]
+       * src/matcher_parser_parse.y 
+       * src/pop.c 
+       * src/prefs_account.[ch]
+       * src/prefs_filtering.c
+               remove selective donwload
+
+2003-03-26 [oliver]    0.8.11claws52
+
+       * src/inc.[ch] 
+       * src/filtering.c 
+       * src/mainwindow.c 
+               remove selective donwload
+
+2003-03-26 [oliver]    0.8.11claws51
+       
+       * src/Makefile.am
+       * src/selective_download.[ch]   ** REMOVE **    
+
 2003-03-26 [christoph] 0.8.11claws50
 
        * src/news.c