fix bug [14] where new mail notification worked incorrectly with IMAP accounts
[claws.git] / ChangeLog.claws
index 0150bc4b1bd3daf54015850ba63c54ff6428ca9c..0c893a466989238876b0cf48108abba654d9c826 100644 (file)
@@ -1,14 +1,51 @@
-2002-01-12 [alfons]    0.8.8claws87
+2003-01-13 [melvin]    0.8.8claws92
+
+       * src/folderview.[ch]
+               folderview_check_new(): return the number of new messages.
+       * src/inc.c
+               Should fix bug [14] where new mail notification worked 
+                       incorrectly with IMAP accounts.
+               inc_spool_account(): return number of new msgs, or -1 on error
+               inc_all_spool(): return number of new msgs
+               
+2003-01-13 [melvin]    0.8.8claws91
+
+       * src/prefs_actions.c
+               Justify help text.
+
+2003-01-12 [thorsten]  0.8.8claws90
+
+       * src/common/prefs.c
+               close file before rename
+
+2003-01-12 [alfons]    0.8.8claws89
+
+       * AUTHORS
+               add Christian Mertes
+       * src/common/utils.[ch]
+               g_stricase_hash(), g_stricase_equal(): functions for 
+               case insensitive hash tables
+       * src/textview.c
+               use top level domain names to validate email address, based
+               on a patch by Christian Mertes (thanks!), but changed 
+               implementation to use a hash table 
+
+2003-01-12 [paul]      0.8.8claws88
+
+       * po/bg.po
+               updated by George Danchev
+
+2003-01-12 [alfons]    0.8.8claws87
 
        * src/summaryview.c
                delete / execute performance: use new style folder update
 
-2002-01-12 [paul]      0.8.8claws86
+2003-01-12 [paul]      0.8.8claws86
 
        * sync with 0.8.8cvs5
                see ChangeLog 2002-01-13 (!)
 
-2002-01-12 [alfons]    0.8.8claws85
+2003-01-12 [alfons]    0.8.8claws85
 
        * src/filtering.c
        * src/matcher_parser_parse.y
@@ -17,7 +54,7 @@
                give up const-correctness on functions that call non-const-correct functions;
                several casts to gpointer in g_free();
                add change_score;
-               
+
 2003-01-12 [christoph] 0.8.8claws84
 
        * src/compose.c
        * src/toolbar.c
                use the translatable string for "Separator" as file name for
                separator toolbar items (probably make this uppercase?)
-       
+
 2003-01-10 [alfons]    0.8.8claws79
 
        * src/prefs_toolbar.c