sync with 0.8.10cvs18
[claws.git] / ChangeLog.claws
index cd97097fafc2a183ac16c208e149b07218af02cb..f0a2a9493e5ace47f30ab432daa0d4e8b4a86fd8 100644 (file)
@@ -1,3 +1,169 @@
+2003-02-27 [paul]      0.8.10claws55
+
+       * sync with 0.8.10cvs18
+               see ChangeLog 2003-02-27
+
+2003-02-27 [paul]      0.8.10claws54
+
+       * src/addressbook.c
+               fix bug where the address book crashes with 
+               multiple lookups.
+               Patch [687729] submitted by David Frager 
+               <dbfrager@users.sourceforge.net>
+
+2003-02-25 [christoph] 0.8.10claws53
+
+       * src/Makefile.am
+       * src/colorlabel.[ch]           ** REMOVE **
+       * src/gtk/Makefile.am
+       * src/gtk/colorlabel.[ch]       ** NEW **
+               move colorlabel files to gtk directory
+
+       * src/esmtp.[ch]                ** REMOVE **
+               has been merged into smtp.[ch] in 0.7.5
+
+2003-02-25 [christoph] 0.8.10claws52
+
+       * src/Makefile.am
+       * src/about.[ch]                ** REMOVE **
+       * src/gtk/Makefile.am
+       * src/gtk/about.[ch]            ** NEW **
+               move about files to gtk directory
+
+2003-02-25 [christoph] 0.8.10claws51
+
+       * src/folder.c
+               some code optimization of folder scanning code
+
+       Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
+
+2003-02-25 [christoph] 0.8.10claws50
+
+       * src/main.c
+       * src/common/sylpheed.c
+               add command line parameter parsing to common code
+
+2003-02-24 [christoph]
+
+       * Makefile.am
+       * configure.ac
+               fix gnome prefix problems, the configure script now removed
+               `gnome-config --prefix` from `gnome-config --datadir`
+               and adds $(prefix} instead
+
+       (closes Bug 24 Makefile does not respect prefix when installing
+        GNOME data)
+
+2003-02-24 [christoph] 0.8.10claws49
+
+       * src/news.c
+               check for valid session before trying to authenticate
+
+       (closes Bug 60 crash if "authenticate on logon" is activated
+        and newsserver-hostname is not valid)
+
+2003-02-24 [melvin]    0.8.10claws48
+
+       * src/prefs_actions.c
+               Make sure all user's input is sent to the action and then
+               close the socket..
+
+2003-02-23 [alfons]    0.8.10claws46
+
+       * src/summaryview.c
+               also wait cursor when deleting files
+
+2003-02-23 [paul]
+
+       * tools/freshmeat_search.pl
+         tools/google_search.pl
+               scripts should now work for any browser/browser command line
+
+2003-02-22 [christoph] 0.8.10claws45
+
+       * src/procmsg.c
+               fix IMAP flag setting, IMAP flag is not handled correctly
+               anymore by the folder system and information about the
+               folder should not be saved in the MsgInfo (in my opinion)
+
+       Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
+
+2003-02-22 [christoph] 0.8.10claws44
+
+       * src/summaryview.c
+               fix spelling of "label" ;-)
+
+2003-02-22 [thorsten]  0.8.10claws43
+
+       * src/mimeview.c
+         src/prefs_common.[ch]
+         src/procmime.[ch]
+               do not use description as attachment name
+
+2003-02-22 [alfons]    0.8.10claws42
+
+       * src/summaryview.c
+               freeze/thaw folder item updates when changing color labels,
+               and put a wait cursors on
+
+2003-02-22 [thorsten]  0.8.10claws41
+
+       * src/mimeview.c
+               save-all fixes: crash if invoked on multipart container,
+               mimeinfo access, pathseparators, error dialog
+
+2003-02-21 [alfons]    0.8.10claws40
+
+       * src/prefs_gtk.c
+               remove unused var
+
+2003-02-21 [colin]     0.8.10claws39
+
+       * src/send.c
+               Fix smtp logging
+
+2003-02-21 [colin]     0.8.10claws38
+
+       * src/summaryview.c
+               Freeze/thaw folderItem updates when filtering messages 
+               via Tools/Filter messages
+
+2003-02-21 [paul]      0.8.10claws37
+
+       * src/compose.c
+               revert commit 0.8.10claws26, there are ulterior motives
+               for users to set a Reply-To header when posting to
+               newsgroups
+
+2003-02-21 [paul]      0.8.10claws36
+
+       * sync with 0.8.10cvs17
+               see ChangeLog 2003-02-21
+
+2003-02-20 [christoph] 0.8.10claws35
+
+       * src/imap.c
+               IMAP UID fetch speedup using SEARCH
+
+       Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
+
+       * src/imap.c
+               fix problem with UIDs in IMAP UID cache that no longer existed
+
+2003-02-20 [christoph] 0.8.10claws34
+
+       * src/imap.c
+       * src/procheader.c
+       * src/procheader.h
+               IMAP header fetch speedup (fetch only headers cached in MsgInfo)
+
+       Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
+
+       * src/imap.c
+               Rewrite imap_cmd_gen_recv use sock_getline instead
+               of sock_gets to avoid problems with too long reply
+               lines
+    
 2003-02-20 [colin]     0.8.10claws33
        
        * src/prefs_account.c
 2003-01-26 [christoph] 0.8.9claws14
 
        * src/Makefile.am
-       * src/mgutils.[ch]
-       * src/xml.[ch]
-       * src/xmlprops.[ch]
+       * src/mgutils.[ch]              ** REMOVE **
+       * src/xml.[ch]                  ** REMOVE **
+       * src/xmlprops.[ch]             ** REMOVE **
        * src/common/Makefile.am
-       * src/common/mgutils.[ch]
-       * src/common/xml.[ch]
-       * src/common/xmlprops.[ch]
+       * src/common/mgutils.[ch]       ** NEW **
+       * src/common/xml.[ch]           ** NEW **
+       * src/common/xmlprops.[ch]      ** NEW **
                move xml files to common directory
 
 2003-01-26 [christoph] 0.8.9claws13
                start seperation of common code initialization seperated from gui
 
        * src/summaryview.c
-               The function that is called when a color lable changes
+               The function that is called when a color label changes
                should not change the color lable again
 
 2002-12-08 [colin]     0.8.6claws74