Use address book when showing sender name in summary pane (toggleable on/off).
[claws.git] / ChangeLog.claws
index 4e90f0a7999eae404ea72e3a44301c563fdfff36..7959acf5f390798f1b10273bc4ae2af5ee8b3729 100644 (file)
@@ -1,3 +1,53 @@
+2001-05-07 [darko]
+
+       * src/prefs_common.[ch]: added option to enable/disable
+         looking up sender name in address book for summary pane
+       * src/summaryview.c: look up sender in the address book
+         by using Alfons' address completion code
+
+2001-05-07 [hiroyuki]
+
+       * src/inc.h
+         src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
+         member of Pop3State.
+       * src/news.c: brought #include "defs.h" before #include <glib.h>
+         to prevent the warning of `MIN' and `MAX' redefinition.
+
+2001-05-06 [hoa]
+
+       * removed src/headers_display.[ch]
+       * removed src/prefs_display_headers.[ch]
+       * src/inc.c
+               use a temporary file in the user directory for mbox import
+       * src/news.c
+               added XHDR support to get "To" and "Cc" headers
+               (in order to match news with to or cc field for
+               scoring)
+               added function news_parse_xhdr() to get XHDR response
+       * src/nntp.[ch]
+               added function nntp_xhdr()
+       * src/matcher.c
+               fetch the message if necessary
+
+2001-05-06 [alfons]
+
+       0.4.66claws3
+
+       * sync with sylpheed 0.4.66cvs3-5
+
+2001-05-06 [hoa]
+
+       * src/utils.[ch]
+               added function itos_buf() to enable use of several buffers
+       * src/summaryview.c
+               use of itos_buf() instead of itos() in summary list
+               to fix the broken display of message number.
+
+2001-05-06 [alfons]
+
+       * src/gtkstext.c: bug in cursor up navigation fixed,
+               fixed another unsigned / signed comparison (we're getting there :-)
+
 2001-05-06 [hoa]
 
        * src/Makefile.am
@@ -42,6 +92,9 @@
        * src/textview.c
                use procheader_parse_header(), procheader_headername_equal()
                removed memory leak in text_scan_header when freeing headers
+       * src/filter.c
+               changed the function to match names of headers
+               using procheader_headername_equal()
 
        Scoring functions are implemented, an interface is needed
        to configure that.