0.9.12a released
[claws.git] / ChangeLog.claws
index 8ea109d6f8cb831ea6ce3093ce5eb3de6f13ec03..5df3f0d49abaeb1ce03bb481b07aeb91ec4ec373 100644 (file)
@@ -1,3 +1,545 @@
+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)
+
+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
+               I meant 2.2.
+
+2004-08-16 [colin]     0.9.12cvs63
+
+       * src/common/ssl.c
+               People with glibc 2.1 have had problems with non-blocking
+               SSL_connect. Disable it for glibc < 2.2.
+
+2004-08-16 [colin]     0.9.12cvs62
+
+       * src/common/ssl.c
+               Fix format error
+
+2004-08-13 [colin]     0.9.12cvs61
+
+       * src/plugins/pgpmime/plugin.c
+               Add plugin's description
+
+2004-08-12 [christoph] 0.9.12cvs60
+
+       * src/folderutils.c
+               fix bug that did not thaw folder updates when deleting
+               duplicates in empty folders
+
+2004-08-12 [colin]     0.9.12cvs59
+
+       * src/plugins/trayicon/trayicon.c
+               Add a context menu with most common operations
+
+2004-08-12 [colin]     0.9.12cvs58
+
+       * configure.ac
+       * sylpheed.desktop
+       * src/Makefile.am
+       * src/main.c
+               Add support for Freedesktop.org's startup notification
+
+2004-08-10 [colin]     0.9.12cvs57
+
+       * src/main.c
+       * src/common/socket.c
+       * src/common/ssl.c
+       * src/common/sylpheed.c
+       * src/common/sylpheed.h
+               Put back the ssl connect nonblocking...
+               without the race condition
+
+2004-08-09 [colin]     0.9.12cvs56
+
+       * src/main.c
+       * src/common/ssl.c
+       * src/common/sylpheed.c
+       * src/common/sylpheed.h
+               Reverting previous commit, doesn't work 
+
+2004-08-09 [colin]     0.9.12cvs55
+
+       * src/main.c
+       * src/common/ssl.c
+       * src/common/sylpheed.c
+       * src/common/sylpheed.h
+               Make SSL_connect nonblocking, using a thread
+
+2004-08-09 [paul]       0.9.12cvs54
+
+       * po/POTFILES.in
+               reflect new location of sgpgme.c
+       * src/main.c
+               sync with main, see ChangeLog 2004-08-09
+
+2004-08-08 [christoph] 0.9.12cvs53
+
+       * src/folderutils.c
+               freeze FolderItem updates while deleting duplicate messages
+
+2004-08-08 [christoph] 0.9.12cvs52
+
+       * configure.ac
+       * src/Makefile.am
+       * src/main.c
+       * src/pgpmime.c
+       * src/pgpmime.h
+       * src/sgpgme.c
+       * src/sgpgme.h
+       * src/plugins/Makefile.am
+       * src/plugins/pgpmime/.cvsignore
+       * src/plugins/pgpmime/Makefile.am
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/pgpmime/pgpmime.h
+       * src/plugins/pgpmime/plugin.c
+       * src/plugins/pgpmime/sgpgme.c
+       * src/plugins/pgpmime/sgpgme.h
+               new plugin for PGP/MIME
+
+2004-08-07 [christoph] 0.9.12cvs51
+
+       * src/folder.c
+               disable immediate folder change notification on opened folders
+               until SummaryView can handle it quickly
+
+2004-08-07 [colin]     0.9.12cvs50
+
+       * src/pop.c
+       * src/common/partial_download.c
+               fix warnings
+
+2004-08-07 [colin]     0.9.12cvs49
+
+       * src/Makefile.am
+       * src/account.c
+       * src/addressbook.c
+       * src/alertpanel.c
+       * src/alertpanel.h
+       * src/compose.c
+       * src/exphtmldlg.c
+       * src/expldifdlg.c
+       * src/main.c
+       * src/message_search.c
+       * src/messageview.c
+       * src/pop.c
+       * src/sgpgme.c
+       * src/summary_search.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/gtk/sslcertwindow.c
+       * src/pixmaps/stock_dialog-error.xpm
+       * src/pixmaps/stock_dialog-info.xpm
+       * src/pixmaps/stock_dialog-question.xpm
+       * src/pixmaps/stock_dialog-warning.xpm
+               sync new alertpanel from gtk2
+
+2004-08-07 [colin]     0.9.12cvs48
+
+       * src/prefs_folder_item.c
+               fix memory corruption in folderitem's prefs
+
+2004-08-06 [colin]     0.9.12cvs47
+
+       * src/compose.c
+               close compose window after queuing, before 
+               sending when user presses Send
+
+2004-08-05 [christoph] 0.9.12cvs46
+
+       * src/msgcache.c
+       * src/common/defs.h
+               add charset to cache file and convert charset when reading the
+               cache if different from internal used charset
+
+2004-08-05 [christoph] 0.9.12cvs45
+
+       * src/messageview.c
+       * src/mimeview.[ch]
+       * src/procmime.h
+       * src/common/utils.h
+               cleanup (remove unused includes/reorganize)
+
+       * src/prefs_ext_prog.c
+       * src/prefs_folder_item.c
+       * src/prefs_fonts.c
+       * src/prefs_msg_colors.c
+       * src/prefs_spelling.c
+       * src/prefs_themes.c
+       * src/prefs_toolbar.c
+       * src/prefs_wrapping.c
+       * src/gtk/prefswindow.[ch]
+       * src/plugins/clamav/clamav_plugin_gtk.c
+       * src/plugins/dillo_viewer/dillo_prefs.c
+       * src/plugins/image_viewer/viewerprefs.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               change PrefsPage path into an array of strings and don't
+               split a single string into parts (better for translation)
+
+2004-08-05 [christoph] 0.9.12cvs44
+
+       * src/folder.c
+               fix FolderItem's message counts after rebuilding a cache
+
+2004-08-05 [paul]      0.9.12cvs43
+
+       * ChangeLog
+       * ChangeLog.jp
+       * src/imap.c
+       * src/news.c
+       * src/common/nntp.c
+       * src/common/session.c
+       * src/common/session.h
+       * src/common/socket.c
+               sync with main 0.9.12cvs2
+               see ChangeLog 2004-08-04
+
+2004-08-04 [christoph] 0.9.12cvs42
+
+       * configure.ac
+               add missing AC_DEFINE(USE_OPENSSL, ...)
+       * src/folder.c
+               use new xml_node_new() function
+
+2004-08-03 [christoph] 0.9.12cvs41
+
+       * src/folder.c
+       * src/localfolder.c
+       * src/common/xml.[ch]
+               sync with main 0.9.12cvs1
+               see ChangeLog 2004-07-23
+
+2004-08-03 [christoph]
+
+       * configure.ac
+       * m4/openssl.m4                 ** REMOVE **
+               use pkg-config to get OpenSSL CFLAGS and LIBS
+               (OpenSSL 0.9.7 is required now)
+
+2004-08-02 [paul]      0.9.12cvs40
+
+       * AUTHORS
+               update translation team section
+       * po/pt_BR.po
+               updated by Frederico Goncalves Guimaraes
+               <fggdebian@yahoo.com.br>
+
+2004-07-29 [colin]     0.9.12cvs39
+
+       * src/messageview.c
+               Inform the user when a partially 
+               downloaded mail isn't on the server
+               anymore (due to Mark for deletion)
+
+2004-07-29 [colin]     0.9.12cvs38
+
+       * src/messageview.c
+               Hide noticeview if necessary
+
+2004-07-27 [colin]     0.9.12cvs37
+
+       * src/msgcache.c
+               More fixes (i overlook a bit, thanks
+               Christoph for spotting it)
+
+2004-07-27 [colin]     0.9.12cvs36
+
+       * src/msgcache.c
+               Fix wrong test 
+
+2004-07-26 [colin]     0.9.12cvs35
+
+       * src/pop.c
+               Fix uidl-file parsing when not in new
+               format
+
+2004-07-19 [colin]     0.9.12cvs34
+
+       * src/compose.c
+               Save attachment status when drafting
+
+2004-07-19 [colin]     0.9.12cvs33
+
+       * src/folder.h
+       * src/folderview.c
+       * src/summaryview.c
+               Reverse 0.9.12cvs29 to 31 (folder icon update
+               when quicksearch is active)
+
+2004-07-18 [colin]     0.9.12cvs32
+
+       * src/pop.c
+               Fix partial download bug with "Download all
+               messages" option
+
+2004-07-18 [colin]     0.9.12cvs31
+
+       * src/folderview.c
+               Fix crash
+
+2004-07-17 [colin]     0.9.12cvs30
+
+       * src/summaryview.c
+               Same, when sticky search is off
+
+2004-07-17 [colin]     0.9.12cvs29
+
+       * src/folder.h
+       * src/folderview.c
+       * src/summaryview.c
+               Update FolderItem icon whenever its summaryview is 
+               filtered
+
+2004-07-16 [christoph] 0.9.12cvs28
+
+       * src/mimeview.c
+               make doubleclick work again
+
+2004-07-16 [christoph] 0.9.12cvs27
+
+       * src/mimeview.c
+               fix freeze on mime icon doubleclick (opening doesn't work yet)
+
+2004-07-16 [paul]      0.9.12cvs26
+       
+       * src/gtk/quicksearch.c
+       * src/compose.c
+       * src/customheader.c
+       * src/messageview.c
+       * src/news.c
+       * src/prefs_account.c
+       * src/prefs_display_header.c
+       * src/procheader.c
+               replace "Message-Id" with "Message-ID"
+
+2004-07-16 [paul]      0.9.12cvs25
+
+       * ChangeLog
+       * ChangeLog.jp
+       * src/account.c
+       * src/account.h
+       * src/folder_item_prefs.c
+       * src/main.c
+       * src/pop.c
+       * src/pop.h
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_gtk.c
+       * src/prefs_gtk.h
+               sync with main 0.9.12cvs1
+
+2004-07-15 [colin]     0.9.12cvs24
+
+       * src/folder.c
+               Disable GPG signature check during
+               folder move and scan 
+       (Closes Bug 521 Signature checking slows down Folder-Move)
+
+2004-07-14 [christoph] 0.9.12cvs23
+
+       * src/pgpmime.c
+               add missing fclose
+
+       * src/procmime.c
+               add checks if fopen really worked
+
+2004-07-14 [colin]     0.9.12cvs22
+
+       * src/pop.c
+       * src/common/partial_download.c
+               Update includes
+
+2004-07-14 [colin]     0.9.12cvs21
+
+       * src/folder.c
+       * src/inc.c
+       * src/matcher.c
+       * src/matcher.h
+       * src/matcher_parser_parse.y
+       * src/messageview.c
+       * src/msgcache.c
+       * src/noticeview.c
+       * src/noticeview.h
+       * src/pop.c
+       * src/pop.h
+       * src/prefs_matcher.c
+       * src/procheader.c
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/summaryview.c
+       * src/common/Makefile.am
+       * src/common/defs.h
+       * src/gtk/quicksearch.c
+       * src/common/partial_download.c ** NEW FILES **
+       * src/common/partial_download.h ** NEW FILES **
+               Partial downloading of pop3 mails
+
+2004-07-13 [christoph] 0.9.12cvs20
+
+       * src/mimeview.c
+               use "button_release_event" instead of "button_press_event",
+               because executing event callbacks while the button is still
+               pressed is not good and causes problems
+
+2004-07-12 [colin]     0.9.12cvs19
+
+       * src/gtk/quicksearch.c
+               Fix a missing status update in quicksearch
+
+2004-07-08 [colin]     0.9.12cvs18
+
+       * src/common/smtp.h
+               Fix guint vs gint bug
+
+2004-07-08 [colin]     0.9.12cvs17
+
+       * src/common/smtp.c
+               use to_human_readable() for sizes
+
+2004-07-08 [paul]      0.9.12cvs16
+
+       * src/inc.c [1.174]
+               fix occasional non-clearance of the statusbar
+               (close Bug 531 'SA plugin: status bar does not 
+                get cleared in OFFLINE mode')
+
+2004-07-07 [colin]     0.9.12cvs15
+
+       * src/prefs_common.c [1.225]
+       * src/prefs_common.h [1.112]
+               Add a hidden summary_quicksearch_sticky preference,
+               to allow the quicksearch bar to reset across folders
+       * src/summaryview.c [1.437]
+               Use this preference
+       * src/gtk/quicksearch.c [1.5]
+       * src/gtk/quicksearch.h [1.3]
+               Add this preference, fix focus when hitting Enter,
+               add handling of Esc key to reset
+
+2004-07-06 [colin]     0.9.12cvs14
+
+       * src/gtk/quicksearch.c [1.4]
+               Add Clear button
+
+2004-07-06 [christoph] 0.9.12cvs13
+
+       * src/toolbar.c
+               enable next unread button in empty folders if next folder
+               dialog is not disabled
+
+       (Closes Feature Request [ 755800 ] "next" button enabled in empty
+        folders)
+
+2004-07-06 [colin]     0.9.12cvs12
+
+       * src/common/smtp.c [1.16]
+               Display maximum message size in the log
+
+2004-07-06 [paul]      0.9.12cvs11
+
+       * src/toolbar.c
+               fix typo. (spotted by Fabien Vantard)
+
 2004-07-06 [paul]      0.9.12cvs10
 
        * src/main.c