* src/imap.c
[claws.git] / ChangeLog.claws
index c947021c6e135f1ce3d5e51344367f3d0af29093..197a358a5608b5397d72e8b6df17a3c455ed4cbf 100644 (file)
@@ -1,9 +1,606 @@
+2002-06-30 [christoph] 0.7.8claws36
+
+       * merge new cache branch
+       * src/imap.c
+           fix new cache imap copy bug
+
+2002-06-29 [paul]      0.7.8claws35
+
+       * configure.in
+               correct syntax error
+
+2002-06-29 [paul]      0.7.8claws34
+
+       * configure.in
+         Makefile.am
+         man/Makefile.am       ** NEW FILE **
+         man/sylpheed.1.gz     ** NEW FILE **
+               add Sylpheed man page
+
+2002-06-29 [paul]      0.7.8claws33
+
+       * po/pt_BR.po
+               updated by Fabio Junior Beneditto
+
+2002-06-28 [jens]      0.7.8claws32
+
+       * po/de.po
+               translation updated
+
+       * src/selective_download.c
+               removed gettext for space " "
+
+       * src/imap.c
+               removed wrong space
+
+2002-06-28 [paul]      0.7.8claws31
+
+       * sync with 0.7.8cvs11
+               see ChangeLog 2002-06-28
+
+2002-06-28 [paul]      0.7.8claws30
+
+       * sync with 0.7.8cvs10
+               see ChangeLog 2002-06-27 and 2002-06-28
+
+2002-06-26 [paul]      0.7.8claws29
+
+       * src/addrgather.c
+         src/selective_download.c
+               don't gettextise empty strings.
+               reserved by gettext. gettext("") returns 
+               the header entry with meta information, 
+               not the empty string
+
+       * po/en_GB.po
+               updated
+
+2002-06-26 [paul]      0.7.8claws28
+
+       * sync with 0.7.8cvs7
+               see ChangeLog 2002-06-25
+
+       * src/prefs_common.c
+               ...and in the process, tweak the gui a little
+       
+2002-06-25 [alfons]    0.7.8claws27
+       
+       * configure.in
+       * src/Makefile.am
+               fine tune ldap library detection
+
+2002-06-25 [alfons]    0.7.8claws26
+
+       * src/compose.c
+               don't allow return receipts when composing a news article
+
+2002-06-25 [paul]      0.7.8claws25
+
+       * Makefile.am
+               add '$(AMTAR)' to 'release' section to allow for
+               new and older autotools
+
+2002-06-25 [paul]      0.7.8claws24
+
+       * src/summaryview.c
+               fix "No more unread messages" persistant pop-up
+               window bug
+
+2002-06-25 [paul]      0.7.8claws23
+
+       * po/it.po
+               updated by Alessandro Maestri
+
+2002-06-25 [paul]      0.7.8claws22
+
+       * sync with 0.7.8cvs6
+               see ChangeLog 2002-06-25
+
+2002-06-24 [paul]      0.7.8claws21
+
+       * tools/update-po
+               add GPL copyright information
+
+2002-06-24 [paul]      0.7.8claws20
+
+       * tools/Makefile.am
+         tools/README
+         tools/update-po       ** NEW FILE **
+               add script that eases the creation of *.po files
+               Submitted by Wilbert Berendsen <wilbert@oswf.org>
+
+2002-06-23 [alfons]    0.7.8claws19
+
+       * src/messageview.c
+               make notification_convert_header obey const correctness
+               (next step will be fixing the broken return receipt)
+
+2002-06-23 [paul]      0.7.8claws18
+
+       * src/messageview.c
+               fix bug introduced in last commit:
+               removed too much code in last commit - put back what's
+               needed
+
+2002-06-23 [paul]      0.7.8claws17
+
+       * src/messageview.[ch]
+               remove code committed in error from locally patched
+               source
+
+2002-06-23 [colin]     0.7.8claws16
+
+       * src/compose.[ch]
+               add compose_entry_select(), used to select the default_to
+               email address - hopefully avoiding people sending mails to
+               wrong recipients.
+
+2002-06-22 [alfons]    0.7.8claws15
+
+       * AUTHORS
+               add Bram Metsch & Stanislav Karchebny
+       * src/smtp.[ch]
+       * src/prefs_account.[ch]
+       * src/send.c
+               - apply and adapt Bram's patch which allows user to set SMTP AUTH 
+                 options.  (see <http://sourceforge.net/tracker/index.php
+                 ?func=detail&aid=566937&group_id=25528&atid=384600>);
+
+               - merge Stanislav's fix to make SMTP AUTH work with qmail
+                 (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
+
+2002-06-22 [paul]      0.7.8claws14
+
+       * sync with 0.7.8cvs5
+               see ChangeLog 2002-06-19 and 2002-06-20
+
+2002-06-22 [alfons]    0.7.8claws13
+
+       * src/selective_download.c
+               fix a stupid mistake I made
+
+2002-06-22 [alfons]    0.7.8claws12
+
+       * src/selective_download.[ch]
+               fix another unnoticed leak; cleanup code
+
+2002-06-21 [alfons]
+
+       * tools/Makefile.am
+               gpg-sign <-- gpg-sign-syl
+
+2002-06-21 [alfons]    0.7.8claws11
+
+       * src/selective_download.c
+       * src/selective_download.h
+               fix assorted mix of allocation errors (should solve
+               problem reported by Philippe Gramoullé, see:
+               http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
+
+2002-06-20 [melvin]    0.7.8claws10
+
+       * tools/gpg-sign *REMOVED*
+         tools/gpg-sign-syl *ADDED*
+               Replaced the gpg clearsigning script with the version using
+               xterm instead of ssh-askpass and changed its name.
+
+       * README.claws
+               Updated actions example to reflect the renaming of the
+               gpg clearsigning script.
+
+2002-06-19 [paul]      0.7.8claws9
+
+       * sync with 0.7.8claws9
+               see ChangeLog 2002-06-18 and 2002-06-19
+
+2002-06-19 [paul]      0.7.8claws8
+
+       * sync with 0.7.8cvs1
+               see ChangeLog 2002-06-18
+
+2002-06-18 [alfons]    0.7.8claws7
+
+       * src/mainwindow.h
+               add omitted prototype
+
+2002-06-17 [paul]      0.7.8claws6
+
+       * src/mainwindow.c
+               fix hiding of exec_btn
+
+2002-06-17 [paul]      0.7.8claws5
+
+       * src/pop.c
+               remove unneeded code: should_delete() 
+               and Pop3State::uidl_todelete_list
+
+2002-06-17 [paul]      0.7.8claws4
+
+       * sync with 0.7.8
+               see ChangeLog 2002-06-11 and 2002-06-13
+
+2002-06-16 [alfons]    0.7.8claws3
+       
+       * src/folder.c
+               make sure lock sort mode (claws specific) is
+               also persists after a tree rescan
+
+2002-06-16 [alfons]    0.7.8claws2
+
+       * src/prefs_folder_item.c
+       * src/folder.[ch]
+               fix persistence of folder sort mode (broken
+               by adapting Hiro's new folder persistence code)
+
+2002-06-16 [alfons]    0.7.8claws1
+
+       * AUTHORS
+       * src/logwindow.c
+       * src/prefscommon.[ch]
+               control size of log text in log window; 
+               closes patch #569155 submitted by Mitko Haralanov.
+
+2002-06-15 [paul]      0.7.8claws
+
+       * release of 0.7.8claws
+
+2002-06-15 [paul]      0.7.7claws
+
+       * po/pt_BR.po
+               updated by Fabio Junior Beneditto
+
+2002-06-14 [paul]      0.7.6claws49
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2002-06-14 [paul]      0.7.6claws48
+
+       * po/nl.po
+               updated translation by Wilbert Berendsen
+
+2002-06-14 [melvin]    0.7.6claws47
+
+       * po/fr.po
+               Updated French translation
+
+2002-06-13 [paul]      0.7.6claws46
+
+       * src/filesel.c
+               allow filename to be typed in, rather than just
+               selected by the mouse. Patch by Gustavo Noronha Silva.
+
+2002-06-13 [alfons]    0.7.6claws45
+
+       * src/mainwindow.[ch]
+               more cleanups (removing unnecessary menu items Expand 
+               summary / message view)
+
+2002-06-13 [melvin]    0.7.6claws44
+
+       * po/POTFILES.in
+               Added src/string_match.c
+       * src/string_match.c
+               Fixed possible buffer overflow.
+               Corrected typo.
+               Added missing config.h header.
+       * src/prefs_common.c
+         src/prefs_matcher.c
+         src/prefs_scoring.c
+               Made some strings translatable (missing _(..)).
+
+2002-06-13 [melvin]    0.7.6claws43
+
+       * README.claws
+               Corrected action example (verifying clearsigned mail).
+       * src/prefs_account.c
+               Corrected typo.
+       * src/prefs_common.c
+               Removed incorrect line that generated a Gtk-CRITICAL msg.
+
+2002-06-12 [alfons]    0.7.6claws42
+
+       * src/summaryview.c
+               add init of score column lost in 0.7.6claws42
+
+2002-06-12 [paul]      0.7.6claws41
+
+       * src/prefs_account.c
+               CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
+               behavior of the radio buttons, (from 0.7.7cvs2)
+
+2002-06-11 [alfons]    0.7.6claws40
+
+       * src/messageview.[ch]
+       * src/summaryview.[ch]
+       * src/summary_search.c
+       * src/mainwindow.c
+               perform a sync to bring in Hiro's separate view implementation 
+
+               (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
+
+2002-06-11 [paul]      0.7.6claws39
+       
+       * src/prefs_account.c
+               correct a typo on the Receive tab
+
+2002-06-10 [match]     0.7.6claws38
+
+       * src/addressbook.c
+               Included address completion patch from Gustavo Noronha.
+
+2002-06-10 [paul]      0.7.6claws37
+
+       * src/inc.[ch]
+         src/pop.c
+         src/prefs_account.[ch]
+         src/selective_download.[ch]
+               apply PATCH #561712
+                NEW:
+               - check if POP Account
+               - Receive Button renamed to Preview
+               - Preview Button Popup: preview new/all messages
+               - Download Button
+               - Account Preferences-->Receive tab checkbutton if you
+                 want to remove Mail after Download
+               -: default YES
+               - Account Preferences-->Receive tab checkbutton use
+                 filtering rules on preview
+                 (think of delete_on_server)
+               -: default YES
+               - Account selectable from SD dialog
+               - checkbutton to show already downloaded messages if
+                 all messages are previewed
+               - new clist column showing Date
+               - ESC KEY close
+               FIXES:
+               - play ball with UIDL
+               - fault tolerant (?) 
+               Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
+
+2002-06-10 [melvin]    0.7.6claws36
+
+       * README.claws
+               Added a hint to ac/README in cvs instructions.
+
+       * src/prefs_actions.c
+               Made it possible to use a more elaborate command line
+               for asynchronous actions, too.
+
+2002-06-10 [melvin]    0.7.6claws35
+       
+       * src/prefs_actions.c
+               Make it possible to use a more elaborate command line
+               (e.g. |foo|bar|cat>there;echo Done|)
+               Corrected error message when calling %f, %F and %p commands
+               from the compose window.
+
+2002-06-09 [colin]     0.7.6claws34
+
+       * src/summaryview.c
+               Automatically find unread messages in current folder
+               before annoying the user.
+
+2002-06-08 [alfons]    0.7.6claws33
+
+       * po/it.po
+               remove bad formatting string in it.po translation
+               (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
+
+2002-06-08 [paul]      0.7.6claws32
+
+       * sync with 0.7.6cvs25
+               see ChangeLog 2002-06-07
+
+2002-06-05 [paul]      0.7.6claws31
+
+       * src/mainwindow.c
+               add 'Sort by locked' and 'Sort by score'
+
+2002-06-05 [paul]      0.7.6claws30
+
+       * sync with 0.7.6cvs24
+               see ChangeLog 2002-06-04
+
+2002-06-04 [paul]      0.7.6claws29
+
+       * po/pt_BR.po
+               updated by Fabio Junior Beneditto
+
+2002-06-03 [thorsten]  0.7.6claws28
+
+       * src/matcher.c
+               fclose() matcherrc after reading
+
+2002-06-03 [paul]      0.7.6claws27
+
+       * sync with 0.7.6cvs21
+               see ChangeLog 2002-05-31
+
+2002-05-31 [paul]      0.7.6claws26
+
+       * sync with 0.7.6cvs20
+               see ChangeLog 2002-05-29 and 2002-05-30
+
+2002-05-31 [paul]      0.7.6claws25
+
+       * src/imap.c
+               hopefully fix last buggy sync
+
+       * README.claws
+               correct typo in 'Actions' examples
+
+2002-05-29 [paul]      0.7.6claws24
+
+       * sync with 0.7.6cvs18
+               see ChangeLog 2002-05-28 and 2002-05-29
+
+       * src/news.c
+         src/nntp.[ch]
+               sync with above 
+
+2002-05-28 [paul]      0.7.6claws23
+
+       * sync with 0.7.6cvs16
+               see ChangeLog 2002-05-28
+
+2002-05-27 [thorsten]  0.7.6claws22 
+
+       * faq/it/sylpheed-faq-1.html
+         faq/it/sylpheed-faq-2.html
+         faq/it/sylpheed-faq-3.html
+         faq/it/sylpheed-faq.html
+               corrected DOS lineendings
+       * faq/de/sylpheed-faq-1.html
+         faq/de/sylpheed-faq-2.html
+         faq/en/sylpheed-faq-1.html
+         faq/en/sylpheed-faq-2.html
+         faq/en/sylpheed-faq-3.html
+         faq/es/sylpheed-faq-1.html
+         faq/es/sylpheed-faq-2.html
+         faq/es/sylpheed-faq-3.html
+         faq/fr/sylpheed-faq-1.html
+         faq/it/sylpheed-faq-1.html
+         faq/it/sylpheed-faq-2.html
+         faq/it/sylpheed-faq-3.html
+         faq/it/sylpheed-faq.html
+               changed ">" to &quot;
+
+2002-05-27 [paul]      0.7.6claws21
+       
+       * sync with 0.7.6cvs15
+               see ChangeLog 2002-05-27
+
+2002-05-27 [paul]      0.7.6claws20
+
+       * src/prefs_account.c
+               correct a typo
+
+2002-05-26 [paul]      0.7.6claws19
+
+       * tools/README
+               correct a typo
+
+2002-05-25 [paul]      0.7.6claws18
+
+       * tools/README
+               add description of kmail2sylpheed.pl
+
+2002-05-25 [paul]      0.7.6claws17
+
+       * tools/kmail2sylpheed.pl       ** NEW FILE **
+               perl script that converts an exported Kmail address
+               book, converts it to sylpheed addressbook file,
+               writes the file to .sylpheed, and updates
+               addrbook--index.xml 
+
+2002-05-25 [paul]      0.7.6claws16
+
+       * sync with 0.7.6cvs14
+               see ChangeLog 2002-05-23
+
+2002-05-24 [paul]      0.7.6claws15
+
+       * README.claws
+               make a correction and add some more info
+
+2002-05-24 [paul]      0.7.6claws14
+
+       * src/compose.c
+               fix memory leak in 
+               compose_redirect_write_headers_from_headerlist()
+               add Subject and Resent-Message-ID to
+               compose_redirect_write_headers()
+               Received, Subject, and X-UIDL are filtered out in 
+               compose_redirect_write_to_file()
+
+2002-05-23 [paul]      0.7.6claws13
+
+       * src/compose.[ch]
+         src/filtering.c
+         src/mainwindow.c
+         src/matcher.[ch]
+         src/matcher_parser_lex.l
+         src/matcher_parser_parse.y
+         src/prefs_common.[ch]
+         src/prefs_filtering.c
+         src/summaryview.c
+               rename 'Bounce' to 'Redirect'
+
+2002-05-23 [paul]      0.7.6claws12
+
+       * more sync with 0.7.6cvs13
+         src/compose.c
+               see ChangeLog 2002-05-22
+
+2002-05-22 [paul]      0.7.6claws11
+
+       * sync with 0.7.6cvs13
+         src/codeconv.c
+               see ChangeLog 2002-05-20
+         src/prefs_common.c
+               see ChangeLog 2002-05-22
+
+2002-05-21 [melvin]    0.7.6claws10
+
+       * src/folderview.c
+               Added missing filtering and scoring headers
+               Fixed bad function call that showed garbage 
+               in Folder->Processing
+
+2002-05-21 [paul]      0.7.6claws9
+
+       * tools/Makefile.am
+               make all tools executable, (patch by Alfons).
+
+2002-05-20 [alfons]    0.7.6claws8
+
+       * src/procheader.c
+               don't forget to call mktime() so we have a valid week 
+               and year day
+               (Bug report by Roger Sondermann <mail@jumaros.de>)
+
+2002-05-20 [paul]      0.7.6claws7
+
+       * src/html.c
+               fix broken parsing of urls
+       * src/textview.c
+               fix displaying of urls
+
+               both fixes from the patch [547855] by Eugene 
+               Brevdo (zonem)
+
+2002-05-19 [alfons]    0.7.6claws6
+
+       * configure.in
+               make sylpheed configure correctly with the latest
+               and greatest of automake / autoconf / gettext
+
+2002-05-19 [alfons]    0.7.6claws5
+
+       * src/procheader.c
+       * src/procheader.h
+               add function for returning ime zone offset
+       * src/quote_fmt.c
+       * src/quote_fmt_parse.y
+               better quotation formatting - does not convert
+               to local time, but uses the original date string.
+               
+               Note: %z inserts the timezone offset (should 
+               work also on platforms where strftime does not
+               support %z).
+
 2002-05-18 [christoph] 0.7.6claws4
 
        * src/summaryview.c
                fix indentation of some code
        * tools/Makefile.am
                fix spaces after \
+       * src/Makefile.am
+               add missing \
+               correct path for ignorethread.xpm
+               incorrect filename for sylpheed_logo.xpm
+               add missing include matcher_parser_parse.h
 
 2002-05-18 [paul]      0.7.6claws3