2011-10-30 [pawel] 3.7.10cvs61
[claws.git] / ChangeLog
index 5520bc71da1aa7122ea64cf3f43ed441916c4e92..3c59533dd3843fbaf21410028bb467359e8b4b7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,319 @@
+2011-10-30 [pawel]     3.7.10cvs61
+
+       * src/compose.c
+               Those entries should not be editable
+
+2011-10-30 [pawel]     3.7.10cvs60
+
+       * src/prefs_template.c
+               - Dialog needs more height to fit all widgets
+               - Clear template contents on delete
+
+2011-10-30 [pawel]     3.7.10cvs59
+
+       * src/prefs_folder_item.c
+               Update summaryview after changing folder prefs when needed
+
+2011-10-30 [pawel]     3.7.10cvs58
+
+       * src/mimeview.c
+               Remove key-press-event blocking, it only
+               emits GLib-GObject warnings
+
+2011-10-29 [colin]     3.7.10cvs57
+
+       * src/addr_compl.c
+               Fix focus of completion window with gnome shell
+               Fixes bug #2525, "Address completion window does not get
+               keyboard focus"
+
+2011-10-29 [colin]     3.7.10cvs56
+
+       * src/folderview.c
+               Fix flicker on recursive quicksearch
+
+2011-10-28 [colin]     3.7.10cvs55
+
+       * src/alertpanel.c
+       * src/mainwindow.c
+               Fix a bit the focus problem on Gnome shell
+
+2011-10-26 [mones]     3.7.10cvs54
+
+       * src/compose.c
+               Add missing accelerator
+
+2011-10-25 [colin]     3.7.10cvs53
+
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmctree.c
+               Fix colors, fix warnings
+
+2011-10-25 [colin]     3.7.10cvs52
+
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmctree.c
+               Fix focus things.
+
+2011-10-25 [colin]     3.7.10cvs51
+
+       * src/stock_pixmap.c
+               Fix build with gtk + 2.20
+
+2011-10-25 [colin]     3.7.10cvs50
+
+       * src/compose.c
+       * src/messageview.c
+       * src/procmsg.c
+       * src/procmsg.h
+               Fix locking when sending a single message
+
+2011-10-25 [colin]     3.7.10cvs49
+
+       * src/gtk/colorlabel.c
+               GDK_ => GDK_KEY
+       * src/gtk/gtkcmclist.c
+               Make row height closer to what it was
+
+2011-10-25 [colin]     3.7.10cvs48
+
+       * src/stock_pixmap.c
+               Always use cairo to draw
+
+2011-10-25 [colin]     3.7.10cvs47
+
+       * src/mimeview.c
+               Fix bug #2529, 'crash in mimeview_start_drag after
+               deleting message'. Patch by Ricardo
+
+2011-10-23 [colin]     3.7.10cvs46
+
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmclist.h
+       * src/gtk/gtkcmctree.c
+               Draw CMClist with cairo too.
+
+2011-10-23 [colin]     3.7.10cvs45
+
+       * src/gtk/gtkcmclist.h
+               Fix build (this was not meant to be commited)
+
+2011-10-23 [colin]     3.7.10cvs44
+
+       * src/addressadd.c
+       * src/addressbook.c
+       * src/addressbook_foldersel.c
+       * src/editgroup.c
+       * src/foldersel.c
+       * src/folderview.c
+       * src/grouplistdialog.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/summaryview.c
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmclist.h
+       * src/gtk/gtkcmctree.c
+       * src/gtk/gtkcmctree.h
+       * src/gtk/gtksctree.c
+               Refactor some tree stuff (lots of code duplication there)
+               and switch to cairo for tree rendering.
+
+2011-10-23 [holger]    3.7.10cvs43
+
+       * src/filtering.c
+               Don't issue a warning for designed behaviour of the stop rule.
+               Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
+
+2011-10-22 [colin]     3.7.10cvs42
+
+       * src/printing.c
+       * src/gtk/gtkshruler.c
+       * src/gtk/gtkutils.h
+               Fix GTK+2.16 build
+
+2011-10-22 [colin]     3.7.10cvs41
+
+       * src/account.c
+       * src/addr_compl.c
+       * src/addrgather.c
+       * src/compose.c
+       * src/editldap.c
+       * src/expldifdlg.c
+       * src/folderview.c
+       * src/grouplistdialog.c
+       * src/headerview.c
+       * src/importldif.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/mimeview.c
+       * src/noticeview.c
+       * src/prefs_account.c
+       * src/prefs_actions.c
+       * src/prefs_ext_prog.c
+       * src/prefs_filtering.c
+       * src/prefs_folder_item.c
+       * src/prefs_image_viewer.c
+       * src/prefs_logging.c
+       * src/prefs_msg_colors.c
+       * src/prefs_other.c
+       * src/prefs_send.c
+       * src/prefs_spelling.c
+       * src/prefs_summaries.c
+       * src/prefs_template.c
+       * src/printing.c
+       * src/quote_fmt.c
+       * src/send_message.c
+       * src/statusbar.c
+       * src/summary_search.c
+       * src/summaryview.c
+       * src/wizard.c
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmctree.c
+       * src/gtk/gtkcmoptionmenu.c
+       * src/gtk/gtksctree.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+       * src/gtk/gtkvscrollbutton.c
+       * src/gtk/inputdialog.c
+       * src/gtk/pluginwindow.c
+       * src/gtk/quicksearch.c
+       * src/gtk/spell_entry.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/dillo_viewer/dillo_prefs.c
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/trayicon/trayicon.c
+       * src/plugins/trayicon/trayicon_prefs.c
+               Remove all possible #if GTK_CHECK_VERSION() checks,
+               and make Claws build with GTK+2.16 (untested right
+               now), as the Gpg4Win project uses GTK+2.16 currently.
+
+2011-10-22 [colin]     3.7.10cvs40
+
+       * src/gtk/gtkutils.h
+       * configure.ac
+               Fix (hopefully) build with GTK+ 2.18.
+
+2011-10-20 [paul]      3.7.10cvs39
+
+       * AUTHORS
+       * src/ldif.c
+       * src/gtk/authors.h
+               fix bug 2479, 'LDIF address book import matches tags case sensitive'
+               Patch by Bodo Graumann <mail@bodograumann.de>
+
+2011-10-20 [mones]     3.7.10cvs38
+
+       * po/fr.po
+       * src/common/defs.h
+               Fix references to old dotsrc mailing lists
+
+2011-10-19 [mones]     3.7.10cvs37
+
+       * src/prefs_msg_colors.c
+               Fix Ok/Cancel buttons in color selector of preferences
+
+2011-10-17 [colin]     3.7.10cvs36
+
+       * src/gtk/gtkshruler.c
+               (Probably) fix GTK+ <= 2.22
+
+2011-10-17 [colin]     3.7.10cvs35
+
+       * src/gtk/gtkshruler.c
+               Fix GTK+2.22 build
+
+2011-10-17 [mones]     3.7.10cvs34
+
+       * src/addrbook.c
+       * src/exportldif.c
+       * src/jpilot.c
+       * src/mutt.c
+       * src/pine.c
+       * src/procmsg.c
+       * src/vcard.c
+               Fix potential out-of-buffer writes
+
+2011-10-17 [mones]     3.7.10cvs33
+
+       * src/main.c
+               Use just one g_print call per option; correct indentation
+
+2011-10-17 [colin]     3.7.10cvs32
+
+       * src/compose.c
+       * src/compose.h
+       * src/gtk/Makefile.am
+       * src/gtk/gtkshruler.c
+       * src/gtk/gtkshruler.h
+       * src/gtk/gtkunit.c
+       * src/gtk/gtkunit.h
+               Reimplement ruler using the GTK widgets. Thanks
+               to Hanno for the initial patch.
+
+2011-10-17 [colin]     3.7.10cvs31
+
+       * src/action.c
+       * src/main.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               Undeprecate GIO/GdkCondition
+
+2011-10-16 [mones]     3.7.10cvs30
+
+       * src/main.c
+               Add --compose-from-file option to open composition
+               window with the headers and body from a file; based
+               on Debian patch to fix http://bugs.debian.org/544868
+
+2011-10-15 [mones]     3.7.10cvs29
+
+       * manual/advanced.xml
+               Document new summary_from_show hidden preference
+
+2011-10-15 [paul]      3.7.10cvs28
+
+       * src/compose.c
+               compose_create_tags() - fix misplaced 'int i'
+               compose_entry_mark_default_to() - fix To field highlighting
+
+2011-10-09 [colin]     3.7.10cvs27
+
+       * src/addr_compl.c
+               Fix address completion
+
+2011-10-07 [colin]     3.7.10cvs26
+
+       * src/prefs_filtering_action.c
+       * src/gtk/gtkutils.h
+               Fix build with GTK+2.20
+
+2011-10-07 [colin]     3.7.10cvs25
+
+       * src/gtk/Makefile.am
+       * src/gtk/gdkkeysyms-new.h
+       * src/gtk/gtkutils.h
+               Copy the new GDK_KEY_* definitions for older GTKs
+
+2011-10-07 [colin]     3.7.10cvs24
+
+       * configure.ac
+               Fix typos (thanks to Hanno)
+
+2011-10-07 [colin]     3.7.10cvs23
+
+       * src/compose.c
+       * src/gtk/gtkshruler.c
+       * src/gtk/gtkshruler.h
+               Disable ruler starting from 2.24.
+
+2011-10-07 [colin]     3.7.10cvs22
+
+       * configure.ac
+       * src/messageview.c
+       * src/gtk/Makefile.am
+               GTK2 build fix
+
 2011-10-07 [colin]     3.7.10cvs21
 
        * configure.ac