2005-09-21 [colin] 1.9.14cvs46
[claws.git] / ChangeLog-gtk2.claws
index 05e864a528f2a3a33fdf9d92f7ffcb131e574250..cbb854a49b47663d6b9ac72e350cc38f370cef23 100644 (file)
@@ -1,3 +1,696 @@
+2005-09-21 [colin]     1.9.14cvs46
+
+       * src/gedit-print.c
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/textview.c
+       * src/summaryview.c
+               Remove some printing hacks (deselection/reselection),
+               which by the way fix printing the currently 
+               displayed mime part (still only text)
+               Plus a little optimisation of summary_show
+
+
+2005-09-20 [colin]     1.9.14cvs45
+
+       * src/mainwindow.c
+       * src/messageview.c
+               GUI fixups: add accels, set message
+               view title to displayed mail's subject
+       * src/prefs_spelling.c
+       * src/gtk/gtkaspell.c
+               GUI fixups: allow underlining misspelled
+               words instead of coloring them (a11y!)
+
+2005-09-19 [colin]
+
+       1.9.15rc3 released
+
+2005-09-19 [colin]     1.9.14cvs44
+
+       * src/compose.c
+               Fix draft message
+       * src/gtk/gtkaspell.c
+               Fix wrong test ;-)
+
+2005-09-19 [colin]     1.9.14cvs43
+
+       * src/addressbook.c
+               Fix sensitivity of Delete button
+       * src/compose.c
+               Warn if the requested Privacy system
+               is not available
+       * src/exphtmldlg.c
+       * src/expldifdlg.c
+       * src/importldif.c
+       * src/importmutt.c
+       * src/importpine.c
+               Fix crappy UI
+       * src/
+       * src/ssl.h
+       * src/prefs_account.h
+       * src/prefs_account.c
+               Save SSL prefs even in builds that have
+               SSL support disable
+       * src/imap.c
+       * src/inc.c
+       * src/news.c
+       * src/send_message.c
+               Warn if connection should be secure, but
+               SSL support isn't compiled in
+       * src/gtkaspell.c
+               Fix word separation on UTF-8 systems
+               Fixes bug #812 (Strange inline spellchecking)
+       * src/compose.c
+               Warn if the requested Privacy system
+               is not available
+               Factorize offline warning
+       * src/imap.c
+       * src/imap_gtk.c
+       * src/imap_gtk.h
+       * src/inc.h
+       * src/news_gtk.c
+       * src/news_gtk.h
+       * src/messageview.c
+               Factorize offline warning
+
+2005-09-19 [paul]
+
+       1.9.15-rc2 released
+
+2005-09-18 [colin]     1.9.14cvs42
+
+       * src/codeconv.c
+       * src/codeconv.h
+       * src/procmime.c
+               Add a way to get locale's charset ignoring utf-8,
+               and use that as default encoding for broken mails
+
+2005-09-18 [colin]     1.9.14cvs41
+
+       * src/gtk/logwindow.c
+               Translate string. Patch by Fabien Vantard
+
+2005-09-18 [colin]     1.9.14cvs40
+
+       * configure.ac
+               Fix bug #803 (IMAP/SSL support breaks with 
+               GnuTLS libetpan 0.38)
+
+2005-09-18 [colin]     1.9.14cvs39
+
+       * src/codeconv.c
+       * src/compose.c
+       * src/procmime.c
+               More charsets fixes. Fixes bug #806 (non
+               ascii characters in subject line)
+
+2005-09-17 [paul]      1.9.14cvs38
+
+       * src/folderview.c
+       * src/mainwindow.c
+               fix gcc-2.95 issues
+               Patch by Pawel Pekala
+
+2005-09-17 [colin]     1.9.14cvs37
+
+       * src/addrindex.c
+               bugfix for NO-USE LDAP compilation, patch 
+               by Fabien Vantard
+
+2005-09-17 [colin]     1.9.14cvs36
+
+       * src/prefs_actions.c
+       * src/prefs_customheader.c
+       * src/prefs_display_header.c
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+       * src/prefs_toolbar.c
+               Fix strange casts (less elegant but
+               works better)
+
+2005-09-16 [colin]     1.9.14cvs35
+
+       * src/jpilot.c
+               Missed that one
+
+2005-09-16 [colin]     1.9.14cvs34
+
+       * configure.ac
+       * src/Makefile.am
+       * src/addr_compl.c
+       * src/addrindex.c
+       * src/browseldap.c
+       * src/editldap.c
+       * src/ldaplocate.c
+       * src/ldapquery.c
+       * src/ldapquery.h
+       * src/ldapserver.c
+       * src/ldapserver.h
+       * src/main.c
+       * src/matcher_parser_parse.y
+       * src/prefs_themes.c
+       * src/etpan/Makefile.am
+       * src/gtk/description_window.c
+       * src/plugins/clamav/Makefile.am
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/dillo_viewer/Makefile.am
+       * src/plugins/pgpcore/Makefile.am
+       * src/plugins/pgpinline/Makefile.am
+       * src/plugins/pgpmime/Makefile.am
+       * src/plugins/trayicon/Makefile.am
+               Fix 100% cpu usage in address completion list
+               Fix little bugs (return with no values etc)
+               Fix all warnings (with common CFLAGS)
+
+2005-09-15 [colin]     1.9.14cvs33
+
+       * src/addressbook.c
+               Fix bug where sometimes a group's email list is empty,
+               force its refresh (probably fixes "Re: how to create a 
+               distribution list")
+       * src/ldapquery.c
+               Don't return to the callback in the main thread from the
+               fetch thread (or face segs!)
+
+2005-09-15 [paul]      1.9.14cvs32
+
+       * src/prefs_matcher.c
+               forgotten in last commit
+
+2005-09-15 [paul]      1.9.14cvs31
+
+       * src/prefs_actions.c
+       * src/prefs_filtering_action.c
+       * src/prefs_quote.c
+       * src/quote_fmt.c
+       * src/summaryview.c
+       * src/gtk/description_window.c
+       * src/gtk/description_window.h
+       * src/gtk/quicksearch.c
+               allow interaction with the called
+               description window
+               Patch by Anders Hammar
+
+2005-09-14 [paul]      1.9.14cvs30
+
+       * src/compose.c
+               fix a little annoyance when pasting with 3rd button 
+               with wrap_pastes=0 and wrap_input=1
+               Patch by Colin
+
+2005-09-14 [paul]      1.9.14cvs29
+
+       * src/prefs_account.c
+               disable 'Filter messages on receiving' for
+               SMTP-only accounts
+               Patch  by Anders Hammar
+
+2005-09-14 [paul]      1.9.14cvs28
+
+       * po/sk.po
+               fix crash
+               updated by Andrej Kacian
+
+2005-09-14 [paul]
+
+       1.9.15-rc1 released
+
+2005-09-14 [paul]      1.9.14cvs27
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+       * src/compose.c
+       * src/compose.h
+               associate no_wrap_tags to Compose windows
+               instead of using a static one
+               Patch by Colin
+       * src/mbox.c
+               fix proc_mbox()
+               Patch by wwp
+       * src/textview.c
+               remove unneeded printf()
+
+2005-09-14 [paul]      1.9.14cvs26
+
+       * src/addrcache.c
+       * src/codeconv.h
+       * src/folder.h
+       * src/mainwindow.h
+       * src/mh.c
+       * src/mimeview.h
+       * src/partial_download.c
+       * src/pop.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/prefs_actions.c
+       * src/prefs_customheader.c
+       * src/prefs_display_header.c
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+       * src/prefs_toolbar.c
+       * src/privacy.h
+       * src/procmime.c
+       * src/procmime.h
+       * src/procmsg.h
+       * src/textview.c
+       * src/undo.h
+       * src/common/plugin.c
+       * src/common/session.h
+       * src/common/socket.c
+       * src/common/socket.h
+       * src/common/template.c
+       * src/gtk/gtkaspell.c
+       * src/gtk/quicksearch.h
+       * src/plugins/pgpcore/passphrase.c
+       * src/plugins/pgpcore/prefs_gpg.h
+       * src/plugins/pgpcore/select-keys.c
+       * src/plugins/pgpcore/select-keys.h
+       * src/plugins/pgpcore/sgpgme.c
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+       * src/plugins/trayicon/trayicon.c
+               fix compilation warnings
+               Patch by Daniel Gustafson
+
+2005-09-14 [paul]      1.9.14cvs25
+
+       * src/addressbook.c
+               add missing column header, and other small
+               bug fixes
+               Patch by Anders Hammar
+
+2005-09-13 [colin]     1.9.14cvs24
+
+       * src/gtk/gtkaspell.c
+               Fix non-utf8 in menu
+               Fix little leaks
+               Nullify struct members after free()s
+
+2005-09-13 [colin]     1.9.14cvs23
+
+       * src/compose.c
+               Test utf8 compliance before inserting to 
+               buffer, and try to convert if necessary
+       * src/procmime.c
+               If no charset is present, use the locale 
+               one instead of us-ascii
+       * src/procmsg.c
+               Add Sender, List-Post and To in the checked 
+               headers for automatic rules creation 
+               (thanks to wwp)
+       * src/prefs_themes.c
+       * src/gtk/gtkaspell.c
+               Remove deprecated functions. 
+               patch by Daniel Gustafson
+
+2005-09-12 [colin]     1.9.14cvs22
+
+       * src/compose.c
+               Fix bug #448 (Scrolling/Redraw issue with 
+               address-fields in Header)
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/summaryview.h
+               Fix loss of MSG_MARKED on move/copy
+               Fix bug #804 (Quicksearch togglebutton doesn't 
+               get depressed after '/' key is pressed)
+
+2005-09-12 [paul]      1.9.14cvs21
+
+       * AUTHORS
+       * src/gtk/logwindow.c
+               add 'Clear Log' to popup menu
+               Patch by Anders Hammar <anders.hammar@telia.com>
+
+2005-09-12 [paul]      1.9.14cvs20
+
+       * src/compose.c
+               set correct sensitivity on attachments
+               popup menu
+       * src/folder.c
+               fix typo
+       * src/prefs_spelling.c
+               fix crash when no LANG env is set
+       * src/common/xml.c
+               fix crash in wizard
+               don't use memeory after free
+
+       All patches by Daniel Gustafson
+
+2005-09-12 [paul]      1.9.14cvs19
+
+       * src/prefs_themes.c
+               make theme info selectable
+       * src/gtk/description_window.c
+               make window non-modal
+       * tools/README
+               add details of asus_mailed.sh
+       * tools/claws.i18n.status.pl
+               update for new zh_TW translator
+               widen the output
+               create alternate coloured lines
+               improve readability
+
+2005-09-10 [colin]     1.9.14cvs18
+
+       * src/plugins/pgpcore/select-keys.c
+               Better order for the buttons
+
+2005-09-10 [colin]     1.9.14cvs17
+
+       * src/compose.c
+       * src/plugins/pgpcore/select-keys.c
+       * src/plugins/pgpcore/select-keys.h
+       * src/plugins/pgpcore/sgpgme.c
+               Add a "Don't encrypt" button to the key
+               selection dialog. Fixes bug #177 (There should be a 
+               'Don't encrypt button in the Select Keys dialog)
+
+2005-09-10 [colin]     1.9.14cvs16
+
+       * src/compose.c
+               Fix bug #572 (%X option does not work with templates)
+
+2005-09-10 [colin]     1.9.14cvs15
+
+       * src/toolbar.c 
+               Remove g_print
+
+2005-09-10 [colin]     1.9.14cvs14
+
+       * src/imap.c
+               Fix a possible crash
+
+2005-09-09 [colin]     1.9.14cvs13
+
+       * src/imap.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               Fix moving from queue or drafts to normal folders
+               Fix bug #794 (No way to delete without expunging)
+               Take flags unset by other mailers into account
+               Take deleted flag set by other mailers into account
+               Fix unsetting REPLIED flag
+               Fix crash when capabilities can't be retrieved
+       * src/mainwindow.c
+       * src/mainwindow.h
+               Add M_DELAYED_FLAGS condition, and let the user use
+               Execute in order to be able to expunge deleted mails,
+               even if he's not in delayed execute mode
+       * src/prefs_spelling.c
+               Use 'en' dictionary by default if LANG is POSIX or C
+       * src/gtk/prefswindow.c
+               Fix bug #767 (Preferences windows expanding) by making
+               the window a bit larger when the resolution is greater
+               than 640x480, and by putting the prefs in a
+               GtkScrolledWindow.
+
+2005-09-09 [paul]      1.9.14cvs12
+
+       * AUTHORS
+       * configure.ac
+       * po/zh_TW.Big5.po      ** REMOVED **
+       * po/zh_TW.po           ** ADDED **
+               updated by Wei-Lun Chao
+
+2005-09-09 [paul]      1.9.14cvs11
+
+       * src/mainwindow.c
+               fix asserts
+       * src/common/xml.c
+               delay memory allocation until file is
+               opened successfully
+               Patch by Daniel Gustafson
+
+2005-09-09 [cleroy]    1.9.14cvs10
+
+       * src/imap.c
+               Add guards
+
+2005-09-08 [colin]     1.9.14cvs9
+
+       * src/compose.c
+               Alert when we can't save draft
+               Fix various wrap/color issues
+               Add mid-click pasting respecting wrap_paste option
+       * src/folder.c
+       * src/folder.h
+       * src/folder_item_prefs.c
+       * src/folder_item_prefs.h
+       * src/imap.c
+       * src/imap_gtk.c
+       * src/imap_gtk.h
+       * src/main.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/news.c
+       * src/news_gtk.c
+       * src/news_gtk.h
+       * src/prefs_folder_item.c
+               Fix the impossibility to synchronise folders for
+               offline use (IMAP and NNTP are concerned)
+
+2005-09-08 [colin]     1.9.14cvs8
+
+       * configure.ac
+               Build LDAP and JPilot by default if available
+       * src/textview.c
+               Fix use after free
+
+2005-09-08 [paul]      1.9.14cvs7
+
+       * doc/manual/en/sylpheed-1.html
+       * doc/manual/en/sylpheed-18.html
+       * doc/manual/en/sylpheed-19.html
+       * doc/manual/en/sylpheed-4.html
+       * doc/manual/en/sylpheed-6.html
+       * doc/manual/en/sylpheed.html
+               a few minor updates, plus include some
+               details about plugins and their requirements
+       * src/mainwindow.c
+               minor changes to English in /View/Sort
+
+2005-09-07 [colin]     1.9.14cvs6
+
+       * doc/manual/en/sylpheed-1.html
+       * doc/manual/en/sylpheed-10.html
+       * doc/manual/en/sylpheed-11.html
+       * doc/manual/en/sylpheed-12.html
+       * doc/manual/en/sylpheed-13.html
+       * doc/manual/en/sylpheed-14.html
+       * doc/manual/en/sylpheed-15.html
+       * doc/manual/en/sylpheed-16.html
+       * doc/manual/en/sylpheed-17.html
+       * doc/manual/en/sylpheed-18.html
+       * doc/manual/en/sylpheed-19.html
+       * doc/manual/en/sylpheed-2.html
+       * doc/manual/en/sylpheed-20.html
+       * doc/manual/en/sylpheed-21.html
+       * doc/manual/en/sylpheed-22.html
+       * doc/manual/en/sylpheed-3.html
+       * doc/manual/en/sylpheed-4.html
+       * doc/manual/en/sylpheed-5.html
+       * doc/manual/en/sylpheed-6.html
+       * doc/manual/en/sylpheed-7.html
+       * doc/manual/en/sylpheed-8.html
+       * doc/manual/en/sylpheed-9.html
+       * doc/manual/en/sylpheed.html
+               More substitutions (missed Sylpheed -> Sylpheed-Claws)
+
+2005-09-07 [colin]     1.9.14cvs5
+
+       * src/mainwindow.c
+               Make labels more to-the-point
+
+2005-09-07 [colin]     1.9.14cvs4
+
+       * doc/manual/en/sylpheed-1.html
+       * doc/manual/en/sylpheed-12.html
+       * doc/manual/en/sylpheed-13.html
+       * doc/manual/en/sylpheed-14.html
+       * doc/manual/en/sylpheed-15.html
+       * doc/manual/en/sylpheed-16.html
+       * doc/manual/en/sylpheed-17.html
+       * doc/manual/en/sylpheed-18.html
+       * doc/manual/en/sylpheed-19.html
+       * doc/manual/en/sylpheed-2.html
+       * doc/manual/en/sylpheed-20.html
+       * doc/manual/en/sylpheed-21.html
+       * doc/manual/en/sylpheed-22.html
+       * doc/manual/en/sylpheed-4.html
+       * doc/manual/en/sylpheed-5.html
+       * doc/manual/en/sylpheed-6.html
+       * doc/manual/en/sylpheed-7.html
+       * doc/manual/en/sylpheed-8.html
+       * doc/manual/en/sylpheed-9.html
+       * doc/manual/en/sylpheed.html
+               Update manual
+
+2005-09-07 [colin]     1.9.14cvs3
+
+       * doc/faq/en/sylpheed-faq-1.html
+       * doc/faq/en/sylpheed-faq-2.html
+       * doc/faq/en/sylpheed-faq-3.html
+       * doc/faq/en/sylpheed-faq.html
+               Update FAQ
+
+2005-09-07 [colin]     1.9.14cvs2
+
+       * src/folderview.c
+       * src/procmsg.c
+       * src/summaryview.c
+       * src/toolbar.c
+               Fix special subfolders:
+               - Inherit parent's icon
+               - sent contents of queues subfolders
+               - empty subfolders of trashes
+       * src/mainwindow.c
+               Remove outdated manual and faq entries
+       * src/common/utils.c
+               Add quotes around %s coming from mailcap
+
+2005-09-07 [colin]     1.9.14cvs1
+
+       * src/compose.c
+               After saving draft, set modified to FALSE
+       * src/mimeview.c
+       * src/common/utils.c
+       * src/common/utils.h
+               Try to open mime parts using what is 
+               indicated in ~/.mailcap or /etc/mailcap,
+               if possible.
+
+2005-09-05 [paul]      1.9.14
+
+       1.9.14 released
+
+       * po/sk.po
+               updated by Andrej Kacian
+
+2005-09-05 [paul]      1.9.13cvs83
+
+       * po/de.po
+       * po/es.po
+       * po/fi.po
+       * po/fr.po
+       * po/nb.po
+       * po/pt_BR.po
+       * po/sr.po
+               updated translations by Thomas Gilgin, Ricardo Mones
+               Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
+               Frederico Goncalves Guimaraes, Aleksandar Urosevic
+
+2005-09-04 [paul]      1.9.13cvs82
+
+       * src/compose.c
+               only warn about exceeded line length limit
+               on send
+
+2005-09-04 [paul]      1.9.13cvs81
+
+       * src/compose.c
+               fix crash in 'line length exceeded' dialogue
+
+2005-09-02 [paul]      1.9.13cvs80
+
+       * src/imap.c
+               fix bug 795, 'Connection lost IMAP'
+               and add statusbar prints
+               Patch by Colin
+
+2005-09-02 [paul]      1.9.13cvs79
+
+       * src/compose.c
+               compose_wrap_paragraph() becomes
+               compose_beautify_paragraph()
+               Patch by Colin
+
+2005-09-02 [cleroy]    1.9.13cvs78
+
+       * src/folderview.c
+               Micro-fix
+
+2005-09-01 [colin]     1.9.13cvs77
+
+       * src/imap.c
+               Maybe fix bug #795 (Connection lost IMAP)
+               Don't try to send logout when we're disconnected.
+       * src/summaryview.c
+               Include locked and marked emails in HRM
+               view. Fixes bug #800 (Locked messages no longer 
+               show up when hide read messages is used)
+
+2005-09-01 [paul]      1.9.13cvs76
+
+       * src/prefs_common.c
+               fix bad cutting
+
+2005-08-31 [colin]     1.9.13cvs75
+
+       * src/folderview.c
+       * src/folderview.h
+       * src/prefs_summaries.c
+       * src/summaryview.c
+               Fix "go to next new", fix preference
+               (Open unread/next swapped)
+
+2005-08-31 [paul]      1.9.13cvs74
+
+       * src/compose.c
+       * src/folderview.c
+       * src/headerview.c
+       * src/headerview.h
+       * src/mainwindow.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_fonts.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/common/defs.h
+               remove obsolete BOLD_FONT setting
+               fix font update in headerview and textview
+               headers after prefs change
+               Patch By Colin
+
+2005-08-31 [paul]
+
+       1.9.14-rc4 released
+
+2005-08-30 [colin]     1.9.13cvs73
+
+       * src/summaryview.c
+               When Hide read messages is selected and we
+               refresh the summaryview, don't remove the 
+               currently displayed message. Fixes bug #797
+               (Summary view reloads when new mail is 
+               downloaded in 1.9.14 rc)
+
+2005-08-30 [colin]     1.9.13cvs72
+
+       * src/folderview.c
+               Fix flickering
+       * src/mainwindow.c
+               Remove useless callback
+       * src/mimeview.c
+       * src/gtk/filesel.c
+       * src/gtk/filesel.h
+               Add a filesel_select_file_save_folder() - used by Save All
+
+2005-08-29 [paul]      1.9.13cvs71
+
+       * AUTHORS
+       * src/matcher_parser_parse.y
+       * src/etpan/imap-thread.c
+               fix building on FreeBSD
+               Patch by Daniel Gustafson <daniel@hobbit.se>
+
+2005-08-29 [paul]      1.9.13cvs70
+
+       * src/plugins/pgpinline/pgpinline.c
+               only initialise sig result if it's been handled
+               Patch by Colin
+
 2005-08-29 [paul]      1.9.13cvs69
        
        Patches by Colin: