2007-10-08 [colin] 3.0.2cvs38
[claws.git] / ChangeLog
index b78ff5dcf0ffb4b6a50d6fd12a0c84ce53f54621..119b6d7733b40c3868dab9a3ce7fcbab7c32414d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,335 @@
+2007-10-08 [colin]     3.0.2cvs38
+
+       * src/prefs_toolbar.c
+               Make height 320 to remove the scrollbar 
+               (with current number of icons)
+
+2007-10-08 [colin]     3.0.2cvs37
+
+       * src/prefs_toolbar.c
+               Transform the treeview to a GtkIconView.
+               Patch by Pawel
+               In addition, transform the window so that 
+               it looks like a popup menu. Patch by me
+
+2007-10-08 [colin]     3.0.2cvs36
+
+       * src/compose.c
+       * src/compose.h
+               Beautify the GUI a bit; in particular, show the
+               number of attachments in the tab's title.
+               Patch by Pawel
+
+2007-10-08 [paul]      3.0.2cvs35
+
+       * src/mimeview.c
+               Save users from themselves: save temporary
+               files used for Open/Open with as read-only.
+               Thanks to Colin
+
+2007-10-08 [paul]      3.0.2cvs34
+
+       * tools/Makefile.am
+               forgot this in cvs33
+
+2007-10-08 [paul]      3.0.2cvs33
+
+       * tools/kdeservicemenu/README
+       * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
+       * tools/kdeservicemenu/install.sh
+       * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
+               renamed template* to *template so as not to confuse
+               lintian
+
+2007-10-08 [paul]      3.0.2cvs32
+
+       * src/prefs_themes.c
+       * src/stock_pixmap.c
+               replace 2 direct uses of RC_DIR
+
+2007-10-07 [colin]     3.0.2cvs31
+
+       * src/addrduplicates.c
+       * src/addrduplicates.h
+       * src/addressbook.c
+       * src/addressbook.h
+       * src/addrindex.c
+       * src/addrindex.h
+               Implement deletion in duplicate finder. 
+               Patch by Holger 
+
+2007-10-07 [colin]     3.0.2cvs30
+
+       * src/exporthtml.c
+       * src/mbox.c
+       * src/common/utils.c
+               Better fix for Solaris, thanks to Nicolas Doualot
+
+2007-10-07 [colin]     3.0.2cvs29
+
+       * AUTHORS
+       * src/gtk/authors.h
+               Add Frank Dietrich
+
+2007-10-07 [colin]     3.0.2cvs28
+
+       * src/exporthtml.c
+               Fix HTML export to make it more compliant
+               Patch by Frank Dietrich <bits_n_bytes@gmx.de>
+
+2007-10-07 [colin]     3.0.2cvs27
+
+       * src/prefs_toolbar.c
+               Only use icons that wouldn't look stupid in the toolbar
+               Patch by Pawel
+
+2007-10-07 [colin]     3.0.2cvs26
+
+       * src/prefs_toolbar.c
+               Fix old icon being used when none is selected
+
+2007-10-07 [colin]     3.0.2cvs25
+
+       * src/toolbar.c
+               Fix copy/paste error
+
+2007-10-07 [colin]     3.0.2cvs24
+
+       * src/prefs_toolbar.c
+       * src/toolbar.c
+       * src/toolbar.h
+               Update icon to default one when changing event
+               Make the icon chooser nicer (handle Esc, Enter,
+               double-click)
+
+2007-10-06 [colin]     3.0.2cvs23
+
+       * src/prefs_toolbar.c
+               Fix text reset; patch by Pawel
+
+2007-10-06 [colin]     3.0.2cvs22
+
+       * src/toolbar.h
+               Complete previous commit
+
+2007-10-06 [colin]     3.0.2cvs21
+
+       * src/prefs_toolbar.c
+       * src/toolbar.c
+               Set toolbar text automatically to the default
+               when changing Event executed on click
+
+2007-10-06 [colin]     3.0.2cvs20
+
+       * src/prefs_toolbar.c
+               Invert Text and Event fields
+
+2007-10-06 [colin]     3.0.2cvs19
+
+       * src/prefs_toolbar.c
+       * src/toolbar.c
+               Make toolbar prefs look much better
+               Patch by Pawel Pekala
+
+2007-10-06 [paul]      3.0.2cvs18
+
+       * src/account.c
+       * src/prefs_filtering.c
+               fix checkbuttons in gtktreeview on maemo by
+               setting maemo's "allow-checkbox-mode" to FALSE
+
+2007-10-06 [colin]     3.0.2cvs17
+
+       * configure.ac
+               Export -DSOLARIS in CFLAGS for all
+               Solaris (not just 2.8) and OpenSolaris
+
+2007-10-06 [paul]      3.0.2cvs16
+
+       * AUTHORS
+       * src/exporthtml.c
+       * src/mbox.c
+       * src/gtk/authors.h
+               fix build on solaris where ctime_r takes
+               3 arguments rather than 2.
+               Patch by Nicolas Doualot <slubman.lists@slubman.info>
+
+2007-10-05 [colin]     3.0.2cvs15
+
+       * src/etpan/imap-thread.c
+               Fix wrong error codepath
+
+2007-10-05 [wwp]       3.0.2cvs14
+
+       * src/filtering.c
+               Fix unexpected logging of quicksearches:
+               debug_filtering_session flag was never reset to FALSE, causing
+               matcher functions to log when called from a quicksearch
+               (if a filtering session happened before).
+
+2007-10-05 [paul]      3.0.2cvs13
+
+       * src/prefs_actions.c
+       * src/prefs_filtering.c
+       * src/prefs_template.c
+               fix bug 1343, 'Filtering..'s close button
+               silently discards new filter'
+               Thanks to Colin
+
+2007-10-05 [paul]      3.0.2cvs12
+
+       * configure.ac
+       * src/Makefile.am
+               fix bug 1347, '-Wno-unused-function, optional'
+
+2007-10-05 [colin]     3.0.2cvs11
+
+       * src/procmime.c
+       * src/common/mgutils.c
+               Fix warnings
+
+2007-10-05 [mones]     3.0.2cvs10
+
+       * manual/advanced.xml
+               Use full menu name
+       * manual/es/advanced.xml
+               Synchronise translation
+
+2007-10-04 [colin]     3.0.2cvs9
+
+       * src/action.c
+       * src/addrbook.c
+       * src/addrindex.c
+       * src/compose.c
+       * src/exporthtml.c
+       * src/exportldif.c
+       * src/folder.c
+       * src/main.c
+       * src/matcher.c
+       * src/mbox.c
+       * src/messageview.c
+       * src/mh.c
+       * src/news.c
+       * src/partial_download.c
+       * src/pop.c
+       * src/procmime.c
+       * src/procmsg.c
+       * src/toolbar.c
+       * src/common/log.c
+       * src/common/mgutils.c
+       * src/common/plugin.c
+       * src/common/utils.c
+       * src/common/xml.c
+       * src/common/xml.h
+       * src/common/xmlprops.c
+       * src/common/xmlprops.h
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/dillo_viewer/dillo_prefs.c
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/trayicon/trayicon_prefs.c
+               Verify success on writes. Will fix possible strange
+               failure on disk full.
+
+2007-10-04 [paul]      3.0.2cvs8
+
+       * manual/advanced.xml
+               add further info about Actions
+               Patch by Emmanuel Briot <briot@adacore.com>
+
+2007-10-04 [paul]      3.0.2cvs7
+
+       * src/account.c
+               remove the D column, instead indicate the
+               default account by use of bold text
+
+2007-10-03 [colin]     3.0.2cvs6
+
+       * src/common/template.c
+               Fix templates writing (was prone to disk full problems)
+
+2007-10-03 [colin]     3.0.2cvs5
+
+       * src/Makefile.am
+       * src/addrduplicates.c
+       * src/addrduplicates.h
+       * src/addressbook.c
+               Add duplicate deletion. Patch by Holger
+
+2007-10-03 [colin]     3.0.2cvs4
+
+       * src/matcher.c
+       * src/gtk/quicksearch.c
+               Fix bug 1340, 'Case insensitive searches with 
+               non-ascii alphabets fail'.
+
+2007-10-03 [colin]     3.0.2cvs3
+
+       * src/main.c
+       * src/common/utils.c
+       * src/common/utils.h
+               Implement run-time alternative config directories
+
+2007-10-03 [colin]     3.0.2cvs2
+
+       * src/folderview.c
+               Prevent opening folder item while folder
+               is scanned in a better way
+
+2007-10-02 [paul]      3.0.2cvs1
+
+       * NEWS
+       * README
+       * RELEASE_NOTES
+       * configure.ac
+               bump up version number following stable release
+
+2007-09-30 [colin]     3.0.1cvs49
+
+       * src/imap.c
+               Refresh session if needed
+
+2007-09-30 [colin]     3.0.1cvs48
+
+       * src/imap.c
+               Reset folder's session to NULL
+               before destroying it
+
+2007-09-30 [mones]     3.0.1cvs47
+
+       * manual/handling.xml
+               Use markup quotes instead hardcoded quotes
+       * manual/es/handling.xml
+               Added new synced section (IMAP subscriptions)
+
+2007-09-29 [colin]     3.0.1cvs46
+
+       * src/imap.c
+               Notice disconnections faster
+
+2007-09-28 [colin]     3.0.1cvs45
+
+       * src/addressbook.c
+       * src/addrindex.c
+               Fix warnings
+
+2007-09-28 [paul]      3.0.1cvs44
+
+       * src/mimeview.c
+               fix maemo build
+
+2007-09-28 [paul]      3.0.1cvs43
+
+       * src/account.c
+               use gtk_widget_set_size_request() on the label
+               so that wrapping works better. get rid of the
+               (partially deprecated) hbutton_box.
+               these changes should prevent buttons overlapping
+               on maemo
+
 2007-09-28 [colin]     3.0.1cvs42
 
        * src/pop.c