2007-02-05 [fabien] 2.7.2cvs25
[claws.git] / ChangeLog
index c672968936303e64b8bf2524b877821c3bfa4808..cde29d8332815ade7ea57630dd449515daf82b1f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,690 @@
+2007-02-05 [fabien]    2.7.2cvs25
+
+       * po/POTFILES.in
+       * src/uri_opener.c
+               i18n related - 1 fix and 1 message for translators.
+
+2007-02-05 [colin]     2.7.2cvs24
+
+       * src/gtk/quicksearch.c
+               Don't reload summary list if quicksearch wasn't
+               active on hiding; move currently selected mail in
+               the visible area when showing the quicksearch
+
+2007-02-05 [colin]     2.7.2cvs23
+
+       * src/folderview.c
+               Add debug to try to solve bug 1104
+
+2007-02-05 [paul]      2.7.2cvs22
+
+       * src/mainwindow.c
+               confirm before emptying trash on exit is
+               a Yes or No answer, use Yes or No in the
+               dialog
+
+2007-02-04 [colin]     2.7.2cvs21
+
+       * src/compose.c
+       * src/plugins/pgpcore/passphrase.c
+       * src/plugins/pgpcore/select-keys.c
+               Set wmclass on new windows
+
+2007-02-04 [colin]     2.7.2cvs20
+
+       * src/compose.c
+       * src/compose.h
+               Auto save drafts on exit, reopen them
+               at startup, instead of asking
+       * src/account.c
+       * src/addressadd.c
+       * src/addressbook.c
+       * src/addressbook_foldersel.c
+       * src/addrgather.c
+       * src/crash.c
+       * src/editaddress.c
+       * src/editbook.c
+       * src/editgroup.c
+       * src/editjpilot.c
+       * src/editldap.c
+       * src/editldap_basedn.c
+       * src/editvcard.c
+       * src/exphtmldlg.c
+       * src/expldifdlg.c
+       * src/export.c
+       * src/foldersel.c
+       * src/gedit-print.c
+       * src/import.c
+       * src/importldif.c
+       * src/importmutt.c
+       * src/importpine.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/message_search.c
+       * src/messageview.c
+       * src/prefs_actions.c
+       * src/prefs_customheader.c
+       * src/prefs_display_header.c
+       * src/prefs_filtering.c
+       * src/prefs_filtering_action.c
+       * src/prefs_folder_column.c
+       * src/prefs_gtk.c
+       * src/prefs_matcher.c
+       * src/prefs_other.c
+       * src/prefs_summaries.c
+       * src/prefs_summary_column.c
+       * src/prefs_template.c
+       * src/sourcewindow.c
+       * src/ssl_manager.c
+       * src/summary_search.c
+       * src/uri_opener.c
+       * src/gtk/about.c
+       * src/gtk/description_window.c
+       * src/gtk/foldersort.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+       * src/gtk/icon_legend.c
+       * src/gtk/logwindow.c
+       * src/gtk/pluginwindow.c
+       * src/gtk/prefswindow.c
+               Give different wmclass to different
+               windows - thanks to sed ;)
+
+2007-02-04 [colin]     2.7.2cvs19
+
+       * src/main.c
+               Revert previous patch, can't reproduce
+               it anymore. 
+
+2007-02-03 [colin]     2.7.2cvs18
+
+       * src/main.c
+               Don't save the mainwindow size and
+               position on emergency exit (libSM's
+               "die" callback), Xfce seems to make
+               the window smaller just before the
+               size's saved.
+
+2007-02-03 [colin]     2.7.2cvs17
+
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter.h
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpinline/pgpinline.h
+               Fix more copyrights
+
+2007-02-03 [colin]     2.7.2cvs16
+
+       * src/partial_download.c
+       * src/partial_download.h
+       * src/ssl_manager.c
+       * src/ssl_manager.h
+       * src/uri_opener.c
+       * src/uri_opener.h
+       * src/wizard.c
+       * src/wizard.h
+       * src/common/ssl_certificate.c
+       * src/common/ssl_certificate.h
+       * src/gtk/quicksearch.c
+       * src/gtk/quicksearch.h
+       * src/gtk/sslcertwindow.c
+       * src/gtk/sslcertwindow.h
+               Fix copyright on my files
+
+2007-02-02 [colin]     2.7.2cvs15
+
+       * src/Makefile.am
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/messageview.h
+       * src/textview.c
+       * src/textview.h
+       * src/uri_opener.c
+       * src/uri_opener.h
+               Add Tools/List URIs to allow
+               opening any URI in the current mail
+
+2007-02-02 [colin]     2.7.2cvs14
+
+       * src/common/valgrind.h ** NEW FILE **
+       * src/common/Makefile.am
+       * src/common/plugin.c
+               Don't dlclose the plugins if we're running
+               under valgrind. (doesn't require valgrind
+               either at compile time or run time).
+
+2007-02-01 [paul]      2.7.2cvs13
+
+       * AUTHORS
+       * src/gtk/authors.h
+       * tools/freshmeat_search.pl
+       * tools/google_search.pl
+       * tools/multiwebsearch.pl
+               add support for non ISO-8859-1 compatible locales
+               Patch by Alex Gorbachenko <agent_007@immo.ru>
+
+2007-02-01 [colin]     2.7.2cvs12
+
+       * src/prefs_other.c
+       * src/prefs_summaries.c
+               Move keybinding prefs to the Other page
+
+2007-02-01 [wwp]       2.7.2cvs11
+
+       * src/plugins/trayicon/trayicon.c
+               Fix a raising issue within KDE.
+
+2007-02-01 [colin]     2.7.2cvs10
+
+       * src/codeconv.c
+               Fix stray quotes in encoded strings
+       * src/addressadd.c
+               Fix wrong call causing g_warnings
+       * src/textview.c
+               Remove useless message
+
+2007-01-31 [wwp]       2.7.2cvs9
+
+       * src/plugins/trayicon/trayicon.c
+               fix buggy hiding of main window when closing if close-to-tray
+               is not set (bad logics  in the trayicon hook code).
+               Changed the quit confirmation message too.
+
+2007-01-30 [colin]     2.7.2cvs8
+
+       * src/main.c
+               Fix hidden mainwindow after clicking on
+               the X close button, if compose windows
+               exist and the user chooses not to quit
+
+2007-01-30 [colin]     2.7.2cvs7
+
+       * src/main.c
+       * src/compose.c
+               Handle local URIs to attach files (file:///...)
+               Fixes attaching files from Thunar for example
+
+2007-01-30 [colin]     2.7.2cvs6
+
+       * src/prefs_ext_prog.c
+               Add 'mousepad' to the list of text editors.
+               Mousepad is XFCE's text editor
+
+2007-01-29 [wwp]       2.7.2cvs5
+
+       * po/POTFILES.in
+       * src/plugins/trayicon/trayicon_prefs.c
+               trayicon i18n fixes, thanks to Fabien.
+
+2007-01-28 [wwp]       2.7.2cvs4
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/plugins/trayicon/trayicon.c
+       * src/plugins/trayicon/trayicon_prefs.c
+       * src/plugins/trayicon/trayicon_prefs.h
+               Added a new TrayIcon plugin option to close to tray
+               (WM's hotkey and [X] button will hide the window instead
+               of closing it - closing CM can be done using the tray icon
+               menu or the File menu).
+               Improved visibility handling in trayicon, clicking the
+               trayicon now raise the window to current desktop when it
+               was either minimized/shaded/on another desktop.
+               Thanks to Paul for testing and fixing a strange behaviour
+               in KDE ;-).
+
+2007-01-27 [paul]      2.7.2cvs3
+
+       * src/prefs_folder_item.c
+       * src/prefs_receive.c
+       * src/plugins/pgpcore/prefs_gpg.c
+               use 'start-up' instead of 'startup' in labels
+
+2007-01-26 [wwp]       2.7.2cvs2
+
+       * src/plugins/trayicon/Makefile.am
+       * src/plugins/trayicon/trayicon.c
+       * src/plugins/trayicon/trayicon_prefs.c
+       * src/plugins/trayicon/trayicon_prefs.h
+               Add a new TrayIcon option to hide the main window at
+               start-up.
+               Fix trayicon.c copyright header.
+
+2007-01-26 [paul]      2.7.2cvs1
+
+       * NEWS
+       * README
+       * RELEASE_NOTES
+       * configure.ac
+               bump up version number following
+               stable release
+
+2007-01-25 [mones]     2.7.1cvs60
+
+       * po/es.po
+               updated thousands of strings (well, probably less ;-)
+
+2007-01-25 [colin]     2.7.1cvs59
+
+       * src/matcher.c
+               Fix 2nd-run loss of matcherrc on new
+               configurations. 
+
+2007-01-25 [wwp]       2.7.1cvs58
+
+       * src/mimeview.c
+               fix handling of empty value in attach_save_directory too, thanks
+               to Colin.
+
+2007-01-25 [wwp]       2.7.1cvs57
+
+       * src/gtk/filesel.c
+               fix handling of empty value in attach_load_directory,
+               thanks to Colin.
+
+2007-01-25 [wwp]       2.7.1cvs56
+
+       * src/plugins/dillo_viewer/dillo_prefs.h
+               fix a typo.
+
+2007-01-25 [colin]     2.7.1cvs55
+
+       * src/matcher.c
+       * src/matcher.h
+       * src/matcher_parser_parse.y
+       * src/prefs_matcher.c
+               Add matching on the spam flag
+
+2007-01-24 [colin]     2.7.1cvs54
+
+       * src/folder.c
+       * src/common/xml.c
+       * src/common/xml.h
+               Make sure folderlist.xml is correctly
+               written before overwriting it.
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/summaryview.c
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter.h
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin.h
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               Move spam to the correct trash folder after
+               learning, if spam directory isn't set.
+
+2007-01-23 [paul]      2.7.1cvs53
+
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               fix sensitivity of "Insert X-Bogosity header"
+               option
+
+2007-01-23 [colin]     2.7.1cvs52
+
+       * src/toolbar.c
+               Translate toolbar items text if
+               they're translatable (default)
+       * src/addrcache.c
+       * src/addrcache.h
+       * src/addritem.c
+       * src/addritem.h
+       * src/codeconv.c
+       * src/codeconv.h
+       * src/jpilot.c
+       * src/jpilot.h
+       * src/ldapctrl.c
+       * src/ldapctrl.h
+       * src/ldapquery.h
+       * src/ldif.c
+       * src/ldif.h
+       * src/etpan/etpan-thread-manager.c
+       * src/etpan/etpan-thread-manager.h
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               More static functions
+
+2007-01-22 [fabien]    2.7.1cvs51
+
+       * src/gtk/gtkutils.c
+               gtkut_get_options_frame() : ability to pass
+               a 'NULL' value in frame pointer parameter if
+               we don't need it.
+
+2007-01-22 [colin]     2.7.1cvs50
+
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               Allow moving spams to the account's trash
+               instead of default one
+
+2007-01-21 [colin]     2.7.1cvs49
+
+       * src/ldapquery.c
+       * src/ldapquery.h
+               Revert a static function that shouldn't
+               have been
+
+2007-01-21 [colin]     2.7.1cvs48
+
+       * src/ldapquery.c
+       * src/ldapquery.h
+               Same
+
+2007-01-21 [colin]     2.7.1cvs47
+
+       * src/procmsg.c
+       * src/procmsg.h
+               Same
+
+2007-01-21 [colin]     2.7.1cvs46
+
+       * src/common/socket.c
+       * src/common/socket.h
+               Same
+
+2007-01-21 [colin]     2.7.1cvs45
+
+       * src/crash.c
+       * src/exporthtml.c
+       * src/exporthtml.h
+       * src/exportldif.c
+       * src/exportldif.h
+       * src/folder.c
+       * src/folder.h
+       * src/folder_item_prefs.c
+       * src/folder_item_prefs.h
+       * src/folderview.c
+       * src/folderview.h
+       * src/gedit-print.c
+       * src/gedit-print.h
+       * src/main.c
+       * src/main.h
+       * src/common/socket.c
+       * src/common/socket.h
+       * src/gtk/gtkaspell.c
+       * src/gtk/gtkaspell.h
+       * src/gtk/quicksearch.c
+       * src/gtk/quicksearch.h
+               Same
+
+2007-01-21 [colin]     2.7.1cvs44
+
+       * src/common/utils.c
+       * src/common/utils.h
+       * src/etpan/etpan-thread-manager.c
+       * src/etpan/etpan-thread-manager.h
+               Same (Funny that etpan_thread_unbind
+               is called but not etpan_thread_bind)
+
+2007-01-21 [colin]     2.7.1cvs43
+
+       * src/addrselect.c
+       * src/addrselect.h
+       * src/codeconv.c
+       * src/codeconv.h
+       * src/compose.c
+       * src/compose.h
+       * src/etpan/Makefile.am
+       * src/gtk/colorlabel.c
+       * src/gtk/colorlabel.h
+       * src/gtk/sslcertwindow.c
+       * src/gtk/sslcertwindow.h
+       * src/etpan/etpan-log.c ** REMOVED **
+       * src/etpan/etpan-log.h ** REMOVED **
+               Same
+
+2007-01-20 [colin]     2.7.1cvs42
+
+       * src/addritem.c
+       * src/addritem.h
+               Same
+
+2007-01-20 [colin]     2.7.1cvs41
+
+       * src/account.c
+       * src/account.h
+       * src/addrbook.c
+       * src/addrbook.h
+       * src/addrcache.c
+       * src/addrcache.h
+       * src/addrclip.c
+       * src/addrclip.h
+       * src/addressbook.c
+       * src/addressbook.h
+       * src/addrharvest.c
+       * src/addrharvest.h
+       * src/addrindex.c
+       * src/addrindex.h
+       * src/editaddress.c
+       * src/editaddress.h
+               Make functions that aren't used in other
+               files static
+
+2007-01-20 [colin]     2.7.1cvs40
+
+       * src/account.c
+       * src/addrbook.c
+       * src/addrcache.c
+       * src/addressbook.c
+       * src/addrgather.c
+       * src/addrindex.c
+       * src/addrquery.c
+       * src/addrselect.c
+       * src/browseldap.c
+       * src/compose.c
+       * src/editbook.c
+       * src/editjpilot.c
+       * src/editldap.c
+       * src/editldap_basedn.c
+       * src/editvcard.c
+       * src/exporthtml.c
+       * src/exportldif.c
+       * src/folder.c
+       * src/folderview.c
+       * src/image_viewer.c
+       * src/imap.c
+       * src/importmutt.c
+       * src/importpine.c
+       * src/jpilot.c
+       * src/ldapquery.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/matcher.c
+       * src/messageview.c
+       * src/mh.c
+       * src/mimeview.c
+       * src/msgcache.c
+       * src/mutt.c
+       * src/news.c
+       * src/pine.c
+       * src/prefs_account.c
+       * src/prefs_common.c
+       * src/prefs_compose_writing.c
+       * src/prefs_ext_prog.c
+       * src/prefs_folder_item.c
+       * src/prefs_fonts.c
+       * src/prefs_message.c
+       * src/prefs_msg_colors.c
+       * src/prefs_other.c
+       * src/prefs_quote.c
+       * src/prefs_receive.c
+       * src/prefs_send.c
+       * src/prefs_spelling.c
+       * src/prefs_summaries.c
+       * src/prefs_toolbar.c
+       * src/prefs_wrapping.c
+       * src/privacy.c
+       * src/procmime.c
+       * src/procmsg.c
+       * src/ssl_manager.c
+       * src/statusbar.c
+       * src/summaryview.c
+       * src/toolbar.c
+       * src/vcard.c
+       * src/common/hooks.c
+       * src/common/log.c
+       * src/common/passcrypt.c
+       * src/common/socket.c
+       * src/common/ssl.c
+       * src/common/ssl_certificate.c
+       * src/common/template.c
+       * src/common/utils.c
+       * src/etpan/imap-thread.c
+       * src/gtk/sslcertwindow.c
+       * src/gtk/sslcertwindow.h
+               Make functions that could be static, static
+
+2007-01-20 [colin]     2.7.1cvs39
+
+       * src/editldap.c
+               Fix tooltip
+
+2007-01-20 [colin]     2.7.1cvs38
+
+       * src/ldapquery.c
+       * src/ldaputil.c
+       * src/ldaputil.h
+               Fix bug 1102, 'claws-mail-2.7.1 
+               makes use of deprecated ldap 
+               functions'
+
+2007-01-20 [colin]     2.7.1cvs37
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/summaryview.c
+       * src/gtk/quicksearch.c
+               Add Wide message list layout
+
+2007-01-19 [fabien]    2.7.1cvs36
+
+       * src/textview.c
+               make sure a font change is considered in links of
+               headerview.
+
+2007-01-19 [colin]     2.7.1cvs35
+
+       * src/main.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/messageview.c
+       * src/messageview.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/gtk/quicksearch.c
+       * src/gtk/quicksearch.h
+               Drop 'Separate Folder tree' and 'Separate
+               Message View'. Put three layouts in place
+               of it.
+
+2007-01-19 [paul]      2.7.1cvs34
+
+       * src/prefs_msg_colors.c
+               more use of Q_ for translators
+
+2007-01-19 [paul]      2.7.1cvs33
+
+       * src/imap_gtk.c
+       * src/prefs_account.c
+               a few changes to the English
+
+2007-01-19 [fabien]    2.7.1cvs32
+
+       * src/wizard.c
+               factorize translatable string
+
+2007-01-18 [colin]     2.7.1cvs31
+
+       * src/main.c
+               Don't error out on --sync option. Although
+               we don't do anything with it, gtk+ handles
+               it, and it's useful for debugging X errors
+
+2007-01-18 [fabien]    2.7.1cvs30
+
+       * src/prefs_other.c
+               ability to apply on the fly the recent added
+               'gtk_can_change_accels' pref (no need to restart).
+
+2007-01-18 [fabien]    2.7.1cvs29
+
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/addr_compl.c
+       * src/prefs_account.c
+               factorize or rewrite some translatable strings.
+
+2007-01-18 [fabien]    2.7.1cvs28
+
+       * src/prefs_gtk.h
+       * src/compose.c
+               set a 4pix space between "Subject:" label and subject entry in
+               compose window.
+
+2007-01-18 [wwp]       2.7.1cvs27
+
+       * src/addressbook.c
+               fix conflicting address-copy/paste when focus is set
+               to the embedded edit-person form.
+
+2007-01-18 [wwp]       2.7.1cvs26
+
+       * src/addressbook.h
+               complete 2.7.1cvs23 (one more file was missing from that
+               commit).
+
+2007-01-18 [colin]     2.7.1cvs25
+
+       * src/main.c
+               Provide a way to migrate without backup
+               Re-ask for migration on next start if 
+               it has been refused and wizard has been 
+               cancelled after.
+
+2007-01-18 [wwp]       2.7.1cvs24
+
+       * src/editaddress.c
+               complete 2.7.1.cvs23 (file was missing from previous
+               commit).
+
+2007-01-18 [wwp]       2.7.1cvs23
+
+       * src/addressbook.c
+               fix potential crashes in address book's focus_in/out signal handlers,
+               force focus to the edit-person form when clicked the Edit menu entry or
+               button (this only matters if the edit-person form is embedded to the
+               AB window, in that case, focus is not set when browsing the contacts
+               list w/ keys or mouse clicks).
+
+2007-01-18 [paul]      2.7.1cvs22
+
+       * src/main.c
+               add command line options:
+               -h for --help
+               -q and --quit for --exit
+               -v for --version
+               print "Unknown option" for unknown options
+
+2007-01-18 [paul]      2.7.1cvs21
+
+       * po/ru.po
+               updated by Pavlo Bohmat
+
+2007-01-18 [paul]      2.7.1cvs20
+
+       * src/mainwindow.c
+               fix sensitivity issues of Mark as Spam/Ham
+
 2007-01-17 [fabien]    2.7.1cvs19
 
        * src/prefs_other.c