2006-07-08 [colin] 2.3.1cvs74
[claws.git] / ChangeLog
index 607351421303ae2591c58a7a677b54bd5a93494d..005946c4184d38dfd63bf82577171a9c43154c7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,501 @@
+2006-07-08 [colin]     2.3.1cvs74
+
+       * src/main.c
+               Prevent bug #981 (sc 2.3.1 segfaults with 
+               gtk+ 2.10) from being reported again:
+               if Sylpheed-Claws has been compiled against
+               GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
+               of if Sylpheed-Claws has been compiled against
+               GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
+               error out.
+
+2006-07-07 [colin]     2.3.1cvs73
+
+       * src/prefs_actions.c
+               Fix label
+
+2006-07-07 [colin]     2.3.1cvs72
+
+       * src/prefs_actions.c
+               Fix compile on gtk < 2.8. argh :)
+
+2006-07-07 [paul]      2.3.1cvs71
+
+       * src/common/defs.h
+               update DONATE_URI
+
+2006-07-07 [colin]     2.3.1cvs70
+
+       * po/POTFILES.in
+       * src/quote_fmt.c
+       * src/quote_fmt_lex.l
+       * src/quote_fmt_parse.y
+               Add |i{var}, a way to insert user-entered
+               text in a template
+
+2006-07-07 [colin]
+
+       * 2.4.0-rc3 released
+
+2006-07-07 [colin]     2.3.1cvs69
+
+       * src/folder.c
+               Don't consider inboxes of UNKNOWN folder 
+               classes to be useable as default inboxes
+
+2006-07-07 [paul]      2.3.1cvs68
+
+       * src/textview.c
+               add missing #include <errno.h>
+               Thanks to RenĂ© J. Blokland
+
+2006-07-07 [paul]      2.3.1cvs67
+
+       * src/action.c
+               Return now Closes dialog
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/textview.c
+               add contextual menu to mime parts listed
+               in the textview
+               Thanks to Colin
+       * src/common/utils.c
+               reversal: ' is a valid character in URLs
+
+2006-07-06 [colin]     2.3.1cvs66
+
+       * src/remotefolder.h
+               Forgotten in previous commit
+
+2006-07-06 [colin]     2.3.1cvs65
+
+       * src/folder.c
+               Set summary update flag whenever
+               totals changed
+       * src/imap.c
+       * src/prefs_account.c
+       * src/common/utils.h
+       * src/etpan/imap-thread.c
+               Fix warnings, thanks to Fabien and
+               Ricardo
+
+2006-07-06 [wwp]       2.3.1cvs64
+
+       * src/gtk/gtkutils.c
+               GTK_STOCK_HELP exists in GTK+ 2.4.x.
+
+2006-07-06 [wwp]       2.3.1cvs63
+
+       * src/account.c
+       * src/addressbook.c
+       * src/addressitem.h
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/manual.c
+       * src/manual.h
+       * src/message_search.c
+       * src/prefs_actions.c
+       * src/prefs_filtering.c
+       * src/prefs_filtering.h
+       * src/prefs_template.c
+       * src/summary_search.c
+       * src/summaryview.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+       * src/gtk/pluginwindow.c
+               add help buttons to some dialogs. Clicking such buttons opens a
+               relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
+
+2006-07-06 [paul]      2.3.1cvs62
+
+       * src/textview.c
+               fix attachments contextual menu
+               Thanks to Colin
+
+2006-07-05 [colin]     2.3.1cvs61
+
+       * src/textview.c
+       * src/compose.c
+               Handle sftp:// links
+
+2006-07-05 [paul]      2.3.1cvs60
+
+       * src/gtk/filesel.c
+               grab save button by default
+               Thanks to Colin
+
+2006-07-05 [wwp]       2.3.1cvs59
+
+       * manual/xml2pdf
+               use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
+
+2006-07-04 [colin]     2.3.1cvs58
+
+       * src/mimeview.c
+       * src/textview.c
+               Use left click to select, middle click to open
+               on mimeparts links
+       * src/common/utils.c
+               Fix segfault
+
+2006-07-04 [colin]     2.3.1cvs57
+
+       * src/mainwindow.c
+       * src/news.c
+               Warning fixes, thanks to Fabien
+
+2006-07-04 [colin]     2.3.1cvs56
+
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/textview.c
+               Allow parts to be selected via their text label
+               in textview
+
+2006-07-04 [colin]     2.3.1cvs55
+
+       * src/folderview.c
+               Feedback when closing (for big folders)
+       * src/prefs_actions.c
+       * src/prefs_filtering.c
+       * src/prefs_matcher.c
+       * src/prefs_template.c
+               Fix default button when closing without
+               having saved
+
+2006-07-04 [colin]     2.3.1cvs54
+
+       * src/news.c
+               Delete local file on deletion
+
+2006-07-03 [colin]     2.3.1cvs53
+
+       * src/folderview.c
+       * src/main.c
+               Don't freeze when rescanning after crash
+
+2006-07-03 [wwp]       2.3.1cvs52
+
+       * src/compose.c
+       * src/privacy.c
+       * src/privacy.h
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               don't report an error when the user cancels the passphrase dialog.
+
+2006-07-02 [colin]     2.3.1cvs51
+
+       * src/folderview.c
+               Open message when crossing folders with Space,
+               goto next unread and friends
+
+2006-07-01 [colin]     2.3.1cvs50
+
+       * src/prefs_account.c
+               Typographic rules varying from language
+               to language (in french "Protocole :"),
+               we have to do that :)
+
+2006-07-01 [ticho]     2.3.1cvs49
+
+       * src/prefs_account.c
+               Only use one temporary gchar* variable in
+               prefs_account_protocol_set_optmenu().
+
+2006-07-01 [ticho]     2.3.1cvs48
+
+       * src/prefs_account.c
+       * src/prefs_account.h
+               Use GtkLabel for existing account protocol name.
+               Created an array for protocol names and populate the
+               combobox from it in a for() cycle.
+
+2006-06-30 [colin]     2.3.1cvs47
+
+       * src/compose.c
+               Block undo when changing signature (by changing
+               account)
+
+2006-06-30 [paul]      2.3.1cvs46
+
+       * src/send_message.c
+               when editing From in the Compose window, use that address
+               in the Return-Path: header
+               Thanks to Colin
+
+2006-06-30 [colin]     2.3.1cvs45
+
+       * src/compose.c
+               Fix signature replacement:
+               - when no newline before separator
+               - when reediting
+
+2006-06-29 [colin]     2.3.1cvs44
+
+       * src/folderview.c
+       * src/folderview.h
+       * src/mainwindow.c
+       * src/summaryview.c
+               Let 'View/Go to/Next marked' work like
+               Next new & Next unread: across folders
+               Change the select_on_entry pref to do
+               what we want when changing folder
+       * src/common/utils.c
+               Fix single-quoted links 
+
+2006-06-29 [colin]     2.3.1cvs43
+
+       * src/gtk/gtkaspell.c
+               "Sylpheed" and "Sylpheed-Claws" do exist !
+
+2006-06-29 [colin]     2.3.1cvs42
+
+       * src/imap.c
+               Forgot to remove debug
+
+2006-06-29 [colin]     2.3.1cvs41
+
+       * src/imap.c
+       * src/imap.h
+       * src/mainwindow.c
+               Disconnect from IMAP servers when going
+               offline. Fixes bug #978 (going to offline-mode 
+               won't close connections)
+
+2006-06-29 [colin]     2.3.1cvs40
+
+       * src/main.c
+               Fix transient setting on failing plugins
+               Patch by Fabien
+       * src/plugins/pgpcore/sgpgme.c
+               Only warn for OpenPGP. Most people don't
+               have CMS available.
+
+2006-06-29 [colin]     2.3.1cvs39
+
+       * src/compose.c
+               Fix Spelling menu (discrepancy between context menu
+               and top menu when folder's dictionary isn't the 
+               default one)
+       * src/plugins/pgpcore/sgpgme.c
+               More error reporting about why gpgme can fail
+
+2006-06-29 [wwp]       2.3.1cvs38
+
+       * src/mainwindow.c
+               honor the display-header-pane setting even when the message view
+               is a separate window.
+
+2006-06-29 [wwp]       2.3.1cvs37
+
+       * src/prefs_actions.c
+               forgot to commit that one (use of GTK_STOCK_INFO).
+
+2006-06-29 [colin]     2.3.1cvs36
+
+       * src/imap.c
+               Better handling of login errors (ask the password
+               again once), alert in case of error. Fix three
+               signedness warnings.
+
+2006-06-28 [wwp]       2.3.1cvs35
+
+       * src/prefs_template.c
+       * src/prefs_matcher.c
+       * src/prefs_filtering_action.c
+       * src/prefs_quote.c
+               unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
+               patch by Fabien Vantard, slightly modified.
+
+2006-06-28 [paul]
+
+       2.4.0-rc2 released
+
+2006-06-28 [colin]     2.3.1cvs34
+
+       * src/prefs_account.c
+               Fix bug #977 (Can't add or edit imap accounts)
+
+2006-06-28 [colin]     2.3.1cvs33
+
+       * src/mimeview.c
+               Fix previous
+
+2006-06-28 [colin]     2.3.1cvs32
+
+       * src/mimeview.c
+               Save named inlined attachments with "Save all"
+       * src/main.c
+       * src/mbox.c
+       * src/common/plugin.c
+       * src/common/plugin.h
+       * src/common/sylpheed.c
+       * src/common/utils.c
+       * src/plugins/pgpcore/sylpheed.def
+       * src/plugins/pgpinline/sylpheed.def
+       * src/plugins/pgpmime/sylpheed.def
+               Win32 compatibility patch, by
+               Werner Koch
+
+2006-06-28 [wwp]       2.3.1cvs31
+
+       * src/imap.c
+       * src/prefs_folder_item.c
+               less compilation warnings (thanks to Fabien Vantard), less typos.
+
+2006-06-28 [paul]      2.3.1cvs30
+
+       * src/gtk/gtkutils.c
+               gtk_combo_box_set_focus_on_click() is only
+               available since gtk 2.6.0
+
+2006-06-28 [paul]      2.3.1cvs29
+
+       * src/prefs_ext_prog.c
+               fix engrish and add a tooltip for the
+               'command for 'Display as text' option
+
+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