2007-08-15 [ticho] 2.10.0cvs124
[claws.git] / ChangeLog
index 4d24608df874e07260e7a738bcebc97e29c056f6..8487e66c64c4aaeccf1e1bb9d90e79372f339d55 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,90 @@
+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