update English FAQ
[claws.git] / ChangeLog.claws
index c0612f15e359840eb72b095e6fca531d99ee6dc7..0b492509d6bb18b2947ca292eef63426847ce895 100644 (file)
@@ -1,3 +1,362 @@
+2002-03-10 [paul]
+
+       * 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
+               clear old color flags first when applying a new color to
+               a message info. 
+               (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
+
+2002-02-24 [alfons]    0.7.2.claws11
+       
+       * AUTHORS
+       * src/prefs_common.c
+               add presets for Opera and Konqueror, closes patch #517261,
+               submitted by Ville Skyttä <scop@users.sourceforge.net>
+
+2002-02-24 [alfons]    0.7.2.claws10
+
+       * AUTHORS
+       * src/summaryview.c
+               fix threading for null message ids, closes patch #521601,
+               submitted by Bob Forsman <hammor@users.sourceforge.net>
+
+2002-02-24 [alfons]    0.7.2claws9
+
+       * src/summaryview.c
+       * src/filtering.c
+               make Tool | Filter Message work with filtering system so
+               setting flags also works
+
+               TODO:
+
+               - Processing uses the same function as Tool | Filter
+                 Message, but doesn't use the same update proc yet
+
+2002-02-23 [paul]      0.7.2claws8
+
+       * sync with sylpheed 0.7.2cvs14
+               see ChangeLog entries 2002-02-22 and 2002-02-23
+
+2002-02-22 [christoph] 0.7.2claws7
+
+       * src/quote_fmt.c
+               Add column space to table
+       * src/quote_fmt_parse.y
+               Close files
+
+2002-02-22 [paul]      0.7.2claws6
+
+       * src/Makefile.am
+         src/defs.h
+         src/filtering.c
+         src/inc.[ch]
+         src/mainwindow.c
+         src/matcher.[ch]
+         src/matcher_parser_lex.l
+         src/matcher_parser_parse.y
+         src/pop.[ch]
+         src/prefs_account.h
+         src/prefs_filtering.c
+         src/selective_download.[ch]   *** NEW FILES ***
+         src/utils.[ch]
+         po/POTFILES.in
+               Selective Download added to 'Tool' menu. 
+               Retrieves email headers of the currently selected pop3 
+               account and allows the user to mark emails for deletion 
+               right on the pop3 server. Patch submitted by Oliver Haertel 
+               <oha@users.sourceforge.net>.
+       
+       * po/POTFILES.in
+               add 'src/quote_fmt.c'           
+
+2002-02-22 [christoph] 0.7.2claws5
+
+       * src/Makefile.am
+               added quote_fmt.c
+       * src/prefs_common.[ch]
+       * src/prefs_template.c
+       * src/quote_fmt.c               *** NEW FILE ***
+       * src/quote_fmt.h
+               move quote format symbol description code
+               to it's own file because it is used from
+               differnent code parts
+               Rewrote symbol description GUI
+                 + use table
+                 + add separators
+                 + get data from array (no more long constant strings)
+       * src/quote_fmt_lex.l
+       * src/quote_fmt_parse.y
+               Symbol for Literal % changed to \% instead of %%
+               (More logical as \ is used for quoting for other symbols)
+               Add |f and |p to include files and program output
+               Examples:
+                   |f{/home/.../.signature}
+                   |p{date}
+       * po/de.po
+               Correct wrong spelling for "Referenzen"
+
+2002-02-21 [paul]      0.7.2claws4
+
+       * src/procmsg.c
+               forgotten during sync
+
+2002-02-21 [paul]      0.7.2claws3
+
+       * sync with sylpheed 0.7.2cvs11
+               see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
+               2002-02-20 and 2002-02-21
+
 2002-02-20 [melvin]    0.7.2claws2
 
        * src/prefs_actions.c