2007-08-19 [colin] 2.10.0cvs133
[claws.git] / ChangeLog
index aee5cf3a0052eaf284b2ab25a651cb2e708511b6..a70e932659b232141591808fa980a21c33602806 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,285 @@
+2007-08-19 [colin]     2.10.0cvs133
+
+       * src/etpan/imap-thread.c
+               Make all fetch logs less verbose
+
+2007-08-19 [paul]      2.10.0cvs132
+
+       * src/foldersel.c
+       * src/folderview.c
+       * src/summaryview.c
+               fix bug 1286, 'Can't move a folder into a "Folders
+               Only" folder'
+
+2007-08-18 [ticho]     2.10.0cvs131
+
+       * src/editaddress_other_attributes_ldap.c
+               Converted option menu for other ldap attributes to GtkComboBox.
+
+2007-08-18 [colin]     2.10.0cvs130
+
+       * src/compose.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_send.c
+       * src/send_message.c
+               Revert 'send_dialog_mode' meaning to 
+               'send_dialog_invisible', so that the 
+               new checkbox doesn't change the 
+               existing behaviour.
+
+2007-08-18 [paul]      2.10.0cvs129
+
+       * src/summaryview.c
+               add missing menu update
+
+2007-08-17 [colin]     2.10.0cvs128
+
+       * src/folder.c
+               Set batching after getting flags - maybe fixes
+               bug 1292, 'CM crashes on writing mail'
+
+2007-08-16 [ticho]     2.10.0cvs127
+
+       * src/prefs_send.c
+               Convert two GtkOptionMenu widgets to new GtkComboBox.
+       * src/gtk/combobox.h
+       * src/gtk/gtkutils.c
+               Allow NULL for GtkComboBox menuitem label, rendering such
+               items as row separators.
+
+2007-08-16 [paul]      2.10.0cvs126
+
+       * src/plugins/trayicon/trayicon.c
+               remove wrongly used gettextisation
+
+2007-08-15 [ticho]     2.10.0cvs125
+
+       * src/importldif.c
+               Fixed a runtime warning where an attempt to pack an
+               already packed GtkLabel was made.
+
+2007-08-15 [ticho]     2.10.0cvs124
+
+       * src/prefs_compose_writing.c
+               Convert the insert-or-attach-dragged-files GtkOptionMenu
+               into GtkComboBox.
+
+2007-08-14 [ticho]     2.10.0cvs123
+
+       * src/messageview.c
+       * src/gtk/gtkutils.c
+               Changed return receipt account selector to GtkComboBox.
+               Fixed a runtime warning where GTK tried to parse
+               "name <email@address" as a Pango markup in an alertpanel label.
+
+2007-08-14 [ticho]     2.10.0cvs122
+
+       * src/prefs_logging.c
+               Changed GtkOptionMenu in logging preferences to GtkComboBox.
+
+2007-08-14 [wwp]       2.10.0cvs121
+
+       * tools/Makefile.am
+       * tools/README
+       * tools/popfile-link.sh
+               Added a new tool: POPFile helper, to open
+               selected messages in POPFile control center,
+               in order to change the messages' status.
+
+2007-08-14 [ticho]     2.10.0cvs120
+
+       * src/compose.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_send.c
+       * src/send_message.c
+               Change "Show send dialog" optionmenu to a checkbutton.
+       * src/prefs_receive.c
+               Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
+
+2007-08-13 [wwp]       2.10.0cvs119
+
+       * src/addr_compl.c
+       * src/addressbook.c
+       * src/addrindex.c
+       * src/compose.c
+       * src/filtering.c
+       * src/folderview.c
+       * src/inc.c
+       * src/matcher.c
+       * src/mh.c
+       * src/partial_download.c
+       * src/prefs_gtk.c
+       * src/procmsg.c
+       * src/stock_pixmap.c
+       * src/summaryview.c
+       * src/common/utils.c
+       * src/gtk/gtkaspell.c
+       * src/gtk/menu.c
+               Make sure we never pass NULL pointers for %s substitutions
+               (prevent from crashing in Windows).
+
+2007-08-13 [wwp]       2.10.0cvs118
+
+       * src/msgcache.c
+               Re-enable mmap_reads in Windows with some missing
+               CloseHandle of mapping objects, thanks to
+               Marcus Brinkmann.
+
+2007-08-13 [paul]      2.10.0cvs117
+
+       * src/common/utils.c
+               fix bug 1287, 'Compile time problem on Solaris
+               (nexenta gnu/Solaris) utils.c'
+               Thanks to Piotr Chrzczonowicz
+
+2007-08-12 [wwp]       2.10.0cvs116
+
+       * src/plugins/pgpcore/prefs_gpg.c
+               Don't try to unset a GPG_AGENT_INFO that was not
+               set (and don't use a NULL string in Windows, it was
+               crashing with --debug if GPG_AGENT_INFO was not set).
+
+2007-08-12 [wwp]       2.10.0cvs115
+
+       * src/privacy.h
+               Make gcc type-check arguments passed to privacy_set_error().
+
+2007-08-12 [ticho]     2.10.0cvs114
+
+       * src/prefs_folder_item.c
+               Make sure that folder default account combobox always has some
+               account preselected.
+       * src/gtk/combobox.c
+               Handle empty combobox gracefully (warning instead of crash).
+
+2007-08-12 [ticho]     2.10.0cvs114
+
+       * src/prefs_folder_item.c
+               Make sure that folder default account combobox is not empty.
+       * src/gtk/combobox.c
+               Handle empty combobox gracefully (warning instead of crash).
+
+2007-08-11 [paul]      2.10.0cvs113
+
+       * src/addrgather.c
+       * src/folderview.c
+               use 'subfolder' instead of 'sub-folder', matching
+               everywhere else the term is used
+       * src/imap_gtk.c
+               fix engrish
+
+2007-08-10 [wwp]       2.10.0cvs112
+
+       * src/msgcache.c
+               Disable mmap reads in Windows only (at least temporarily), they
+               prevent from renaming/removing target cache files.
+
+2007-08-10 [paul]
+
+       3.0.0-rc2 released
+
+2007-08-10 [wwp]       2.10.0cvs111
+
+       * src/msgcache.c
+               fix unpredictable crashes in Windows due to broken
+               cache/mark/tags files writting (file were opened for
+               writing in text mode).
+
+       * src/recv.c
+               use gettimeofday() from w32lib.h on Windows.
+
+2007-08-10 [colin]     2.10.0cvs110
+
+       * src/imap.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               Better IMAP scanning (NOOP instead of CLOSE/SELECT)
+
+2007-08-09 [colin]     2.10.0cvs109
+
+       * src/editldap.c
+               Fix port being reset to 636 on SSL
+       * src/folder.c
+               Fix folder_item_get_msg_num_by_file
+               on drafts/queue folders
+
+2007-08-09 [wwp]       2.10.0cvs108
+
+       * src/folder.c
+               Fix tags DB path in Windows (thanks to Colin): '/' is a valid
+               path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
+
+
+2007-08-09 [colin]     2.10.0cvs107
+
+       * src/folderview.c
+       * src/summaryview.c
+       * src/gtk/prefswindow.c
+               A few Maemo layout fixes
+
+2007-08-09 [paul]      2.10.0cvs106
+
+       * src/prefs_account.c
+               remove the hyphen from plug-ins to
+               match everywhere else
+
+2007-08-08 [wwp]       2.10.0cvs105
+
+       * src/prefs_folder_item.c
+               Fix an extraneous stealth ^L char.
+
+2007-08-08 [wwp]       2.10.0cvs104
+
+       * src/prefs_folder_item.c
+               Better fix, group variables declarations (USE_ASPELL).
+
+2007-08-08 [wwp]       2.10.0cvs103
+
+       * src/prefs_folder_item.c
+               Fix compilation w/ USE_ASPELL set (broken
+               by 2.10.0cvs102).
+
+2007-08-08 [ticho]     2.10.0cvs102
+
+       * src/prefs_folder_item.c
+               Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
+
+2007-08-08 [colin]     2.10.0cvs101
+
+       * src/imap.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               Close selected mailbox before doing
+               status on it.
+
+2007-08-08 [colin]     2.10.0cvs100
+
+       * src/html.c
+               Complete symbol table, thanks to wwp.
+               Fixes bug 1284, 'The html -> text 
+               converter ignores entities'
+       * src/msgcache.c
+               Fix possible fd leak
+
+2007-08-08 [colin]     2.10.0cvs99
+
+       * src/imap.c
+               Better way to fetch UIDs on non-UIDPLUS servers
+
+2007-08-07 [colin]     2.10.0cvs98
+
+       * src/imap.c
+               fix bug 1275, 'auto-saved draft messages not 
+               always being removed'; Also, make multiple
+               copy (in the same account) faster by matching
+               source/destination message UIDs.
+       * src/messageview.c
+               Don't try to reshow deleted mail
+       * src/msgcache.c
+               Fix leak on error path
+
 2007-08-07 [wwp]       2.10.0cvs97
 
        * manual/account.xml