sync with 0.7.4cvs33
[claws.git] / ChangeLog.claws
index e744b5133cb48b86b1ba592e9da1dfa0535d555a..300cd9edcbf5ce9c5fb6cbca0d2683aea7ec2f2b 100644 (file)
@@ -1,3 +1,619 @@
+2002-04-08 [paul]      0.7.4claws73
+
+       * sync with 0.7.4cvs33
+               see ChangeLog entry 200-04-08
+
+2002-04-07 [match]     0.7.4claws72
+
+       * src/addrharvest.[ch]
+               fixed to read all addresses in header, regardless
+               of header size. improved name parsing. accommodate
+               harvest from folders and selected message.
+       * src/addritem.[ch]
+               included new address parsing function.
+       * src/addrgather.[ch]
+       * src/addressbook.[ch]
+       * src/summaryview.[ch]
+       * src/mainwindow.c
+               allow address harvest of folder as well as selected
+               messages.
+
+2002-04-07 [paul]      0.7.4claws71
+
+       * src/esmtp.[ch]
+         src/smtp.c
+               don't try to authenticate with CRAM-MD5 in SMTP when 
+               SMTP-AUTH enabled if MTA doesn't issue this 
+               auth-method in it's ehlo-response. bug item #531364,
+               patch item #938910. patch submitted by Colin Leroy 
+               <colin@colino.net>
+
+2002-04-07 [paul]      0.7.4claws70
+
+       * src/nntp.c
+               fix missing MODE_READER bug. patch submitted by
+               Colin Leroy <colin@colino.net>
+
+2002-04-07 [alfons]    0.7.4claws69
+
+       * src/matcher.[ch]
+       * src/prefs_filtering.c
+       * src/summaryview.c
+               escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
+               (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
+
+2002-04-07 [paul]      0.7.4claws68
+
+       * sync with 0.7.4cvs32
+               see ChangeLog entry 2002-04-06
+
+       * tools/filter_conv.pl
+               more bug fixes
+
+2002-04-06 [paul]      0.7.4claws67
+
+       * tools/filter_conv.pl
+               modify to be able to find the name of the first
+               mailbox and use that. main's filter does not
+               record the full path to the mailbox and therefore
+               can only filter to the first mailbox.
+
+2002-04-05 [paul]      0.7.4claws66
+
+       * tools/filter_conv.pl
+               attempt to make the script all-encompassing and
+               be able to convert any main 'filter' rule thrown
+               at it
+
+2002-04-05 [paul]      0.7.4claws65
+
+       * tools/filter_conv.pl
+               allow for collapsed folder trees
+
+2002-04-05 [paul]      0.7.4claws64
+
+       * sync with 0.7.4cvs31
+               see ChangeLog entries 2002-04-05
+
+2002-04-03 [paul]      0.7.4claws63
+
+       * sync with 0.7.4cvs29
+               see ChangeLog entries 2002-04-02 and 2002-04-03
+
+2002-04-02 [paul]      0.7.4claws62
+
+       * sync with 0.7.4cvs26
+               see ChangeLog entry 2002-04-01
+
+2002-04-02 [match]     0.7.4claws61
+
+       * src/pine.[ch]
+       * src/importpine.[ch]
+       * src/addressbook.c
+               import Pine address book.
+
+2002-04-02 [match]     0.7.4claws60
+
+       * src/addrharvest.[ch]
+               improve address parsing of funky addresses.
+
+2002-04-02 [darko]     0.7.4claws59
+
+       * src/compose.c
+               wrap on send improvements, it now recognizes quoted
+               initials as part of the quotation string, and it
+               does not join lines separated by CR
+
+2002-04-01 [match]     0.7.4claws58
+
+       * src/mgutils.[ch]
+               added new functions.
+       * src/mutt.[ch]
+               remove excessive duplicate address generation
+               on import.
+
+2002-04-01 [alfons]    0.7.4claws57
+       
+       * src/summaryview.c
+               put back g_free() 
+
+2002-04-01 [paul]      0.7.4claws56
+
+       * sync with 0.7.4cvs25
+               see ChangeLog entry 2002-04-01
+
+2002-04-01 [alfons]    0.7.4aprilfool55
+
+       * src/summaryview.c
+               honour feature request item #537427 to allow for
+               displaying names from address book for sent mail also
+
+2002-03-29 [paul]      0.7.4claws54
+
+       * src/mainwindow.c
+         src/prefs_filtering.[ch]
+         src/prefs_matcher.c
+         src/summaryview.c
+               add 'fast filter' for claws' filtering,
+               /Tools/Create filter rule/... patch submitted
+               by Neill Miller <neillm@thecodefactory.org>
+
+2002-03-29 [paul]      0.7.4claws53
+
+       * sync with 0.7.4cvs24
+               see ChangeLog entry 2002-03-29
+
+2002-03-28 [paul]      0.7.4claws52
+
+       * sync with 0.7.4cvs23
+               see ChangeLog entry 2002-03-28
+
+2002-03-27 [melvin]    0.7.4claws51
+
+       * src/prefs_actions.c
+               Added support to pass only one message part (as a
+               file) to the command using '%p'. No quotes are needed
+               because doubles quotes are automatically added.
+               Fixed bug where Sylpheed could block when waiting for
+               a child process to finish.
+               Changed the help menu to remove quotes around symbols to 
+               avoid misinterpretation (they must not be used).
+
+2002-03-27 [melvin]    0.7.4claws50
+
+       * src/inc.c
+               Made the new mail notification command always 
+               execute asynchronously.
+
+2002-03-27 [paul]      0.7.4claws49
+
+       * src/compose.c
+               fix bug introduced in last commit
+
+2002-03-27 [paul]      0.7.4claws48
+
+       * sync with 0.7.4cvs21
+               see ChangeLog 2002-03-26 and 2002-03-27
+
+2002-03-26 [hoa]       0.7.4claws47
+
+       * src/prefs_folder_item.c
+               really fixed the bug #516442 with folder rescan.
+
+2002-03-26 [paul]      0.7.4claws46
+
+       * sync with 0.7.4cvs19
+               see ChangeLog entries 2002-03-25 and 2002-03-26
+
+2002-03-25 [hoa]       0.7.4claws45
+
+       * src/matcher.c
+       * src/mh.c
+               fix the bug #516442 with folder rescan.
+
+       * src/prefs_common.[ch]
+       * src/compose.c
+               added an option to enable two different behaviours
+               for bounce.
+
+
+2002-03-25 [paul]      0.7.4claws44
+
+       * src/mainwindow.c
+         src/selective_download.c
+               correct a few menuitem labels
+
+2002-03-25 [christoph] 0.7.4claws43
+
+       * src/procmsg.c
+               fix non deleted tmp message in
+               procmsg_save_to_outbox
+               fix problems caused by sync with
+               main branch's procmsg_send_queue
+
+2002-03-25 [paul]      0.7.4claws42
+
+       * src/quote_fmt.c
+         src/quote_fmt_lex.l
+         src/quote_fmt_parse.y
+               add Last name (%L) placeholder for quoting. 
+               patch submitted by Thorsten Thielen 
+               <thth@users.sourceforge.net>
+
+2002-03-25 [paul]      0.7.4claws41
+
+       * src/utils.c
+               get full hostname. patch submitted by
+               Bob Woodside <rwoodside1@comcast.net>
+
+2002-03-25 [paul]      0.7.4claws40
+
+       * src/account.c
+         src/news.c
+         src/nntp.[ch]
+         src/prefs_account.[ch]
+               enable NNTP over SSL. patch submitted by
+               Pascal Jermini <pascal@infinity.hn.org>
+
+2002-03-24 [paul]      0.7.4claws39
+
+       * src/prefs_common.c
+               make the arrangement of the Compose tab more
+               coherent
+
+       * src/mainwindow.c
+               fix some irregularities of style
+
+       * po/de.po
+               updated by Kilian Krause
+
+2002-03-23 [paul]      0.7.4claws38
+
+       * po/pt_BR.po
+               updated by Fabio Junior Beneditto
+
+2002-03-23 [paul]      0.7.4claws37
+
+       * src/mainwindow.c
+               move 'Gather addresses' to 'Tools' menu
+               make 'Selective download' sensitive
+
+2002-03-23 [paul]      0.7.4claws36
+
+       * sync with 0.7.4cvs16
+               see ChangeLog entries 2002-03-23
+
+2002-03-22 [christoph] 0.7.4claws35
+
+       * src/quote_fmt_parse.y
+               fix include program output
+
+2002-03-22 [alfons]    0.7.4claws34
+
+       * src/pop.c
+               initialize GDate stack variable correctly (sorry!)
+
+2002-03-22 [paul]      0.7.4claws33
+
+       * src/compose.c
+         src/mainwindow.c
+         src/prefs_actions.c
+         src/prefs_common.c
+               rename 'Tool' to 'Tools'
+
+       * src/mainwindow.c
+               move 'Delete duplicated messages' from
+               'Message/' to 'Tools/'
+               re-arrange the order of 'Tools/' items
+
+2002-03-22 [paul]      0.7.4claws32
+
+       * src/addr_compl.c
+         src/addressbook.[ch]
+               auto-address completion now also matches on
+               Nickname. patch submitted by Bob Forsman 
+               <hammor@users.sourceforge.net>
+
+       * src/editaddress.c
+               correct a spelling mistake
+
+2002-03-22 [alfons]    0.7.4claws31
+
+       * src/pop.c
+               fix getting uidl from incorrect string 
+               (spotted by Colin)
+
+2002-03-21 [alfons]    0.7.4claws30
+
+       * src/pop.c
+               more code refactoring
+               plug mem leak introduced by delete on server
+
+2002-03-21 [paul]      0.7.4claws29
+
+       * sync with 0.7.4cvs11
+               see ChangeLog entries 2002-03-20
+
+2002-03-20 [alfons]    0.7.4claws28
+
+       * src/inc.c
+               apply Colin's patch and refactor
+
+2002-03-20 [paul]      0.7.4claws27
+
+       * sync with sylpheed 0.7.4cvs9
+               see ChangeLog entry 2002-03-20
+
+2002-03-19 [christoph] 0.7.4claws26
+
+       * src/mh.c
+       * src/procmsg.[ch]
+       * src/summaryview.c
+               revert changes for flag updates
+               (does not work correctly and no time to debug)
+
+2002-03-20 [alfons]    0.7.4claws25
+
+       * src/pop.c
+               refactor should_delete() a little bit 
+
+2002-03-19 [paul]      0.7.4claws24
+
+       * src/inc.[ch]
+         src/pop.c
+         src/prefs_account.[ch]
+               allow the user to leave downloaded mail on the 
+               server for n days. Patch submitted by Colin Leroy 
+               <colin@colino.net>
+
+2002-02-19 [paul]      0.7.4claws23
+
+       * sync with sylpheed 0.7.4cvs8
+               see ChangeLog entries 2002-03-19
+
+2002-03-18 [paul]      0.7.4claws22
+
+       * sync with sylpheed 0.7.4cvs6
+               see ChangeLog entry 2002-03-18
+
+2002-03-18 [paul]      0.7.4claws21
+
+       * po/en_GB.po
+               add en_GB message catalogue
+
+       * src/mbox_folder.c
+         src/prefs_account.c
+         src/prefs_actions.c
+               correct a few spelling mistakes
+
+2002-03-17 [alfons]    0.7.4claws20
+
+       * src/matcher.c
+               more stringent checks for NULL params when writing
+               filtering actions to a file
+               
+2002-03-17 [hoa]       0.7.3claws20
+
+       * src/news.c
+               fixed the count of new messages
+
+       * src/compose.c
+               fixed the "attachment properties" window
+
+2002-03-17 [paul]      0.7.4claws19
+
+       * src/defs.h
+         src/folder.h
+         src/news.c
+         src/prefs_account.[ch]
+         src/procmsg.[ch]
+         src/summaryview.c
+               automatically mark cross-posted messages as read 
+               and (optionally) give them a colour label
+               Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
+               
+
+2002-03-17 [paul]      0.7.4claws18
+
+       * sync with sylpheed 0.7.4cvs5
+               see ChangeLog entry 2002-03-17
+
+2002-03-17 [melvin]    0.7.4claws17
+       
+       * src/textview.c
+               Worked around a gtktext 'bug': when searching for 
+               a text in a long message it was scrolling slowly
+               line by line until it hit the searched text.
+       * po/fr.po
+               Updated French translation
+
+2002-03-17 [melvin]    0.7.4claws16
+
+       * src/mainwindow.c
+       * src/compose.c
+       * src/prefs_actions.c
+               Moved "Edit/Actions" to "Tool/Actions"
+               Made mainwindow/compose window sensitive as soon as
+               no child process is running anymore even if the io dialog
+               is open.
+               Fixed a struct being initialized with a non constant char*
+
+2002-03-16 [christoph] 0.7.4claws15
+
+       * configure.in
+               add --with-compiler-flags option
+               (only for developer hacking)
+       * src/mh.c
+       * src/procmsg.[ch]
+       * src/summaryview.c
+               try to make folder-stats and flag handling more
+               independent from the summaryview. msgcounts
+               are only set when the folder is opened and
+               procmsg_msginfo_(un)set_flags will handle it
+               later and summaryview will get the values
+               from the folder.
+
+2002-03-16 [paul]      0.7.4claws14
+
+       * src/messageview.c
+               fix Return-receipt. Patch submitted by Bob
+               Woodside <rwoodside1@comcast.net>
+
+2002-03-16 [paul]      0.7.4claws13
+
+       * src/compose.c
+               fix 'dynamic' signatures, make it work again
+               broken during sync on 2002-03-14 (0.7.4claws2)
+
+2002-03-15 [match]     0.7.4claws12
+
+       * src/addrharvest.[ch]
+       * src/addrgather.[ch]
+       * src/addressbook.[ch]
+       * src/mainwindow.c
+               included address harvester feature. still some
+               issues with address parsing that I will fix.
+
+2002-03-15 [match]     0.7.4claws11
+
+       * src/addrbook.[ch]
+       * src/addrcache.[ch]
+       * src/addressbook.[ch]
+       * src/addrindex.c
+       * src/editbook.c
+       * src/importldif.c
+       * src/importmutt.c
+       * src/jpilot.[ch]
+       * src/main.c
+       * src/syldap.[ch]
+       * src/vcard.[ch]
+               tidy up. fix memory leaks. moved attribs and methods
+               from individual interfaces to addrcache object. prep
+               for new stuff to come in.
+
+2002-03-15 [alfons]    0.7.4claws10
+
+       * src/matcher.[ch]
+       * src/matcher_parser_parse.y
+       * src/matcher_parser_lex.l
+       * src/prefs_matcher.c
+               add filtering conditions message greater than, smaller 
+               than, and exactly matching a size in bytes
+               (does not work with delete from POP3 server yet)
+
+               this should also give others an idea what you should
+               do to add new criterions to claws filtering system
+               
+
+2002-03-15 [paul]      0.7.4claws9
+
+       * tools/filter_conv.pl
+               exit if there are no filter rules to convert
+               rename filterrc to filterrc.old after completion
+
+2002-03-15 [paul]      0.7.4claws8
+
+       * sync with sylpheed 0.7.4cvs3
+               see ChangeLog entry 2002-03-14
+
+2002-03-14 [paul]      0.7.4claws7
+
+       * src/compose.c
+               clean up the last commit (ahem)
+
+2002-03-14 [paul]      0.7.4claws6
+
+       * src/compose.c
+               fix bug #515655. honour account preferences
+               regarding gpg default signing/encryption when 
+               changing account from the compose window.
+
+2002-03-14 [paul]      0.7.4claws5
+
+       * src/folderview.c
+               remove unnecessary curly brackets
+
+2002-03-14 [paul]      0.7.4claws4
+
+       * src/folderview.c
+         src/prefs_filtering.[ch]
+               add filter rename on folder rename and filter
+               delete on folder delete. Patch submitted by
+               Neill Miller <neillm@thecodefactory.org> 
+
+2002-03-14 [christoph] 0.7.4claws3
+
+       * src/procmsg.c
+       * src/send.c
+               fix local delivery
+               (patch submitted by "Simon 'corecode' Schubert")
+       * src/prefs_common.c
+       * src/procmsg.c
+               fix gcc 3.0 warning
+
+2002-03-14 [paul]      0.7.4claws2
+
+       * sync with sylpheed 0.7.4cvs2
+               see ChangeLog entry 2002-03-13
+
+2002-03-12 [darko]     0.7.4claws1
+
+       * src/mainwindow.c
+               fix what seems to be a copy and paste error
+               when setting color for important messages
+               (reported by wwp)
+
+2002-03-11 [paul]      version 0.7.4claws released
+
+2002-03-11 [paul]      0.7.4claws
+
+       * po/es.po
+         po/it.po
+         po/nl.po
+         po/pt_BR.po
+               update message catalogs. Submitted by Ricardo Mones 
+               Lastra, Alessandro Maestri, Wilbert Berendsen, and 
+               Fabio Junior Beneditto
+
+       * configure.in
+         faq/Makefile.am
+         faq/it/Makefile
+         faq/it/sylpheed-faq*
+         src/mainwindow.c
+         src/manual.[ch]
+               add FAQ in Italian
+       
+
+2002-03-11 [jens]      0.7.3claws7
+
+       * po/de.po
+               updated German translation
+
+2002-03-11 [melvin]    0.7.3claws6
+
+       * po/fr.po
+               updated and corrected French translation
+
+2002-03-10 [hoa]       0.7.3claws5
+
+       * src/account.c
+       * src/inc.c
+       * src/prefs_account.c
+       * src/procmsg.c
+       * src/send.[ch]
+               fixed the local account.
+               you have to change the default "/usr/sbin/sendmail"
+               to "/usr/sbin/sendmail -t" in the preferences of
+               the local account.
+
+       * src/procmime.c
+               removed some debug display for renderer
+
+2002-03-10 [paul]      0.7.3claws4
+
+       * faq/en/sylpheed-faq-1.html
+         faq/en/sylpheed-faq-2.html
+               update
+
+2002-03-09 [paul]      0.7.3claws3
+
+       * sync with sylpheed 0.7.4
+               see ChangeLog entry 2002-03-09
+
+2002-03-08 [paul]      0.7.3claws2
+
+       * faq/en/sylpheed-faq*
+         faq/es/sylpheed-faq*
+         faq/fr/sylpheed-faq*
+               update the FAQs
+
+       * manual/fr/.cvsignore
+         manual/fr/Makefilea.am
+         manual/fr/sylpheed*
+         src/mainwindow.c
+         src/manual.[ch]
+               add the French manual
+
 2002-03-07 [paul]      0.7.3claws1
 
        * sync with sylpheed 0.7.3cvs4