2011-11-29 [wwp] 3.7.10cvs107
[claws.git] / ChangeLog.claws
index 992f9aed186c857c55f868f64e3a726481788d7b..01f19d1c49389651a6429f7fef16edbd965889e4 100644 (file)
@@ -1,3 +1,670 @@
+2005-06-27 [paul]      1.0.5
+
+       1.0.5 release
+
+       * po/ca.po
+       * po/de.po
+       * po/es.po
+       * po/fr.po
+       * po/it.po
+       * po/pt_BR.po
+       * po/sk.po
+       * po/zh_CN.po
+               updated by Miquel Oliete, Thomas Gilgin, Ricardo
+               Mones Lastra, Fabien Vantard, Andrea Spadaccini,
+               Frederico Goncalves Guimaraes, Andrej Kacian, and
+               Yang Guilong
+
+2005-06-24 [paul]      1.0.4cvs15
+
+       * src/editldap.c
+               made bind password entry invisible
+
+2005-05-30 [paul]      1.0.4cvs14
+
+       backported from GTK2
+
+       * sylpheed.spec.in
+               fix bug 477
+       * doc/src/rfc2368.txt
+               added
+       * src/Makefile.am
+               add clip/signed icon
+       * src/alertpanel.c
+       * src/alertpanel.h
+               fix _with_disable parameters so that
+               the buttons labels are specifiable too
+       * src/compose.c
+               compose_entries_set(): don't interpret Bcc
+               header field (conform to RFC 2368)
+       * src/folder.c
+               Forbid locked messages to be moved or deleted
+               Fix bug #688 b) and c)
+       * src/folderview.c
+               Forbid locked messages to be moved or deleted
+               Fix bugs #156 and #108
+       * src/inc.c
+               Fix bug #688 b) and c)
+       * src/main.c
+               cleanup tmp directory when exit
+       * src/prefs_actions.c
+               Fix bug #506
+       * src/prefs_common.c
+       * src/prefs_common.h
+               Let the default reply format respect
+               netiquette by cutting the signature.
+               Fix bug #156
+       * src/prefs_template.c
+               Fix bug #506
+       * src/procmime.c
+               Fix bug #688 b) and c)
+       * src/procmsg.c
+               Forbid locked messages to be moved or deleted
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+               Add clip/signed icon
+       * src/summaryview.c
+               Don't let always_show_msg override
+               open_unread_on_enter when opening a new
+               directory.
+               Forbid locked messages to be moved or deleted.
+               Fix bug #688 f) read/unread marker not
+               changed on first click.
+       * src/common/nntp.c
+               Fix bug #611 nntp mode reader
+       * src/common/socket.c
+               Check another special SSL_peek() error.
+               Should help wrt bug #728
+       * src/common/template.c
+               Fix a possible crash
+       * src/pixmaps/clip_gpg_signed.xpm
+               added
+       * src/plugins/pgpmime/pgpmime.c
+               Change name to "PGP MIME"
+       * src/plugins/pgpmime/sgpgme.c
+               reflect fixed _with_disable parameters
+       * tools/kdeservicemenu/install.sh
+               use kdesu to prompt for root password if doing
+               global install/uninstall
+
+2005-05-24 [colin]     1.0.4cvs13
+
+       * src/gtk/colorsel.c
+               Fix compile error
+
+2005-05-23 [colin]     1.0.4cvs12
+
+       * src/gtk/colorsel.c
+               Fix bug #699
+
+2005-05-09 [paul]
+
+       1.0.4a release
+
+2005-05-09 [paul]      1.0.4cvs11
+
+       * AUTHORS
+       * INSTALL
+       * README.claws
+               updated 
+       * Makefile.am 
+       * RELEASE_NOTES.claws
+               add release notes to cvs to simplify release
+               procedure
+       * configure.ac
+       * po/ca.po
+       * po/fi.po
+               add new Catalan and Finnish translations
+               submitted by Miquel Oliete and Flammie Pirinen
+       * po/de.po
+       * po/es.po
+       * po/fr.po
+       * po/it.po
+       * po/pl.po
+       * po/ru.po
+       * po/sk.po
+       * po/sr.po
+       * po/zh_CN.po
+               updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
+               Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
+               Urke MMI, and Hansom Young
+       * src/main.c
+               Fix drafting when quitting. compose_draft() closes the 
+               compose windows, which modifies the compose_list GSList.
+               We have to refresh this list after echo drafting to avoid a 
+               segfault
+       * src/partial_download.c
+               fix segfault on exit
+       * src/common/utils.c
+               Fix crash when subst_for_filename is called
+               with a NULL parameter
+
+2005-05-06 [paul]      1.0.4cvs10
+
+       backported from GTK2...
+
+       * src/inc.c
+       * src/mainwindow.c
+               use gettext plural forms
+       * src/imap_gtk.c
+       * src/mh_gtk.c
+       * src/toolbar.c
+               small improvement to english usage
+
+2005-05-05 [thorsten]  1.0.4cvs9
+
+       * src/folder.c
+               fix possible crash
+
+2005-05-05 [paul]      1.0.4cvs8
+
+       * AUTHORS
+       * src/compose.c
+               fix Bug 713 'Resent-To and Resent-Cc headers are garbled'
+               patch by Tim Mann
+
+2005-05-05 [paul]      1.0.4cvs7
+
+       backported from GTK2...
+
+       * src/compose.c
+               Fix 'Request return receipt' from folder
+               properties (bug #708)
+       * src/folderview.c
+               Fix duplicate hotkeys in Folderview's contextual
+               menu
+       * src/mainwindow.c
+               Fix duplicate hotkeys in Mainwindow's menu
+       * src/messageview.c
+               Fix window resizing
+       * src/partial_download.c
+       * src/pop.c
+               Escape login when writing uidl file
+               fixes bug #736
+       * src/prefs_account.c
+               Fix smtp auth type off-by-one. We forgot to
+               add PLAIN in the prefs-to-gui setter func and
+               as a result, the selected auth when opening
+               account prefs was not the correct one
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_filtering.c
+               Save Filtering's window size
+       * src/procmime.c
+               Fix possible DOS in mime parser
+               (see bug #634)
+       * src/plugins/pgpmime/pgpmime.c
+               Fix bus error on 64bit
+
+2005-04-13 [holger]    1.0.4cvs6
+
+       * src/prefs_filtering.c
+               Fix a crash when changes to the filtering
+               dialog were not added and no filter rules
+               are defined. Also fix a memleak.
+
+2005-04-12 [paul]      1.0.4cvs5
+       
+       backported from GTK2...
+
+       * src/account.c
+               Add account preference to queue message in a certain
+               folder.
+       * src/compose.c
+               Always connect the "None" privacy system; the
+               static boolean was probably there to avoid
+               reconnecting twice in the same compose window,
+               but as the parent function is only called once
+               per compose, it's only a bug - as a static is
+               initialized once per application instance.
+               Also, don't uncheck Sign and Encrypt when
+               selecting None as privacy system; just ignore
+               them when sending/queuing.
+               Should fix bug #695
+       * src/filtering.c
+               Copy score when copying FilteringActions
+               Fix bug #674
+       * src/inc.c
+               Make Message -> Receive -> Cancel cancel 
+               incorporation on all accounts. Fixes bug #693
+               if the recv dialog is visible, Cancel only
+               cancels the current account
+       * src/prefs_account.c
+       * src/prefs_account.h
+               Add account preference to queue message in a certain
+               folder.
+               Update Privacy checkbuttons status based
+               on the selected privacy system
+
+2005-04-06 [paul]      1.0.4cvs4
+
+       * ChangeLog
+       * ChangeLog.jp
+       * src/send_message.c
+       * src/common/socket.c
+               sync with main, see ChangeLog 2005-04-05
+
+2005-04-04 [thorsten]  1.0.4cvs3
+
+       * src/mh.c
+               marks lost on filesystems with different stat() results on
+               summer-/wintertime
+
+2005-03-30 [colin]     1.0.4cvs2
+
+       * src/common/socket.c
+               Refresh DNS if necessary
+               Backported from gtk2
+       * src/imap.c
+               Fix handling of folders with [] in their name
+               Backported from gtk2
+               
+
+2005-03-29 [paul]      1.0.4cvs1
+
+       * src/compose.c
+               fix bug 697 'Segmentation Fault due to
+               NULL string (%s) pointers in fprintf'
+               draft privacy information only when
+               privacy system available
+               patch by by Markus Schwarzenberg
+               (schwarzb<AT>ipms_fraunhofer_de)
+       * src/gtk/gtkaspell.c
+               don't pass NULL to *printf() and the likes
+               spotted by Alex Moore, patch by Alfons 
+
+2005-03-24 [paul]      1.0.4
+
+       * 1.0.4 released
+
+2005-03-24 [paul]      1.0.3cvs8
+
+       * ChangeLog
+       * ChangeLog.jp
+       * src/codeconv.c
+       * src/textview.c
+       * src/unmime.c
+       * src/unmime.h
+       * src/common/smtp.c
+               sync with main 1.0.4
+               see ChangeLog 2005-03-18 and 2005-03-24
+               fixes buffer overflow
+
+2005-03-25 [paul]
+
+       * tools/Makefile.am
+       * tools/README
+       * tools/acroread2sylpheed.pl
+               add script to send pdfs as attachments from Adobe Reader 7
+
+2005-03-21 [holger]    1.0.3cvs7
+
+       * src/plugins/spamassassin/spamassassin.c
+               Don't leave hook registered when plugin init
+               failed.
+
+2005-03-20 [colin]     1.0.3cvs6
+
+       * src/common/plugin.c
+               Check that plugin isn't already loaded
+       * src/procheader.c
+               Fix buffer overflow (security issue)
+               Both patches by Alfons
+
+2005-03-20 [paul]      1.0.3cvs5
+
+       * src/compose.c
+               neglect Reply-To header if empty
+               Patch by Alfons
+
+2005-03-19 [holger]    1.0.3cvs4
+
+       * src/summaryview.c
+       * src/summaryview.h
+               Add plugin hook for manual filtering invocation,
+               remove some dead code.
+
+2005-03-18 [paul]      1.0.3cvs3
+
+       * AUTHORS
+       * src/gtk/about.c
+       * src/pixmaps/sylpheed_logo.xpm
+               add new Sylpheed-Claws logo by Jesper Schultz
+
+2005-03-11 [paul]      1.0.3cvs2
+
+       * src/plugins/trayicon/trayicon.c
+               make a string translatable
+
+2005-03-11 [paul]      1.0.3cvs1
+
+       * po/ru.po
+               updated by Pavlo Bohmat
+
+2005-03-10 [paul]      1.0.3
+
+       * po/de.po
+       * po/es.po
+       * po/fr.po
+       * po/it.po
+       * po/pt_BR.po
+       * po/sk.po
+       * po/sr.po
+       * po/zh_CN.po
+               updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien
+               Vantard, Andrea Spadaccini, Frederico Goncalves Guimaraes,
+               Andrej Kacian, Aleksandar Urosevic, Ralgh Young
+
+       1.0.3 released
+
+2005-03-04 [colin]     1.0.1cvs22
+
+       * src/common/smtp.c
+       * src/common/smtp.h
+               Don't use SIZE parameter in MAIL FROM: if
+               server doesn't support it. Patch by 
+               Eugen Freiter <eugen_f@users.sf.net>
+
+2005-03-04 [paul]      1.0.1cvs21
+
+       * ChangeLog
+       * ChangeLog.jp
+       * src/addrharvest.c
+       * src/codeconv.c
+       * src/codeconv.h
+       * src/compose.c
+       * src/procmime.c
+               sync with main 1.0.3
+               see ChangeLog 2005-02-28, 2005-03-02, and 2005-03-04
+               fix buffer overflow, CAN-2005-0667, see
+               http://secunia.com/advisories/14491/
+
+2005-02-27 [paul]      1.0.1cvs20
+
+       * src/messageview.c
+               fix crash-causing typo. spotted by
+               Ralgh Young 
+
+2005-02-25 [paul]      1.0.1cvs19
+
+       * src/prefs_account.c
+       * src/prefs_folder_item.c
+       * src/gtk/prefswindow.c
+       * src/gtk/prefswindow.h
+               fix bug 698 'Clicking OK without username 'crashes'
+               account edit window'. Patch by Alfons
+
+2005-02-24 [colin]     1.0.1cvs18
+
+       * src/messageview.c
+               Don't send out receipts if offline. Ask.
+
+2005-02-23 [colin]     1.0.1cvs17
+
+       * src/compose.c
+               Encode parts when signing
+
+2005-02-23 [colin]     1.0.1cvs16
+
+       * src/compose.c
+       * src/procmsg.c
+               Fix mimeinfo leakages
+
+2005-02-21 [colin]     1.0.1cvs15
+
+       * src/compose.c
+               Fix signing/encrypting still on after
+               privacy system has been disabled
+
+2005-02-18 [colin]     1.0.1cvs14
+
+       * src/quote_fmt_lex.l
+       * src/quote_fmt_parse.y
+               Bugfix: Fix parser init (patch by Ivan)
+
+2005-02-18 [colin]     1.0.1cvs13
+
+       * src/plugins/pgpmime/pgpmime.c
+               Fix build (missed my `mv`)
+
+2005-02-18 [colin]     1.0.1cvs12
+
+       * src/Makefile.am
+       * src/privacy.c         ** RE-ADDED **
+       * src/privacy.cpp       ** REMOVED **
+       * src/privacy.h
+       * src/plugins/pgpmime/Makefile.am
+       * src/plugins/pgpmime/passphrase.h
+       * src/plugins/pgpmime/pgpmime.c         ** RE-ADDED **
+       * src/plugins/pgpmime/pgpmime.cpp       ** REMOVED **
+       * src/plugins/pgpmime/pgpmime.h
+       * src/plugins/pgpmime/prefs_gpg.h
+       * src/plugins/pgpmime/select-keys.h
+       * src/plugins/pgpmime/sgpgme.h
+               Revert huge API breakage.
+
+2005-02-16 [christoph] 1.0.1cvs11
+
+       * src/mh.c
+               add scan required function for MH folders
+
+       (Patch by Ivan Rayner <ivanr@sgi.com>)
+
+2005-02-15 [christoph] 1.0.1cvs10
+
+       * src/plugins/pgpmime/pgpmime.cpp
+       * src/plugins/pgpmime/pgpmime.h
+               add sign and encrypt functions
+
+2005-02-15 [christoph] 1.0.1cvs9
+
+       * configure.ac
+       * src/Makefile.am
+       * src/privacy.c                                 ** REMOVE **
+       * src/privacy.cpp                               ** NEW **
+       * src/privacy.h
+       * src/plugins/pgpmime/Makefile.am
+       * src/plugins/pgpmime/passphrase.h
+       * src/plugins/pgpmime/pgpmime.c                 ** REMOVE **
+       * src/plugins/pgpmime/pgpmime.cpp               ** NEW **
+       * src/plugins/pgpmime/pgpmime.h
+       * src/plugins/pgpmime/prefs_gpg.h
+       * src/plugins/pgpmime/select-keys.h
+       * src/plugins/pgpmime/sgpgme.h
+               change Privacy-API to C++
+
+2005-02-15 [colin]     1.0.1cvs8
+
+       * src/mimeview.c
+       * src/common/utils.c
+               Sanitize substitution for saved filenames:
+               only \ / * and \r \n \t are bad. 
+
+2005-02-15 [colin]     1.0.1cvs7
+
+       * src/compose.c
+       * src/procmime.c
+               Optimize (constant instead of strlen). Thanks
+               Alfons for the hint.
+
+2005-02-14 [colin]     1.0.1cvs6
+
+       * src/compose.c
+       * src/procmime.c
+               Use quoted-printable instead of 7bit or 8bit
+               to encode "^From " and avoid mail corruption 
+               on the MTA, as specified by RFC 3156. Thanks
+               Hoa for the hint.
+
+2005-02-12 [colin]     1.0.1cvs5
+
+       * src/filtering.c
+               Remove wrong use of compose struct after
+               compose_send(). Spotted by Alfons and Holger Berndt.
+
+2005-02-10 [paul]      1.0.1cvs4
+
+       * src/compose.c
+               sync with main, see ChangeLog 2005-02-10
+
+2005-02-10 [colin]     1.0.1cvs3
+
+       * src/mainwindow.c
+               dereference freed messageview,
+               and don't try to use it after free.
+               This caused occasional late segfaults
+               when quitting.
+
+2005-02-10 [colin]     1.0.1cvs2
+
+       * src/messageview.c
+               Don't display html with plugin automatically
+               (Dillo steals focus)
+
+2005-02-09 [colin]     1.0.1cvs1
+
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/messageview.c
+               Display first relevant part using plugin
+               if not text/plain if possible (useful for 
+               vCalendar for example)
+
+2005-02-08 [paul]      1.0.1
+
+       1.0.1 released
+
+2005-02-08 [paul]      1.0.0cvs29
+
+       * po/de.po
+       * po/es.po
+       * po/fr.po
+       * po/it.po
+       * po/pt_BR.po
+       * po/sk.po
+       * po/sr.po
+               updated by Thomas Gilgin, Ricardo Mones Lastra,
+               Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
+               Guimaraes, Andrej Kacian, Aleksandar Urosevic
+
+2005-02-05 [paul]      1.0.0cvs28
+
+       * src/compose.c
+               fix Bug 682 'redirect is broken'
+
+
+2005-02-05 [thorsten]  1.0.0cvs27
+
+       * src/partial_download.c
+               fix buf overflow
+
+2005-02-03 [colin]     1.0.0cvs26
+
+       * src/common/plugin.c
+               Don't load GTK2 plugins at all. This solves
+               the plugins problem when switching between
+               GTK1 and GTK2 version.
+
+2005-02-02 [colin]     1.0.0cvs25
+
+       * src/messageview.c
+               Fix dangerous typo
+
+2005-01-31 [colin]     1.0.0cvs24
+
+       * src/compose.c
+               Fix MsgInfo reference leak
+
+2005-01-28 [colin]     1.0.0cvs23
+
+       * src/folderview.c
+               Change check - partial_recv is not cached.
+
+2005-01-28 [colin]     1.0.0cvs22
+
+       * src/folderview.c
+               Don't call partial_mark_for_delete() when 
+               it's useless
+
+2005-01-27 [colin]     1.0.0cvs21
+
+       * src/procmsg.c
+       * src/compose.c
+               Fix build - sorry.
+
+2005-01-27 [christoph] 1.0.0cvs20
+
+       * src/folder.c
+               use normal message remove function if a folder has no function
+               to remove all messages
+
+       * src/folderview.c
+               fix memory leak
+
+2005-01-27 [colin]     1.0.0cvs19
+
+       * src/procmime.c
+               Forgot to commit this file with cvs18.
+
+2005-01-27 [colin]     1.0.0cvs18
+
+       * src/compose.c
+               Uhm, better not touch the original msginfo_list.
+
+2005-01-27 [colin]     1.0.0cvs17
+
+       * src/procmsg.c
+       * src/procmsg.h
+               Add a way to dump message/rfc822 MimeInfos to MsgInfos...
+       * src/compose.c
+               ... And use it to be able to reply to the currently 
+               selected MimeInfo.
+
+2005-01-27 [colin]     1.0.0cvs16
+
+       * src/messageview.c
+       * src/summaryview.c
+       * src/compose.c
+       * src/compose.h
+       * src/toolbar.c
+       * src/mainwindow.c
+               Factorize this reply mess
+
+2005-01-26 [paul]      1.0.0cvs15
+
+       * ChangeLog
+       * ChangeLog.jp
+       * src/common/template.c
+               sync with main, (fix memory leak), see ChangeLog
+               2005-01-25
+
+2005-01-25 [paul]      1.0.0cvs14
+
+       * src/compose.c
+               compose_redirect(): fix sensitivity of attachment 
+               "Properties..." button
+
+2005-01-24 [colin]     1.0.0cvs13
+
+       * src/summaryview.c
+               Freeze clist during operations involving message
+               lists.
+
+2005-01-24 [paul]      1.0.0cvs12
+
+       * ChangeLog
+       * ChangeLog.jp
+       * src/messageview.c
+       * src/mh.c
+       * src/common/utils.c
+               sync with main, see ChangeLog 2005-01-19
+
+2005-01-24 [colin]     1.0.0cvs11
+
+       * src/procheader.c
+               Fix build with MIPSpro compiler.
+               Patch by Ivan Rayner <ivanr@sgi.com>
+
 2005-01-24 [colin]     1.0.0cvs10
 
        * src/folderview.c
 2004-07-14 [christoph] 0.9.12cvs23
 
        * src/pgpmime.c
-               add missing fclose
+               add missing fclose. Patch by Thomas Gilgin.
 
        * src/procmime.c
                add checks if fopen really worked