LDAP/UI code separation. Fix mem leak.
[claws.git] / ChangeLog.claws
index f70e6618970f5a4c8b038ef221dab097f12f2635..b095684e8d7b823033e9746269a1b54ea95d0837 100644 (file)
@@ -1,3 +1,111 @@
+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
+
+       * src/matcher.c
+               hash keywords in matchparser_tab 
+
+2002-12-27 [alfons]    0.8.8claws16
+
+       re-organize matcher part 4; more to come
+
+       * src/matcher_parser.h
+       * src/matcher_parser_lex.l
+       * src/matcher_parser_parse.y
+               cleanup
+
+2002-12-27 [alfons]    0.8.8claws15
+
+       re-organize matcher part 3; more to come
+
+       * src/matcher.[ch]
+               cleanup
+
+2002-12-27 [alfons]    0.8.8claws14
+
+       re-organize matcher part 2; more to come but this should
+       work. cc me if there are any regressions.
+
+       * src/matcher.h
+               add prototype for get_matchparser_tab_id()
+       * src/matcher_parser_lex.l
+               look up keywords using matchparser_tab_id();
+
+2002-12-27 [alfons]    0.8.8claws12
+
+       re-organize matcher part 1
+
+       * src/matcher.h
+               map yacc generated constants to sylpheed matcher constants
+       * src/matcher.c
+               add function to find a matcher constant from a string
+
+2002-12-27 [christoph] 0.8.8claws11
+
+       * src/compose.c
+               MENUITEM_ADD casts the 4th argument from integer to pointer
+               so it probably should not be a pointer, this means we
+               should use account id for it and not the account's pointer
+
+2002-12-27 [paul]      0.8.8claws10
+
+       * src/mainwindow.c
+               remove unneeded 'GtkWidget *vbox'
+               
+       * src/summaryview.c
+               further sync with 0.8.8 - make sort
+               by recipient work as expected
+               
+       * NEWS
+               sync with 0.8.8
+
+2002-12-27 [paul]      0.8.8claws9
+
+       * po/pt_BR.po
+               updated by Ivan F. Martinez
+               
+2002-12-27 [darko]     0.8.8claws8
+
+       * src/common/utils.c
+               added locked pattern to extended search
+
 2002-12-27 [alfons]    0.8.8claws7
 
        * src/prefs_matcher.[ch]