sync with 0.9.8cvs8
[claws.git] / ChangeLog.claws
index 68a9aa349abc28389ea46ca666f623fa4d24b309..c9c2252223ea2b9734d1e76df2bbf19867cc6350 100644 (file)
@@ -1,3 +1,203 @@
+2004-01-25 [paul]      0.9.8claws47
+
+       * sync with 0.9.8cvs8
+               see ChangeLog 2004-01-23
+               
+       * tools/mbox_convert.pl
+               Fixed (hopefully) to account for From lines 
+               that are of various lengths and that might have
+               timezone info at the end
+               submitted by Fred Marton
+
+2004-01-25 [thorsten]  0.9.8claws46
+
+       * src/messageview.c
+               remove orphaned mimeview unref()
+
+2004-01-23 [christoph] 0.9.8claws45
+
+       * src/summaryview.c
+               set ctree widget style
+
+2004-01-23 [paul]      0.9.8claws44
+
+       * sync with 0.9.8cvs5
+               see ChangeLog 2004-01-22
+
+2004-01-23 [alfons]    0.9.8claws43
+
+       * src/procmsg.c
+               remove redundant code in procmsg_get_thread_tree()
+
+2004-01-21 [christoph] 0.9.8claws42
+
+       * src/folderview.c
+               set ctree widget style, otherwise GTK does not use the
+               the correct vertical size for the list items
+
+2004-01-21 [alfons]    0.9.8claws41
+
+       * src/summaryview.c
+               GDK_Left should only switch to folderview when
+               when summaryview hscrollbar is at the leftmost
+               position (fixes bug #420, "Focus error")
+
+2004-01-21 [paul]      0.9.8claws40
+
+       * sync with 0.9.8cvs4
+               see ChangeLog 2004-01-20
+
+2004-01-20 [christoph] 0.9.8claws39
+
+       * src/folderview.c
+               remove setting sensitivity for no longer existing
+               /Scoring... popup entry
+
+2004-01-20 [keith]     0.9.8claws38
+
+       * configure.ac
+               Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
+
+2004-01-20 [paul]      0.9.8claws37
+
+       * src/prefs_fonts.c
+               demystify font settings
+               
+       * src/textview.c
+               use textview->msgfont for header->body in
+               textview_show_header()
+
+2004-01-20 [paul]      0.9.8claws36
+
+       * src/compose.c
+         src/undo.c
+               remove superfluous debug_print's
+               
+       * src/inc.c
+               clear the statusbar after LOCAL incorporation
+
+2004-01-20 [paul]      0.9.8claws35
+
+       * sync with 0.9.8cvs3
+               see ChangeLog 2004-01-20
+
+2004-01-19 [keith]     0.9.8claws34
+
+       * src/folderview.c
+               don't show 'Search folder...' on popup menu
+               if folder has no mails in it
+
+2004-01-17 [keith]     0.9.8claws33
+
+       * src/compose.c
+         src/prefs_common.c
+         src/prefs_common.h
+               store position of compose window in prefs
+
+2004-01-17 [thorsten]  0.9.8claws32
+
+       * src/gtk/gtkvscrollbutton.c
+               ensure scrollbutton resize event on different gtk versions
+
+2004-01-15 [alfons]    0.9.8claws31
+       
+       * src/summaryview.c
+               keep MSG_REPLIED and MSG_FORWARDED even when marking a
+               message as read
+
+2004-01-12 [christoph] 0.9.8claws30
+
+       * src/procmime.c
+               better MIME-Version check
+
+2004-01-11 [alfons]    0.9.8claws29
+
+       * src/procmsg.c
+               remove unnecessary but still effective check (could possibly
+               lead to some unwanted side effects)
+
+2004-01-11 [alfons]    0.9.8claws28
+
+       * src/procmsg.c
+               we should not prefer lowest message number while threading 
+               (introduced in previous commit)
+
+2004-01-11 [alfons]    0.9.8claws27
+
+       * src/procmsg.c
+               subject threading fixes:
+               
+                       - make message with lowest message number the
+                         thread parent,
+                       - refine recording last node when threading. the last node
+                         should be the previous one if a node has a thread parent,
+                         or the current node if not
+               
+               (there's another threading bug fix coming up)
+
+2004-01-10 [paul]      0.9.8claws26
+
+       * src/main.c
+         src/prefs_ext_prog.c
+         src/plugins/clamav/clamav_plugin_gtk.c
+               minor gui fixes
+
+2004-01-09 [christoph] 0.9.8claws25
+
+       * src/Makefile.am
+       * src/string_match.[ch]                 ** REMOVE **
+       * src/common/Makefile.am
+       * src/common/string_match.[ch]          ** NEW **
+               move string_match.[ch] to common directory
+
+2004-01-09 [christoph] 0.9.8claws24
+
+       * src/pgpmime.c
+               add MIME-Version header for the message parser
+
+2004-01-09 [paul]      0.9.8claws23
+
+       * po/POTFILES.in
+         src/Makefile.am
+         src/main.c
+         src/prefs_common.c
+         src/prefs_ext_prog.[ch]       ** NEW FILES **
+               move External Command options from 'Common Prefs/Other' to
+               'Other Prefs/Message View/External Programs', also reveal
+               the hidden options for audio player and image viewer.
+               
+       * src/prefs_common.c
+               fix toggling of header pane
+
+2004-01-09 [paul]      0.9.8claws22
+
+       * src/compose.c
+               when changing account also change the save folder
+
+       * src/textview.c
+               if a text/plain attachment has 'Content-Disposition: attachment'
+               don't display it inline
+
+2004-01-08 [christoph] 0.9.8claws21
+
+       * src/procmime.c
+               check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
+               otherwise thread the message content as one text part and
+               don't assume charset US-ASCII which is only specified as
+               default for MIME-messages
+
+2004-01-08 [paul]      0.9.8claws20
+
+       * src/plugins/clamav/clamav_plugin.c
+         src/plugins/spamassassin/spamassassin.c
+               inform the user what is happening via the statusbar
+
+2004-01-06 [paul]      0.9.8claws19
+
+       * po/es.po
+               update Spanish translation. submitted by Ricardo
+               Mones Lastra
+
 2004-01-05 [paul]      0.9.8claws18
 
        * sync with 0.9.8cvs2