2010-10-02 [colin] 3.7.6cvs46
[claws.git] / ChangeLog
index d5264b23b1ca50e47115ff810423ebbf5d73db58..53144b940f9438add1c6090a5685e90584cd9c06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,190 @@
+2010-10-02 [colin]     3.7.6cvs46
+
+       * configure.ac
+               Forgot to remove the directory from top-level
+
+2010-10-02 [colin]     3.7.6cvs45
+
+       * src/plugins/trayicon/Makefile.am
+       * src/plugins/trayicon/trayicon.c
+       * src/plugins/trayicon/libeggtrayicon/.cvsignore
+       * src/plugins/trayicon/libeggtrayicon/Makefile.am
+       * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
+       * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
+       * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
+       * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
+       * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
+       * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
+       * src/plugins/trayicon/libeggtrayicon/xembed.h
+               Finally get rid of Eggtrayicon, use GtkStatusIcon
+               instead (which can be done safely now that we 
+               require GTK+ 2.10).
+
+2010-10-02 [colin]     3.7.6cvs44
+
+       * src/action.c
+       * src/addr_compl.c
+       * src/addressbook.c
+       * src/addrgather.c
+       * src/alertpanel.c
+       * src/editaddress.c
+       * src/editaddress_other_attributes_ldap.c
+       * src/editgroup.c
+       * src/folderview.c
+       * src/grouplistdialog.c
+       * src/headerview.c
+       * src/image_viewer.c
+       * src/importldif.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/message_search.c
+       * src/mimeview.c
+       * src/prefs_themes.c
+       * src/summary_search.c
+       * src/summaryview.c
+       * src/toolbar.c
+       * src/etpan/imap-thread.c
+       * src/gtk/authors.h
+       * src/gtk/gtkcmclist.c
+       * src/gtk/gtkcmoptionmenu.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+       * src/gtk/gtkvscrollbutton.c
+       * src/plugins/pgpcore/select-keys.c
+       * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
+               Undeprecate for GTK+2.22. Patch by Reed Loden.
+               Fixes bug #2276, 'Compile in maintainer mode
+               fails on GTK+ 2.22'.
+
+2010-10-02 [colin]     3.7.6cvs43
+
+       * configure.ac
+               It's now time to remove the temporary enable-openssl
+               option that was used when we removed OpenSSL. See 
+               bug #2276 comment #14.
+
+2010-09-30 [wwp]       3.7.6cvs42
+
+       * src/prefs_account.c
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+                       Fix bug #2274, wrong color label index range
+                       used w/ gtk_cmoption_menu (behaviour change
+                       has been introduced w/ 3.5.0cvs49 apparently),
+                       now it must be 1..N so let's use colorlabel value
+                       (0..N) + 1.
+                       
+
+2010-09-20 [pawel]     3.7.6cvs41
+
+       * src/compose.c
+       * src/mainwindow.c
+       * src/summaryview.c
+               revert last patch
+
+2010-09-19 [pawel]     3.7.6cvs40
+
+       * src/compose.c
+       * src/mainwindow.c
+       * src/summaryview.c
+               Set ML menus sensitivity accordingly to
+               possibility of reply to ML
+
+2010-09-19 [colin]     3.7.6cvs39
+
+       * src/compose.c
+               Fix cvs34 and cvs35. NNTP accounts are mandatory to post
+               to newsgroups, and NNTP accounts *can* send email. We 
+               should not force an email account when replying to_ml or
+               anything...
+
+2010-09-19 [colin]     3.7.6cvs38
+
+       * src/compose.c
+               Revert previous commit (which breaks Reply to newsgroups)
+
+2010-09-17 [pawel]     3.7.6cvs37
+
+       * src/compose.c
+               Respect reply_account_autosel when changing compose
+               account to email one while replying to NNTP post
+
+2010-09-17 [wwp]       3.7.6cvs36
+
+       * doc/man/claws-mail.1
+       Update --compose documentation in `man claws-mail`.
+
+2010-09-12 [pawel]     3.7.6cvs35
+
+       * src/compose.c
+               Add forgotten bit to previous commit,
+               select email account when replying to ML
+
+2010-09-12 [pawel]     3.7.6cvs34
+
+       * src/compose.c
+               Fix bug #2247 "nntp reply-to-all broken?"
+               Make reply-to-all and reply-to-ml work as expected in
+               mailing list through NNTP case
+
+2010-09-11 [pawel]     3.7.6cvs33
+
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/toolbar.c
+               gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
+               fixes build with GTK+ < 2.18
+
+2010-09-10 [pawel]     3.7.6cvs32
+
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/toolbar.c
+               Make Tab key switch between FolderView, MsgView and
+               SummaryView only, other widgets have/can have their own
+               keybindings anyway
+
+2010-08-25 [colin]     3.7.6cvs31
+
+       * src/procmime.c
+       * AUTHORS
+       * src/gtk/authors.h
+       * src/common/base64.c
+       * src/common/base64.h
+               Fix bug #2245, "base64 decoding fails with line breaks"
+               Patch by Yotam Medini
+
+2010-08-25 [colin]     3.7.6cvs30
+
+       * src/main.c
+               Fix bug #2241, "Empty trash on exit fails on scripted exit"
+
+2010-08-23 [pawel]     3.7.6cvs29
+
+       * src/inc.c
+       * src/send_message.c
+       * src/statusbar.c
+       * src/toolbar.c
+               Hide progressbar on statusbar when not needed
+
+2010-08-17 [colin]     3.7.6cvs28
+
+       * src/main.c
+               Fix previous patch (our own tmp dir is inside
+               our rc dir)
+
+2010-08-16 [colin]     3.7.6cvs27
+
+       * src/main.c
+               Use temp dir to store logs in Windows. Avoids doing
+               get_rc_dir() early, which prevents set_rc_dir()
+               working correctly.
+
+2010-07-31 [holger]    3.7.6cvs26
+
+       * src/gtk/gtkshruler.c
+               Yet more GdkGC to Cairo porting
+
 2010-07-30 [holger]    3.7.6cvs25
 
        * src/stock_pixmap.c