LDAP/UI code separation. Fix mem leak.
[claws.git] / ChangeLog.claws
index 99c86a975280ec439f019c8f875dca0576b320e2..b095684e8d7b823033e9746269a1b54ea95d0837 100644 (file)
@@ -1,3 +1,40 @@
+2002-12-29 [match]     0.8.8claws22
+
+       * src/addressbook.c
+       * src/syldap.c
+               moved UI specific code out of LDAP code into addressbook
+               UI code. fixed memory leak.
+
+2002-12-29 [christoph] 0.8.8claws21
+
+       * src/folder.c
+               only check for IGNORED parent message when message is
+               not IGNORED itself
+
+2002-12-29 [alfons]    0.8.8claws20
+
+       * src/summaryview.c
+               set gtksctree's anchor correct (immediate execute
+               changes the tree's layout, and anchor points at 
+               the incorrect row). fixes "[ 657233 ] multiple msg 
+               delete sometimes off by 1".
+               we probably have to look for more tree layout /
+               anchor glitches.
+
+2002-12-29 [paul]      0.8.8claws19
+
+       * src/summaryview.c
+               fix bug [ 659054 ] incorrect sorting of 'From' column
+               when using 'display sender using address book'
+               thanks to Alfons and Luke Plant
+
+2002-12-29 [christoph] 0.8.8claws18
+
+       * src/folder.c
+       * src/procmsg.[ch]
+               check parent messages for IGNORE THREAD flag, when adding,
+               moving or copying messages to a folder
+
 2002-12-27 [alfons]    0.8.8claws17
 
        re-organize matcher part 5; more to come