fix bug 643638
[claws.git] / ChangeLog.claws
index c820fc53667573f935911d186b79517995a30c6b..ebaa11f4d5ecbc0f35039e49604e7e0bc06dd37b 100644 (file)
@@ -1,17 +1,79 @@
-2002-12-14 [thorsten]  0.8.6claws113
+2002-12-21 [paul]      0.8.6claws122
+
+       * src/addrbook.c
+               fix bug [643638] where if a person is in one or more
+               addressbook groups editing that person's email 
+               address results in removal from those groups.
+               Patch submitted by Luke Plant.
+
+2002-12-20 [christoph] 0.8.6claws121
+
+       * src/common/utils.c
+       * src/summaryview.c
+               reimplement expand_search_string using GString to
+               prevent crashs caused by miscalculated string
+               lengths reported by Paul
+
+2002-12-20 [christoph] 0.8.6claws120
+
+       * src/summaryview.c
+               don't use "changed" to check if op_count has to be changed as it
+               is also set when the message has unread children
+               (closes bug [ 653221 ] crash while deleting duplicates)
+
+2002-12-20 [paul]      0.8.6claws119
+
+       * sync with 0.8.6cvs27
+               see ChangeLog 2002-12-20
+
+2002-12-20 [paul]      0.8.6claws118
+
+       * sync with 0.8.6cvs26
+               see ChangeLog 2002-12-19 and 2002-12-20
+
+2002-12-19 [alfons]    0.8.6claws117
+
+       * src/textview.c
+               fix incorrect parsing of email addresses, submitted by 
+               Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
+               name display if it contains @".
+
+2002-12-18 [paul]      0.8.6claws116
+
+       * sync with 0.8.6cvs23
+               see ChangeLog 2002-12-18
+
+2002-12-18 [paul]      0.8.6claws115
+
+       * src/Makefile.am
+       * src/account.c
+       * src/codeconv.c
+       * src/gtkutils.[ch]
+       * src/imap.c
+               sync with 0.8.6cvs22.
+               see ChangeLog 2002-12-17 and 2002-12-18
+
+2002-12-17 [christoph] 0.8.6claws114
+
+       * src/imap.c
+               o don't create a session if imap greeting fails
+               o don't close socket when authentication fails
+                 this is done by imap_session_destroy
+
+2002-12-17 [thorsten]  0.8.6claws113
 
        * tools/Makefile.am
          tools/README
          tools/google_msgid.pl ** NEW FILE **
                Added "search for message-id" script and doc
 
-2002-12-14 [thorsten]  0.8.6claws112
+2002-12-17 [thorsten]  0.8.6claws112
 
        * po/hu.po
                Updated hungarian translation
                (updated by Gal Zoltan)
 
-2002-12-14 [christoph] 0.8.6claws111
+2002-12-16 [christoph] 0.8.6claws111
 
        * src/addr_compl.c
                remove stupid addressbook dump to debug output