2008-07-25 [colin] 3.5.0cvs33
[claws.git] / ChangeLog
index a091e7fe0e58dd790cd913d287ec6055e7e62047..1ca84edb8250a75d70a7ba7a922ce4a7bdafeee5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,145 @@
+2008-07-25 [colin]     3.5.0cvs33
+
+       * src/gtk/menu.h
+               Add a macro to remove menu items
+               Make the gui_manager variable useless
+
+2008-07-24 [colin]     3.5.0cvs32
+
+       * src/mimeview.c
+               Fix a gtk warning on clear
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/summaryview.h
+               Switch the message list popup menu to
+               GtkUIManager
+
+2008-07-23 [colin]     3.5.0cvs31
+
+       * src/plugins/pgpcore/pgp_viewer.c
+       * src/plugins/pgpcore/sgpgme.c
+               Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
+               Patch by Thomas Wiegner <wiegner@gmx.de>
+
+2008-07-20 [paul]      3.5.0cvs30
+
+       * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
+               remove redundant GTK version check
+
+2008-07-20 [ticho]     3.5.0cvs29
+
+       * src/folderview.c
+       * src/imap_gtk.c
+       * src/news_gtk.c
+               Moved sensitivity setting for "Download messages" for IMAP and
+               news folders from folderview.c to imap_gtk.c and news_gtk.c
+               respectively for better code readability.
+               Fixed indentation in news' set_sensitivity().
+
+2008-07-20 [paul]      3.5.0cvs28
+
+       * src/addrgather.c
+               remove more redundant code following cvs27
+
+2008-07-20 [paul]      3.5.0cvs27
+
+       * src/addrgather.c
+               remove now redundant code
+       * src/mainwindow.c
+       * src/mainwindow.h
+               fix bug 1673, 'Tools/Harvest adresses is
+               grayed out if folder is empty'
+
+2008-07-19 [ticho]     3.5.0cvs26
+
+       * src/edittags.c
+       * src/main.c
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+       * src/gtk/menu.c
+       * src/gtk/menu.h
+               Use GtkUIManager for mimeview and tag edit dialog popup menus,
+               instead of deprecated GtkItemFactory.
+
+2008-07-19 [colin]     3.5.0cvs25
+
+       * src/account.c
+       * src/addrgather.c
+       * src/compose.c
+       * src/editldap.c
+       * src/expldifdlg.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/summary_search.c
+       * src/summaryview.c
+       * src/toolbar.c
+       * src/wizard.c
+       * src/common/Makefile.am
+       * src/gtk/gtksctree.c
+       * src/gtk/gtkutils.h
+       * src/gtk/pluginwindow.c
+       * src/gtk/quicksearch.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
+               Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
+               or greater). Use the old deprecated one on GTK+ < 2.12.
+               Easy! Straightforward! I'm not annoyed at all! It's not a loss
+               of time!
+
+2008-07-16 [colin]     3.5.0cvs24
+
+       * src/mainwindow.c
+               Fix folderview's scrolbar when starting minimised
+               to tray, and popping up the mainwindow by calling
+               claws-mail from the command line
+
+2008-07-08 [colin]     3.5.0cvs23
+
+       * src/compose.c
+               Possibly fix po-headers appearing on empty
+               templates
+
+2008-07-08 [colin]     3.5.0cvs22
+
+       * src/folderview.c
+       * src/summaryview.c
+               Finish the always_open tristate patch, by Jonathan
+               Corbet.
+
+2008-07-07 [paul]      3.5.0cvs21
+
+       * src/mainwindow.c
+               fix typo (missing ")
+
+2008-07-07 [paul]      3.5.0cvs20
+
+       * src/mainwindow.c
+               fit the menu style a bit better
+
 2008-07-07 [colin]     3.5.0cvs19
 
        * src/prefs_themes.c