2005-12-05 [paul] 1.9.100cvs61
[claws.git] / ChangeLog
index 66d90ba32e8f16fda5a932f84516fd94c4b9ddd0..2378a4d09a98c7499c4c16850221b770b211c106 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,274 @@
+2005-12-05 [paul]      1.9.100cvs61
+
+       * src/compose.c
+       * src/prefs_account.c
+       * src/prefs_filtering.c
+       * src/prefs_quote.c
+       * src/prefs_spelling.c
+       * src/prefs_toolbar.c
+       * src/summaryview.c
+       * src/gtk/gtkutils.c
+       * src/gtk/quicksearch.c
+       * src/plugins/dillo_viewer/dillo_prefs.c
+               dialog cleanups
+
+2005-12-04 [paul]      1.9.100cvs60
+
+       * src/inc.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+               allow a Local account to specify a
+               default inbox
+               (closes bug 843 'Inbox cannot be changed for local
+                mailboxes')
+
+2005-12-04 [colin]     1.9.100cvs59
+
+       * src/plugins/trayicon/trayicon.c
+               Remove Get, rename Get All to Get Mail in order to
+               be consistent with the default main toolbar
+
+2005-12-03 [colin]     1.9.100cvs58
+
+       * manual/gpl.xml
+       * manual/sylpheed-claws-manual.xml
+               Add GPL appendix
+
+2005-12-03 [paul]      1.9.100cvs57
+
+       * AUTHORS
+       * po/sv.po
+       * src/gtk/authors.h
+               new (partially complete) Swedish translation
+               by Anders Troback <sylpheed@troback.com>
+
+2005-12-02 [paul]      1.9.100cvs56
+
+       * configure.ac
+               libetpan 0.41 required
+
+2005-12-02 [paul]      1.9.100cvs55
+
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/clamav/clamav_plugin.h
+       * src/plugins/clamav/clamav_plugin_gtk.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin.h
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               unregister prefs pages on unloading, thus
+               preventing a crash
+               (thanks to Colin for the hint)
+
+2005-12-02 [wwp]       1.9.100cvs54
+
+       * src/quote_fmt.h
+       * src/quote_fmt_parse.y
+               fix misuse of gboolean*, use gboolean instead
+               (thanks to Paul, Colin, for pointing out that scaring one)
+
+2005-12-02 [paul]      1.9.100cvs53
+
+       * src/plugins/clamav/clamav_plugin.c
+               int no --> unsigned int no
+       * src/plugins/clamav/clamav_plugin_gtk.c
+               rework config page
+
+2005-12-02 [wwp]       1.9.100cvs52
+
+       * src/compose.c
+       * src/prefs_template.c
+       * src/quote_fmt.h
+       * src/quote_fmt_parse.y
+               prevent from executing |f and |p templates commands when
+               adding or replacing templates in prefs (avoids annoying and
+               potentially dangerous behaviours)
+
+2005-12-02 [paul]      1.9.100cvs51
+
+       * src/prefs_common.c
+               allow translation of some default values
+               Patch by Fabien Vantard
+
+2005-12-02 [paul]      1.9.100cvs50
+
+       * src/codeconv.c
+       * src/codeconv.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_message.c
+       * src/textview.c
+               remove obsolete 'convert_mb_alnum' option
+               and related stuff
+       * src/gtk/about.c
+               remove unused 'about_textview_visibility_notify'
+
+2005-12-02 [paul]      1.9.100cvs49
+
+       * src/prefs_account.c
+       * src/prefs_compose_writing.c
+       * src/prefs_fonts.c
+       * src/prefs_gtk.h
+       * src/prefs_image_viewer.c
+       * src/prefs_message.c
+       * src/prefs_other.c
+       * src/prefs_receive.c
+       * src/prefs_send.c
+       * src/prefs_spelling.c
+       * src/prefs_summaries.c
+       * src/prefs_wrapping.c
+       * src/plugins/dillo_viewer/dillo_prefs.c
+       * src/plugins/pgpcore/prefs_gpg.c
+               several cleanups to the prefs dialogs
+               (slightly modified) patch by Fabien Vantard
+
+2005-12-02 [paul]      1.9.100cvs48
+
+       * src/main.c
+               --exit means exit
+       * src/send_message.c
+               fix crash on send when connection fails
+
+       Thanks to Colin
+
+2005-12-01 [colin]     1.9.100cvs47
+
+       * src/html.c
+               Translate &hellip; to "..."
+
+2005-11-30 [colin]     1.9.100cvs46
+
+       * src/matcher.c
+       * src/matcher.h
+               Optimize back yesterday's fix.
+
+2005-11-30 [paul]      1.9.100cvs45
+
+       * manual/faq.xml
+               standardised
+       * manual/intro.xml
+               written by Colin, edited by me
+
+2005-11-29 [colin]     1.9.100cvs44
+
+       * src/matcher.c
+               Skip headers unconditionnaly in match_body if the
+               rule is not message or ~message
+
+2005-11-29 [colin]     1.9.100cvs43
+
+       * src/matcher.c
+               Fix body_part and such, not skipping headers 
+               if the matchcriteria wasn't the first in the rule
+
+2005-11-29 [colin]     1.9.100cvs42
+
+       * src/compose.c
+               Add Windows-1252 (Closes bug #863, windows-1252 encoding 
+               option missing from message view window)
+               Fix double text D'n'D with gtk-2.8
+       * src/matcher.c
+               Fix ~message, ~headers_part, ~body_part rules
+       * src/messageview.c
+               Add Windows-1252 (Closes bug #863)
+               Fix accels
+       * src/gtk/gtkaspell.c
+               Properly destroy accels in all menus
+
+2005-11-29 [mones]     1.9.100cvs41
+
+       * po/es.po
+               Updated.
+
+2005-11-27 [colin]     1.9.100cvs40
+
+       * src/mh_gtk.c
+               "/Remove mailbox" -> "/Remove mailbox..."
+
+2005-11-27 [paul]      1.9.100cvs39
+
+       * AUTHORS
+       * po/de.po
+       * src/gtk/authors.h
+               updated by new maintainer, Stephan Sachse
+
+2005-11-27 [paul]      1.9.100cvs38
+
+       * manual/faq.xml
+               written by Colin, edited by me
+
+2005-11-27 [paul]      1.9.100cvs37
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_receive.c
+       * src/prefs_summaries.c
+               move 'go to inbox after receiving new mail'
+               option from display/sumamaries to mail
+               handling/receive, and rework prefs_summaries
+               dialog a little
+
+2005-11-25 [martin]    1.9.100cvs36
+
+       * po/de.po
+           fixed windows-1252 translation;
+           translated some new and fuzzy strings
+
+2005-11-25 [paul]      1.9.100cvs35
+
+       * src/plugins/clamav/clamav_plugin.c
+               complete the update done in cvs34
+
+2005-11-25 [paul]      1.9.100cvs34
+
+       * src/plugins/clamav/clamav_plugin.c
+               reflect upstream changes
+
+2005-11-25 [paul]      1.9.100cvs33
+
+       * manual/ack.xml
+       * manual/plugins.xml
+       * manual/sylpheed-claws-manual.xml
+               written/updated by Colin, edited by me
+       * tools/acroread2sylpheed.pl
+               update binary name
+
+2005-11-24 [cleroy]    1.9.100cvs32
+
+       * src/compose.c
+               Fix bug #856 (reediting messages forgets Request
+               Return Receipt)
+
+2005-11-24 [paul]      1.9.100cvs31
+
+       * manual/addrbook.xml
+       * manual/starting.xml
+               written by Colin, proofread, edited, adapted by me
+       * manual/advanced.xml
+               add some Actions examples
+       * src/importldif.c
+               use a Save button instead of a Close button
+       * src/wizard.c
+               indicate mandatory fields
+               fix page display
+               Thanks to Colin
+
+2005-11-23 [colin]     1.9.100cvs30
+
+       * src/addressbook.c
+               Rename menu item, fix possible crash after
+               deletion of books
+       * src/addrindex.c
+               Allow searching for '*' in ldap
+       * src/browseldap.c
+               Fix "Browse Entry" (did anyone use it?)
+       * src/wizard.c
+               Add guards for mandatory information
+
+2005-11-23 [paul]      1.9.100cvs29
+
+       * manual/advanced.xml
+               corrections to the English
+
 2005-11-23 [cleroy]    1.9.100cvs28
 
        * src/mimeview.c