fix for wrong comment
[claws.git] / ChangeLog.claws
index 1cdfbe39e903fcb023209e30dcf23d0a151c1474..1b7133a17f45468cf0c94ff057450434b9a7a24e 100644 (file)
@@ -1,3 +1,231 @@
+2001-11-20 [hiro]
+
+       * src/compose.c
+               GTK_TEXT -> GTK_STEXT
+               fix for wrong comment
+
+2001-11-20 [hiro]      0.6.5claws24
+
+       * src/compose.[ch]
+               more merges from main branch
+               removed fatal warnings (uninitialized variables etc.)
+               some coding style fix
+       * src/gtkutils.h
+               fixed typo.
+       * src/addressbook.c
+         src/addrindex.c
+               V-Card -> vCard
+
+2001-11-19 [hoa]       0.6.5claws23
+
+       * src/filtering.c
+       * src/prefs_scoring.c
+       * src/matcher.[ch]
+       * src/scoring.c
+               cleaning code
+
+       * src/matcher_parser_parse.y
+       * src/prefs_filtering.c
+               bouncing
+
+2001-11-19 [alfons]    0.6.5claws22
+
+       more of my old things into claws
+
+       * src/Makefile.am
+       * src/prefs_common.c
+       * src/procmsg.h
+       * src/summaryview.[ch]
+       * src/prefs_summary_column.c
+       * src/pixmaps/locked.xpm
+               add indicators for locking of message in summary view
+               (does not work yet, only visual indicator)
+
+2001-11-19 [paul]      0.6.5claws21
+
+       * sync with sylpheed 0.6.5cvs10
+               see ChangeLog entry 2001-11-19
+
+2001-11-18 [alfons]    0.6.5claws20
+       
+       * src/filtering.c
+               remove an inadvertent free I forgot in previous clean up 
+
+2001-11-18 [alfons]    0.6.5claws19
+
+       * src/filtering.[ch]
+               clean up & plug leaks
+
+2001-11-18 [paul]      0.6.5claws18
+
+       * sync with sylpheed 0.6.5cvs9
+               see ChangeLog entries 2001-11-17 and 2001-11-18
+
+2001-11-16 [paul]      0.6.5claws17
+
+       * sync with sylpheed 0.6.5cvs8
+               see ChangeLog entry 2001-11-16, src/grouplistdialog.c
+
+2001-11-16 [paul]      0.6.5claws16
+
+       * sync with sylpheed 0.6.5cvs7
+               see ChangeLog entries 2001-11-15 and 2001-11-16
+
+2001-11-15 [hoa]       0.6.5claws15
+
+       * src/compose.c
+               fix bounce, mails we received couln't be bounced to ourself.
+
+       * src/defs.h
+       * src/filtering.[ch]
+       * src/matcher.[ch]
+       * src/matcher_parser.h
+       * src/matcher_parser_lex.l
+       * src/matcher_parser_parse.y
+       * src/inc.c
+       * src/main.c
+       * src/mbox.c
+       * src/prefs_filtering.[ch]
+       * src/mainwindow.c
+       * src/prefs_matcher.c
+       * src/prefs_scoring.c
+       * src/scoring.[ch]
+       * src/summaryview.c
+               new matcher/filter/score configuration file parser
+               one unique configuration file => ~/.sylpheed/matcherrc
+               import in currently automatic, then save are made
+               in this new file.
+               one filter per folder and one global filter
+               (filter of a folder will be used as folder processing)
+
+       * src/folder.c
+               fix a bug in folder_item_get_identifier
+               
+       * src/messageview.c
+               receive receipt return are fixed.
+
+2001-11-14 [alfons]    0.6.5claws14
+
+       * src/session.h
+               add things from main branch to make claws compile
+
+2001-11-14 [paul]      0.6.5claws13
+
+       * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
+               see ChangeLog entries 2001-11-08 to 2001-11-14
+
+2001-11-14 [hoa] 0.6.5claws12
+
+       * src/compose.[ch]
+       * src/mainwindow.c
+       * src/summaryview.c
+               add "bounce mail" option
+
+2001-11-13 [christoph] 0.6.5claws11
+
+               Cleanup a mess i add before commiting
+
+2001-11-13 [hoa]       0.6.5claws10
+
+       * src/compose.c
+               some fixes when mail are sent or
+               for crossposts
+
+2001-11-13 [christoph] 0.6.5claws9
+
+       * po/de.po
+               Changed two string with the same translation
+       * src/compose.c
+       * src/procmsg.[ch]
+       * src/send.[ch]
+               New mailsending process:
+                 - Always queue message before sending
+                   (message will be saved if sylpheed crashed or
+                    freezes while sending)
+                 - Allow queuing of newspostings
+                 - No copy in outbox before sending
+                   (closes bug #469501)
+                 - No more redundant code for send and send_later
+       * src/summaryview.c
+               Applied wwp <subscript@free.fr>'s patch that fixes
+               marks for multiple forwarded messages (+compose.c)
+
+2001-11-12 [alfons]
+
+       * README.claws
+               remove things that are now in main branch
+       
+       * po/nl.po
+               update Dutch translation
+
+2001-11-12 [mhadasht]  0.6.5.claws8
+
+       * src/prefs_common.c
+               re-enabled account autoselection feature for forward
+               and reedit lost during the branch point for SYNC-B4-REL
+       * src/gtkspell.c
+               gtkpspell_get_dict(): more readable code (even if function is
+               not used yet)
+       * ChangeLog.claws
+               added version number info to 2001-11-12 [hiro] comment.
+
+2001-11-12 [hiro]      0.6.5.claws7
+
+       * src/compose.c
+               compose_forward(): fixed a bug that forward quote mark
+               wasn't used.
+               removed unnecessary code.
+       * src/template_select.[ch]: removed.
+
+2001-11-11 [alfons]
+
+       * src/compose.c
+               :%s/GTK_TEXT/GTK_STEXT/g
+       
+       * src/compose.[ch]
+       * src/undo.[ch]
+       * src/Makefile.am
+               revert the undo stuff (this is 0.6.6claws stuff)
+
+2001-11-11 [hoa]       0.6.5.claws6
+
+       * src/compose.[ch]
+               Insert signature at the end of the text.
+               Added undo patch but currently disabled
+
+       * src/procmsg.c
+               Threading by subject improved.
+
+       * added src/undo.[ch]
+               Undo module for compose dialog box.
+
+2001-11-11 [alfons]    0.6.5.claws5
+
+       * src/procmsg.c
+               prevent threading by subject on nodes that have already been
+               threaded by in-reply-to (as in "circular references in a tree
+               result in a dead branch")
+
+2001-11-09 [hoa]       0.6.5.claws4
+       
+       * src/folderview.c
+               allows creation of mbox folder item from any files.
+
+2001-11-09 [alfons]    0.6.5.claws3
+       
+       * src/utils.c
+       * src/procmsg.c
+               do what I mean and correct threading by subject so it really
+               ignores attracting lines without "Re: "
+
+2001-11-07 [alfons]    0.6.5.claws2
+
+       * src/procmsg.c
+       * src/utils.[ch]
+               only attract by subject if a subject line starts with a "Re: "
+       * src/syldap.c
+               remove warning
+
 2001-11-07 [paul]      0.6.5claws1
 
        * sync with sylpheed 0.6.5. release
        * src/summaryview.c
                fixed some bug when building threads
 
-2001-06-18 [paul]
+2001-06-18 [pau]l
 
         * src/prefs_account.c
                 UI stuff: More changes to the English