0.9.7claws16
[claws.git] / ChangeLog.claws
index 066d22098677801e28301993614828053b881bb3..1ef72dc3ec406ab0b351e9bee4ebeb3983ac4f23 100644 (file)
@@ -1,3 +1,268 @@
+2003-12-03 [christoph] 0.9.7claws16
+
+       * src/procmime.c
+               use default Content-Type as specified in RFC2045 if
+               Content-Type header is syntactically incorrect
+
+2003-12-03 [christoph] 0.9.7claws15
+
+       * src/addressbook.c
+       * src/addrindex.h
+       * src/addritem.c
+       * src/expldifdlg.h
+       * src/exportldif.c
+       * src/filtering.c
+       * src/folder.c
+       * src/folderview.c
+       * src/jpilot.c
+       * src/localfolder.c
+       * src/matcher.h
+       * src/matcher_parser_lex.l
+       * src/matcher_parser_parse.y
+       * src/news.c
+       * src/prefs_filtering_action.c
+       * src/prefs_folder_item.c
+       * src/prefs_fonts.c
+       * src/procmsg.c
+       * src/sgpgme.c
+               clean up warnings
+
+       * src/procmime.c
+               revert 0.9.7claws14 change
+
+2003-12-03 [alfons]    0.9.7claws14
+
+       * src/procmime.c
+               catch invalid Content-Type with no subtype
+
+2003-12-03 [alfons]    0.9.7claws13
+
+       * src/alertpanel.h
+       * src/setup.c
+       * src/plugins/image_viewer/plugin.c
+               compile again, we need stddef.h for size_t
+
+2003-12-03 [paul]      0.9.7claws12
+
+       * src/account.c
+               don't allow cloning of accounts with remote folders,
+               patch submitted by Ricardo Mones Lastra
+
+2003-12-03 [christoph] 0.9.7claws11
+
+       * src/folder.[ch]
+       * src/imap.c
+       * src/localfolder.[ch]
+       * src/mh.c
+       * src/news.c
+       * src/common/xml.[ch]
+               add set_xml() and get_xml() virtual functions to FolderClass to
+               save extra information for Folders (for example the rootpath
+               only used by LocalFolder). The folderlist write function no
+               longer needs to know the folder type to save this extra
+               information.
+
+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
+               add 'Clone Account' function. patch submitted by
+               Ricardo Mones Lastra
+
+2003-11-27 [thorsten]  0.9.7claws3
+
+       * src/mimeview.c
+               fix crash if 'save_all' failed twice
+
+2003-11-27 [paul]      0.9.7claws2
+
+       * po/POTFILES.in
+               fix a typo
+
+       * po/zh_CN.po
+               update Simplified Chinese translation. submitted by
+               Hansom Young
+
+2003-11-27 [paul]      0.9.7claws1
+
+       * po/POTFILES.in
+               clean up
+
+2003-11-26 [paul]      0.9.7claws
+
+       * 0.9.7claws released
+
+2003-11-26 [paul]      0.9.6claws99
+
+       * src/Makefile.am
+               add reference to pixmaps/mime_message.xpm
+
+2003-11-26 [paul]      0.9.6claws98
+
+       * po/POTFILES.in
+               remove reference to src/sigstatus.c
+
+2003-11-26 [christoph] 0.9.6claws97
+
+       * src/Makefile.am
+       * src/prefs_common.c
+       * src/rfc2015.c
+       * src/sigstatus.[ch]            ** REMOVE **
+               remove signature result popup option and window
+
+2003-11-26 [paul]      0.9.6claws96
+
+       * po/es.po
+         po/ja.po
+         po/pl.po
+         po/sk.po
+         po/sr.po
+               update translations. submitted by Ricardo Mones Lastra,
+               Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
+
+2003-11-25 [christoph] 0.9.6claws95
+
+       * src/procmime.c
+               display mime structure only in debug mode
+
+2003-11-25 [melvin]    0.9.6claws94
+
+       * po/fr.po
+               Updated French translations + typos fixes of older
+               translations (thanks to Fabien Vantard for pointing
+               to some of them)
+
+2003-11-25 [melvin]    0.9.6claws93
+
+       * src/editldap.c
+               Fixed a couple of typos.
+
+2003-11-24 [paul]      0.9.6claws92
+
+       * po/POTFILES.in
+               add 'src/textview.c'
+
+2003-11-24 [paul]      0.9.6claws91
+
+       * src/sgpgme.c
+               fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
+
+2003-11-24 [paul]      0.9.6claws90
+
+       * src/plugins/image_viewer/viewer.c
+               image_viewer_show_mimepart(): 
+               use procmime_mimeinfo_get_parameter() to get the file name
+
+2003-11-24 [paul]      0.9.6claws89
+
+       * src/textview.c
+               textview_show_mime_part(): rewrite text hint
+
+2003-11-22 [paul]      0.9.6claws88
+
+       * sync with 0.9.7cvs5
+               see ChangeLog 2003-11-21
+
+2003-11-21 [paul]      0.9.6claws87
+
+       * src/mimeview.c
+               define shortcut key 'o' for 'Open with...'
+
+2003-11-21 [alfons]    0.9.6claws86
+
+       * src/messageview.c
+               fix bug #383 'Deleting message from "separate message view" 
+               uses local Trash folder'
+
+2003-11-21 [christoph] 0.9.6claws85
+
+       * src/mimeview.c
+               fix content-type guessing by name parameter when finding
+               the correct viewer
+
+2003-11-21 [alfons]    0.9.6claws84
+
+       * src/main.c
+               no mail incorporation allowed with --offline param.
+               fixes bug #374, "--offline ignored"
+
 2003-11-20 [christoph] 0.9.6claws83
 
        * src/mimeinfo.c
 2002-07-23 [paul]      0.8.0claws
 
        * release of 0.8.0claws
-
-2002-07-23 [paul]      0.7.8claws99
-
-       * po/ru.po
-               new Russian translation, submitted by
-               Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>