2004-09-17 [paul] 0.9.12cvs102.1
[claws.git] / ChangeLog.claws
index 82f22f4a7791c44d0a56ff1d9a042a1cbd835436..c9098e29847b00b50fdafc0095e70dfbd998b926 100644 (file)
@@ -1,3 +1,597 @@
+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
+               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