changes to tools/textviewer.sh
[claws.git] / ChangeLog.claws
index 63ace1035191872bbe789af64bf19a61b021c90b..68a2f51e2675e0737ca4c22b03e4b19c74547c3d 100644 (file)
@@ -1,3 +1,78 @@
+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
+               add new members at the end of prefs_common, so
+               they get properly initialized
+
+2004-03-24 [christoph] 0.9.10claws30
+
+       * src/imap.c
+               o NULL is a valid GSList
+
+2004-03-24 [alfons]    0.9.10claws29
+
+       * src/prefs_common.[ch]
+         src/summaryview.c
+         src/common/defs.h
+               add history to quick search (patch submitted by 
+               Ivan Francolin Martinez - thanks!)
+
+2004-03-24 [alfons]    0.9.10claws28
+
+       * src/imap.c
+               NULL output pointer parameter
+
+2004-03-21 [alfons]    0.9.10claws27
+
+       * src/addrindex.[ch]
+         src/addr_compl.c
+               complete addresses on nicks and aliases
+
 2004-03-21 [alfons]    0.9.10claws26
 
        * src/import.c