folderview_check_new(): More precise function description
[claws.git] / ChangeLog.claws
index 06944e474b338a74fac41167cb5e424977f22f70..c50270f59f6765ed81bcc91613b54d8012cbbe6c 100644 (file)
@@ -1,9 +1,92 @@
-2002-01-12 [paul]      0.8.8claws86
+2003-01-14 [melvin]    0.8.8claws98
+
+       * src/folderview.c
+               folderview_check_new(): More precise function description
+
+2003-01-14 [melvin]    0.8.8claws97
+
+       * src/folderview.c
+               folderview_check_new(): return the number of new messages 
+                       since last check.
+       * src/inc.c
+               inc_account_mail(): Disable counting of new messages for IMAP
+                       and NNTP until bug [19] and [14] are fixed.
+
+2003-01-14 [paul]      0.8.8claws96
+
+       * sync with 0.8.8cvs6
+               see ChangeLog 2003-01-14
+
+2003-01-13 [alfons]    0.8.8claws95
+
+       * src/textview.c
+               tune email address validation (c. 0.8.8claws89): if . is 
+               just one char away from @, the address is invalid too 
+               (correctly rejects addresses like foo@.com)
+
+2003-01-13 [paul]      0.8.8claws94
+
+       * src/messageview.c
+         src/toolbar.c
+               fixes to the Message View toolbar and menu:
+               fix non-functioning Forward button
+               make Reply button consider default_reply_list
+               remove 'Follow-up...' menu entry
+               add 'Forward' and 'Redirect' menu entries
+
+2003-01-13 [melvin]    0.8.8claws93
+
+       * src/inc.c
+               Fixed typo that could make new messages count incorrect.
+
+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
+
+2003-01-12 [paul]      0.8.8claws86
 
        * sync with 0.8.8cvs5
-               see ChangeLog 2002-01-13 (!)
+               see ChangeLog 2003-01-13 (!)
 
-2002-01-12 [alfons]    0.8.8claws85
+2003-01-12 [alfons]    0.8.8claws85
 
        * src/filtering.c
        * src/matcher_parser_parse.y
@@ -12,7 +95,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