2005-11-30 [colin] 1.9.100cvs46
[claws.git] / ChangeLog
index 710c111978c011821a6cf40b466ee87ceeb9931b..55f648935f7d6a241ae579c66924dd8e8bf0822a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,210 @@
+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
+               Fix possible crash at exit. After the call to
+               gtk_container_remove(), the Viewer's widget has no
+               more parent so gtk+ automatically frees it and its
+               sons. If destroy_viewer() then try to access it,
+               problems ensue.
+
+2005-11-22 [colin]     1.9.100cvs27
+
+       * src/compose.c
+       * src/gtk/gtkaspell.c
+               Fix right-clicking on a misspelled word
+               Fix More... in suggestions menu
+
+2005-11-22 [wwp]       1.9.100cvs26
+
+       * src/prefs_template.c
+               templates works: re-sort templates list when adding or replacing,
+               prevent from adding or replacing when the template name is empty
+
+2005-11-21 [colin]     1.9.100cvs25
+
+       * src/addressbook.c
+               Fix some addressbook suckage (dnd, select all)
+       * src/compose.c
+       * src/gtk/gtkaspell.c
+       * src/gtk/gtkaspell.h
+               Make the spellchecker menu work with the 
+               GtkTextView one instead of overriding it
+
+2005-11-20 [paul]      1.9.100cvs24
+
+       * manual/handling.xml
+               proofread and corrected
+
+2005-11-20 [paul]      1.9.100cvs23
+
+       * manual/Makefile
+               generate html as one file
+       * manual/advanced.xml
+               fix output generation
+               reformat hidden options list
+       * manual/manual.xml     ** REMOVED **
+       * manual/sylpheed-claws-manual.xml      ** ADDED **
+               renamed
+
+2005-11-18 [colin]     1.9.100cvs22
+
+       * src/prefs_account.c
+               Fix layout in news and mbox accounts
+       * manual/account.xml
+       * manual/advanced.xml
+               New contents for Paul to check :)
+
+2005-11-18 [wwp]       1.9.100cvs21
+
+       * src/gtk/quicksearch.c
+               don't update extended quicksearch buttons twice
+
+2005-11-18 [paul]      1.9.100cvs20
+
+       * src/textview.c
+               complete 1.9.100cvs19
+
+2005-11-18 [paul]      1.9.100cvs19
+
+       * src/compose.c
+               cosmetic improvements
+       * src/textview.c
+               also list text/* attachments
+
 2005-11-18 [cleroy]    1.9.100cvs18
 
        * src/summaryview.c