Added Alfons font selection patch
[claws.git] / ChangeLog.claws
index 03a03082fc33bc9cec80d6fb51ffa04127c2badc..a48af26a5a31bc0f7126a360986ab1473f694fc0 100644 (file)
@@ -1,4 +1,138 @@
+2001-05-13 [paul]
+
+        * added Alfons' font selection patch
+
+        * src/defs.h
+        * src/headerwindow.c
+        * src/prefs_common.c
+        * src/prefs_common.h
+
+2001-05-13 [hoa]
+       * src/defs.h
+               changed version of cache
+       * src/matcher.[ch]
+       * src/prefs_matcher.c
+               added additionnal matching criteria
+       * src/procheader.c
+       * src/procmsg.[ch]
+       * src/news.c
+               added references in MsgInfo
+
+2001-05-12 [hoa]
+
+       * src/defs.h
+               prepared some things for new filtering
+       * src/matcher.[ch]
+               added some matching properties
+               inreplyto need to be enhanced
+               prepared some things for new filtering
+       * src/messageview.c
+               added Return-Receipt-To handling
+       * src/prefs_folder_item.c
+               changed default value to TRUE
+       * src/prefs_matcher.c
+               added some matching properties
+       * src/prefs_scoring.[ch]
+               the scoring dialog is finished
+       * src/procheader.c
+               added Return-Receipt-To handling
+               Reference need to be added
+       * src/procmsg.[ch]
+               added Return-Receipt-To handling
+               added threadscore to get a better score sorting when
+               threads are enabled
+       * src/summaryview.c
+               suppressed a bug when we sort the list
+               when no folder is opened.
+               better score sorting when threads are enabled
+
+2001-05-12 [alfons]
+
+       * reverted previous patch because of potential errors 
+
+       0.4.67claws2
+       
+       * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
+               applied "toggle mail-retrieval dialog window" patch submitted 
+               by Eric Limpens <eric@qnt.net>
+
+       * sync with sylpheed 0.4.67cvs4
+
+2001-05-12 [sergey]
+
+       * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
+       some picky compilers.
+       * src/rfc2015.h: provide prototype for rfc2015_disable_all().
+       * src/grouplist_dialog.c: include alertpanel.h.
+       * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
+       fix compile warning.
+       * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
+       #include "defs.h" before others to prevent the warning of `MIN'
+       and `MAX' redefinition.
+
+2001-05-11 [hoa]
+
+       * src/main.c
+       * src/messageview.c
+       * src/prefs_account.c
+       * src/prefs_display_header.c
+               removed warning
+       * src/Makefile.am
+               added prefs_scoring.[ch]
+       * src/grouplist_dialog.c
+               display an error dialog box if the group list
+               cannot be fetched.
+       * src/mainwindow.[ch]
+               added main_window_set_thread_option() function
+               scoring dialog box enabled
+       * src/matcher.[ch]
+               added flags matching unread /new / marked
+               / deleted / replied / forwarded
+       * src/news.c
+               newsgroups are now finally in newscache
+       * src/prefs_matcher.[ch]
+               finished preferences for matching dialog
+       * added src/prefs_scoring.[ch]
+               scoring dialog box completed
+       * src/scoring.[ch]
+               conversion to string : added scoringprop_to_string()
+               write config for preferences :
+               added prefs_scoring_write_config()
+       * src/summaryview.c
+               threads can be enabled/disabled independently
+               for each folder
+
+2001-05-10 [alfons]
+
+       0.4.67claws1
+       
+       * AUTHORS: 
+               thought it would be nice to have a list of all
+               contributors (used Changelog as a reference)
+       
+       * configure.in: 
+               messed up version numbering...
+
+       0.4.66claws1
+
+       * sync with sylpheed 0.4.67cvs1-3
+
+2001-05-10 [darko]
+
+       * src/prefs_common.c:
+               better UI for strftime format, double clicking
+               on format now inserts the format in text entry
+               replaced close button with standard OK/Cancel
+               moved date format button to the right of the
+               text entry field
+
+2001-05-09 [alfons]
+
+       * src/gtkstext.c:
+               Ctrl-Home / Ctrl-End have proper cursor navigation
+
 2001-05-09 [hoa]
+
        * src/prefs_matcher.c
                finished UI to define matching properties
                added ok and cancel button