0.9.7claws10
[claws.git] / ChangeLog.claws
index c6d3f7826478f1f976d12fd47b4fc4e730bc9034..349edc60541376556dc35219f8b562000a418a8f 100644 (file)
@@ -1,3 +1,81 @@
+2003-12-02 [christoph] 0.9.7claws10
+
+       * src/Makefile.am
+       * src/account.c
+       * src/folder.[ch]
+       * src/folderview.h
+       * src/imap.c
+       * src/localfolder.[ch]          ** NEW **
+       * src/mainwindow.c
+       * src/mh.[ch]
+       * src/news.[ch]
+       * src/prefs_account.[ch]
+       * src/prefs_filtering.h
+       * src/procmsg.h
+       * src/remotefolder.[ch]         ** NEW **
+       * src/common/xml.[ch]
+               add item_set_xml() and item_get_xml() virtual functions to
+               FolderClass to give folders the ability to add extra information
+               to the saved FolderItem data. If NULL the default function for
+               FolderItem will be used.
+
+2003-11-29 [christoph] 0.9.7claws9
+
+       * src/procheader.c
+               fix bug in unfolding
+
+2003-11-29 [luke]      0.9.7claws8
+
+       * src/textview.c
+               fix compilation for non c99 compilers
+
+2003-11-29 [christoph] 0.9.7claws7
+
+       * src/procmime.[ch]
+       * src/mimeview.c
+               o unknown disposition types should be handled as
+                 attachment (RFC2183)
+               o missing headers should not default to inline
+                 (would make "Save All" useless when disposition header
+                  is not set by the sending mailer)
+               o remove old MimeInfo data and cleanup
+
+2003-11-29 [luke]      0.9.7claws6
+
+        * src/procmime.[ch]
+                re-added parsing of Content-Disposition header
+                        - removes the old  'gchar* content_disposition'
+                        - adds a new field 'DispositionType disposition'
+                        - adds parameters to MimeInfo::parameters
+
+        * src/mimeview.c
+                use the "filename" parameter for saving, and the new
+                MimeInfo::disposition for save all.
+
+        * src/compose.c
+        * src/toolbar.[ch]
+                add a 'check spelling' button as a possibility for 
+               the compose toolbar
+
+        * src/stockpixmap.[ch]
+        * src/pixmaps/check_spelling.xpm        ** NEW **
+        * src/Makefile.am
+                add a pixmap for use with 'check spelling' button or
+                a user defined action
+
+        * src/textview.c
+                re-apply fixed (I hope) patch for bug 57
+                "Hidden URL in HTML Mails"
+
+2003-11-28 [christoph] 0.9.7claws5
+
+       * src/procmime.c
+               o be more liberal in what we accept as Content-Type parameters
+               o ignore comments after parameters
+
+       * src/sgpgme.c
+               o only free passphrase when an error occurs
+
 2003-11-28 [paul]      0.9.7claws4
 
        * src/account.c