add en_GB message catalogue
[claws.git] / ChangeLog.claws
index 6955b6fe5be2a04d4b820cb7b533bc9b457e7338..b5bb2d95ad74d36ae33092a48b573ce674073073 100644 (file)
@@ -1,3 +1,488 @@
+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
+               see ChangeLog entries  2002-03-06 and 2002-03-07
+       
+       * po/nl.po
+               updated by Wilbert Berendsen
+
+2002-03-07 [melvin]    0.7.2claws34
+
+       * src/selective_download.c
+               Changed the pixmap of the receive button to MAIL_RECEIVE.
+
+2002-03-06 [paul]      0.7.2claws33
+
+       * sync with sylpheed 0.7.3cvs1
+               bug fix, see ChangeLog entry 2002-03-05
+
+2002-03-05 [paul]      0.7.2claws32
+
+       * src/mimeview.c
+         src/pgptext.[ch]
+         src/procmsg.c
+               reverse the pgp ascii-armored code implemented in 
+               0.7.2claws16. removal of this code until it matures.
+               this means that verifying ascii-armored pgp sigs and
+               automatic decryption of ascii-armored encrypted
+               messages no longer works.
+
+2002-03-05 [paul]      0.7.2claws31
+
+       * configure.in
+         Makefile.am
+       * faq/Makefile.am
+       * faq/en/Makefile.am
+         faq/en/sylpheed-faq.html
+         faq/en/sylpheed-faq-1.html
+          faq/en/sylpheed-faq-2.html
+         faq/en/sylpheed-faq-3.html
+       * faq/es/Makefile.am
+         faq/es/sylpheed-faq.html
+         faq/es/sylpheed-faq-1.html
+          faq/es/sylpheed-faq-2.html
+         faq/es/sylpheed-faq-3.html
+         faq/es/sylpheed-faq-4.html
+       * faq/fr/Makefile.am
+         faq/fr/sylpheed-faq.html
+         faq/fr/sylpheed-faq-1.html
+          faq/fr/sylpheed-faq-2.html
+         faq/fr/sylpheed-faq-3.html
+       * src/Makefile.am
+         src/defs.h
+         src/mainwindow.c
+         src/manual.[ch]
+               add FAQs in English, Spanish and French
+
+
+2002-03-05 [paul]      0.7.2claws30
+
+       * manual/en/sylpheed.html
+         manual/en/sylpheed-XX.html
+               updated the English manual
+
+2002-03-05 [hoa]       
+
+       * src/summaryview.c
+               dialog box pops up if the article can't be deleted.
+
+2002-03-04 [paul]      
+       
+       * po/pt_BR.po
+               updated by Fabio Junior Benedito
+
+2002-03-04 [hoa]
+
+       * removed ac/gpgme.m4
+               to avoid autogen common problem
+               developers have to install gpgme development package now
+
+       * src/compose.c
+               encoding to 7bit or 8bit is enabled.
+
+2002-03-03 [alfons]    0.7.2claws29
+
+       * src/pop.c
+               merge fix by Oliver Haertel for selective
+               download buglet
+
+2002-03-03 [paul]      0.7.2claws28
+       
+       * sync with sylpheed 0.7.3
+
+2002-03-03 [paul]      0.7.2claws27
+
+       * sync with sylpheed 0.7.2cvs24
+               see ChangeLog entries 2002-03-02 and 2002-03-03
+
+2002-03-02 [melvin]    0.7.2claws26
+
+       * src/inc.[ch]
+       * src/main.c
+       * src/mainwindow.c
+       * src/prefs_common.[ch]
+               Added user definable notification on new mail arrival.
+               Removed unused variables in spell checker prefs code.
+
+2002-03-02 [melvin]    0.7.2claws25
+
+       * src/quote_fmt.c
+               Removed unnecessary escape sequences.
+               Changed 'Initial...' to 'Initials of Sender'
+
+2002-03-02 [paul]      0.7.2claws24
+
+       * sync with sylpheed 0.7.2cvs22
+               see ChangeLog entry 2002-03-01
+
+2002-03-01 [hoa]       0.7.2claws23
+
+       * src/mainwindow.c
+               Set sensitivity of delete actions to active
+               even if the folder is a newsgroup.
+
+       * src/summaryview.c
+               - Set sensitivity of delete actions
+               - Added function check_permission() that will check if the
+                 user is authorized to delete a message. For news, it
+                 will check if the author is the same.
+               - Enabled deletion when there is no trash folder.
+
+       * src/news.[ch]
+               - Added news_cancel_article() to cancel articles
+               - Implemented news_remove_message() (public function)
+
+2002-03-01 [paul]      0.7.2claws22
+
+       * src/gtkutils.c
+         src/textview.c
+               recognise urls that that don't include 'http://' and
+               simply begin 'www.' 
+
+       * AUTHORS
+               remove duplicated name
+
+2002-02-28 [paul]      0.7.2claws21
+
+       * src/mainwindow.c
+         src/summaryview.[ch]
+               add ability to 'Select thread'
+               combines Melvin's "Select thread's head" patch (#510907)
+               with Colin Leroy's <colin@colino.net> "Select whole thread" 
+               patch (#518514) 
+
+2002-02-28 [paul]      0.7.2claws20
+
+       * src/mimeview.c
+               hopefully fix segfault on right-clicking a mime part
+               that some people have experienced.      
+               fix submitted by Fredrik Olofsson <frol@linux.nu>
+
+2002-02-28 [paul]      0.7.2claws19
+
+       * sync with sylpheed 0.7.2cvs21
+               see ChangeLog entries 2002-02-27 and 2002-02-28
+
+2002-02-27 [paul]      0.7.2claws18
+
+       * sync with sylpheed 0.7.2cvs18
+               see ChangeLog entries 2002-02-26 and 2002-02-27
+
+2002-02-26 [alfons]    0.7.2claws17
+
+       * src/procheader.c
+               #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
+               (spotted by Chris Hessman <idatech@gmx.net>)
+
+2002-02-26 [paul]      0.7.2claws16
+
+       * src/mimeview.c
+         src/pgptext.[ch]
+         src/procmsg.c
+               make decryption of ascii-armored pgp encrypted messages
+               and verification of ascii-armored signatures work again.
+               slightly altered from the patch by Jens Jahnke 
+               <jan0sch@gmx.net>
+
+               ##FIX ME##
+               * the checking of plaintext signatures always comes up in 
+                 a popup box
+               * it doesn't work for multipart messages 
+               * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
+                 including the msg headers and these 2 line themselves, are 
+                 not displayed
+
+       * src/mainwindow.c
+               "View/Folder Tree" becomes "View/Separate Folder Tree"
+               "View/Message View" becomes "View/Separate Message View"
+               because its less ambiguous.
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2002-02-26 [paul]      0.7.2claws15
+
+       * sync with sylpheed 0.7.2cvs17
+               see ChangeLog entries 2002-02-25 and 2002-02-26
+
+2002-02-25 [christoph] 0.7.2claws14
+
+       * src/filtering.[ch]
+       * src/inc.c
+               do filtering stuff after all messages have been received
+                 1. drop all messages to .processing
+                 2. scan processing folder for messages
+                 3. filter messages or move to inbox
+               this will also find old messages left in processing after
+               a crash or something like that and we get a real msginfo
+               from folder->get_msg_list and do not have to create our
+               own in filter_message
+       * src/matcher_parser_parse.y
+               remove MIX/MAX warning (reordered includes)
+
+2002-02-25 [paul]      0.7.2claws13
+
+       * sync with sylpheed 0.7.2cvs15
+               see ChangeLog entry 2002-02-24
+
 2002-02-24 [alfons]    0.7.2claws12
 
        * src/filtering.c