2.4.0-rc1 released
[claws.git] / ChangeLog
index 26c185df8003fdd8ad84b8e7de5db3a04e0c3af0..cd7a26e67f4d7b620bda5f081fb427dd4fddcec7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,257 @@
+2006-06-28 [paul]
+
+       2.4.0-rc1 released
+
+2006-06-28 [paul]      2.3.1cvs28
+
+       * ChangeLog
+       * tools/Makefile.am
+               include textviewer.pl in releases
+
+2006-06-28 [paul]      2.3.1cvs27
+
+       * src/prefs_ext_prog.c
+               hide Print command option if libgnomeprint
+               support is present
+
+2006-06-27 [colin]     2.3.1cvs26
+
+       * src/compose.c
+               Fix Esc handling in insert/attach dialog
+               Don't show this dialog if dragging something
+               else than text/uri-list
+               Thanks to Fabien Vantard
+       * tools/textviewer.pl
+               Filter script to display stuff as text
+               by H. Merijn Brand
+
+2006-06-27 [wwp]       2.3.1cvs25
+
+       * src/messageview.c
+               use the exact product name (message view title), patch
+               by Fabien Vantard.
+
+2006-06-27 [ticho]     2.3.1cvs24
+
+       * src/prefs_account.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_ext_prog.c
+       * src/textview.c
+               Add a preference (Preferences/External programs)
+               to allow "Display as text" to be done via a script
+               (patch by H.Merijn Brand).
+               Use GtkComboBox for protocol selection in account
+               preferences.
+               Only include current choice for existing accounts, and
+               insensitivize the combobox.
+
+2006-06-27 [paul]      2.3.1cvs23
+
+       * src/mbox.c
+               fix crasher introduced in cvs21.
+               Thanks to Colin
+
+2006-06-26 [colin]     2.3.1cvs22
+
+       * src/mbox.c
+               Fix double-frees when leaving folders
+               after exporting to mbox
+
+2006-06-26 [colin]     2.3.1cvs21
+
+       * src/mbox.c
+               More feedback (and optimisation)
+               on import/export
+       * src/common/utils.c
+               Fix case when looking for mail addresses
+       * src/gtk/gtkutils.c
+               Extra check for (X-)Face
+
+2006-06-25 [ticho]     2.3.1cvs20
+
+       * src/compose.c
+       * src/exphtmldlg.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+       Added second argument to gtkut_sc_combobox_create() to
+       control focus-on-click for the widget.
+       Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
+
+2006-06-25 [ticho]     2.3.1cvs19
+
+       * src/compose.c
+       * src/gtk/Makefile.am
+       * src/gtk/combobox.c
+       * src/gtk/combobox.h
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               Use GtkComboBox instead of deprecated GtkOptionMenu
+               for account selector in compose window and for encoding
+               selector in attachment properties.
+               Also factorise working with the new GtkComboBox somewhat.
+
+2006-06-24 [paul]      2.3.1cvs18
+
+       * src/prefs_common.c
+               use the correct default value
+
+2006-06-24 [paul]      2.3.1cvs17
+
+       * src/compose.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_compose_writing.c
+               enable setting of default action when
+               dnd'ing files in the compose window.
+               (Collaborative effort with wwp)
+
+2006-06-23 [wwp]       2.3.1cvs16
+
+       * src/compose.c
+               i18n fix (thanks to Fabien Vantard)
+
+2006-06-22 [colin]     2.3.1cvs15
+
+       * src/prefs_customheader.c
+               Don't use filters in custom headers' file 
+               selector. Remember, extensions mean nothing :)
+
+2006-06-22 [paul]      2.3.1cvs14
+
+       * configure.ac
+               allow setting of man directory location
+
+2006-06-22 [colin]     2.3.1cvs13
+
+       * src/mainwindow.c
+               Add 'View/Go to/Next unread folder'.
+               I missed that :)
+
+2006-06-22 [colin]     2.3.1cvs12
+
+       * src/common/utils.c
+               Add some subject prefixes
+               Patch by Bjorn T Johansen <btj@havleik.no>
+
+2006-06-22 [colin]     2.3.1cvs11
+
+       * manual/advanced.xml
+               Forgotten hidden pref
+
+2006-06-21 [paul]      2.3.1cvs10
+
+       * src/prefs_account.c
+               complete the removal of 'Add date header' option
+
+2006-06-21 [paul]      2.3.1cvs9
+
+       * src/account.c
+       * src/compose.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+               remove option to add date header - always
+               add date header
+       * src/etpan/imap-thread.c
+               fix warnings (Thanks to Colin)
+
+2006-06-21 [wwp]       2.3.1cvs8
+
+       * src/folder.c
+               set the attachment flag when inline text part are (file)named. This is more convenient
+               when receiving (for instance) inline source files or patches sent using thunderbird.
+
+2006-06-21 [paul]      2.3.1cvs7
+
+       * src/inc.c
+               fix off-by-one count of current msg in
+               statusbar filtering progressbar
+
+2006-06-21 [paul]      2.3.1cvs6
+
+       * src/folder.c
+               Show attachment icon even if the part is 'inline'
+               if the following conditions are met:
+               - content-type != 'text/plain'
+               - content-type != '*/pgp-signature'
+               - either 'name' or 'filename' parameter is not NULL
+               
+               Thanks to Colin
+
+2006-06-21 [paul]      2.3.1cvs5
+
+       * src/messageview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_other.c
+               add an option to 'Never send Return
+               Receipts'
+               Thanks to Colin
+
+2006-06-20 [mones]     2.3.1cvs4
+
+       * po/es.po
+               updated
+       * src/compose.c
+               typo fixed (space after comma)
+       * tools/make.themes.project
+               remove exec mode from tarball files
+
+2006-06-20 [colin]     2.3.1cvs3
+
+       * src/news.c
+       * src/procheader.c
+       * src/unmime.c
+               Better fix for \n's in headers (don't 
+               break Received: and others)
+
+2006-06-20 [paul]      2.3.1cvs2
+
+       * src/alertpanel.c
+       * src/textview.c
+               improve legibility of phishing attempt
+               dialog
+
+2006-06-20 [paul]      2.3.1cvs1
+
+       * NEWS
+       * README
+       * configure.ac
+               Update version number following
+               stable release
+
+2006-06-20 [colin]     2.3.0cvs26
+
+       * src/compose.c
+               When dragging a file to the text of the compose
+               window, ask whether we want to insert or attach
+               (I know lots of people who do that to attach)
+
+2006-06-20 [colin]     2.3.0cvs25
+
+       * src/etpan/imap-thread.c
+               Fix threshold (the append command is often > 32 bytes)
+
+2006-06-19 [colin]     2.3.0cvs24
+
+       * src/imap.c
+       * src/etpan/imap-thread.c
+               Workaround Rockliffe IMAP server bug: replace
+               "x UID SEARCH (ANSWERED UID 1:*)" with
+               "x UID SEARCH ANSWERED"
+               (Rockliffe doesn't handle the parenthesis)
+
+2006-06-19 [colin]     2.3.0cvs23
+
+       * src/compose.c
+       * src/imap.c
+       * src/etpan/imap-thread.c
+               Probably fix bug #972 (Freezes when adding 
+               an attachment to the message)
+       * src/common/defs.h
+               Modernize Firefox cmd
+
+
 2006-06-18 [colin]     2.3.0cvs22
 
        * src/prefs_customheader.c