Added html mail viewing using Dillo
[claws.git] / ChangeLog.claws
index 355211df77836cf06d01ef7e3e4998ad27b50d0a..f88a2b3f5b4e21f2e13896e4c875de56b3fa9deb 100644 (file)
@@ -1,3 +1,187 @@
+2003-03-15 [melvin]    0.8.11claws14
+
+       * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
+       * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
+       * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
+               Added a html mail viewer plugin that uses Dillo v0.7.0 or
+               newer (http://dillo.auriga.wearlab.de/).
+
+2003-03-15 [christoph] 0.8.11claws13
+
+       * src/imap.c
+               don't query imap folder for attributes because we already
+               for them from imap_status
+
+       * src/mimeview.[ch]
+               add support for plugable MimeViewers (unloading Viewers
+               not yet complete)
+
+       * src/plugins/Makefile.am
+       * src/plugins/mathml_viewer/.cvsignore          ** NEW **
+       * src/plugins/mathml_viewer/Makefile.am         ** NEW **
+       * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
+               add MathML Viewer (Content-Type text/mathml) using GtkMathView
+               widget from http://helm.cs.unibo.it/mml-widget/
+
+2003-03-14 [christoph] 0.8.11claws12
+
+       * src/folder.[ch]
+               o error return code's should better be negative
+               o replace printf with debug_print
+
+       * src/imap.c
+               improve IMAP folder scan by checking UID-NEXT
+
+       * src/summaryview.c
+               remove check that are unnecessary in my opinion
+
+2003-03-13 [christoph] 0.8.11claws11
+
+       * src/folder.[ch]
+       * src/foldersel.c
+       * src/folderview.c
+       * src/imap.c
+       * src/mbox_folder.c
+       * src/mh.c
+       * src/news.c
+       * src/prefs_scoring.c
+       * src/summaryview.c
+               use a common function to get a displayable name
+               for a FolderItem
+
+2003-03-13 [paul]      0.8.11claws10
+
+       * tools/Makefile.am
+         tools/README
+         tools/multiwebsearch.conf     ** NEW FILE **
+         tools/multiwebsearch.pl       ** NEW FILE **
+               add multiwebsearch Actions script
+
+2003-03-13 [colin]     0.8.11claws9
+
+       * src/compose.c
+               Remove leading emtpy lines from quoted text
+               before quoting it
+
+2003-03-13 [melvin]    0.8.11claws8
+
+       * src/prefs_actions.c
+               Fixed a memory leak
+               Code clean ups
+               Added Cancel and OK buttons
+               Corrected help text
+
+2003-03-13 [christoph] 0.8.11claws7
+
+       * src/account.c
+       * src/folder.[ch]
+       * src/imap.c
+       * src/mainwindow.c
+       * src/mbox_folder.c
+       * src/mh.c
+       * src/news.c
+       * src/setup.c
+               replace more folder type stuff with folder class stuff
+
+2003-03-13 [melvin]    0.8.11claws6
+
+       * src/prefs_actions.c
+               Added new tokens:
+               %u: user provided argument
+               %h: user provided argument (hidden on input)
+               %s: current text selection in the message view 
+
+2003-03-13 [paul]      0.8.11claws5
+
+       * sync with 0.8.11cvs5
+               see ChangeLog 2003-03-11, 2003-03-12
+
+2003-03-12 [christoph] 0.8.11claws4
+
+       * src/folder.c
+               use folder class idstr when writing folderlist.xml
+
+       * src/folder.h
+       * src/imap.c
+       * src/news.c
+               replace folder type checks with folder class checks
+
+2003-03-12 [christoph] 0.8.11claws3
+
+       * src/folder.[ch]
+       * src/imap.[ch]
+       * src/main.c
+       * src/mbox_folder.[ch]
+       * src/mh.[ch]
+       * src/news.[ch]
+               o create a list of known folder classes in the folder system
+               o use folder class id strings for folder item identifiers
+
+2003-03-12 [christoph] 0.8.11claws2
+
+       * src/imap.c
+               fix imap uid validity check
+
+2003-03-12 [christoph] 0.8.11claws1
+
+       * src/account.c
+       * src/folder.[ch]
+       * src/foldersel.c
+       * src/folderview.c
+       * src/imap.c
+       * src/mainwindow.c
+       * src/mbox_folder.c
+       * src/mh.c
+       * src/news.c
+       * src/prefs_scoring.c
+       * src/procmsg.c
+       * src/setup.c
+       * src/summaryview.c
+               initial restructuring of folder system, seperating
+               folders and folder classes
+
+2003-03-12 [paul]      0.8.11claws
+
+       0.8.11claws release
+
+2003-03-12 [christoph]
+
+       * src/gtk/prefswindow.c
+               fix translation of "Page Index"
+
+2003-03-12 [paul]      0.8.10claws110
+
+       a sync from 0.8.11cvs4 before the release
+
+       * src/common/utils.c
+               subject_compare_for_sort(): allow null strings (fixes
+               summary sorting).
+
+2003-03-11 [paul]      0.8.10claws109
+
+       * po/es.po
+               update Spanish translation, submitted by
+               Ricardo Mones Lastra
+
+2003-03-11 [melvin]    0.8.10claws108
+
+       * po/fr.po
+               Updated French translations
+
+2003-03-11 [paul]      0.8.10claws107
+
+       * manual/en/Makefile.am
+         manual/en/*.html
+               update English manual, add a new page
+               updated by Francois Barriere <fbarriere@atmel.fr>
+               
+       * po/bg.po
+         po/it.po
+         po/sr.po
+               update Bulgarian, Italian, and Serbian translations
+               submitted by George Danchev, Alessandro Maestri, and
+               Urke MMI
+
 2003-03-10 [paul]      0.8.10claws106
 
        * src/gtk/about.c