0.9.10claws47
[claws.git] / ChangeLog.claws
index bcb855243998b19cbc5db7e140bb3dc24d9ec1f5..e7fb376e0cd18553fdb00b65c438ef1538a2a1b5 100644 (file)
@@ -1,3 +1,136 @@
+2004-04-15 [luke]      0.9.10claws47
+
+       * src/prefs_folder_item.c
+               o remove buttons for applying 'scan for new mail'
+                 and 'process at startup' to sub folders
+               o add 'apply to sub folder' check buttons for all
+                 properties and set folder prefs accordingly
+               o replace multiple gtk_widget_show() with one
+                 gtk_widget_show_all() on container
+
+2004-04-14 [darko]     0.9.10claws46
+
+       * src/gtk/Makefile.am
+       * src/gtk/pluginwindow.c
+               load plugins from to $(prefix)/lib/sylpheed/plugins
+               in file selection dialog
+       * src/plugins/clamav/clamav_plugin.c
+               const correctness
+
+2004-04-14 [christoph] 0.9.10claws45
+
+       * src/folder.c
+       * src/plugins/image_viewer/viewer.c
+               fix g_warnings
+
+2004-04-10 [alfons]    0.9.10claws44
+       
+       * src/compose.c
+               appropriate auto account selection when forwarding
+               (fixes bug #476, "forward as attachment does not listen
+               to account rules")
+
+2004-04-09 [alfons]    0.9.10claws43
+
+       * src/summaryview.c
+               make quick search combo matching case sensitive
+
+2004-04-06 [alfons]    0.9.10claws42
+
+       * src/addr_compl.c
+               use cursor position to prevent clearing the entire entry
+
+2004-04-06 [alfons]    0.9.10claws41
+
+       * src/folderview.c
+               fix bug #472, "filter not updated when renaming folder" 
+
+2004-04-06 [alfons]    0.9.10claws40
+
+       * src/messageview.[ch]
+         src/summaryview.c
+               reflect changes to Show all headers to main view
+               and message view (only affects detached message
+               view). see also bug #473, 'Show All Headers 
+               "problem"'.
+
+2004-04-03 [alfons]    0.9.10claws39
+
+       * src/matcher.c
+               free address list
+
+2004-04-03 [alfons]    0.9.10claws38
+
+       * src/matcher_parser_parse.y
+         src/matcher.[ch]
+               prepare address look up matcher type; marginally
+               tested, and not hooked into the UI yet.
+
+               basically it accepts the result of the left hand
+               side of the matcher (the "criteria"):
+
+                       from all_in_addressbook ""
+                       ~to_or_cc any_in_addressbook ""
+               
+               the first case matches all addresses found in the
+               from header, and the second case matches if any
+               (at least one) of the addresses in to or cc headers 
+               are not in the address book.
+
+               the string argument is not used yet, but is intended
+               to match a group of addresses 
+
+2004-04-02 [luke]      0.9.10claws37
+
+       * src/prefs_folder_item.c
+               Add two buttons to apply 'scan for new mail'
+               and 'process at startup' to sub folders
+
+2004-04-02 [luke]
+       * tools/textviewer.sh
+               better filename extension matching plus some support for
+               MS Excel, MS Powerpoint and HTML
+
+2004-03-29 [christoph] 0.9.10claws36
+
+       * src/folder.h
+       * src/folderutils.[ch]
+       * src/mainwindow.c
+               add delete duplicates for all folders
+
+2004-03-29 [alfons]    0.9.10claws35
+
+       * src/folder.c
+               don't pass NULL to XXXprintf(); fixes Solaris crashes
+               when selecting top-level folder node (thanks to 
+               Alex S. Moore)
+
+2004-03-28 [keith]     0.9.10claws34
+
+       * src/textview.c
+               prepend "http://" to URIs of the form "www.example.com"
+
+2004-03-28 [paul]      0.9.10claws33
+
+       * src/common/nntp.c
+         src/common/smtp.c
+         src/folder.c
+         src/imap.c
+         src/inc.c
+         src/news.c
+         src/pop.c
+               revise 'translatable string' policy:
+               don't translate debug_print() or log_print(),
+               translate log_message() and log_warning()
+       
+       * po/zh_CN.po
+               update submitted by Hansom Young
+
+2004-03-25 [alfons]    0.9.10claws32
+
+       * src/prefs_common.c
+               I mean this one: Return the GList...
+
 2004-03-25 [alfons]    0.9.10claws31
 
        * src/prefs_common.h