added function descriptions
[claws.git] / ChangeLog.claws
index 7c367924fc6fb1e8c54fff005eff17ffe463f361..8149c2d2f9e42250c83592f3de89bb4c6900d762 100644 (file)
@@ -1,3 +1,160 @@
+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
+               fix NEWS that got broken by a sync with sylpheed-main
+
+2003-03-26 [christoph] 0.8.11claws49
+
+       * src/mimeview.c
+               fix mime type guessing when no mime type is found for a file
+
+2003-03-25 [christoph] 0.8.11claws48
+
+       * src/mimeview.c
+       * src/procmime.c
+               remove mime type guessing from mime parser and use
+               name based mime types in viewer lookup for mime type
+               application/octet-stream
+
+2003-03-25 [christoph] 0.8.11claws47
+
+       * doc-src/readme.txt
+       * doc-src/rfc2554.txt
+               add RFC about SMTP AUTH
+
+       * src/send_message.c
+       * src/common/smtp.[ch]
+               add extra error code for authentication errors and
+               clear temporary password when this error occurs
+
+       (closes Bug 84 authentication failure while sending should
+        prompt for password again)
+
+2003-03-25 [christoph] 0.8.11claws46
+
+       * configure.ac
+       * src/Makefile.am
+       * src/imageview.[ch]                            ** REMOVE **
+       * src/messageview.[ch]
+       * src/mimeview.[ch]
+       * src/prefs_common.[ch]
+       * src/textview.c
+       * src/plugins/Makefile.am
+       * src/plugins/image_viewer/.cvsignore           ** NEW **
+       * src/plugins/image_viewer/Makefile.am          ** NEW **
+       * src/plugins/image_viewer/plugin.c             ** NEW **
+       * src/plugins/image_viewer/viewer.[ch]          ** NEW **
+               move image viewer into a plugin (building is enabled by default)
+               [ToDo: Prefs for resize and autoview]
+
+2003-03-25 [paul]      0.8.11claws45
+
+       * sync with 0.8.11cvs12
+               see ChangeLog 2003-03-26
+
+2003-03-25 [paul]      0.8.11claws44
+
+       * sync with 0.8.11cvs11
+               see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
+               
+       Note: Selective Download is broken.
+               
+2003-03-22 [christoph] 0.8.11claws43
+
+       * src/folder.c
+               code cleanup for flags copying
+
+2003-03-22 [christoph] 0.8.11claws42
+
+       * src/plugins/trayicon/trayicon.c
+               fix setting the transparent area when the window size
+               is forced by the system tray
+
 2003-03-22 [christoph] 0.8.11claws41
 
        * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **