remove buggy pgp plaintext code
[claws.git] / ChangeLog.claws
index ffc6d208eca2f37d56f7fdc40a0428bc4afd3752..1d141944321bf4a3a5e8cc9a888a866e734b57a3 100644 (file)
@@ -1,3 +1,719 @@
+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
+               Added error report when child cannot fork or when execvp 
+               returns with an error.
+
+2002-02-19 [christoph] 0.7.2claws1
+
+       * src/codeconv.c
+               return unconverted text if conde conversion is not possible
+               when libjconv is used.
+               (patch submitted by "Simon 'corecode' Schubert")
+
+2002-02-19 [paul]      
+
+       * version 0.7.2claws release
+
+2002-02-19 [paul]      0.7.2claws
+
+       * po/nl.po
+               updated by Wilbert Berendsen
+
+
+2002-02-18 [alfons]    0.7.1claws13
+
+       * src/syldap.c
+       * src/jpilot.c
+               remove references to dlfcn and explicitly loading functions
+               from dynalink libs, because libs linked anyway, and functions
+               are loaded explicitly
+
+2002-02-17 [melvin]    0.7.1claws12
+
+       * src/prefs_actions.c
+               Replaced children wait loop with double fork technique.
+               Now, input/output window updated at each new output.
+               free_children(): Fixed a memory leak.
+               Made input/output window non closable if running children
+               still exist.
+               Added missing <unistd.h> include.
+               Added some --debug outputs.
+
+2002-02-17 [melvin]    0.7.1claws11
+
+       * src/summaryview.c
+               Fixed bug where descending sort order did not select top
+               message.
+
+2002-02-17 [melvin]    0.7.1claws10
+
+       * acconfig.h
+               Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
+       * src/prefs_common.c
+               Pspell data package directory no more hard coded but
+               set during configuration (PSPELL_PATH). (Thanks to 
+                               Gustavo Noronha Silva.)
+
+2002-02-17 [melvin]    0.7.1claws9
+
+       * configure.in
+               Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
+       * src/gtkspell.c
+               Fixed compile-time warnings.
+
+2002-02-16 [alfons]    0.7.1claws8
+
+       * src/filesel.c
+               fix inadvertent free of NULL pointer which caused
+               sylpheed to crash when closing the save-as dialog
+               using the window close button
+
+2002-02-16 [carsten]   0.7.1claws7
+       * src/mainwindow.[ch]
+         src/summaryview.c
+         src/prefs_common.c
+               fixes for pixmap theming code:
+                       - recently changed mail attributes shouldn't get
+                         lost any longer
+                       - theme is only reloaded iff another theme was
+                         selected
+
+2002-02-16 [paul]      0.7.1claws6
+
+       * sync with sylpheed 0.7.2 release
+               see ChangeLog entry 2002-02-15 and 2002-02-16
+
+2002-02-15 [paul]      0.7.1claws5
+
+       * sync with sylpheed 0.7.1cvs9
+               see ChangeLog entry 2002-02-15
+
+       * po/POTFILES.in
+               remove unneeded headerwindow.c entry
+
+2002-02-14 [carsten]   0.7.1claws4
+       * src/summaryview.c
+               fixed a bug for "Go to next unread message": there was
+               an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
+               in the prefs, because of doing "Search again" instead
+               "No"
+
+2002-02-14 [carsten]   0.7.1claws3
+       * src/stock_pixmap.c
+               removed 2 more mem leaks; following memprof,
+               this code is "leak free" now :)
+
+2002-02-14 [carsten]   0.7.1claws2
+       * src/stock_pixmap.c
+               used opendir/readdir/closedir instead of scandir
+               -> code should work now on Solaris
+
+2002-02-14 [paul]      0.7.1claws1
+
+       * sync with sylpheed 0.7.1cvs8
+               see ChangeLog entries 2002-02-13 and 2002-02-14
+
+       * README.claws
+               add some description of Actions and Pixmap Themes
+
+2002-02-13 [paul]      
+
+       * version 0.7.1claws release
+
+2002-02-13 [paul]      0.7.1claws
+
+       * po/es.po
+         po/it.po
+         po/pt_BR.po
+               updated translations, submitted by Ricardo Mones Lastra,
+               Alessandro Maestri and Fabio Junior Beneditto
+
+2002-02-13 [melvin]    0.7.0claws75
+
+       * src/prefs_actions.c
+               Added missing "signal.h" include
+
+2002-02-13 [melvin]    0.7.0claws74
+
+       * src/prefs_folder_item.c
+               Added missing "config.h" include
+       * po/fr.po
+               Updated French translation for folder propriety.
+
+2002-02-13 [jens]      0.7.0claws73
+
+       * po/POTFILES.in
+               Added missing src/prefs_folder_item.c [log added by melvin]
+       * po/de.po
+               Updated German translation.
+
+2002-02-13 [melvin]    0.7.0claws72
+
+       * po/fr.po
+               Updated French translation.
+
+2002-02-13 [melvin]    0.7.0claws71
+
+       * src/gtkutils.c
+               Made gtkut_editable_get_selection return NULL if selection
+               is of length zero.
+               This fixes a bug where selecting part of message A then
+               switching to message B and replying to it will not
+               quote the message's body.
+
+2002-02-12 [paul]      0.7.0claws70
+
+       * src/mainwindow.c
+               cosmetic, relating to pixmap themes: on toolbar make 
+               updating of 'Exec' and 'Compose news/Compose email'
+               icons faster.
+
+2002-02-12 [carsten]   0.7.0claws69
+       * src/folderview.c
+         src/mainwindow.[ch]
+         src/stock_pixmap.c
+         src/summaryview.c
+         src/prefs_common.c
+               - refreshing after changing pixmap theme better
+                 now (thanks Paul)
+               - wanted to remove some mem leaks, but alfons was
+                 faster (and had the better solution ;)
+
+2002-02-12 [alfons]     0.7.0claws68
+
+        * src/prefs_common.c
+        * src/stock_pixmap.[ch]
+                plug mem leaks, refactor code a little bit
+
+
+2002-02-12 [sergey]    0.7.0claws67
+
+       * src/imap.c
+               Fixed problem with copying messages to IMAP folders when the
+               server uses something other than '/' as a namespace separator
+               (cyrus-imapd uses '.').
+
+2002-02-12 [jens]      0.7.0claws66
+
+       * po/de.po
+               Updated German Translation
+
+2002-02-12 [paul]      0.7.0claws65
+
+       * sync with sylpheed 0.7.1cvs1
+               see ChangeLog entry 2002-02-12
+
+2002-02-12 [melvin]    0.7.0claws64
+
+       * src/prefs_actions.c
+               Fixed "feature" where children's output was duplicated 
+               instead of refreshed while monitoring.
+               Removed some debug code.
+
+2002-02-12 [christoph] 0.7.0claws63
+
+       * src/compose.c
+               always delete message from queue after sending/send error
+               (closes bug #509601)
+
+2002-02-12 [melvin]    0.7.0claws62
+
+       * src/prefs_actions.c
+               Children wait loop is now triggered with a timeout of 1s
+               Added %F which is replaced with the list of filenames 
+               of all selected messages (as suggested by Ricardo Mones Lestra)
+               Pipe syntax changed. Prefix with | to send selection, postfix
+               with | to retrieve output. Prefix with > or * to send
+               user definable input to the command (*: input is hidden)
+               Old pipe action should now be postfixed with |, too.
+
+2002-02-12 [carsten]   0.7.0claws61 (more 59.75)
+       * src/stock_pixmap.c
+               fixed a bug: if there's no theme directory don't
+               throw an error, just do "nothing" (thanks Alfons)
+
+2002-02-12 [carsten]   0.7.0claws60
+       * src/folderview.c
+         src/summaryview.c
+               had to write the cache twice (nasty!); some marks would 
+               get lost if not
+
+2002-02-11 [carsten]   0.7.0claws59
+       * acconfig.h
+         configure.in
+         doc-src/maintainer_guide.txt
+         src/compose.[ch]
+         src/defs.h
+         src/folderview.[ch]
+         src/gtkutils.[ch]
+         src/mainwindow.[ch]
+         src/prefs_common.[ch]
+         src/stock_pixmap.[ch]
+         src/summaryview.[ch]
+               pixmap theming and related work on pixmap
+               handling on some other places
+               (e.g. hrm features for all folder)
+         src/pixmap/stock_*.xpm -> the stock_ was removed
+       
+2002-02-11 [paul]      0.7.0claws58
+
+       * sync with sylpheed 0.7.1 release
+               see ChangeLog entries 2002-02-11
+
+2002-02-08 [paul]      0.7.0claws57
+
+       * sync with sylpheed 0.7.0cvs39
+               see ChangeLog entry 2002-02-07 (last entry) 
+
+       * src/prefs_actions.c
+         src/prefs_filtering.c
+         src/prefs_matcher.c
+         src/prefs_scoring.c
+               sync: made it compile with C compilers other than gcc
+
+2002-02-07 [paul]      0.7.0claws56
+
+       * sync with sylpheed 0.7.0cvs38
+               see ChangeLog entries 2002-02-06 (last 2 entries) and
+               2002-02-07
+
+2002-02-07 [darko]     0.7.0claws55
+
+       * src/gtkutils.[ch]
+       * src/summaryview.c
+               Fix const gchar */gchar * issue (thanks Hiro)
+
+2002-02-07 [darko]     0.7.0claws54
+
+       * src/compose.[ch]
+       * src/filtering.c
+       * src/gtkutils.[ch]
+       * src/prefs_template.c
+       * src/quote_fmt.h
+       * src/quote_fmt_parse.y
+       * src/summaryview.c
+       * src/utils.[ch]
+               When replying or forwarding an email don't quote the entire
+               mail body but use the part of the message text that is selected
+
+2002-02-06 [melvin]    0.7.0claws53
+
+       * src/prefs_common.[ch]
+       * src/gtkspell.[ch]
+       * src/compose.c
+               Made possible to switch quickly to last used dictionary
+               which makes checking bilingual documents easier.
+
+2002-02-06 [melvin]    0.7.0claws52
+       
+       * po/POTFILES.in
+               Added forgotten new file src/prefs_actions.c
+
+2002-02-06 [melvin]    0.7.0claws51
+
+       * src/prefs_actions.c   ** NEW FILE **
+       * src/prefs_actions.h   ** NEW FILE **
+               Added actions to execute on message text view, or on the
+                       message's file.
+       * src/Makefile.am
+               Added src/prefs_actions.[ch]
+       * src/compose.c
+               Added new menu "Edit/Actions"
+       * src/defs.h
+               Added new actionsrc file.
+       * src/main.c
+               Added actionsrc reading.
+       * src/mainwindow.c
+               Added new menus "Edit/Actions" and "Configuration/Actions..."
+       * src/prefs_common.h
+               Added new element actionslst element to prefs_common.
+
+2002-02-06 [paul]      0.7.0claws50
+
+       * sync with sylpheed 0.7.0cvs36
+               see ChangeLog entry 2002-02-06
+
+2002-02-05 [paul]
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2002-02-05 [paul]      0.7.0claws49
+
+       * sync with sylpheed 0.7.0cvs33
+               see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
+
+2002-02-05 [paul]      0.7.0claws48
+
+       * src/compose.c
+               re-add 'Edit/Advanced/Delete entire line', previously named
+               'Delete Line+'
+
+2002-02-04 [paul]      0.7.0claws47
+
+       * src/compose.c
+         src/summaryview.c
+               fix bug #494993 (Reply All not taking Reply-To into consi)
+               eliminate differences in behaviour of right-click 'Reply to all' 
+               in summary view and 'Reply to all' on the toolbar. 
+               fix bug where Reply-To gets ignored by 'Reply to all' in summary
+               view and From gets ignored by 'Reply to all' on toolbar.
+               fix bug where 'Reply to all' on toolbar uses To twice and ignores
+               From when no Reply-To header is present.
+
+2002-02-04 [paul]      0.7.0claws46
+
+       * sync with sylpheed 0.7.0cvs30
+               see ChangeLog entries 2002-02-03 and 2002-02-04
+
+2002-02-03 [melvin]    0.7.0claws45
+
+       * src/gtkspell.[ch]
+               Readded function to highlight all misspelled words.
+               Fixed bug where user-provided-words did not replace
+                       correctly the misspelled word when using the mouse.
+               Fixed bug where checking a region selected from right to left did
+                       not check the region at all.
+               Fixed bug where 'Check backwards' may not check at all. 
+               Fixed memory leaks where popup menus and accel_groups were not destroyed.
+               Fixed possible buffer overflow when checking for long strings (>1k).
+               Made cursor and scrollbar positions non changing after uncheck_all/check_all.
+               Accelerators code uses now gtk_widget_add_accel.
+               Removed and disabled obsolete and unfinished code.
+               Cleaning up.
+
+       * src/compose.c
+               Added menu item to Highlight all misspelled words.
+
+2002-02-01 [paul]      0.7.0claws44
+
+       * src/mainwindow.c
+               fix '/View/Hide read messages' sensitivity when all
+               messages in a folder are hidden
+
+2002-02-01 [paul]      0.7.0claws43
+
+       * src/main.c
+               add --send option to command line interface, sends all
+               queued mail. Patch submitted by Ricardo Mones Lastra.
+
 2002-01-31 [paul]      0.7.0claws42
 
        * src/mainwindow.c
        * src/compose.c
                clean up account preference poison in rfc2015,
                and preparation to fix double sign bug 
-               (patch submitted by Simon 'corecode' Schubert) 
+               (patch submitted by Simon 'corecode' Schubert)
 
 2002-01-07 [christoph] 0.6.6claws43