2004-10-13 [colin] 0.9.12cvs126
[claws.git] / ChangeLog.claws
index 204cdbb7d5a92947294c6f2bc3a48d66857831b0..d8e6c69691e8adf23845c2c8cfd98ebc987eda08 100644 (file)
@@ -1,3 +1,480 @@
+2004-10-13 [colin]     0.9.12cvs126
+
+       * src/compose.c
+               Don't convert message to forced encoding when 
+               drafting, plus minor magic-values cleanup.
+
+2004-10-13 [colin]     0.9.12cvs125
+
+       * po/POTFILES.in
+               Update POTFILES.in to reflect the source
+               place changes
+
+2004-10-08 [christoph] 0.9.12cvs124
+
+       * m4/spamassassin.m4
+               fix libspamc OpenSSL
+
+       * src/compose.c
+               rearrange the compose menu
+
+2004-10-08 [christoph] 0.9.12cvs123
+
+       * src/Makefile.am
+       * src/account.c
+       * src/compose.[ch]
+       * src/crash.c
+       * src/main.c
+       * src/mimeview.c
+       * src/passphrase.[ch]                           ** REMOVE **
+       * src/prefs_account.[ch]
+       * src/prefs_common.[ch]
+       * src/privacy.[ch]
+       * src/procmime.[ch]
+       * src/procmsg.c
+       * src/rfc2015.[ch]                              ** REMOVE **
+       * src/select-keys.[ch]                          ** REMOVE **
+       * src/common/utils.[ch]
+       * src/gtk/about.c
+       * src/plugins/pgpmime/Makefile.am
+       * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/pgpmime/plugin.c
+       * src/plugins/pgpmime/prefs_gpg.[ch]
+       * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
+       * src/plugins/pgpmime/sgpgme.[ch]
+               o Add new MIME-Writer
+               o extend PrivacySystem with sign and encrypt functions
+               o extend PGP/MIME plugin with sign and encrypt functions
+               o integrate extended Privacy API in Compose and Sending process
+
+2004-10-04 [colin]     0.9.12cvs122
+
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/messageview.h
+       * src/textview.c
+               Make forced encoding limited to messageview and
+               apply only to parts displayed using textview
+
+2004-10-04 [colin]     0.9.12cvs121
+
+       * src/summaryview.c
+               Fix bug #605 (collapsed threads re-expand when moving or
+               deleting mails)
+
+2004-10-03 [colin]     0.9.12cvs120
+
+       * src/summaryview.c
+               Fix bug #602
+
+2004-10-02 [colin]     0.9.12cvs119
+
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/prefs_common.h
+       * src/procmime.c
+       * src/procmime.h
+       * src/textview.c
+               Clean up forced charset feature
+               Add forced decode
+
+2004-10-01 [colin]     0.9.12cvs118
+
+       * src/mimeview.c
+               Better fix for Save all: skip multipart mails' first 
+               text part
+
+2004-10-01 [colin]     0.9.12cvs117
+
+       * src/mimeview.c
+               Only save attachments in Save All
+
+2004-10-01 [paul]      0.9.12cvs116
+
+       * ChangeLog
+       * ChangeLog.jp
+       * src/account.c
+       * src/prefs_common.c
+       * src/gtk/colorlabel.c
+               sync with main 0.9.12cvs17
+
+2004-09-30 [colin]     0.9.12cvs115
+
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/folderview.c
+       * src/Makefile.am
+       * src/pixmaps/read.xpm
+               Add icon for total # column
+
+2004-09-29 [colin]     0.9.12cvs114
+
+       * src/compose.c
+               Don't close compose until message is sent if 
+               Show Send Dialog is Always
+
+2004-09-29 [paul]      0.9.12cvs113
+
+       * src/quote_fmt_parse.y
+               In the quotation templates recognise sender's first and last 
+               names (%F %L) when the name is in the format "Duck, Donald".
+               Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
+
+
+2004-09-28 [colin]     0.9.12cvs112
+
+       * src/mainwindow.c
+               Put back mnemonic
+       * src/folderview.c
+               Fix Empty trash being visible-invisible-visible...
+
+2004-09-28 [colin]     0.9.12cvs111
+
+       * src/mainwindow.c
+               Relabel Empty all Trash folders
+
+2004-09-28 [colin]     0.9.12cvs110
+
+       * src/folderview.c
+               Add contextual Empty trash menu
+       * src/mainwindow.c
+               Revert cvs109 which was useless
+
+2004-09-28 [colin]     0.9.12cvs109
+
+       * src/mainwindow.c
+               Fix uninialized var
+
+2004-09-28 [colin]     0.9.12cvs108
+
+       * src/addressbook.c
+               Fix triple-click
+
+2004-09-28 [colin]     0.9.12cvs107
+
+       * src/addressbook.c
+               Fix double-click on entries
+
+2004-09-28 [colin]     0.9.12cvs106
+
+       * src/inc.c
+               Reintroduce folder_item update freeze on incorporation
+
+2004-09-27 [christoph] 0.9.12cvs105
+
+       * src/folderview.c
+               right-align new and unread column
+
+2004-09-27 [paul]
+
+       * 0.9.12b released
+
+2004-09-27 [paul]      0.9.12cvs104
+
+       * src/main.c
+               revert 0.9.12cvs101, it causes another segfault
+
+2004-09-23 [christoph] 0.9.12cvs103
+
+       * src/plugins/spamassassin/libspamc.[ch]
+       * src/plugins/spamassassin/utils.[ch]
+               update libspamc to SpamAssassin 3.0.0
+
+2004-09-17 [paul]      0.9.12cvs102
+
+       * ChangeLog
+       * ChangeLog.jp
+       * src/inc.c
+               sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
+
+2004-09-17 [colin]     0.9.12cvs101
+
+       * src/main.c
+               Fix segfaults when quitting. valgrind says:
+                       ==12144== Invalid read of size 4
+                       ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
+                       [...]
+                       ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
+                       [...]
+                       ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
+
+
+2004-09-13 [christoph] 0.9.12cvs100
+
+       * src/folder.c
+               add NULL pointer checks to fix segfault when messages can
+               not be fetched
+
+2004-09-08 [colin]     0.9.12cvs99
+
+       * src/account.c
+               Remove a debug printf
+
+2004-09-08 [christoph] 0.9.12cvs98
+
+       * src/procmsg.[ch]
+               change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
+               if the message structure has been scanned
+
+       * src/folder.c
+               o scan structure when the mail is fetched for the first time
+                 to prevent unnecessary fetching of messages while scanning
+                 the folder for messages
+               o revert 0.9.12cvs24
+
+       * src/plugins/pgpmime/pgpmime.c
+               check signature if auto signature checking is enabled when the
+               signature status is requested for first time and not when
+               checking if a part has a signature
+
+2004-09-07 [colin]     0.9.12cvs97
+
+       * src/inc.c
+               Change session error messages so that they
+               are a bit more helpful (the origin of the
+               error is not apparent if one isn't in 
+               front of Sylpheed when it happens).
+
+2004-09-06 [colin]     0.9.12cvs96
+
+       * src/toolbar.c
+               Fix graying out Redirect in non english languages
+               Patch by Fabien Vantard
+
+2004-09-06 [colin]     0.9.12cvs95
+
+       * src/summaryview.c
+       * src/mimeview.c
+               Fix dropped URIs
+
+2004-09-06 [colin]     0.9.12cvs94
+
+       * src/addressbook.c
+       * src/addressitem.h
+       * src/addritem.c
+       * src/addritem.h
+               Add basic drag and drop to addressbook
+
+2004-09-03 [colin]     0.9.12cvs93
+
+       * src/summaryview.c
+               Next/Prev unread message should start
+               from next/prev node (especially if 
+               mark_as_read_delay != 0)
+
+2004-09-03 [colin]     0.9.12cvs92
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/summaryview.c
+               Add an hidden 'mark_as_read_delay' pref 
+
+2004-09-02 [colin]     0.9.12cvs91
+
+       * src/gtk/menu.c
+               Add unduplicated menu entries (fixes bug 532)
+               Patch by Fabien Vantard
+
+2004-09-02 [colin]     0.9.12cvs90
+
+       * src/account.c
+               Fix bug 582 (broken auto account selection)
+
+2004-09-02 [colin]     0.9.12cvs89
+
+       * src/addrindex.c
+               Free deleted queries too
+
+2004-09-02 [colin]     0.9.12cvs88
+
+       * src/ldapquery.c
+               Fix freezes in LDAP, due to memory corruption
+               after deletion of a query (and not removing it
+               from the corresponding list of queries).
+               Very probably fixes bug 567 and bug 569
+
+2004-09-02 [colin]     0.9.12cvs87
+
+       * src/prefs_spelling.c
+               Fix bug with aspell prefs init, where spell checking
+               is enabled at first but dictionary not specified. Use
+               LANG's dictionary by default.
+
+2004-09-01 [colin]     0.9.12cvs86
+
+       * src/filtering.c
+       * src/imap.c
+       * src/prefs_matcher.c
+       * src/stock_pixmap.c
+               Fix more nasty uninitialized variables
+
+2004-08-31 [colin]     0.9.12cvs85
+
+       * src/folder.c
+               Fix memory corruption when entering procmsg_msginfo_free()
+               with unitialized msginfo. Thanks Valgrind.
+
+2004-08-29 [colin]     0.9.12cvs84
+
+       * src/mimeview.c
+               Don't escape filenames before saving - that's 
+               not dangerous. By the way, fix the leak.
+
+2004-08-27 [paul]      0.9.12cvs83
+
+       * src/mh.c
+       * src/procheader.c
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/common/utils.c
+       * src/gtk/menu.h
+               sync with main 0.9.12cvs6, see ChangeLog
+               2004-08-24, 2004-08-25, 2004-08-26
+
+
+2004-08-26 [paul]
+
+       * po/ja.po
+               updated by Rui Hirokawa
+
+2004-08-25 [colin]     0.9.12cvs82
+
+       * src/plugins/pgpmime/pgpmime.c
+               Fix leak on non-combined encrypted messages
+
+2004-08-25 [colin]     0.9.12cvs81
+
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/pgpmime/sgpgme.c
+       * src/plugins/pgpmime/sgpgme.h
+               Handle combined encryption/signature
+
+2004-08-24 [colin]     0.9.12cvs80
+
+       * src/folder.c
+               Set mime flags on non multipart messages too
+
+2004-08-23 [christoph] 0.9.12cvs79
+
+       * src/compose.c
+               create message header in memory as GString before writing it
+               to the message file
+
+2004-08-23 [colin]     0.9.12cvs78
+
+       * src/rfc2015.c
+       * src/rfc2015.h
+       * src/compose.c
+               Fix (again) bug 197: inline encryption broken
+
+2004-08-23 [paul]
+
+       * po/zh_CN.po
+               updated by Hansom Young
+
+2004-08-23 [paul]
+
+       * 0.9.12a released
+
+2004-08-23 [colin]     0.9.12cvs77
+
+       * src/imap.c
+               Try and fix bug 577 (session->last_access_time is broken since 
+               sync with main 0.9.12cvs2). 
+               Patch by Stephan Sachse <whiteman@teg-clan.de>
+
+2004-08-23 [paul]
+
+       * po/es.po
+       * po/fr.po
+       * po/pl.po
+       * po/pt_BR.po
+       * po/sk.po
+       * po/sr.po
+               update translations. submitted by Ricardo
+               Mones Lastra, Fabien Vantard, Emilian Nowak,
+               Frederico Goncalves Guimaraes, Andrej Kacian,
+               Urke MMI
+
+2004-08-22 [paul]      0.9.12cvs76
+
+       * src/plugins/trayicon/trayicon.c
+               fix formatting bug in trayicon_popup_menu_entries[]
+
+
+2004-08-22 [paul]      0.9.12cvs75
+
+       * m4/Makefile.am
+               remove reference to openssl.m4
+
+
+2004-08-21 [colin]     0.9.12cvs74
+
+       * src/compose.c
+               Fix bug 576 (Duplicate auto-bcc on reedit)
+
+2004-08-21 [colin]     0.9.12cvs73
+
+       * src/toolbar.c
+               Grey out Redirect in the toolbar when selection is
+               multiple. Fixes bug 520
+
+2004-08-21 [colin]     0.9.12cvs72
+
+       * src/compose.c
+               Save Sign, Encrypt and Mode status when drafting or queuing
+               Fixes bug 502 (drafted message does not keep sign / encrypt 
+               state)
+
+2004-08-21 [colin]     0.9.12cvs71
+
+       * src/summaryview.c
+               Fix bug 494 (Messages are always opened in summary 
+               view when right clicked.) Also fixes bug 508.
+
+2004-08-21 [colin]     0.9.12cvs70
+
+       * src/compose.c
+               When using inline encryption, don't use QP or Base64:
+               the mail will be encrypted to a 7bit string.
+               Fixes bug 197
+
+2004-08-21 [colin]     0.9.12cvs69
+
+       * src/compose.c
+               Fix inline-signing with 8bit chars: data must be 
+               converted to Quoted-printable before signing.
+
+2004-08-21 [colin]     0.9.12cvs68
+
+       * src/compose.c
+               Remove 'Message/Save to draft folder'
+               and 'Message/Save and keep editing' to 
+               put a single 'File/Save' command.
+               Fixes bug 224
+
+2004-08-21 [colin]     0.9.12cvs67
+
+       * src/mainwindow.c
+               Fix bug 222 (Summary view state not retained between sessions)
+
+2004-08-20 [colin]     0.9.12cvs66
+
+       * src/codeconv.c
+               Fix bug 574 (empty cur_locale is not enough)
+
+2004-08-20 [paul]
+
+        * src/plugins/pgpmime/plugin.c
+                modify PGP/MIME plugin's description
+
+2004-08-16 [colin]     0.9.12cvs65
+
+       * src/common/ssl.c
+               Fix version comparison
+
 2004-08-16 [colin]     0.9.12cvs64
 
        * src/common/ssl.c