0.9.7claws16
[claws.git] / ChangeLog.claws
index 5897cd395b50a434d7c9c3dd06919a04597ca865..1ef72dc3ec406ab0b351e9bee4ebeb3983ac4f23 100644 (file)
-2003-10-20 [alfons]    0.9.6claws37
+2003-12-03 [christoph] 0.9.7claws16
 
-       * src/noticeview.c
-               fix invalid argument warning
-       * src/pgpmime.c
-               no in place variable
+       * src/procmime.c
+               use default Content-Type as specified in RFC2045 if
+               Content-Type header is syntactically incorrect
 
-2003-10-20 [paul]      0.9.6claws36
+2003-12-03 [christoph] 0.9.7claws15
 
-       * src/compose.[ch]
-         src/filtering.c
-         src/messageview.c
-               fix crash when using Forward in Filtering when
-               external editor option is set
-               
-               Patch submitted by Simon 'corecode' Schubert
-               <corecode@corecode.ath.cx> 
+       * 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
 
-2003-10-20 [paul]      0.9.6claws35
+       * src/procmime.c
+               revert 0.9.7claws14 change
 
-       * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
-         src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
-         src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
-         src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
-         src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
-         src/pixmaps/privacy_expired.xpm       ** NEW FILE **
-         src/pixmaps/privacy_failed.xpm        ** NEW FILE **
-         src/pixmaps/privacy_passed.xpm        ** NEW FILE **
-         src/pixmaps/privacy_signed.xpm        ** NEW FILE **
-         src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
-         src/pixmaps/privacy_warn.xpm          ** NEW FILE **
-         src/mimeview.c
-         src/stock_pixmap.[ch]
-               replace mime_gpg_*.xpm icons with new privacy_*.xpm
-               icons. add privacy_warn.xpm icon
+2003-12-03 [alfons]    0.9.7claws14
 
-2003-10-20 [hoa]  0.9.6claws34
+       * src/procmime.c
+               catch invalid Content-Type with no subtype
 
-       * src/folder_item_prefs.[ch]
-       * src/prefs_folder_item.c
-       * src/main.c
-               Added a property per folder to choose whether we 
-               want to apply processing on it on startup or if we
-               prefer to wait the folder selection to apply it.
-       
-       * src/messageview.c
-               fixed C89 compatibility (for old compilers, for
-               example gcc 2.95.x).
+2003-12-03 [alfons]    0.9.7claws13
 
-2003-10-17 [christoph]  0.9.6claws33
+       * src/alertpanel.h
+       * src/setup.c
+       * src/plugins/image_viewer/plugin.c
+               compile again, we need stddef.h for size_t
 
-       * src/mimeview.c
-       * src/noticeview.[ch]
-               change noticeview icon to indicate signature status
+2003-12-03 [paul]      0.9.7claws12
 
-2003-10-17 [christoph]  0.9.6claws32
+       * 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/main.c
-       * src/mimeview.c
-       * src/noticeview.c
-       * src/pgpmime.[ch]                              ** NEW **
-       * src/privacy.[ch]
-       * src/rfc2015.c
-       * src/sgpgme.c                                  ** NEW **
-               reimplement PGP/Mime signature checking (unfinished)
+       * 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-10-15 [christoph]  0.9.6claws31
+2003-11-29 [christoph] 0.9.7claws9
 
-       * src/procmime.[ch]
-               fix procmime_get_text_content() and
-               procmime_get_first_text_content()
+       * src/procheader.c
+               fix bug in unfolding
 
-2003-10-15 [christoph] 0.9.6claws30
+2003-11-29 [luke]      0.9.7claws8
 
-       * src/plugins/spamassassin/spamassassin_gtk.c
-       * src/plugins/spamassassin/spamassassin_gtk.glade
-               fix timeout tooltip
+       * src/textview.c
+               fix compilation for non c99 compilers
 
-2003-10-15 [paul]      0.9.6claws29
+2003-11-29 [christoph] 0.9.7claws7
 
-       * src/messageview.c
-               workaround for buggy smtp servers. on sending a
-               return receipt strip the name part from the address
-               when creating headers
-               
-2003-10-15 [paul]      0.9.6claws28
+       * 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
 
-       * sync with 0.9.7 release
-               see ChangeLog 2003-10-15
+2003-11-29 [luke]      0.9.7claws6
 
-2003-10-14 [christoph] 0.9.6claws27
+        * 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/plugins/clamav/clamav_plugin.c
-               fix clamav plugin
+        * src/mimeview.c
+                use the "filename" parameter for saving, and the new
+                MimeInfo::disposition for save all.
 
-2003-10-14 [christoph] 0.9.6claws26
+        * src/compose.c
+        * src/toolbar.[ch]
+                add a 'check spelling' button as a possibility for 
+               the compose toolbar
 
-       * src/compose.c
-       * src/mimeview.c
-       * src/procmime.[ch]
-       * src/rfc2015.c
-       * src/textview.c
-       * src/plugins/clamav/clamav_plugin.c
-               use GNode to create the mime tree (some changes to functions
-               that traverse the tree are just quick and dirty. Maybe we
-               can find better solutions with g_node_*-functions)
+        * 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
 
-2003-10-14 [luke]      0.9.6claws25
+        * src/textview.c
+                re-apply fixed (I hope) patch for bug 57
+                "Hidden URL in HTML Mails"
 
-       * src/mimeview.c
-               fix a navigation bug (stupid typo of mine)
+2003-11-28 [christoph] 0.9.7claws5
 
-2003-10-14 [christoph] 0.9.6claws24
+       * src/procmime.c
+               o be more liberal in what we accept as Content-Type parameters
+               o ignore comments after parameters
 
-       * src/textview.c
-               fix missing last line in plain/text mails
+       * src/sgpgme.c
+               o only free passphrase when an error occurs
 
-2003-10-13 [luke]      0.9.6claws23
+2003-11-28 [paul]      0.9.7claws4
 
-       * src/summaryview.c
-               fix bug 334 (part 1)
+       * src/account.c
+               add 'Clone Account' function. patch submitted by
+               Ricardo Mones Lastra
 
-2003-10-13 [kov]       0.9.6claws22
+2003-11-27 [thorsten]  0.9.7claws3
 
        * src/mimeview.c
-               error checking when the user enters a non-directory at
-               the file selection dialog.
-               work-around for users entering directory location without
-               adding a leading G_DIR_SEPARATOR.
+               fix crash if 'save_all' failed twice
 
-2003-10-13 [luke]      0.9.6claws21
+2003-11-27 [paul]      0.9.7claws2
 
-       * src/compose.c
-               error reporting for inserting files, including catching
-               invalid characters for current locale/encoding
+       * po/POTFILES.in
+               fix a typo
 
-2003-10-13 [paul]      0.9.6claws20
+       * po/zh_CN.po
+               update Simplified Chinese translation. submitted by
+               Hansom Young
 
-       * src/folderview.c
-               fix bug #347 'subscribe newsgroups crashes'
+2003-11-27 [paul]      0.9.7claws1
 
-2003-10-13 [paul]      0.9.6claws19
+       * po/POTFILES.in
+               clean up
 
-       * src/compose.c
-               when using 'Reply to all' include the 'send replies
-               to' folder property
-               
-       * po/ja.po
-               update Japanese translation. submitted by Rui Hirokawa 
-               <rui_hirokawa@ybb.ne.jp>        
+2003-11-26 [paul]      0.9.7claws
 
-2003-10-13 [hoa]       0.9.6claws18
+       * 0.9.7claws released
 
-       * src/account.c
-       * src/compose.c
-       * src/messageview.c
-       * src/procheader.c
-       * src/procheader.h
-               rename get_header_from_msginfo() into
-               procheader_get_header_from_msginfo() so that we have a
-               coherent exported naming.
-               avoid parsing of header contained in a string via
-               a newly written temporary file.
+2003-11-26 [paul]      0.9.6claws99
 
-       Patch submitted by Simon 'corecode' Schubert
-               <corecode@corecode.ath.cx>
+       * src/Makefile.am
+               add reference to pixmaps/mime_message.xpm
 
-2003-10-12 [hoa]       0.9.6claws17
+2003-11-26 [paul]      0.9.6claws98
 
-       * src/filtering.c
-       * src/filtering.h
-       * src/matcher.c
-       * src/matcher.h
-       * src/matcher_parser_parse.y
-       * src/prefs_filtering_action.c
-               added "stop" action : stop applying the filtering rules.
-               added "set score" and "increase/decrease score" actions.
-               That two last action replace the "change_score" action
-               introduced by alfons in 0.8.8claws85.
-               "set score" is to set a given score to the message.
-               "increase/decrease score" will increase or decrease the
-               score if the given value is respectively positive or
-               negative. If someone find a some better name for this last
-               rule, it can be modified.
+       * po/POTFILES.in
+               remove reference to src/sigstatus.c
 
-2003-10-12 [paul]      0.9.6claws16
+2003-11-26 [christoph] 0.9.6claws97
 
-       * AUTHORS
+       * 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
-               update Japanese translation. submitted by Rui Hirokawa 
-               <rui_hirokawa@ybb.ne.jp>
+         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-10-12 [christoph] 0.9.6claws15
+2003-11-25 [christoph] 0.9.6claws95
 
        * src/procmime.c
-               fix crash caused by incorrect headers
+               display mime structure only in debug mode
 
-2003-10-10 [christoph] 0.9.6claws14
+2003-11-25 [melvin]    0.9.6claws94
 
-       * src/main.c
-       * src/privacy.[ch]
-       * src/rfc2015.[ch]
-               implement detection of signed message parts for rfc2015
+       * po/fr.po
+               Updated French translations + typos fixes of older
+               translations (thanks to Fabien Vantard for pointing
+               to some of them)
 
-2003-10-10 [thorsten]  0.9.6claws13
+2003-11-25 [melvin]    0.9.6claws93
 
-       * src/mimeview.c
-               fix typo
+       * src/editldap.c
+               Fixed a couple of typos.
 
-2003-10-10 [christoph] 0.9.6claws12
+2003-11-24 [paul]      0.9.6claws92
 
-       * src/stock_pixmap.[ch]
-       * src/pixmaps/mime_message.xpm                  ** NEW **
-               add a new icon for mime type "message"
+       * po/POTFILES.in
+               add 'src/textview.c'
 
-       * src/privacy.[ch]
-       * src/procmime.[ch]
-               add crypto api
+2003-11-24 [paul]      0.9.6claws91
 
-       * src/mimeview.c
-               o use crypto api
-               o add icons for message type mime parts
+       * src/sgpgme.c
+               fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
 
-2003-10-10 [christoph] 0.9.6claws11
+2003-11-24 [paul]      0.9.6claws90
 
-       * src/mainwindow.c
-       * src/messageview.[ch]
-       * src/mimeview.[ch]
-       * src/procmime.[ch]
-       * src/procmsg.[ch]
-       * src/rfc2015.c
-       * src/summaryview.c
-       * src/textview.[ch]
-               o remove switching between TextView and MimeView in MessageView
-                 (if required we can hide the icon box and the MimeView will
-                  look exaxtly like the TextView)
-               o temporary remove signature and decrypting GPGME code
+       * src/plugins/image_viewer/viewer.c
+               image_viewer_show_mimepart(): 
+               use procmime_mimeinfo_get_parameter() to get the file name
 
-2003-10-09 [christoph] 0.9.6claws10
+2003-11-24 [paul]      0.9.6claws89
 
-       * src/action.c
-       * src/compose.c
-       * src/messageview.c
-       * src/mimeview.c
-       * src/procmime.[ch]
-       * src/procmsg.c
-       * src/rfc2015.c
        * src/textview.c
-       * src/common/utils.[ch]
-       * src/plugins/clamav/clamav_plugin.c
-       * src/plugins/dillo_viewer/dillo_viewer.c
-       * src/plugins/image_viewer/viewer.c
-       * src/plugins/mathml_viewer/mathml_viewer.c
-               new mime parser (several things need fixing)
+               textview_show_mime_part(): rewrite text hint
 
-2003-10-09 [paul]      0.9.6claws9
+2003-11-22 [paul]      0.9.6claws88
 
-       * src/imap.c
-               a little more sync with 0.9.6cvs2 and a tidy up
+       * sync with 0.9.7cvs5
+               see ChangeLog 2003-11-21
 
-2003-10-08 [paul]      0.9.6claws8
+2003-11-21 [paul]      0.9.6claws87
 
-       * sync with 0.9.6cvs2
-               see ChangeLog 2003-10-03
+       * src/mimeview.c
+               define shortcut key 'o' for 'Open with...'
 
-2003-10-05 [christoph] 0.9.6claws7
+2003-11-21 [alfons]    0.9.6claws86
 
-       * src/summaryview.c
-               don't use flags to check if a message is in a news folder
+       * src/messageview.c
+               fix bug #383 'Deleting message from "separate message view" 
+               uses local Trash folder'
 
-       (closes Bug 282 clicking on folder with copied Messages from News
-        immediately after having copied them crashes Sylpheed-Claws)
+2003-11-21 [christoph] 0.9.6claws85
 
-2003-10-05 [christoph] 0.9.6claws6
+       * src/mimeview.c
+               fix content-type guessing by name parameter when finding
+               the correct viewer
 
-       * src/Makefile.am
-       * src/progressdialog.[ch]               ** REMOVE **
-       * src/gtk/Makefile.am
-       * src/gtk/progressdialog.[ch]           ** NEW **
-               move progressdialog to gtk directory
+2003-11-21 [alfons]    0.9.6claws84
 
-2003-10-04 [christoph] 0.9.6claws5
+       * src/main.c
+               no mail incorporation allowed with --offline param.
+               fixes bug #374, "--offline ignored"
 
-       * src/prefs_toolbar.c
-       * src/gtk/prefswindow.c
-               remove widget_show_all for pages root widget
+2003-11-20 [christoph] 0.9.6claws83
 
-       * src/plugins/spamassassin/spamassassin.[ch]
-       * src/plugins/spamassassin/spamassassin_gtk.c
-       * src/plugins/spamassassin/spamassassin_gtk.glade
-               add support for new libspamc transports
+       * src/mimeinfo.c
+               use signed MimeInfo when checking the signature and not
+               the selected one
 
-2003-10-04 [christoph] 0.9.6claws4
+2003-11-19 [alfons]    0.9.6claws82
 
-       * src/plugins/spamassassin/libspamc.[ch]
-       * src/plugins/spamassassin/spamassassin.c
-       * src/plugins/spamassassin/utils.[ch]
-               update libspamc to version from SpamAssassin 2.60
+       * src/mainwindow.c
+               fix crash when toggling separate views, patch submitted
+               by Pawel Pekala <c0rn|AT|gazeta.pl>.
+               fixes bug #342, "separate views  cause crash"
 
-2003-10-03 [christoph] 0.9.6claws3
+2003-11-19 [paul]      0.9.6claws81
 
-       * src/send_message.c
-               fix missing format string bug found by
-               Georgi Guninski <guninski@guninski.com>
+       * src/compose.c
+               compose_redirect_write_headers_from_headerlist(): 
+               add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
+               
+       * src/main.c
+               code cleanup (inherited from 0.9.7cvs4)
+               
+       * tools/tb2sylpheed
+               bugfix: added missing attribute-list start. submitted by
+               Urke MMI
 
-2003-10-03 [paul]      0.9.6claws2
+2003-11-19 [luke]      0.9.6claws80
 
-       * po/zh_CN.po
-               update Simpilified Chinese translation, submitted by
-               Hansom Young
+       * src/textview.c
+               revert my last commit until I get time to fix it
 
-2003-10-02 [christoph] 0.9.6claws1
+2003-11-18 [christoph] 0.9.6claws79
 
-       * src/imap.c
-               add UIDPLUS support for COPY and EXPUNGE
+       * src/mimeview.[ch]
+               check parent MimeInfos for signatures and display the
+               result of the parent when found
 
-2003-10-02 [paul]      0.9.6claws
+       * src/pgpmime.c
+               o avoid NULL pointer warnings
+               o use procmime_mimeinfo_get_parameter()
 
-       * 0.9.6claws released
+       * src/sgpgme.c
+               small text changes
 
-2003-10-02 [paul]
+2003-11-17 [luke]      0.9.6claws78
 
-       * po/es.po
-         po/sk.po
-               update Spanish and Slovak translations
-               submitted by Ricardo Mones Lastra and Andrej Kacian
-2003-10-02 [paul]      0.9.5claws43
+        * src/textview.c
+                add check for disguised URLs, fixing bug 57
+                "Hidden URL in HTML Mails"
 
-       * po/en_GB.po
-               update British English translation
+2003-11-16 [christoph] 0.9.6claws77
 
-2003-10-02 [paul]      0.9.5claws42
+       * src/procmime.c
+               fix crash when parsing invalid Content-Type header
 
-       * po/hr.po
-               update Croatian translation, submitted by Dragan
+2003-11-16 [christoph] 0.9.6claws76
 
-2003-10-01 [paul]      0.9.5claws41
+       * src/pgpmime.c
+       * src/privacy.c
+       * src/procmime.c
+       * src/sgpgme.[ch]
+               implement message decrypting
 
-       * po/pl.po
-         po/sr.po
-               update Polish and Serbian translations, submitted by
-               Emil and Urke MMI
+       * src/rfc2015.c
+               remove old code
 
-2003-10-01 [melvin]    0.9.5claws40
+2003-11-14 [luke]      0.9.6claws75
 
-       * po/fr.po
-               Updated French translations
+        * src/mimeview.c
+                fix a couple of problems that treated application/* and
+                application/octet-stream the wrong way around
+                (since 0.9.6claws10), causing "Open" to do nothing.
 
-2003-10-01 [melvin]    0.9.5claws39
+2003-11-14 [christoph] 0.9.6claws74
 
-       * src/prefs_fonts.c
-               Fixed a Gtk warning
+       * src/messageview.c
+       * src/pgpmime.c
+       * src/privacy.[ch]
+               prepare for message part decrypting
 
-       * src/plugins/dillo_prefs.c     
-               Quasi unnoticeable UI clean-up.
+       * src/sgpgme.c
+               add output for expired signatures
 
-2003-10-01 [paul]
+       * src/rfc2015.c
+               remove some old code
 
-       * tools/README
-         tools/maildir2sylpheed.pl
-               bug fixes, rewrites, submitted by Matthias Förste 
-               <itsjustme@users.sourceforge.net>
+2003-11-10 [christoph] 0.9.6claws73
 
-2003-09-29 [paul]      0.9.5claws38
+       * src/mimeview.c
+               add "Full info" button for bad and warn signature status
 
-       * src/inc.c
-               fix my coding carelessness
+       * src/sgpgme.c
+               generate full signature info like gpg's output
+               (gpg -v --with-fingerprint --verify)
 
-2003-09-29 [paul]      0.9.5claws37
+2003-11-10 [christoph] 0.9.6claws72
 
-       * po/POTFILES.in
-         src/Makefile.am
-         src/main.c
-         src/prefs_common.[ch]
-         src/prefs_fonts.[ch]  ** NEW FILES **
-               move Font config options to Other Prefs/Display/Fonts
-               (user's current configuration is preserved)
+       * src/mimeview.c
+       * src/pgpmime.c
+       * src/privacy.[ch]
+       * src/sgpgme.[ch]
+       * src/textview.[ch]
+               o add code to view full signature info
+               o do automatic signature checks
 
-2003-09-29 [paul]      0.9.5claws36
+2003-11-10 [alfons]    0.9.6claws71
 
-       * src/inc.c
-         src/prefs_account.c
-               allow 'local_mbox' value to point to either a directory 
-               (/var/mail -  default, new) or a file (/var/mail/username
-               - original)
+       * src/summaryview.c
+               don't crash when gtkut_font_load() returns invalid font (has
+               something to do with locale settings)
+               Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
 
-2003-09-28 [paul]      0.9.5claws35
+2003-11-09 [alfons]    0.9.6claws70
 
-       * src/rfc2015.c
-               on signature check, where key exists, print the
-               Key ID
+       * src/procmime.c
+               plug leak
 
-2003-09-27 [alfons]    0.9.5claws34
+2003-11-08 [luke]      0.9.6claws69
 
-       * src/action.c
-               o make progress bar not fill/expand when resizing dialog
-               o use default fixed text font for actions output
+       * src/summaryview.c
+                fix some typos
 
-2003-09-27 [paul]      0.9.5claws33
+        * src/compose.c
+                rewrite compose_attach_parts(), fixing various bugs mainly
+               to do with re-editing.
 
-       * src/prefs_common.[ch]
-         src/procmsg.c
-         src/send_message.c
-               remove External Program settings from Common Prefs/Send
-               as they are now unnecessary due to Local account settings.
-               plus a little tidying-up after 0.9.5claws31
+        * src/mimeview.c
+                "save all" now only saves attachments with names/filenames
 
-2003-09-27 [paul]      0.9.5claws32
+2003-11-04 [match]     0.9.6claws68
 
-       * src/prefs_account.c
-               o make correction to gui text:
-                 'Local mailbox file' -> 'Local mailbox directory'
-               o give 'local_mbox' option a reasonable default value:
-                 '/var/mail'
-               o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
-                 value
+       * src/ldapctrl.[ch]
+               fix broken LDAP support.
 
-2003-09-26 [paul]      0.9.5claws31
+       * src/ldapquery.c
+               remove printf's.
+
+2003-11-04 [luke]      0.9.6claws67
+
+        * src/mimeview.c
+                o  fixed bug 4 "focus lost on messages with attachments"
+                o  fixed 'Save all' attachments for new mime changes
+                o  right clicking on icons consistent with right clicking on
+                   mime tree
+                  - fixes a bug where wrong part is saved when you
+                    choose 'Save as' from popup menu
+                  - fixes bug 308 "No way to "save all" attachments"
+                o  fixed a compiler warning.
+
+        * src/textview.c
+                o  removed flickering in mime tree when using "n" and "p"
+                   shortcuts
+                o  fixed bug where selecting the textview and pressing e.g.
+                  'y' causes sylpheed to respond twice.
 
-       * src/inc.c
-         src/prefs_common.[ch]
-               remove 'Incorporate from spool' common pref,
-               force creation of a 'Local' account
+        * src/summaryview.c
+                removed hard coding of * and ! shortcuts (which only served
+                to cause problems if you tried to redefine the shortcuts)
 
-2003-09-26 [christoph] 0.9.5claws30
+2003-11-04 [luke]      0.9.6claws66
 
-       * src/folder.c
-       * src/msgcache.c
-               add more NULL pointer checks
+        * src/plugins/image_viewer/viewer.c
+       * src/plugins/image_viewer/viewerprefs.c
+       * src/plugins/image_viewer/viewerprefs.glade
+                o  allow toggling of image scaling by clicking on image
+                o  respond to image's container widget resize
 
-2003-09-25 [christoph] 0.9.5claws29
+        * src/procmime.c
+                o  fix bad parsing of message when re-editing/viewing a
+                  message saved to the drafts folder
 
-       * src/folder.c
-               o don't fetch source message to get it's message id
-               o immediately scan dest folder when copying a message did not
-                 return a new message number and not do it when the first message
-                 without a new message number is found
+2003-11-02 [match]     0.9.6claws65
 
-2003-09-23 [christoph] 0.9.5claws28
+       * src/browseldap.h
+               fix if not building LDAP support.
+       * src/addrindex.c
+       * src/ldapquery.[ch]
+       * src/editldap.h
+               include support for contains query. feature req 529354.
 
-       * src/compose.c
-               fix generating of headers
+2003-11-02 [alfons]    0.9.6claws64
 
-       (patch by David Relson <relson@osagesoftware.com>)
+       * src/browseldap.c
+               fix build bustage if not compiling ldap support
 
-2003-09-23 [paul]      0.9.5claws27
+2003-11-01 [match]     0.9.6claws63
 
-       * po/zh_CN.po
-               update Simplified Chinese translation. submitted by
-               Hansom Young
+       * po/POTFILES.in
+       * src/Makefile.am
+       * src/addr_compl.[ch]
+       * src/addrbook.c
+       * src/addrcache.[ch]
+       * src/addrdefs.h        ** NEW **
+       * src/addressbook.c
+       * src/addressitem.h
+       * src/addrindex.[ch]
+       * src/addritem.h
+       * src/addrquery.[ch]
+       * src/ldapquery.[ch]
+       * src/ldapserver.[ch]
+               refactor LDAP query mechanism.
 
-2003-09-23 [paul]      0.9.5claws26
+       * src/browseldap.[ch]   ** NEW **
+       * src/ldaplocate.[ch]   ** NEW **
+               add feature to browse LDAP entry that was retrieved using
+               an explicit LDAP search.
 
-       * tools/Makefile.am
-         tools/README
-         tools/vcard2xml.py    ** NEW FILE **
-               add a script that converts an evolution vcard to
-               sylpheed's xml format
-               submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
+2003-11-01 [alfons]    0.9.6claws62
 
-2003-09-22 [paul]      0.9.5claws25
+       * src/prefs_gtk.c
+               prefs_write_param(): fail when we see an invalid type; all the
+               callers seem to handle this gracefully by reverting changes
 
-       * src/plugins/clamav/clamav_plugin.c
-               don't skip MULTIPART parts
+2003-10-30 [christoph] 0.9.6claws61
 
-2003-09-21 [christoph] 0.9.5claws24
+       * configure.ac
+       * ac/openssl.m4
+       * ac/spamassassin.m4
+       * src/Makefile.am
+               use extra variables for all libraries to make sure plugins
+               are only linked with libraries they really need. $LIBS is always
+               added to the linking parameters, but we only what the libraries
+               listed in the Makefile
 
-       * src/alertpanel.c
-               remove unneeded include
+2003-10-29 [paul]      0.9.6claws60
 
-       * src/folder.c
-               clean up copy/move mess with duplicated code
+       * src/mimeview.c
+               don't use Subject for unknown part name
 
-       * src/imap.c
-               fix problem that sometimes the folder was not scanned
-               also it was changed
+2003-10-29 [paul]      0.9.6claws59
 
-2003-09-21 [christoph] 0.9.5claws23
+       * src/compose.c
+               get name of attachment(s) when re-editing, fwd'ing or
+               redirecting
+               
+       * src/mimeview.c
+               get name of attachment(s) when saving
 
-       * src/Makefile.am
-       * src/logwindow.[ch]                    ** REMOVE **
-       * src/mainwindow.c
-       * src/prefs_common.c
-       * src/gtk/Makefile.am
-       * src/gtk/logwindow.[ch]                ** ADD **
-               make logwindow prefs_common independent and move
-               it to gtk directory
+2003-10-29 [hoa]       0.9.6claws58
 
-2003-09-20 [christoph] 0.9.5claws22
+       * src/textview.c
+               implemented multipart/alternative in MIME message viewer.
 
-       * src/compose.c
-               add extra space for address code conversion
-               (4 * unconvered size could be too small for short headers)
+2003-10-28 [christoph] 0.9.6claws57
 
-2003-09-20 [christoph] 0.9.5claws21
+       * configure.ac
+               make sure MathML-Viewer is not built with the
+               Gtk2 version of GtkMathView
 
-       * src/compose.c
-               increase temp buffer size when writing headers
+2003-10-28 [paul]      0.9.6claws56
 
-2003-09-19 [darko]     0.9.5claws20
+       * sync with 0.9.7cvs1
+               see ChangeLog 2003-10-28
 
-       * src/compose.c
-               don't ignore value of 'Save copy of outgoing messages to
-               this folder instead of Sent' in message redirect
+2003-10-27 [alfons]    0.9.6claws55
 
-2003-09-17 [christoph] 0.9.5claws19
+       * src/matcher_parser_parse.y
+       * src/gtk/colorlabel.c
+               allow setting color label to 0 in filtering/processing rules
+               (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
 
-       * src/compose.c
-               use ", " as address seperator for mail headers and pass whole
-               header line at once to compose_convert_header to make sure
-               it is correctly folded
+2003-10-26 [alfons]    0.9.6claws54
 
-       (closes Bug 64 Problem when sending to many recipients)
+       * src/summary_search.c
+               fix misnomer and correct selecting initial search node  
 
-2003-09-17 [hoa]       0.9.5claws18
-       
-       * src/matcher.[ch]
-         src/matcher_parser_parse.y
-         src/prefs_matcher.c
-               changed the keyword used for command execution in condition
-               keyword is changed from "execute" to "test"
-               so that it is not the same as the one used for action.
-               This will fix a bug when using filtering dialog.
-               All semantic in the code is also changed to reflect
-               the keyword change.
+2003-10-26 [christoph] 0.9.6claws53
 
-2003-09-17 [paul]
-       
-       * sync with 0.9.6 release
+       * src/pgpmime.c
+       * src/sgpgme.c
+               change display of signature info to use only name of
+               signer, otherwise the text gets too long.
 
-2003-09-17 [paul]      0.9.5claws17
+       * src/procmime.c
+               don't use MimeInfo's filename to generate tmp filename
 
-       * sync with 0.9.5cvs8
-               see ChangeLog 2003-09-16 and 2003-09-17
+2003-10-25 [christoph] 0.9.6claws52
 
-2003-09-16 [paul]      0.9.5claws16
+       * src/procmime.c
+               fix message body searching
 
-       * sync with 0.9.5cvs6
-               see ChangeLog 2003-09-16
+2003-10-25 [paul]      0.9.6claws51
 
-2003-09-15 [paul]      0.9.5claws15
+       * src/compose.c
+               use g_basename rather than basename
 
-       * sync with 0.9.5cvs5
-               see ChangeLog 2003-09-15
+2003-10-24 [christoph] 0.9.6claws50
 
-2003-09-14 [alfons]    0.9.5claws14
+       * src/sgpgme.c
+               change fetching of signature key's trust
 
-       * src/inc.c
-               make "Go to inbox after receiving new mail" again;
-               regression of a sync, restored to sylpheed main 
-               behaviour. (misses still some bits)
+2003-10-24 [paul]      0.9.6claws49
 
-2003-09-14 [alfons]    0.9.5claws13
+       * po/sk.po
+               update Slovak translation
+               submitted by Andrej Kacian
+               
+       * src/mainwindow.c
+               remove unknown menu entry /File/Add mailbox/mbox...
 
-       * src/prefs_filtering_action.c
-               o add proper message if empty execute command line
-               o don't select first action item after registering a
-                 new action to prevent (what seems to be a GTK) bug
-                 #36, "filtering will only accept one action change 
-                 per invocation".
+2003-10-24 [hoa]       0.9.6claws48
 
-2003-09-14 [alfons]    0.9.5claws12
+       * src/Makefile.am
+               removed all references to mbox folders
+
+       * src/carray.[ch]               * REMOVED *
+       * src/chash.[ch]                * REMOVED *
+       * src/maillock.[ch]             * REMOVED *
+       * src/mailmbox.[ch]             * REMOVED *
+       * src/mailmbox_folder.[ch]      * REMOVED *
+       * src/mailmbox_parse.[ch]       * REMOVED *
+       * src/mailmbox_types.[ch]       * REMOVED *
+       * src/mbox_folder.[ch]          * REMOVED *
+               remove implementation of mbox folders
+               and old mailbox folder.
+               mbox folder implementation will be added
+               as a plugin so that implementation can be entirely
+               synchronized with the files of the project they are
+               extracted from (libEtPan!).
+       
+       * src/mainwindow.c
+       * src/folder.c
+       * src/folderview.[ch]
+       * src/procmsg.h         
+               Disable as much code that references mbox folders
+               as possible.
+               Some UI thing still need to know that folder is mbox
+               (when we have to enter the name of the mailbox and
+               we want to add /var/mail/$USER).
 
-       * src/prefs_filtering.c
-       * src/prefs_filtering_action.c
-       * src/prefs_matcher.c
-               fix function signature for key_pressed_event signal handlers
+2003-10-23 [christoph] 0.9.6claws47
 
-2003-09-14 [alfons]    0.9.5claws11
+       * src/noticeview.c
+               don't always display button when noticeview is made visible
 
-       * src/mainwindow.c
-               fix regression caused by fix for invalid bug #7
-               (should fix #246, "Multiple selections are deselected when 
-               moving from search window to main window")
-               
-2003-09-14 [alfons]    0.9.5claws10
-       
-       * src/actions.[ch]
-       * src/filtering.[ch]
-       * src/prefs_actions.c
-               allow `filtering actions` in actions; only for advanced users
-               right now: try for example, "%as{mark color 2}" 
-       
-2003-09-13 [paul]      0.9.5claws9
+       * src/mimeview.c
+       * src/pgpmime.c
+       * src/privacy.[ch]
+       * src/sgpgme.[ch]
+               get signature information from crypto system
+
+2003-10-22 [paul]      0.9.6claws46
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2003-10-22 [paul]      0.9.6claws45
+
+       * src/Makefile.am
+               update to reflect the changes to the icons that
+               happened in 0.9.6claws35
+
+2003-10-22 [alfons]    0.9.6claws44
        
-       * po/pl.po
-         po/zh_CN.po   ** NEW FILE **
-               update Polish translation, submitted by Emil 
-               <eminowbl@posejdon.wpk.p.lodz.pl>
-               add new Simplified Chinese translation, submitted by
-               Hansom Young <hansom_young@yahoo.com>
+       * src/carray.h
+               inline carray_count() 
 
-2003-09-12 [alfons]    0.9.5claws8
+2003-10-21 [alfons]    0.9.6claws43
 
-       * src/summaryview.c
-               don't open separate message views when View | Separate message view
-               is active 
-               (please look carefully for any navigation regressions)
+       * src/carray.h
+               glib wrappers
+       * src/carray.c
+               disable
+       * src/mailmbox.[ch]
+       * src/mailmbox_folder.c
+       * src/mailmbox_parse.c
+       * src/mailmbox_types.[ch]
+               %s/uint32_t/guint
 
-2003-09-11 [alfons]    0.9.5claws7
+2003-10-21 [luke]      0.9.6claws42
 
-       * src/mainwindow.c
-               make default message view, opened by View | Separate message 
-               view, look like a claws message view (which includes a menu
-               bar and a toolbar)
-               (fixes bug #298, "message view loses tool bar") 
+       * src/stock_pixmaps.[ch]
+        * src/mimeview.c
+        * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
+        * src/pixmaps/messageview_text.xpm                      ** REMOVE **
+                o remove mime_application_octet_stream.xpm icon (it was never
+                  really needed)
+                o remove redundant icon messageview_text.xpm
 
-2003-09-11 [christoph] 0.9.5claws6
+        * src/mainwindow.c
+                fix visibility of signature noticeview when toggling 'separate
+                message view'
 
-       * src/folderview.c
-               fix double deleting of newsgroup folders
+2003-10-21 [christoph] 0.9.6claws41
 
-       (closes Bug 305 crash after deleting of a newsgroup)
+       * src/procmime.c
+               decode multipart and rfc822 mime parts to allow further
+               parsing when required
 
-2003-09-11 [paul]      0.9.5claws5
+2003-10-21 [christoph] 0.9.6claws40
 
-       * src/rfc2015.c
-         src/common/utils.h
-               more sync'ing from 0.9.5cvs2
+       * src/procmime.[ch]
+       * src/textview.c
+               remove obsolete charset parameter in MimeInfo and fix
+               TextView to use the charset from the parameter hash table
 
-2003-09-11 [christoph] 0.9.5claws4
+       * src/plugins/dillo_viewer/Makefile.am
+       * src/plugins/trayicon/Makefile.am
+               add OPENSSL_CFLAGS to fix building with using
+               --with-openssl-* parameters
 
-       * src/compose.c
-       * src/rfc2015.c
-       * src/common/utils.h
-               fix sync with 0.9.5cvs2
+2003-10-21 [paul]      0.9.6claws39
 
-2003-09-11 [paul]      0.9.5claws3
+       * src/prefs_matcher.[ch]
+               replace remnants of the old, renamed 'Execute' matchtype
+               add a brief description to the Info window
 
-       * sync with 0.9.5cvs4
-               see ChangeLog 2003-09-11
+2003-10-21 [hoa]       0.9.6claws38
+       
+       * src/Makefile.am
+       * src/carray.[ch]               * NEW *
+       * src/chash.[ch]                * NEW *
+       * src/folder.c
+       * src/maillock.[ch]             * NEW *
+       * src/mailmbox.[ch]             * NEW *
+       * src/mailmbox_folder.[ch]      * NEW *
+       * src/mailmbox_parse.[ch]       * NEW *
+       * src/mailmbox_types.[ch]       * NEW *
+               implementation of mbox folder with unique message numbers
 
-2003-09-11 [paul]      0.9.5claws2
+               made use of libEtPan! implementation of mbox for lower-layer.
 
-       * sync with 0.9.5cvs2
-               see ChangeLog 2003-09-05
-               
-2003-09-11 [paul]      0.9.5claws1
+2003-10-20 [alfons]    0.9.6claws37
 
-       * sync with 0.9.5cvs3
-               see ChangeLog 2003-09-10
+       * src/noticeview.c
+               fix invalid argument warning
+       * src/pgpmime.c
+               no in place variable
 
-2003-09-10 [paul]      0.9.5claws
+2003-10-20 [paul]      0.9.6claws36
 
-       * 0.9.5claws released
+       * src/compose.[ch]
+         src/filtering.c
+         src/messageview.c
+               fix crash when using Forward in Filtering when
+               external editor option is set
+               
+               Patch submitted by Simon 'corecode' Schubert
+               <corecode@corecode.ath.cx> 
 
-2003-09-10 [paul]      0.9.4claws78
+2003-10-20 [paul]      0.9.6claws35
 
-       * src/Makefile.am
-               add missing files
+       * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
+         src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
+         src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
+         src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
+         src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
+         src/pixmaps/privacy_expired.xpm       ** NEW FILE **
+         src/pixmaps/privacy_failed.xpm        ** NEW FILE **
+         src/pixmaps/privacy_passed.xpm        ** NEW FILE **
+         src/pixmaps/privacy_signed.xpm        ** NEW FILE **
+         src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
+         src/pixmaps/privacy_warn.xpm          ** NEW FILE **
+         src/mimeview.c
+         src/stock_pixmap.[ch]
+               replace mime_gpg_*.xpm icons with new privacy_*.xpm
+               icons. add privacy_warn.xpm icon
 
-2003-09-10 [melvin]    0.9.4claws77
+2003-10-20 [hoa]  0.9.6claws34
 
-       * po/fr.po
-               Updated French translations
+       * src/folder_item_prefs.[ch]
+       * src/prefs_folder_item.c
+       * src/main.c
+               Added a property per folder to choose whether we 
+               want to apply processing on it on startup or if we
+               prefer to wait the folder selection to apply it.
+       
+       * src/messageview.c
+               fixed C89 compatibility (for old compilers, for
+               example gcc 2.95.x).
 
-2003-09-10 [paul]      0.9.4claws76
+2003-10-17 [christoph]  0.9.6claws33
 
-       * po/es.po
-         po/sk.po
-         po/sr.po
-               update Spanish, Slovak, and Serbian translations.
-               submitted by Ricardo Mones Lastra, Andrej Kacian,
-               and Urke MMI
-               
-       * AUTHORS
-               add translation team section
+       * src/mimeview.c
+       * src/noticeview.[ch]
+               change noticeview icon to indicate signature status
 
-2003-09-09 [christoph] 0.9.4claws75
+2003-10-17 [christoph]  0.9.6claws32
 
-       * src/folder.c
-               free item->prefs in folder_item_destroy
+       * src/Makefile.am
+       * src/main.c
+       * src/mimeview.c
+       * src/noticeview.c
+       * src/pgpmime.[ch]                              ** NEW **
+       * src/privacy.[ch]
+       * src/rfc2015.c
+       * src/sgpgme.c                                  ** NEW **
+               reimplement PGP/Mime signature checking (unfinished)
 
-2003-09-09 [alfons]    0.9.4claws74
+2003-10-15 [christoph]  0.9.6claws31
 
-       * src/folderview.c
-               o proper check for root node sorting
-               o remove unnecessary gtk_ctree_remove_node 
+       * src/procmime.[ch]
+               fix procmime_get_text_content() and
+               procmime_get_first_text_content()
 
-       (should fix bug #300, "crash while moving folder")      
+2003-10-15 [christoph] 0.9.6claws30
 
-2003-09-08 [christoph] 0.9.4claws73
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/spamassassin/spamassassin_gtk.glade
+               fix timeout tooltip
 
-       * src/folderview.c
-               o fix double adding of IMAP FolderItems to GtkCTree
-               o fix crash then mbox folder is removed
+2003-10-15 [paul]      0.9.6claws29
 
-2003-09-08 [christoph] 0.9.4claws72
+       * src/messageview.c
+               workaround for buggy smtp servers. on sending a
+               return receipt strip the name part from the address
+               when creating headers
+               
+2003-10-15 [paul]      0.9.6claws28
 
-       * src/folder.c
-       * src/folderview.c
-       * src/mainwindow.c
-               fix new folder notification
+       * sync with 0.9.7 release
+               see ChangeLog 2003-10-15
 
-       * src/mbox_folder.c
-               fix cache path
+2003-10-14 [christoph] 0.9.6claws27
 
-2003-09-08 [christoph] 0.9.4claws71
+       * src/plugins/clamav/clamav_plugin.c
+               fix clamav plugin
+
+2003-10-14 [christoph] 0.9.6claws26
 
        * src/compose.c
-               replace '\n' and '\r' before removing trailing spaces
+       * src/mimeview.c
+       * src/procmime.[ch]
+       * src/rfc2015.c
+       * src/textview.c
+       * src/plugins/clamav/clamav_plugin.c
+               use GNode to create the mime tree (some changes to functions
+               that traverse the tree are just quick and dirty. Maybe we
+               can find better solutions with g_node_*-functions)
 
-       * src/folder.[ch]
-       * src/folderview.c
-               add information about new or removed items in folder tree change
-               notification and use this in folderview to add and remove only
-               the appected items and not refresh the whole tree
+2003-10-14 [luke]      0.9.6claws25
 
-2003-09-07 [match]     0.9.4claws70
+       * src/mimeview.c
+               fix a navigation bug (stupid typo of mine)
 
-       * src/Makefile.am
-       * src/addr_compl.c
-       * src/addressbook.c
-       * src/addressitem.h
-       * src/addrindex.c
-       * src/addritem.c
-       * src/addritem.h
-       * src/addrquery.c                       ** NEW **
-       * src/addrquery.h
-       * src/ldapquery.c
-       * src/ldapserver.c
-       * src/stock_pixmap.c
-       * src/stock_pixmap.h
-       * src/pixmaps/address_search.xpm        ** NEW **
-               re-introduce Lookup button for LDAP 'static' searches.
+2003-10-14 [christoph] 0.9.6claws24
+
+       * src/textview.c
+               fix missing last line in plain/text mails
+
+2003-10-13 [luke]      0.9.6claws23
 
-2003-09-07 [alfons]    0.9.4claws69
-       
        * src/summaryview.c
-               abandon setting usize for messageview because it gives layout problems
-               with the quick search bar and the headerview; fixes assorted UI glitches:
-               
-               o bug #148, "Toggling of quick-search bar reduces index view area" 
-               o bug #280, "Window resiizes for line length but does not revert"
+               fix bug 334 (part 1)
 
-2003-09-07 [christoph] 0.9.4claws68
+2003-10-13 [kov]       0.9.6claws22
+
+       * src/mimeview.c
+               error checking when the user enters a non-directory at
+               the file selection dialog.
+               work-around for users entering directory location without
+               adding a leading G_DIR_SEPARATOR.
+
+2003-10-13 [luke]      0.9.6claws21
 
        * src/compose.c
-               o make sure we don't have any newlines in header values
-               o check custom headers for spaces and newlines and ignore
-                 malformed header names
+               error reporting for inserting files, including catching
+               invalid characters for current locale/encoding
 
-2003-09-06 [christoph] 0.9.4claws67
+2003-10-13 [paul]      0.9.6claws20
 
-       * src/folder.c
        * src/folderview.c
-               invoke notification hook for folder tree changes after append
-               and remove folder
+               fix bug #347 'subscribe newsgroups crashes'
 
-       (closes Bug 294 Crash while moving folder with many subdirectories)
+2003-10-13 [paul]      0.9.6claws19
 
-2003-09-06 [christoph] 0.9.4claws66
+       * src/compose.c
+               when using 'Reply to all' include the 'send replies
+               to' folder property
+               
+       * po/ja.po
+               update Japanese translation. submitted by Rui Hirokawa 
+               <rui_hirokawa@ybb.ne.jp>        
 
-       * src/folder.c
-               destroy folder's MsgCache if FolderItem is removed to make sure
-               it is not saved when the FolderItem is destroyed
+2003-10-13 [hoa]       0.9.6claws18
 
-2003-09-06 [christoph] 0.9.4claws65
+       * src/account.c
+       * src/compose.c
+       * src/messageview.c
+       * src/procheader.c
+       * src/procheader.h
+               rename get_header_from_msginfo() into
+               procheader_get_header_from_msginfo() so that we have a
+               coherent exported naming.
+               avoid parsing of header contained in a string via
+               a newly written temporary file.
 
-       * src/plugins/clamav/clamav_plugin.c
-               fix copy & paste bug
+       Patch submitted by Simon 'corecode' Schubert
+               <corecode@corecode.ath.cx>
 
-2003-09-05 [christoph] 0.9.4claws64
+2003-10-12 [hoa]       0.9.6claws17
 
-       * src/folder.c
-       * src/messageview.[ch]
-       * src/procmsg.[ch]
-       * src/summaryview.c
-               extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
-               by MessageView to clear it when the message is deleted. Should
-               work even if messages are deleted in MainWindow or by
-               processing.
+       * src/filtering.c
+       * src/filtering.h
+       * src/matcher.c
+       * src/matcher.h
+       * src/matcher_parser_parse.y
+       * src/prefs_filtering_action.c
+               added "stop" action : stop applying the filtering rules.
+               added "set score" and "increase/decrease score" actions.
+               That two last action replace the "change_score" action
+               introduced by alfons in 0.8.8claws85.
+               "set score" is to set a given score to the message.
+               "increase/decrease score" will increase or decrease the
+               score if the given value is respectively positive or
+               negative. If someone find a some better name for this last
+               rule, it can be modified.
 
-2003-09-05 [alfons]    0.9.4claws63
+2003-10-12 [paul]      0.9.6claws16
 
-       * src/messageview.c
-               deleting a message in a message view frees its msginfo, make 
-               messageview_update_all() aware of that (should fix bug #293,
-               "deleting message caused crash")
+       * AUTHORS
+         po/ja.po
+               update Japanese translation. submitted by Rui Hirokawa 
+               <rui_hirokawa@ybb.ne.jp>
 
-2003-09-05 [melvin]    0.9.4claws62
+2003-10-12 [christoph] 0.9.6claws15
 
-       * src/action.c
-               Improve synchronous action exit code (fixes 
-               a ~5 seconds delay after action exit on RedHat 9)
+       * src/procmime.c
+               fix crash caused by incorrect headers
 
-2003-09-04 [christoph] 0.9.4claws61
+2003-10-10 [christoph] 0.9.6claws14
 
-       * src/compose.c
-       * src/rfc2015.c
-       * src/common/utils.[ch]
-               add util function to create mime boundary and use it
-               in compose and gpg code
+       * src/main.c
+       * src/privacy.[ch]
+       * src/rfc2015.[ch]
+               implement detection of signed message parts for rfc2015
 
-2003-09-04 [alfons]    0.9.4claws60
+2003-10-10 [thorsten]  0.9.6claws13
 
-       * src/folder.c
-               source folder item's GNode should already have been freed in 
-               a previous call to src->folder->klass->remove_folder()
-               (should fix bug #287, "crash when moving folders")
+       * src/mimeview.c
+               fix typo
 
-2003-09-03 [thorsten]  0.9.4claws59
+2003-10-10 [christoph] 0.9.6claws12
 
-       * src/plugins/spamassassin/spamassassin_gtk.c
-               fix compile error
+       * src/stock_pixmap.[ch]
+       * src/pixmaps/mime_message.xpm                  ** NEW **
+               add a new icon for mime type "message"
 
-2003-09-03 [christoph] 0.9.4claws58
+       * src/privacy.[ch]
+       * src/procmime.[ch]
+               add crypto api
 
-       * src/plugins/spamassassin/spamassassin.[ch]
-       * src/plugins/spamassassin/spamassassin_gtk.c
-               add timeout config option
+       * src/mimeview.c
+               o use crypto api
+               o add icons for message type mime parts
 
-2003-09-03 [paul]      0.9.4claws57
+2003-10-10 [christoph] 0.9.6claws11
 
-       * po/sk.po      ** NEW FILE **
-               add Slovak translation. Submitted by Andrej Kacian 
-               <andrej@kacian.sk>
+       * src/mainwindow.c
+       * src/messageview.[ch]
+       * src/mimeview.[ch]
+       * src/procmime.[ch]
+       * src/procmsg.[ch]
+       * src/rfc2015.c
+       * src/summaryview.c
+       * src/textview.[ch]
+               o remove switching between TextView and MimeView in MessageView
+                 (if required we can hide the icon box and the MimeView will
+                  look exaxtly like the TextView)
+               o temporary remove signature and decrypting GPGME code
 
-2003-09-03 [paul]      0.9.4claws56
+2003-10-09 [christoph] 0.9.6claws10
 
-       * src/plugins/clamav/clamav_plugin_gtk.c
-               gui tweaks: replace a label with a tooltip, modify the
-               text, use gtk_check_button_new(); instead of
-               gtk_check_button_new_with_label("");
+       * src/action.c
+       * src/compose.c
+       * src/messageview.c
+       * src/mimeview.c
+       * src/procmime.[ch]
+       * src/procmsg.c
+       * src/rfc2015.c
+       * src/textview.c
+       * src/common/utils.[ch]
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/image_viewer/viewer.c
+       * src/plugins/mathml_viewer/mathml_viewer.c
+               new mime parser (several things need fixing)
 
-2003-09-02 [alfons]    0.9.4claws55
+2003-10-09 [paul]      0.9.6claws9
 
-       * src/gtk/filesel.c
-               remember last used dir when attaching multiple files (should fix
-               bug #290, "Attach File does not remember directory")
+       * src/imap.c
+               a little more sync with 0.9.6cvs2 and a tidy up
 
-2003-09-01 [paul]      0.9.4claws54
+2003-10-08 [paul]      0.9.6claws8
 
-       * po/es.po
-               updated by Ricardo Mones Lastra
+       * sync with 0.9.6cvs2
+               see ChangeLog 2003-10-03
 
-2003-09-01 [alfons]    0.9.4claws53
+2003-10-05 [christoph] 0.9.6claws7
 
-       * src/gtk/gtkaspell.[ch]
-               be pedantic and strict and use const gchar * instead of guchar *
+       * src/summaryview.c
+               don't use flags to check if a message is in a news folder
 
-2003-09-01 [alfons]    0.9.4claws52
+       (closes Bug 282 clicking on folder with copied Messages from News
+        immediately after having copied them crashes Sylpheed-Claws)
 
-       * src/mainwindow.c
-       * src/summaryviewc.
-               re-enable Save As when multiple messages are selected
+2003-10-05 [christoph] 0.9.6claws6
 
-2003-09-01 [paul]      0.9.4claws51
+       * src/Makefile.am
+       * src/progressdialog.[ch]               ** REMOVE **
+       * src/gtk/Makefile.am
+       * src/gtk/progressdialog.[ch]           ** NEW **
+               move progressdialog to gtk directory
 
-       * src/textview.c
-               g_free(trimmed_uri);
+2003-10-04 [christoph] 0.9.6claws5
 
-2003-09-01 [paul]      0.9.4claws50
+       * src/prefs_toolbar.c
+       * src/gtk/prefswindow.c
+               remove widget_show_all for pages root widget
 
-       * sync with 0.9.4cvs13
-               see ChangeLog 2003-09-01
+       * src/plugins/spamassassin/spamassassin.[ch]
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/spamassassin/spamassassin_gtk.glade
+               add support for new libspamc transports
 
-2003-09-01 [paul]      0.9.4claws49
+2003-10-04 [christoph] 0.9.6claws4
 
-       * src/textview.c
-               trim uri before sending to the statusbar
-               fixes Bug 275 'Clicking on long URL wrapped onto two lines
-               in the message window causes main S-C window to enlarge 
-               past screen edges'
+       * src/plugins/spamassassin/libspamc.[ch]
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/utils.[ch]
+               update libspamc to version from SpamAssassin 2.60
 
-2003-09-01 [paul]      0.9.4claws48
+2003-10-03 [christoph] 0.9.6claws3
 
-       * sync with 0.9.4cvs12
-               see ChangeLog 2003-09-01
+       * src/send_message.c
+               fix missing format string bug found by
+               Georgi Guninski <guninski@guninski.com>
 
-2003-08-30 [christoph] 0.9.4claws47
+2003-10-03 [paul]      0.9.6claws2
 
-       * src/compose.c
-       * src/folder_item_prefs.[ch]
-       * src/prefs_folder_item.c
-       * src/gtk/gtkaspell.[ch]
-               commit per folder dictionary patch by
-               Paul Evans <nerd@freeuk.com>
+       * po/zh_CN.po
+               update Simpilified Chinese translation, submitted by
+               Hansom Young
 
-2003-08-30 [christoph] 0.9.4claws46
+2003-10-02 [christoph] 0.9.6claws1
 
-       * src/plugins/spamassassin/spamassassin_gtk.c
-       * src/plugins/spamassassin/spamassassin_gtk.glade
-               reduce GUI clutter by placing hints into tooltips
+       * src/imap.c
+               add UIDPLUS support for COPY and EXPUNGE
 
-2003-08-30 [paul]      0.9.4claws45
+2003-10-02 [paul]      0.9.6claws
 
-       * src/compose.c
-               add 'Content-Disposition: inline' to a text/plain
-               part when using PGP/MIME signing
+       * 0.9.6claws released
 
-2003-08-30 [paul]      0.9.4claws44
+2003-10-02 [paul]
 
-       * src/prefs_common.c
-         src/prefs_spelling.c
-         src/prefs_spelling.glade
-               reduce GUI clutter by placing hints into tooltips
+       * po/es.po
+         po/sk.po
+               update Spanish and Slovak translations
+               submitted by Ricardo Mones Lastra and Andrej Kacian
+2003-10-02 [paul]      0.9.5claws43
 
-2003-08-29 [christoph] 0.9.4claws43
+       * po/en_GB.po
+               update British English translation
 
-       * configure.ac
-               fix bug found by Ivan Rayner <ivanr@sgi.com>
+2003-10-02 [paul]      0.9.5claws42
 
-       * src/stock_pixmap.c
-               change unecessary warning into a debug message
+       * po/hr.po
+               update Croatian translation, submitted by Dragan
 
-       * src/plugins/clamav/Makefile.am
-               Fix error "-I$(CLAMAV_LIBS)"
+2003-10-01 [paul]      0.9.5claws41
 
-2003-08-29 [christoph] 0.9.4claws42
+       * po/pl.po
+         po/sr.po
+               update Polish and Serbian translations, submitted by
+               Emil and Urke MMI
 
-       * intl/Makefile.in
-       * src/Makefile.am
-       * src/matcher.h
-       * src/common/Makefile.am
-       * src/common/passcrypt.c
-               commit fixes and patches for some of the IRIX problems found by
-               Ivan Rayner <ivanr@sgi.com>
+2003-10-01 [melvin]    0.9.5claws40
 
-2003-08-29 [paul]      0.9.4claws41
+       * po/fr.po
+               Updated French translations
 
-       * src/prefs_filtering.c
-               add 'Top' and 'Bottom' buttons, based on changes in
-               src/prefs_filter.c in 0.9.4cvs11.
+2003-10-01 [melvin]    0.9.5claws39
 
-2003-08-27 [christoph] 0.9.4claws40
+       * src/prefs_fonts.c
+               Fixed a Gtk warning
 
-       * src/folderview.c
-               fix bug that the current summary settings were copied to the
-               wrong folder item, when the folder item prefs are opened.
-               Copying is not required because summary settings and
-               folder_item_prefs do not contain the same settings
+       * src/plugins/dillo_prefs.c     
+               Quasi unnoticeable UI clean-up.
 
-2003-08-27 [thorsten]  0.9.4claws39
+2003-10-01 [paul]
 
-       * src/imap.c
-               fix compile error
+       * tools/README
+         tools/maildir2sylpheed.pl
+               bug fixes, rewrites, submitted by Matthias Förste 
+               <itsjustme@users.sourceforge.net>
 
-2003-08-26 [paul]      0.9.4claws38
+2003-09-29 [paul]      0.9.5claws38
 
-       * sync with 0.9.4cvs9
-               see ChangeLog 2003-08-26
+       * src/inc.c
+               fix my coding carelessness
 
-2003-08-25 [paul]      0.9.4claws37
+2003-09-29 [paul]      0.9.5claws37
 
-       * sync with 0.9.4cvs8
-               see ChangeLog 2003-08-25
+       * po/POTFILES.in
+         src/Makefile.am
+         src/main.c
+         src/prefs_common.[ch]
+         src/prefs_fonts.[ch]  ** NEW FILES **
+               move Font config options to Other Prefs/Display/Fonts
+               (user's current configuration is preserved)
 
-2003-08-24 [christoph] 0.9.4claws36
+2003-09-29 [paul]      0.9.5claws36
 
-       * src/prefs_filtering.c
-               shouldn't remove items from a GSList while iterating over the
-               list (makes cur invalid and cur->next not accessable)
+       * src/inc.c
+         src/prefs_account.c
+               allow 'local_mbox' value to point to either a directory 
+               (/var/mail -  default, new) or a file (/var/mail/username
+               - original)
 
-       (closes Bug 272 i deleted an folder and some seconds later sylpheed
-        crashed)
+2003-09-28 [paul]      0.9.5claws35
 
-2003-08-23 [christoph] 0.9.4claws35
+       * src/rfc2015.c
+               on signature check, where key exists, print the
+               Key ID
 
-       * src/news.c
-               news folders should be scanned when opened
+2003-09-27 [alfons]    0.9.5claws34
 
-2003-08-22 [christoph] 0.9.4claws34
+       * src/action.c
+               o make progress bar not fill/expand when resizing dialog
+               o use default fixed text font for actions output
 
-       * src/prefs_folder_item.c
-               use macro to assign strings that always frees the old string
+2003-09-27 [paul]      0.9.5claws33
 
-       * src/gtk/gtkaspell.[ch]
-               add gtkaspell_set_dictionary_menu_active_item() to set active
-               item in dictionary option menu
+       * src/prefs_common.[ch]
+         src/procmsg.c
+         src/send_message.c
+               remove External Program settings from Common Prefs/Send
+               as they are now unnecessary due to Local account settings.
+               plus a little tidying-up after 0.9.5claws31
 
-       * src/prefs_spelling.c
-               use gtkaspell_set_dictionary_menu_active_item() to select
-               dictionary
+2003-09-27 [paul]      0.9.5claws32
 
-2003-08-21 [christoph] 0.9.4claws33
+       * src/prefs_account.c
+               o make correction to gui text:
+                 'Local mailbox file' -> 'Local mailbox directory'
+               o give 'local_mbox' option a reasonable default value:
+                 '/var/mail'
+               o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
+                 value
 
-       * src/folder.[ch]
-       * src/imap.c
-       * src/mbox_folder.c
-       * src/mh.c
-       * src/news.c
-               optimize folder system
+2003-09-26 [paul]      0.9.5claws31
 
-       * src/gtk/gtkstext.c
-               fix division by zero when font has 0 width for ' '
+       * src/inc.c
+         src/prefs_common.[ch]
+               remove 'Incorporate from spool' common pref,
+               force creation of a 'Local' account
 
-2003-08-21 [paul]      0.9.4claws32
+2003-09-26 [christoph] 0.9.5claws30
 
-       * sync with 0.9.4cvs7
-               see ChangeLog 2003-08-20
+       * src/folder.c
+       * src/msgcache.c
+               add more NULL pointer checks
 
-2003-08-19 [paul]      0.9.4claws31
+2003-09-25 [christoph] 0.9.5claws29
 
-       * src/common/defs.h
-               add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
-               SYLDOC_FAQ_HTML_INDEX.
-       * src/manual.c
-               use LC_MESSAGES instead of LC_ALL to find the current
-               language
+       * src/folder.c
+               o don't fetch source message to get it's message id
+               o immediately scan dest folder when copying a message did not
+                 return a new message number and not do it when the first message
+                 without a new message number is found
 
-         fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
+2003-09-23 [christoph] 0.9.5claws28
 
-2003-08-19 [paul]      0.9.4claws30
+       * src/compose.c
+               fix generating of headers
 
-       * po/bg.po
-               updated by George Danchev
+       (patch by David Relson <relson@osagesoftware.com>)
 
-2003-08-18 [luke]      0.9.4claws29
-       * src/mimeview.[ch]
-       * src/gtk/gtkvscrollbutton.[ch]
-               o removed gtk_vscrollbutton_reset() (reasons: reduce 
-                 dependencies; do it the GTK way; reduce code -14/+2 lines)
-               o removed horizontal separator between icons
+2003-09-23 [paul]      0.9.5claws27
 
-2003-08-17 [christoph] 0.9.4claws28
+       * po/zh_CN.po
+               update Simplified Chinese translation. submitted by
+               Hansom Young
 
-       * src/procmsg.c
-               no subject threading when the subject has no reply prefix
+2003-09-23 [paul]      0.9.5claws26
 
-2003-08-16 [christoph] 0.9.4claws27
+       * tools/Makefile.am
+         tools/README
+         tools/vcard2xml.py    ** NEW FILE **
+               add a script that converts an evolution vcard to
+               sylpheed's xml format
+               submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
 
-       * src/mainwindow.c
-               remember and restore window sizes and position when the main
-               window is hidden or shown
+2003-09-22 [paul]      0.9.5claws25
 
-       (closes Bug 274 Window size in 0.9.4claws18 not remembered when
-        minimised/reopened using trayicon)
+       * src/plugins/clamav/clamav_plugin.c
+               don't skip MULTIPART parts
 
-2003-08-16 [paul]      0.9.4claws26
+2003-09-21 [christoph] 0.9.5claws24
 
-       * src/crash.c
-               add #include "defs.h"
+       * src/alertpanel.c
+               remove unneeded include
 
-2003-08-16 [paul]      0.9.4claws25
+       * src/folder.c
+               clean up copy/move mess with duplicated code
 
-       * src/plugins/clamav/clamav_plugin.c
-               reword a debug_print
-               
-       * src/plugins/dillo_viewer/dillo_prefs.c
-               cosmetic: change the labels' text, add tooltips, and
-               left-align the hint
+       * src/imap.c
+               fix problem that sometimes the folder was not scanned
+               also it was changed
 
-2003-08-15 [christoph] 0.9.4claws24
+2003-09-21 [christoph] 0.9.5claws23
 
-       * src/news.c
-               complete last change (forgot some changes)
+       * src/Makefile.am
+       * src/logwindow.[ch]                    ** REMOVE **
+       * src/mainwindow.c
+       * src/prefs_common.c
+       * src/gtk/Makefile.am
+       * src/gtk/logwindow.[ch]                ** ADD **
+               make logwindow prefs_common independent and move
+               it to gtk directory
 
-2003-08-15 [christoph] 0.9.4claws23
+2003-09-20 [christoph] 0.9.5claws22
 
-       * src/news.c
-               o check number of messages and don't return a 0 message
-                 when no messages are available
-               o don't parse xref header anymore
+       * src/compose.c
+               add extra space for address code conversion
+               (4 * unconvered size could be too small for short headers)
 
-       (closes Bug 203 I'm not getting any news)
+2003-09-20 [christoph] 0.9.5claws21
 
-2003-08-15 [paul]      0.9.4claws22
+       * src/compose.c
+               increase temp buffer size when writing headers
 
-       * src/common/defs.h
-         src/crash.c
-               update and define claws bugzilla location
+2003-09-19 [darko]     0.9.5claws20
 
-2003-08-15 [paul]      0.9.4claws21
+       * src/compose.c
+               don't ignore value of 'Save copy of outgoing messages to
+               this folder instead of Sent' in message redirect
 
-       * po/ru.po
-               update submitted by Ruslan N. Balkin
+2003-09-17 [christoph] 0.9.5claws19
 
-2003-08-14 [christoph] 0.9.4claws20
+       * src/compose.c
+               use ", " as address seperator for mail headers and pass whole
+               header line at once to compose_convert_header to make sure
+               it is correctly folded
 
-       * src/procmsg.c
-               fix search for oldest node in subject threading
+       (closes Bug 64 Problem when sending to many recipients)
 
-2003-08-14 [christoph] 0.9.4claws19
+2003-09-17 [hoa]       0.9.5claws18
+       
+       * src/matcher.[ch]
+         src/matcher_parser_parse.y
+         src/prefs_matcher.c
+               changed the keyword used for command execution in condition
+               keyword is changed from "execute" to "test"
+               so that it is not the same as the one used for action.
+               This will fix a bug when using filtering dialog.
+               All semantic in the code is also changed to reflect
+               the keyword change.
 
-       * src/procmsg.c
-       * src/common/utils.h
-               add possibility to check all nodes with the same subject for
-               subject threading, not only the oldest node. Should not break
-               threads anymore if the oldest node is thread_by_subject_max_age
-               days older then parent, because it can now find a child of
-               oldest node as new parent.
+2003-09-17 [paul]
+       
+       * sync with 0.9.6 release
 
-2003-08-11 [christoph] 0.9.4claws18
+2003-09-17 [paul]      0.9.5claws17
 
-       * src/plugins/spamassassin/spamassassin.c
-               run spam check in background process
+       * sync with 0.9.5cvs8
+               see ChangeLog 2003-09-16 and 2003-09-17
 
-2003-08-10 [alfons]    0.9.4claws17
+2003-09-16 [paul]      0.9.5claws16
 
-       * src/summaryview.c
-               make `Select All' sensitive too
+       * sync with 0.9.5cvs6
+               see ChangeLog 2003-09-16
 
-2003-08-10 [christoph] 0.9.4claws16
+2003-09-15 [paul]      0.9.5claws15
 
-       * src/imap.c
-               add more checks in imap_close
+       * sync with 0.9.5cvs5
+               see ChangeLog 2003-09-15
 
-2003-08-09 [alfons]    0.9.4claws15
+2003-09-14 [alfons]    0.9.5claws14
 
-       * src/prefs_spelling.c
-               no spell checking UI if not requested
+       * src/inc.c
+               make "Go to inbox after receiving new mail" again;
+               regression of a sync, restored to sylpheed main 
+               behaviour. (misses still some bits)
 
-2003-08-09 [alfons]    0.9.4claws14
+2003-09-14 [alfons]    0.9.5claws13
 
-       * src/gtk/prefswindow.c
-               make it compile
+       * src/prefs_filtering_action.c
+               o add proper message if empty execute command line
+               o don't select first action item after registering a
+                 new action to prevent (what seems to be a GTK) bug
+                 #36, "filtering will only accept one action change 
+                 per invocation".
 
-2003-08-09 [christoph] 0.9.4claws13
+2003-09-14 [alfons]    0.9.5claws12
 
-       * src/prefs_spelling.c
-       * src/gtk/prefswindow.[ch]
-       * src/plugins/clamav/clamav_plugin_gtk.c
-       * src/plugins/spamassassin/spamassassin_gtk.c
-               sort prefs pages by heighest weight in tree
+       * src/prefs_filtering.c
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+               fix function signature for key_pressed_event signal handlers
 
-2003-08-09 [paul]      0.9.4claws12
+2003-09-14 [alfons]    0.9.5claws11
 
-       * sync with 0.9.4cvs6
-               see ChangeLog 2003-08-07
+       * src/mainwindow.c
+               fix regression caused by fix for invalid bug #7
+               (should fix #246, "Multiple selections are deselected when 
+               moving from search window to main window")
                
-       * AUTHORS
-               add Leandro and Luke to claws-branch section
+2003-09-14 [alfons]    0.9.5claws10
+       
+       * src/actions.[ch]
+       * src/filtering.[ch]
+       * src/prefs_actions.c
+               allow `filtering actions` in actions; only for advanced users
+               right now: try for example, "%as{mark color 2}" 
+       
+2003-09-13 [paul]      0.9.5claws9
+       
+       * po/pl.po
+         po/zh_CN.po   ** NEW FILE **
+               update Polish translation, submitted by Emil 
+               <eminowbl@posejdon.wpk.p.lodz.pl>
+               add new Simplified Chinese translation, submitted by
+               Hansom Young <hansom_young@yahoo.com>
 
-2003-08-09 [christoph] 0.9.4claws11
+2003-09-12 [alfons]    0.9.5claws8
 
-       * src/gtk/Makefile.am
-       * src/gtk/colorsel.[ch]                 ** NEW **
-               create a color selection dialog that can be used as a simple
-               function call with it's own gtk main loop like filesel.[ch]
+       * src/summaryview.c
+               don't open separate message views when View | Separate message view
+               is active 
+               (please look carefully for any navigation regressions)
 
-       * src/Makefile.am
-       * src/main.c
-       * src/prefs_common.c
-       * src/prefs_spelling.[ch]               ** NEW **
-       * src/prefs_spelling.glade              ** NEW **
-       * src/gtk/gtkutils.[ch]
-               move "Spell Checker" prefs to new prefs dialog
+2003-09-11 [alfons]    0.9.5claws7
 
-       * src/prefs_folder_item.c
-               use new colorsel dialog
+       * src/mainwindow.c
+               make default message view, opened by View | Separate message 
+               view, look like a claws message view (which includes a menu
+               bar and a toolbar)
+               (fixes bug #298, "message view loses tool bar") 
 
-2003-08-08 [paul]      0.9.4claws10
+2003-09-11 [christoph] 0.9.5claws6
 
-       * src/inc.c
-               clear the progress bar unconditionally
+       * src/folderview.c
+               fix double deleting of newsgroup folders
 
-2003-08-08 [paul]      0.9.4claws9
+       (closes Bug 305 crash after deleting of a newsgroup)
 
-       * sync with 0.9.4cvs4
-               see ChangeLog 2003-07-31
+2003-09-11 [paul]      0.9.5claws5
 
-2003-08-07 [christoph] 0.9.4claws8
+       * src/rfc2015.c
+         src/common/utils.h
+               more sync'ing from 0.9.5cvs2
 
-       * configure.ac
-               fix bug in image viewer plugin part
+2003-09-11 [christoph] 0.9.5claws4
 
-       * src/imap.c
-               don't execute close command if the folder item is not selected
+       * src/compose.c
+       * src/rfc2015.c
+       * src/common/utils.h
+               fix sync with 0.9.5cvs2
 
-2003-08-07 [hoa]       0.9.4claws7
+2003-09-11 [paul]      0.9.5claws3
 
-       * src/filtering.[ch]
-       * src/matcher_parser.h
-       * src/matcher_parser_parse.y
-               can define several actions for each filtering rule
-               can import old versions of filtering rules
+       * sync with 0.9.5cvs4
+               see ChangeLog 2003-09-11
 
-       * src/prefs_filtering.c
-               call to a new dialog box to define actions
+2003-09-11 [paul]      0.9.5claws2
 
-       * src/prefs_filtering_action.[ch]
-               dialog box to define actions for filtering rules
+       * sync with 0.9.5cvs2
+               see ChangeLog 2003-09-05
+               
+2003-09-11 [paul]      0.9.5claws1
 
-2003-08-06 [christoph] 0.9.4claws6
+       * sync with 0.9.5cvs3
+               see ChangeLog 2003-09-10
 
-       * src/imap.c
-               make sure source folder is selected when copying messages
+2003-09-10 [paul]      0.9.5claws
 
-2003-08-06 [christoph] 0.9.4claws5
+       * 0.9.5claws released
 
-       * sync with 0.9.4cvs2
-               see ChangeLog 2003-07-29                
+2003-09-10 [paul]      0.9.4claws78
 
-2003-08-05 [paul]      0.9.4claws4
+       * src/Makefile.am
+               add missing files
 
-       * sync with 0.9.4cvs3
-               see ChangeLog 2003-07-30
+2003-09-10 [melvin]    0.9.4claws77
 
-2003-08-04 [match]     0.9.4claws3
+       * po/fr.po
+               Updated French translations
 
-       * po/POTFILES.in
-               export of LDIF files.
+2003-09-10 [paul]      0.9.4claws76
 
-2003-08-04 [match]     0.9.4claws2
+       * po/es.po
+         po/sk.po
+         po/sr.po
+               update Spanish, Slovak, and Serbian translations.
+               submitted by Ricardo Mones Lastra, Andrej Kacian,
+               and Urke MMI
+               
+       * AUTHORS
+               add translation team section
 
-       * src/ldif.[ch]
-               support for export LDIF. documented.
-       * src/importldif.[ch]
-       * src/exportldif.[ch]
-               add tooltips. documented.
-       * src/exphtmldlg.[ch]
-       * src/common/xmlprops.[ch]
-               documented.
-       * src/exportldif.[ch]                   ** NEW **
-       * src/expldifdlg.[ch]                   ** NEW **
-       * src/addressbook.[ch]
-       * src/Makefile.am
-               export of LDIF files.
-               documented.
+2003-09-09 [christoph] 0.9.4claws75
 
-2003-08-04 [christoph] 0.9.4claws1
+       * src/folder.c
+               free item->prefs in folder_item_destroy
 
-       * .cvsignore
-       * Makefile.am
-       * configure.ac
-       * sylpheed-claws.pc.in                  ** NEW **
-       * src/Makefile.am
-       * src/common/Makefile.am
-       * src/gtk/Makefile.am
-               install sylpheed header files in $(pkgincludedir) and create a
-               pkg-config file to allow building a plugin without the source
-               package
+2003-09-09 [alfons]    0.9.4claws74
 
-2003-08-04 [paul]      0.9.4claws
+       * src/folderview.c
+               o proper check for root node sorting
+               o remove unnecessary gtk_ctree_remove_node 
 
-       * version 0.9.4claws
+       (should fix bug #300, "crash while moving folder")      
 
-2003-08-04 [paul]      0.9.3claws97
+2003-09-08 [christoph] 0.9.4claws73
 
-       * po/es.po
-               update Spanish translation. Submitted by Ricardo
-               Mones Lastra.
+       * src/folderview.c
+               o fix double adding of IMAP FolderItems to GtkCTree
+               o fix crash then mbox folder is removed
 
-2003-08-03 [paul]      0.9.3claws96
+2003-09-08 [christoph] 0.9.4claws72
 
-       * po/hr.po
-         po/sr.po
-               update Croatian and Serbian translations. Submitted by
-               Dragan and Urke MMI respectively
+       * src/folder.c
+       * src/folderview.c
+       * src/mainwindow.c
+               fix new folder notification
 
-2003-08-03 [alfons]    0.9.3claws95
+       * src/mbox_folder.c
+               fix cache path
 
-       * src/summaryview.c
-               mark flag has precedence over important flag - seems
-               to have been changed in sync of 0.9.3claws45. this fixes
-               a regression where messages that were scored as important
-               don't show their mark flags. (using the same column for
-               both importance as mark flags is the real problem
-               ofcourse)
+2003-09-08 [christoph] 0.9.4claws71
 
-2003-08-03 [melvin]    0.9.3claws94
+       * src/compose.c
+               replace '\n' and '\r' before removing trailing spaces
 
-       * po/fr.po
-               Updated French translations.
+       * src/folder.[ch]
+       * src/folderview.c
+               add information about new or removed items in folder tree change
+               notification and use this in folderview to add and remove only
+               the appected items and not refresh the whole tree
 
-2003-08-03 [melvin]    0.9.3claws93
+2003-09-07 [match]     0.9.4claws70
 
        * src/Makefile.am
-               Fixed typo introduced after 0.9.3claws92 
-               that prevented compilation
-               Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
-               CPPFLAGS and YFLAGS to allow user setting these.
-       * src/common/Makefile.am
-       * src/gtk/Makefile.am
-       * src/plugins/clamav/Makefile.am
-       * src/plugins/demo/Makefile.am
-       * src/plugins/dillo_viewer/Makefile.am
-       * src/plugins/image_viewer/Makefile.am
-       * src/plugins/mathml_viewer/Makefile.am
-       * src/plugins/spamassassin/Makefile.am
-       * src/plugins/trayicon/Makefile.am
-       * src/plugins/trayicon/libeggtrayicon/Makefile.am
-               Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
-               CPPFLAGS and YFLAGS to allow user setting these.
-
-2003-08-02 [christoph] 0.9.3claws92
-
-       * configure.ac
-               o rearrange plugin tests
-               o add test for clamav.h to ClamAV tests
-
-2003-08-02 [luke]      0.9.3claws91
+       * src/addr_compl.c
+       * src/addressbook.c
+       * src/addressitem.h
+       * src/addrindex.c
+       * src/addritem.c
+       * src/addritem.h
+       * src/addrquery.c                       ** NEW **
+       * src/addrquery.h
+       * src/ldapquery.c
+       * src/ldapserver.c
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/pixmaps/address_search.xpm        ** NEW **
+               re-introduce Lookup button for LDAP 'static' searches.
 
-       * src/mimeview.c
-               o fixed appearance of icon list when toggling back from the 
-                 ctree
-               o toggling of icons using the keyboard works correctly
-               o fixed all other keyboard shortcuts to work when icons are
-                 active
+2003-09-07 [alfons]    0.9.4claws69
        
-       * src/messageview.c
-               o fixed bug 4 - focus lost when changing messageview view type
+       * src/summaryview.c
+               abandon setting usize for messageview because it gives layout problems
+               with the quick search bar and the headerview; fixes assorted UI glitches:
+               
+               o bug #148, "Toggling of quick-search bar reduces index view area" 
+               o bug #280, "Window resiizes for line length but does not revert"
 
-2003-08-02 [christoph] 0.9.3claws90
+2003-09-07 [christoph] 0.9.4claws68
 
-       * src/common/hooks.c
-               fix crash when pointer stored in hash table could get invalid
-               when a plugin is unloaded
+       * src/compose.c
+               o make sure we don't have any newlines in header values
+               o check custom headers for spaces and newlines and ignore
+                 malformed header names
 
-2003-08-01 [christoph] 0.9.3claws89
+2003-09-06 [christoph] 0.9.4claws67
 
-       * configure.ac
-               o try to build all plugins (except spamassassin) by default
-               o don't build a plugin if a dependency check fails
+       * src/folder.c
+       * src/folderview.c
+               invoke notification hook for folder tree changes after append
+               and remove folder
 
-       * src/common/hooks.c
-               fix warning
+       (closes Bug 294 Crash while moving folder with many subdirectories)
 
-2003-08-01 [match]     0.9.3claws88
+2003-09-06 [christoph] 0.9.4claws66
 
-       * src/importldif.c
-               allow single click field selection. document code.
+       * src/folder.c
+               destroy folder's MsgCache if FolderItem is removed to make sure
+               it is not saved when the FolderItem is destroyed
 
-2003-08-01 [christoph] 0.9.3claws87
+2003-09-06 [christoph] 0.9.4claws65
 
        * src/plugins/clamav/clamav_plugin.c
-       * src/plugins/clamav/clamav_plugin_gtk.c
-       * src/plugins/dillo_viewer/dillo_viewer.c
-       * src/plugins/image_viewer/plugin.c
-       * src/plugins/mathml_viewer/mathml_viewer.c
-       * src/plugins/spamassassin/spamassassin.c
-       * src/plugins/spamassassin/spamassassin_gtk.c
-       * src/plugins/trayicon/trayicon.c
-               add version check to all plugins
-
-2003-08-01 [hoa]       0.9.3claws86
+               fix copy & paste bug
 
-       * src/prefs_filtering.c
-               fixed a cosmetic bug, during creation of dialog box,
-               wrong widgets were shown after creation.
+2003-09-05 [christoph] 0.9.4claws64
 
-2003-08-01 [luke]      0.9.3claws85
+       * src/folder.c
+       * src/messageview.[ch]
+       * src/procmsg.[ch]
+       * src/summaryview.c
+               extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
+               by MessageView to clear it when the message is deleted. Should
+               work even if messages are deleted in MainWindow or by
+               processing.
 
-       * src/mainwindow.c
-               o fixed visibility of icons/mimeview after toggling separate
-                 message/folder view (factored out some similar code too).
+2003-09-05 [alfons]    0.9.4claws63
 
+       * src/messageview.c
+               deleting a message in a message view frees its msginfo, make 
+               messageview_update_all() aware of that (should fix bug #293,
+               "deleting message caused crash")
 
-2003-07-31 [alfons]    0.9.3claws84
+2003-09-05 [melvin]    0.9.4claws62
 
-       * src/mimeview.c
-               tweak icon box UI a bit more, now allowing right-clicks actions
-               getting the relevant mime data too; should fix #250, "Can't save 
-               attachments sometimes".
+       * src/action.c
+               Improve synchronous action exit code (fixes 
+               a ~5 seconds delay after action exit on RedHat 9)
 
-2003-07-30 [alfons]    0.9.3claws83
+2003-09-04 [christoph] 0.9.4claws61
 
        * src/compose.c
-               don't do auto-save-draft inside key press handler, but rather
-               schedule it half of a second later; should fix #67, "autosave 
-               make re-rediting message crazy"
+       * src/rfc2015.c
+       * src/common/utils.[ch]
+               add util function to create mime boundary and use it
+               in compose and gpg code
 
-2003-07-30 [christoph] 0.9.3claws82
+2003-09-04 [alfons]    0.9.4claws60
 
-       * src/plugins/trayicon/trayicon.c
-               process pending events before unloading the plugin
+       * src/folder.c
+               source folder item's GNode should already have been freed in 
+               a previous call to src->folder->klass->remove_folder()
+               (should fix bug #287, "crash when moving folders")
 
-       (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
+2003-09-03 [thorsten]  0.9.4claws59
 
-2003-07-30 [alfons]    0.9.3claws81
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               fix compile error
 
-       * src/common/hooks.c
-               parameter 2 of g_hook_destroy() should really be a hook id
+2003-09-03 [christoph] 0.9.4claws58
 
-2003-07-30 [alfons]    0.9.3claws80
+       * src/plugins/spamassassin/spamassassin.[ch]
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               add timeout config option
 
-       * src/common/plugin.c
-               fix a possibly harmful function signature mismatch 
-               for plugin_done
+2003-09-03 [paul]      0.9.4claws57
 
-2003-07-30 [alfons]    0.9.3claws79
+       * po/sk.po      ** NEW FILE **
+               add Slovak translation. Submitted by Andrej Kacian 
+               <andrej@kacian.sk>
 
-       * src/common/hooks[.ch]
-               const correctness
+2003-09-03 [paul]      0.9.4claws56
 
-2003-07-30 [darko]     0.9.3claws78
+       * src/plugins/clamav/clamav_plugin_gtk.c
+               gui tweaks: replace a label with a tooltip, modify the
+               text, use gtk_check_button_new(); instead of
+               gtk_check_button_new_with_label("");
 
-       * src/summaryview.c
-               make it compile again
+2003-09-02 [alfons]    0.9.4claws55
 
-2003-07-30 [luke]      0.9.3claws77
+       * src/gtk/filesel.c
+               remember last used dir when attaching multiple files (should fix
+               bug #290, "Attach File does not remember directory")
 
-       * src/crash.c
-       * src/main.c
-               o added/moved signal handlers for SIGTERM (normal kill command) 
-                 and SIGINT (ctl-c) to be used even without 
-                 --enable-crash-dialog, fixing bug 166
+2003-09-01 [paul]      0.9.4claws54
 
-       * src/summaryview.c
-               o rewrote menu sensitivity code as per mainwindow.c, fixing 
-                 bug 227
+       * po/es.po
+               updated by Ricardo Mones Lastra
 
-       * src/mainwindow.c
-               o changed sensitivity condition for 'Next new' and 'Next 
-                 unread', fixing bug 8
+2003-09-01 [alfons]    0.9.4claws53
 
-2003-07-29 [alfons]    0.9.3claws76
+       * src/gtk/gtkaspell.[ch]
+               be pedantic and strict and use const gchar * instead of guchar *
 
-       * src/common/utils.[ch]
-               add generate_msgid()
-       * src/messageview.c
-               save ack'ed RRR; fixes #205, "return receipt is not saved in
-               sent folder".
+2003-09-01 [alfons]    0.9.4claws52
 
-2003-07-29 [alfons]    0.9.3claws75
+       * src/mainwindow.c
+       * src/summaryviewc.
+               re-enable Save As when multiple messages are selected
 
-       * src/messageview.c
-               fix a memleak (claws-only)
+2003-09-01 [paul]      0.9.4claws51
 
-2003-07-29 [alfons]    0.9.3claws74
+       * src/textview.c
+               g_free(trimmed_uri);
 
-       * src/mimeview.[ch]
-       * src/gtk/gtkvscrollbutton.[ch]
-               fix UI glitch where mime icon toolbox' scroll position is not 
-               reset after switching to another message
-               
+2003-09-01 [paul]      0.9.4claws50
 
-2003-07-29 [paul]      0.9.3claws73
+       * sync with 0.9.4cvs13
+               see ChangeLog 2003-09-01
 
-       * src/prefs_folder_item.c
-               split the prefs into 2 separate pages
+2003-09-01 [paul]      0.9.4claws49
 
-2003-07-29 [paul]      0.9.3claws72
+       * src/textview.c
+               trim uri before sending to the statusbar
+               fixes Bug 275 'Clicking on long URL wrapped onto two lines
+               in the message window causes main S-C window to enlarge 
+               past screen edges'
 
-       * src/compose.c
-               prepend "\n\n" to a signature without a separator too
+2003-09-01 [paul]      0.9.4claws48
 
-2003-07-29 [paul]      0.9.3claws71
+       * sync with 0.9.4cvs12
+               see ChangeLog 2003-09-01
 
-       * src/compose.c
-               fix bug where changing to an account without an auto-sig
-               from an initial account without an auto-sig would insert 
-               2 blank lines at the cursor point
-               fix bug where changing to an account with an auto-sig
-               from an initial account without an auto-sig would insert
-               the sig at the cursor point
+2003-08-30 [christoph] 0.9.4claws47
 
-2003-07-29 [paul]      0.9.3claws70
+       * src/compose.c
+       * src/folder_item_prefs.[ch]
+       * src/prefs_folder_item.c
+       * src/gtk/gtkaspell.[ch]
+               commit per folder dictionary patch by
+               Paul Evans <nerd@freeuk.com>
 
-       * src/folderview.c
-               use the colour from the folder pref unless the folder
-               has new messages
+2003-08-30 [christoph] 0.9.4claws46
 
-2003-07-29 [alfons]    0.9.3claws69
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/spamassassin/spamassassin_gtk.glade
+               reduce GUI clutter by placing hints into tooltips
 
-       * src/procmsg.[ch]
-       * src/messageview.c
-       * src/procheader.c
-               rewrite return receipt request work a little bit (the former 
-               implementation presumably depended too much on the UI setting
-               flags). (we're losing the old pending flag.) 
+2003-08-30 [paul]      0.9.4claws45
 
-2003-07-28 [christoph] 0.9.3claws68
+       * src/compose.c
+               add 'Content-Disposition: inline' to a text/plain
+               part when using PGP/MIME signing
 
-       * src/folder.c
-       * src/imap.c
-       * src/mh.c
-       * src/procmsg.[ch]
-               fix copy to IMAP folder from other folder
+2003-08-30 [paul]      0.9.4claws44
 
-2003-07-28 [christoph] 0.9.3claws67
+       * src/prefs_common.c
+         src/prefs_spelling.c
+         src/prefs_spelling.glade
+               reduce GUI clutter by placing hints into tooltips
 
-       * src/procmsg.c
-               fix sync of procmsg_get_message_file_list
+2003-08-29 [christoph] 0.9.4claws43
 
-2003-07-28 [christoph] 0.9.3claws66
+       * configure.ac
+               fix bug found by Ivan Rayner <ivanr@sgi.com>
 
-       * sync with 0.9.3cvs14
-               see ChangeLog 2003-07-18
-       * sync with 0.9.3cvs17
-               see ChangeLog 2003-07-23
+       * src/stock_pixmap.c
+               change unecessary warning into a debug message
 
-       (closes Bug 234 segmentation fault after sending out mail via
-        smtp(auth))
+       * src/plugins/clamav/Makefile.am
+               Fix error "-I$(CLAMAV_LIBS)"
 
-2003-07-28 [paul]      0.9.3claws65
+2003-08-29 [christoph] 0.9.4claws42
 
-       * po/es.po
-               update Spanish translation, submitted by Ricardo Mones
-               Lastra
+       * intl/Makefile.in
+       * src/Makefile.am
+       * src/matcher.h
+       * src/common/Makefile.am
+       * src/common/passcrypt.c
+               commit fixes and patches for some of the IRIX problems found by
+               Ivan Rayner <ivanr@sgi.com>
 
-2003-07-28 [christoph] 0.9.3claws64
+2003-08-29 [paul]      0.9.4claws41
 
-       * src/folder.[ch]
-       * src/imap.c
-       * src/mh.c
-               return new message numbers as a GRelation instead of a GSList
-               that has to be in the same order as the input list. A list
-               would make it hard for IMAP to optimize oepration by sorting
-               the input list. The returned list would have to be reordered
-               to match the same order that input list has.
+       * src/prefs_filtering.c
+               add 'Top' and 'Bottom' buttons, based on changes in
+               src/prefs_filter.c in 0.9.4cvs11.
 
-       * src/gtk/gtkaspell.c
-               fix missing return value, could cause a crash when garbage is
-               on the stack that is used as the expected return value
+2003-08-27 [christoph] 0.9.4claws40
 
-2003-07-28 [paul]      0.9.3claws63
+       * src/folderview.c
+               fix bug that the current summary settings were copied to the
+               wrong folder item, when the folder item prefs are opened.
+               Copying is not required because summary settings and
+               folder_item_prefs do not contain the same settings
 
-       * sync with 0.9.4cvs1
-               see ChangeLog 2003-07-28
+2003-08-27 [thorsten]  0.9.4claws39
 
-2003-07-27 [alfons]    0.9.3claws62
+       * src/imap.c
+               fix compile error
 
-       * src/mimeview.c
-               tweak it more to make icon list act like a check button group
+2003-08-26 [paul]      0.9.4claws38
 
-2003-07-27 [christoph] 0.9.3claws61
+       * sync with 0.9.4cvs9
+               see ChangeLog 2003-08-26
 
-       * sync with 0.9.3cvs20
-               see ChangeLog 2003-07-25
+2003-08-25 [paul]      0.9.4claws37
 
-2003-07-27 [paul]      0.9.3claws60
+       * sync with 0.9.4cvs8
+               see ChangeLog 2003-08-25
 
-       * src/procmsg.c
-               re-commit changes from 0.9.3claws58 -
-               accidently removed in 0.9.3claws59
+2003-08-24 [christoph] 0.9.4claws36
 
-2003-07-27 [paul]      0.9.3claws59
+       * src/prefs_filtering.c
+               shouldn't remove items from a GSList while iterating over the
+               list (makes cur invalid and cur->next not accessable)
 
-       * src/procmsg.[ch]
-               a sync from 0.9.3cvs17
-               see ChangeLog 2003-07-23
+       (closes Bug 272 i deleted an folder and some seconds later sylpheed
+        crashed)
 
-2003-07-27 [alfons]    0.9.3claws58
+2003-08-23 [christoph] 0.9.4claws35
 
-       * src/procmsg.c
-               add missing header members to MsgInfo; fixes the problem of 
-               not displaying X-Faces, as noticed by Ricardo Mones
+       * src/news.c
+               news folders should be scanned when opened
 
-2003-07-26 [christoph] 0.9.3claws57
+2003-08-22 [christoph] 0.9.4claws34
 
-       * sync with 0.9.3cvs18
-               see ChangeLog 2003-07-24
+       * src/prefs_folder_item.c
+               use macro to assign strings that always frees the old string
 
-2003-07-26 [christoph] 0.9.3claws56
+       * src/gtk/gtkaspell.[ch]
+               add gtkaspell_set_dictionary_menu_active_item() to set active
+               item in dictionary option menu
 
-       * sync with 0.9.3cvs17
-               see ChangeLog 2003-07-23
+       * src/prefs_spelling.c
+               use gtkaspell_set_dictionary_menu_active_item() to select
+               dictionary
 
-2003-07-26 [christoph] 0.9.3claws55
+2003-08-21 [christoph] 0.9.4claws33
 
        * src/folder.[ch]
        * src/imap.c
        * src/mbox_folder.c
        * src/mh.c
        * src/news.c
-               add support for copy function that copy multiple messages
-               (not implemented yet)
-
-       * src/summaryview.c
-               add missing return value
+               optimize folder system
 
-2003-07-26 [paul]      0.9.3claws54
+       * src/gtk/gtkstext.c
+               fix division by zero when font has 0 width for ' '
 
-       * tools/multiwebsearch.pl
-               do whitespace substitution before passing the string
-               to the browser. fixes bug with browsers that don't
-               do whitespace conversion themselves.
+2003-08-21 [paul]      0.9.4claws32
 
-2003-07-25 [christoph] 0.9.3claws53
+       * sync with 0.9.4cvs7
+               see ChangeLog 2003-08-20
 
-       * src/folder.[ch]
-       * src/imap.c
-       * src/mh.c
-               rewrite adding of multiple messages to a folder for
-               claws' folder system
+2003-08-19 [paul]      0.9.4claws31
 
-2003-07-25 [luke]      0.9.3claws52
+       * src/common/defs.h
+               add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
+               SYLDOC_FAQ_HTML_INDEX.
+       * src/manual.c
+               use LC_MESSAGES instead of LC_ALL to find the current
+               language
 
-       * src/mimeview.c
-               o icon toggles set correctly on leaving ctree mimeview
+         fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
 
-2003-07-25 [paul]      0.9.3claws51
+2003-08-19 [paul]      0.9.4claws30
 
-       * partial sync with 0.9.3cvs21 [src/main.c]
-               see ChangeLog 2003-07-25
+       * po/bg.po
+               updated by George Danchev
 
-2003-07-24 [paul]      0.9.3claws50
+2003-08-18 [luke]      0.9.4claws29
+       * src/mimeview.[ch]
+       * src/gtk/gtkvscrollbutton.[ch]
+               o removed gtk_vscrollbutton_reset() (reasons: reduce 
+                 dependencies; do it the GTK way; reduce code -14/+2 lines)
+               o removed horizontal separator between icons
 
-       * tools/maildir2sylpheed.pl
-               fix typo
+2003-08-17 [christoph] 0.9.4claws28
 
-2003-07-24 [paul]      0.9.3claws49
+       * src/procmsg.c
+               no subject threading when the subject has no reply prefix
 
-       * src/mimeview.c
-               increase the gutter size of paned so that the panes
-               can be resized
-               
-       * src/plugins/demo/demo.c
-               squeeze in another typo fix
+2003-08-16 [christoph] 0.9.4claws27
 
-2003-07-24 [paul]      0.9.3claws48
+       * src/mainwindow.c
+               remember and restore window sizes and position when the main
+               window is hidden or shown
 
-       * src/plugins/demo/demo.c
-         src/prefs_account.c
-               small changes to the English
-               
-       * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
-         src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
-         src/Makefile.am
-         src/stock_pixmap.c
-               rename the misspelled icon
+       (closes Bug 274 Window size in 0.9.4claws18 not remembered when
+        minimised/reopened using trayicon)
 
-2003-07-23 [alfons]    0.9.3claws47
+2003-08-16 [paul]      0.9.4claws26
 
-       * src/mimeview.c
-               make icon list look like a list of toggles
+       * src/crash.c
+               add #include "defs.h"
 
-2003-07-23 [luke]      0.9.3claws46
+2003-08-16 [paul]      0.9.4claws25
 
-       * src/pixmaps/mimeview_gpg_expired.xpm
-       * src/pixmaps/mimeview_gpg_failed.xpm
-       * src/pixmaps/mimeview_gpg_passed.xpm
-       * src/pixmaps/mimeview_text_html.xpm
-       * src/pixmaps/mimeview_image.xpm
-               o all icons the same size
+       * src/plugins/clamav/clamav_plugin.c
+               reword a debug_print
+               
+       * src/plugins/dillo_viewer/dillo_prefs.c
+               cosmetic: change the labels' text, add tooltips, and
+               left-align the hint
 
-       * src/mimeview.[ch]
-               o mimeview ctree arranged vertically above the viewer
-               o icons changed to buttons
-               o can use keyboard to select an icon (Enter)
-               o resize icon list to width of icons
+2003-08-15 [christoph] 0.9.4claws24
 
-       *  src/gtk/gtkvscrollbutton.c
-               o sensitivity of buttons reacts to position
+       * src/news.c
+               complete last change (forgot some changes)
 
-2003-07-23 [christoph] 0.9.3claws45
+2003-08-15 [christoph] 0.9.4claws23
 
-       * sync with 0.9.3cvs14 (incomplete)
-               see ChangeLog 2003-07-17
+       * src/news.c
+               o check number of messages and don't return a 0 message
+                 when no messages are available
+               o don't parse xref header anymore
 
-2003-07-23 [alfons]    0.9.3claws44
+       (closes Bug 203 I'm not getting any news)
 
-       * src/folder.c
-       * src/procmsg.h
-               sync with my local tree to restore some claws-only things
+2003-08-15 [paul]      0.9.4claws22
 
-2003-07-23 [paul]      0.9.3claws43
+       * src/common/defs.h
+         src/crash.c
+               update and define claws bugzilla location
 
-       * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
-         src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
-         src/Makefile.am
-         src/mimeview.c
-         src/procmime.h
-         src/rfc2015.c
-         src/stock_pixmap.[ch]
-               indicate missing keys and expired sigs/keys
-               in mime view column
+2003-08-15 [paul]      0.9.4claws21
 
-2003-07-23 [paul]      0.9.3claws42
+       * po/ru.po
+               update submitted by Ruslan N. Balkin
 
-       * src/compose.c
-               Redirect fixes: enable automatic account selection and
-               do not append signature to message on changing account
-               fixes Bug[s] #248
+2003-08-14 [christoph] 0.9.4claws20
 
-2003-07-23 [paul]      0.9.3claws41
+       * src/procmsg.c
+               fix search for oldest node in subject threading
 
-       * sync with 0.9.3cvs16
-               see ChangeLog 2003-07-23
+2003-08-14 [christoph] 0.9.4claws19
 
-2003-07-23 [alfons]    0.9.3claws40
+       * src/procmsg.c
+       * src/common/utils.h
+               add possibility to check all nodes with the same subject for
+               subject threading, not only the oldest node. Should not break
+               threads anymore if the oldest node is thread_by_subject_max_age
+               days older then parent, because it can now find a child of
+               oldest node as new parent.
 
-       * src/inc.c
-               give progress dialog a main window, and give it the first 
-               one (presumably the only one). fixes bug #247, "segfault on 
-               pop-before-smtp" 
+2003-08-11 [christoph] 0.9.4claws18
 
-2003-07-22 [alfons]    0.9.3claws39
+       * src/plugins/spamassassin/spamassassin.c
+               run spam check in background process
+
+2003-08-10 [alfons]    0.9.4claws17
 
        * src/summaryview.c
-               shift-space scrolls up
+               make `Select All' sensitive too
 
-2003-07-22 [paul]      0.9.3claws38
+2003-08-10 [christoph] 0.9.4claws16
 
-       * sync with 0.9.3cvs15
-               see ChangeLog 2003-07-22
+       * src/imap.c
+               add more checks in imap_close
 
-2003-07-20 [alfons]    0.9.3claws37
+2003-08-09 [alfons]    0.9.4claws15
 
-       * src/compose.c
-               put menu inside #ifdef USE_ASPELL..#endif
+       * src/prefs_spelling.c
+               no spell checking UI if not requested
 
-2003-07-20 [christoph] 0.9.3claws36
+2003-08-09 [alfons]    0.9.4claws14
 
-       * src/procmsg.c
-               fix wrong flags in MsgInfo returned by
-               procmsg_msginfo_get_full_info()
+       * src/gtk/prefswindow.c
+               make it compile
 
-       (closes Bug 221 Deleting messages from the Message View gives incorrect
-        new/unread message counts in the folder view)
+2003-08-09 [christoph] 0.9.4claws13
 
+       * src/prefs_spelling.c
+       * src/gtk/prefswindow.[ch]
+       * src/plugins/clamav/clamav_plugin_gtk.c
        * src/plugins/spamassassin/spamassassin_gtk.c
-               add gettext macro for prefs page title
+               sort prefs pages by heighest weight in tree
 
-2003-07-20 [paul]      0.9.3claws35
+2003-08-09 [paul]      0.9.4claws12
 
-       * src/mimeview.c
-               redraw icon list on signature check
+       * sync with 0.9.4cvs6
+               see ChangeLog 2003-08-07
+               
+       * AUTHORS
+               add Leandro and Luke to claws-branch section
 
-2003-07-20 [christoph] 0.9.3claws34
+2003-08-09 [christoph] 0.9.4claws11
+
+       * src/gtk/Makefile.am
+       * src/gtk/colorsel.[ch]                 ** NEW **
+               create a color selection dialog that can be used as a simple
+               function call with it's own gtk main loop like filesel.[ch]
 
        * src/Makefile.am
-       * src/account.c
-       * src/folder.[ch]
-       * src/folder_item_prefs.[ch]            ** NEW **
-       * src/folderview.c
-       * src/mainwindow.c
-       * src/mh.c
-       * src/prefs_gtk.c
-       * src/prefs_scoring.c
-       * src/summaryview.c
-       * src/prefs_folder_item.[ch]
-               o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
-                 Properties dialog
-               o use prefswindow for folder properties
+       * src/main.c
+       * src/prefs_common.c
+       * src/prefs_spelling.[ch]               ** NEW **
+       * src/prefs_spelling.glade              ** NEW **
+       * src/gtk/gtkutils.[ch]
+               move "Spell Checker" prefs to new prefs dialog
 
-       * src/gtk/prefswindow.[ch]
-               change implementation to use an invisible notebook instead
-               of unparenting widgets
+       * src/prefs_folder_item.c
+               use new colorsel dialog
 
-2003-07-20 [christoph] 0.9.3claws33
+2003-08-08 [paul]      0.9.4claws10
 
-       * src/compose.h
-       * src/folder.c
-       * src/folderview.h
-       * src/headerview.h
-       * src/prefs_filtering.h
-       * src/prefs_folder_item.[ch]
-       * src/procmime.h
-       * src/procmsg.h
-       * src/summaryview.h
-               clean up header mess
-               (always use 1. typedefs, 2. #includes, 3. structures)
+       * src/inc.c
+               clear the progress bar unconditionally
 
-       * src/common/version.h.in
-               add casts for constants
+2003-08-08 [paul]      0.9.4claws9
 
-       * src/plugins/demo/demo.c
-               fix typo
+       * sync with 0.9.4cvs4
+               see ChangeLog 2003-07-31
 
-       * src/plugins/spamassassin/spamassassin.c
-               remove unused variable
+2003-08-07 [christoph] 0.9.4claws8
 
-2003-07-20 [alfons]    0.9.3claws32
+       * configure.ac
+               fix bug in image viewer plugin part
 
-       * src/mimeview.c
-               o make icon buttons respond on left click
-               o minor cosmetic change
+       * src/imap.c
+               don't execute close command if the folder item is not selected
 
-2003-07-19 [luke]      0.9.3claws31
+2003-08-07 [hoa]       0.9.4claws7
 
-       * src/mimeview.[ch]
-       * src/gtk/gtkvscrollbutton.c
-       * src/messageview.c
-               o improved mimeview behaviour when selecting a new message
-               o plus code cleanups to remove compile warnings
+       * src/filtering.[ch]
+       * src/matcher_parser.h
+       * src/matcher_parser_parse.y
+               can define several actions for each filtering rule
+               can import old versions of filtering rules
 
+       * src/prefs_filtering.c
+               call to a new dialog box to define actions
 
-2003-07-19 [alfons]    0.9.3claws30
+       * src/prefs_filtering_action.[ch]
+               dialog box to define actions for filtering rules
 
-       * src/procmsg.c
-       * src/compose.c
-       * src/common/utils.[ch]
-               subject_get_reply_prefix_length() <- subject_get_prefix_length()
+2003-08-06 [christoph] 0.9.4claws6
 
-2003-07-19 [alfons]    0.9.3claws29
+       * src/imap.c
+               make sure source folder is selected when copying messages
 
-       * src/prefs_folder_item.c
-               reinit "legacy" tmp_prefs, so we don't free nor use invalid 
-               string pointers
+2003-08-06 [christoph] 0.9.4claws5
 
-2003-07-19 [luke]      0.9.3claws28
+       * sync with 0.9.4cvs2
+               see ChangeLog 2003-07-29                
 
-       * src/messageview.c
-       * src/mimeview.[ch]
-       * src/procmime.h
-       * src/rfc2015.c
-       * src/stock_pixmap.[ch]
-       * src/gtk/Makefile.am
-       * src/Makefile.am
-       * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
-       * src/pixmaps/mime_*.xpm                ** NEW **
-               o mimeview rearrangement with a new icon shortcut bar
+2003-08-05 [paul]      0.9.4claws4
 
-2003-07-19 [alfons]    0.9.3claws27
+       * sync with 0.9.4cvs3
+               see ChangeLog 2003-07-30
 
-       * src/folderview.c
-               o plug leaking nodes_to_recollapse
-               o add folderview_recollapse_all_nodes() (not used yet)
+2003-08-04 [match]     0.9.4claws3
 
-2003-07-19 [alfons]    0.9.3claws26
+       * po/POTFILES.in
+               export of LDIF files.
 
-       * src/compose.c
-       * src/common/utils.c
-               honour #240 "Better SUBJECT handling" by cleaning the prefix
-               for both forwarding as replying
+2003-08-04 [match]     0.9.4claws2
 
-2003-07-18 [christoph] 0.9.3claws25
+       * src/ldif.[ch]
+               support for export LDIF. documented.
+       * src/importldif.[ch]
+       * src/exportldif.[ch]
+               add tooltips. documented.
+       * src/exphtmldlg.[ch]
+       * src/common/xmlprops.[ch]
+               documented.
+       * src/exportldif.[ch]                   ** NEW **
+       * src/expldifdlg.[ch]                   ** NEW **
+       * src/addressbook.[ch]
+       * src/Makefile.am
+               export of LDIF files.
+               documented.
 
-       * configure.ac
-       * src/common/sylpheed.[ch]
-       * src/common/version.h.in
-               add version in numeric form to allow easy comparison
+2003-08-04 [christoph] 0.9.4claws1
 
-       * src/plugins/demo/demo.c
-               add version check
-               - sylpheed version > plugin version => never allowed, sylpheed
-                 could contain unknown API changes
-               - sylpheed version < minimum version required => don't load,
-                 API required not available (if linking does not fail)
+       * .cvsignore
+       * Makefile.am
+       * configure.ac
+       * sylpheed-claws.pc.in                  ** NEW **
+       * src/Makefile.am
+       * src/common/Makefile.am
+       * src/gtk/Makefile.am
+               install sylpheed header files in $(pkgincludedir) and create a
+               pkg-config file to allow building a plugin without the source
+               package
 
-2003-07-18 [alfons]    0.9.3claws24
-       
-       * src/common/plugin.[ch]
-               const correctness
+2003-08-04 [paul]      0.9.4claws
 
-2003-07-18 [christoph] 0.9.3claws23
+       * version 0.9.4claws
 
-       * src/common/hooks.c
-               fix crash when hooks where unregisted
+2003-08-04 [paul]      0.9.3claws97
 
-       * src/plugins/trayicon/trayicon.c
-               unregister detroy signal before destroying the widget
-               (still crashes when the plugin is unloaded)
+       * po/es.po
+               update Spanish translation. Submitted by Ricardo
+               Mones Lastra.
 
-2003-07-18 [alfons]    0.9.3claws22
-       
-       * src/folderview.c
-               delay expanding folder tree during drags until timeout triggered
-               (needs perhaps some tweaking, so testing is welcome)
+2003-08-03 [paul]      0.9.3claws96
 
-2003-07-17 [alfons]    0.9.3claws21
+       * po/hr.po
+         po/sr.po
+               update Croatian and Serbian translations. Submitted by
+               Dragan and Urke MMI respectively
 
-       * src/folderview.c
-               clean up cruft
+2003-08-03 [alfons]    0.9.3claws95
 
-2003-07-17 [christoph] 0.9.3claws20
+       * src/summaryview.c
+               mark flag has precedence over important flag - seems
+               to have been changed in sync of 0.9.3claws45. this fixes
+               a regression where messages that were scored as important
+               don't show their mark flags. (using the same column for
+               both importance as mark flags is the real problem
+               ofcourse)
 
-       * src/common/session.c
-               fix opening of SSL connections
+2003-08-03 [melvin]    0.9.3claws94
 
-       * src/plugins/image_viewer/Makefile.am
-               add OPENSSL_CFLAGS (we should find a better solution to remove
-               this dependencies if they are not required)
+       * po/fr.po
+               Updated French translations.
 
-       * src/plugins/spamassassin/spamassassin.c
-               remove setlocale workaround (fixed in libspamc)
+2003-08-03 [melvin]    0.9.3claws93
 
-       (closes Bug Bug 184 Entering non-ascii character deletes previous char
-        if spell checking enabled)
+       * src/Makefile.am
+               Fixed typo introduced after 0.9.3claws92 
+               that prevented compilation
+               Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
+               CPPFLAGS and YFLAGS to allow user setting these.
+       * src/common/Makefile.am
+       * src/gtk/Makefile.am
+       * src/plugins/clamav/Makefile.am
+       * src/plugins/demo/Makefile.am
+       * src/plugins/dillo_viewer/Makefile.am
+       * src/plugins/image_viewer/Makefile.am
+       * src/plugins/mathml_viewer/Makefile.am
+       * src/plugins/spamassassin/Makefile.am
+       * src/plugins/trayicon/Makefile.am
+       * src/plugins/trayicon/libeggtrayicon/Makefile.am
+               Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
+               CPPFLAGS and YFLAGS to allow user setting these.
 
-2003-07-17 [alfons]    0.9.3claws19
+2003-08-02 [christoph] 0.9.3claws92
 
-       * src/common/hooks.[ch]
-       * src/plugins/clamav/clamav_plugin.c
-       * src/plugins/spamassassin/spamassassin.c
-       * src/plugins/trayicon/trayicon.c
-               fix signedness muck 
+       * configure.ac
+               o rearrange plugin tests
+               o add test for clamav.h to ClamAV tests
 
-2003-07-17 [alfons]    0.9.3claws18
+2003-08-02 [luke]      0.9.3claws91
 
-       * src/procmime.c
-               plug memleak
+       * src/mimeview.c
+               o fixed appearance of icon list when toggling back from the 
+                 ctree
+               o toggling of icons using the keyboard works correctly
+               o fixed all other keyboard shortcuts to work when icons are
+                 active
+       
+       * src/messageview.c
+               o fixed bug 4 - focus lost when changing messageview view type
 
-2003-07-17 [alfons]    0.9.3claws17
+2003-08-02 [christoph] 0.9.3claws90
 
-       * src/inc.c
-               plug memleak
+       * src/common/hooks.c
+               fix crash when pointer stored in hash table could get invalid
+               when a plugin is unloaded
 
-2003-07-17 [paul]      0.9.3claws16
+2003-08-01 [christoph] 0.9.3claws89
 
-       * src/common/defs.h
-         src/mainwindow.c
-         src/manual.[ch]
-               add link to the Claws site's FAQ page, after the suggestion
-               and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
-               Move url strings to defs.h
-               
-       * src/mainwindow.c
-               fix typo to prevent "unknown menu entry" warnings
+       * configure.ac
+               o try to build all plugins (except spamassassin) by default
+               o don't build a plugin if a dependency check fails
 
-2003-07-17 [alfons]    0.9.3claws15
+       * src/common/hooks.c
+               fix warning
 
-       * src/folderview.[ch]
-       * src/summaryview.[ch]
-       * src/mimeview.[ch]
-               plug DnD leaks 
+2003-08-01 [match]     0.9.3claws88
 
-2003-07-17 [paul]      0.9.3claws14
+       * src/importldif.c
+               allow single click field selection. document code.
 
-       * src/inc.c
-               remove two instances of 'GTK_EVENTS_FLUSH' because
-               they are unnecessary and probably cause a stack overflow
+2003-08-01 [christoph] 0.9.3claws87
 
-2003-07-16 [christoph] 0.9.3claws13
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/clamav/clamav_plugin_gtk.c
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/image_viewer/plugin.c
+       * src/plugins/mathml_viewer/mathml_viewer.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/trayicon/trayicon.c
+               add version check to all plugins
 
-       * src/mimeview.[ch]
-               use an invisible GTK notebook to switch between viewers
-               instead of reparenting widgets
+2003-08-01 [hoa]       0.9.3claws86
 
-2003-07-16 [christoph] 0.9.3claws12
+       * src/prefs_filtering.c
+               fixed a cosmetic bug, during creation of dialog box,
+               wrong widgets were shown after creation.
 
-       * src/folder.c
-               move folder_item_update_freeze() to correct place in
-               folder_item_scan_full()
+2003-08-01 [luke]      0.9.3claws85
 
-2003-07-16 [paul]      0.9.3claws11
+       * src/mainwindow.c
+               o fixed visibility of icons/mimeview after toggling separate
+                 message/folder view (factored out some similar code too).
 
-       * sync with 0.9.3cvs12
-               see ChangeLog 2003-07-14 and 2003-07-15
 
-2003-07-16 [christoph] 0.9.3claws10
+2003-07-31 [alfons]    0.9.3claws84
 
-       * src/imap.[ch]
-       * src/prefs_account.[ch]
-               sync IMAP CRAM-MD5 authentication with sylpheed-main
+       * src/mimeview.c
+               tweak icon box UI a bit more, now allowing right-clicks actions
+               getting the relevant mime data too; should fix #250, "Can't save 
+               attachments sometimes".
 
-2003-07-15 [alfons]    0.9.3claws9
+2003-07-30 [alfons]    0.9.3claws83
 
-       * src/main.c
-               make --config-dir do something useful
+       * src/compose.c
+               don't do auto-save-draft inside key press handler, but rather
+               schedule it half of a second later; should fix #67, "autosave 
+               make re-rediting message crazy"
 
-2003-07-15 [alfons]    0.9.3claws8
+2003-07-30 [christoph] 0.9.3claws82
 
-       * src/procmsg.c
-               o fix a bug where 'last' didn't really point to the last message
-                 in the top level list of children, but to the last threaded
-                 message. 
-               
-               o clean up and make it easier to sync
+       * src/plugins/trayicon/trayicon.c
+               process pending events before unloading the plugin
 
-2003-07-15 [alfons]    0.9.3claws7
+       (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
 
-       * src/mainwindow.c
-               make correct menu items sensitive       
+2003-07-30 [alfons]    0.9.3claws81
 
-2003-07-14 [alfons]    0.9.3claws6
+       * src/common/hooks.c
+               parameter 2 of g_hook_destroy() should really be a hook id
 
-       * src/procmsg.c
-               tune the threader so it will not subject-thread any message
-               without a subject prefix (this will not thread correctly if 
-               a parent is delivered after their childs, but it looks 
-               better right now)
+2003-07-30 [alfons]    0.9.3claws80
 
-2003-07-13 [christoph] 0.9.3claws5
+       * src/common/plugin.c
+               fix a possibly harmful function signature mismatch 
+               for plugin_done
 
-       * src/mainwindow.c
-               group "Add mailbox *..." menu items in submenu
+2003-07-30 [alfons]    0.9.3claws79
 
-2003-07-13 [alfons]    0.9.3claws4
+       * src/common/hooks[.ch]
+               const correctness
+
+2003-07-30 [darko]     0.9.3claws78
 
        * src/summaryview.c
-               correct summary_toggle_pressed() signature and make sure
-               signal is not passed on
+               make it compile again
 
-2003-07-13 [alfons]    0.9.3claws3
+2003-07-30 [luke]      0.9.3claws77
+
+       * src/crash.c
+       * src/main.c
+               o added/moved signal handlers for SIGTERM (normal kill command) 
+                 and SIGINT (ctl-c) to be used even without 
+                 --enable-crash-dialog, fixing bug 166
 
        * src/summaryview.c
-               o for now don't pass on keys when they we're handled by 
-                 ctree::key_press_event
-               o clean up
+               o rewrote menu sensitivity code as per mainwindow.c, fixing 
+                 bug 227
 
-2003-07-13 [alfons]    0.9.3claws2
-       
-       * src/main.c
-               add command line option "--config-dir" to get the current 
-               configuration dir
+       * src/mainwindow.c
+               o changed sensitivity condition for 'Next new' and 'Next 
+                 unread', fixing bug 8
 
-2003-07-12 [alfons]    0.9.3claws1
-
-       * src/matcher.[ch]
-       * src/matcher_parser_parse.y
-       * src/prefs_filtering.c
-       * src/filtering.c
-               add "Lock" filter action to lock messages;
-
-       * src/filtering.c       
-               remove debug_print()    
-       * src/prefs_filtering.c
-               re-organize matcher part 9: 
-               make action text entries easily extendible;
-               merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
-               ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
-
-2003-07-12 [paul]
-
-       * tools/README
-               update old information and add missing
-               information
-
-2003-07-12 [paul]      0.9.3claws
-
-       * 0.9.3claws released
-       
-2003-07-12 [paul]      0.9.0claws103
-
-       * src/Makefile.am
-               add addrquery.h
-
-2003-07-12 [melvin]    0.9.0claws102
+2003-07-29 [alfons]    0.9.3claws76
 
+       * src/common/utils.[ch]
+               add generate_msgid()
        * src/messageview.c
-               Fixed bug #215: Show MIME tab for single text/html messages. 
-               
-2003-07-12 [paul]      0.9.0claws101
-
-       * man/sylpheed.1
-               updated
-
-2003-07-12 [paul]      0.9.0claws100
-
-       * po/es.po
-         po/hr.po
-         po/pl.po
-         po/sr.po
-               update Spanish, Croatian, Polish, Serbian translations.
-               submitted by Ricardo Mones Lastra, Dragan, Witold
-               Wladyslaw Wojciech Wilk, Urke MMI
-
-2003-07-12 [melvin]    0.9.0claws99
+               save ack'ed RRR; fixes #205, "return receipt is not saved in
+               sent folder".
 
-       * po/fr.po
-               Updated French translations.
+2003-07-29 [alfons]    0.9.3claws75
 
-2003-07-12 [paul]      0.9.0claws98
+       * src/messageview.c
+               fix a memleak (claws-only)
 
-       * src/addressbook.c
-               disable 'Lookup' button as it has no effect
+2003-07-29 [alfons]    0.9.3claws74
 
-2003-07-11 [alfons]    0.9.0claws97
-       
-       * src/summaryview.c
-               summary_searchbar_pressed() should return TRUE to signal that
-               event was handled. when returning void, the return value passed
-               to GTK is actually random, but maybe FALSE, in which case the
-               event is handled by parent
+       * src/mimeview.[ch]
+       * src/gtk/gtkvscrollbutton.[ch]
+               fix UI glitch where mime icon toolbox' scroll position is not 
+               reset after switching to another message
                
-2003-07-10 [paul]      0.9.0claws96
 
-       * ac/missing/gettext.m4
-               update to version 0.12
+2003-07-29 [paul]      0.9.3claws73
 
-2003-07-10 [paul]      0.9.0claws95
+       * src/prefs_folder_item.c
+               split the prefs into 2 separate pages
 
-       * src/plugins/clamav/clamav_plugin.c
-               fix bug where multipart/alternative messages
-               would slip through without being scanned
+2003-07-29 [paul]      0.9.3claws72
 
-2003-07-10 [christoph] 0.9.0claws94
+       * src/compose.c
+               prepend "\n\n" to a signature without a separator too
 
-       * src/folder.c
-               correct check if folder supports removing when a message is
-               moved. if not the message is only copied.
+2003-07-29 [paul]      0.9.3claws71
 
-       (closes Bug 132 crash on startup in newsgroups folders)
+       * src/compose.c
+               fix bug where changing to an account without an auto-sig
+               from an initial account without an auto-sig would insert 
+               2 blank lines at the cursor point
+               fix bug where changing to an account with an auto-sig
+               from an initial account without an auto-sig would insert
+               the sig at the cursor point
 
-2003-07-09 [alfons]    0.9.0claws93
+2003-07-29 [paul]      0.9.3claws70
 
-       * configure.ac
-       * src/common/defs.h
-               --with-config-dir (default .sylpheed)
+       * src/folderview.c
+               use the colour from the folder pref unless the folder
+               has new messages
 
-2003-07-09 [christoph] 0.9.0claws92
+2003-07-29 [alfons]    0.9.3claws69
 
-       * configure.ac
-               use PKG_CHECK_MODULES to check for gtkmathview
-               (version 0.4.2 now required)
+       * src/procmsg.[ch]
+       * src/messageview.c
+       * src/procheader.c
+               rewrite return receipt request work a little bit (the former 
+               implementation presumably depended too much on the UI setting
+               flags). (we're losing the old pending flag.) 
 
-2003-07-08 [melvin]    0.9.0claws91
+2003-07-28 [christoph] 0.9.3claws68
 
-       * src/action.c
-               Implemented a progress bar that counts the number of completed
-               tasks when the action runs more than one command.
+       * src/folder.c
+       * src/imap.c
+       * src/mh.c
+       * src/procmsg.[ch]
+               fix copy to IMAP folder from other folder
 
-2003-07-08 [alfons]    0.9.0claws90
+2003-07-28 [christoph] 0.9.3claws67
 
        * src/procmsg.c
-               if queued message has an invalid Message-Id, don't try to
-               find message it refers to (fixes #209 "crash when processing 
-               in folder")
-
-2003-07-08 [paul]      0.9.0claws89
-
-       * sync with 0.9.3cvs2
-               see ChangeLog 2003-07-08
-
-2003-07-08 [match]     0.9.0claws88
+               fix sync of procmsg_get_message_file_list
 
-       * src/ldapctrl.c
-               extend LDAP search for first/last name by parsing search term.
+2003-07-28 [christoph] 0.9.3claws66
 
-2003-07-08 [alfons]    0.9.0claws87
+       * sync with 0.9.3cvs14
+               see ChangeLog 2003-07-18
+       * sync with 0.9.3cvs17
+               see ChangeLog 2003-07-23
 
-       * src/send_message.c
-               fix bug #208 "Status message stuck when sending on POP3 account"
+       (closes Bug 234 segmentation fault after sending out mail via
+        smtp(auth))
 
-2003-07-07 [paul]      0.9.0claws86
+2003-07-28 [paul]      0.9.3claws65
 
-       * po/hr.po
-               new Croatian translation, submitted by
-               Dragan <drleskov@inet.hr>
+       * po/es.po
+               update Spanish translation, submitted by Ricardo Mones
+               Lastra
 
-2003-07-07 [paul]      0.9.0claws85
+2003-07-28 [christoph] 0.9.3claws64
 
-       * sync with 0.9.3cvs1
-               see ChangeLog 2003-07-07
+       * src/folder.[ch]
+       * src/imap.c
+       * src/mh.c
+               return new message numbers as a GRelation instead of a GSList
+               that has to be in the same order as the input list. A list
+               would make it hard for IMAP to optimize oepration by sorting
+               the input list. The returned list would have to be reordered
+               to match the same order that input list has.
 
-2003-07-05 [christoph] 0.9.0claws84
+       * src/gtk/gtkaspell.c
+               fix missing return value, could cause a crash when garbage is
+               on the stack that is used as the expected return value
 
-       * src/Makefile.am
-       * src/messageview.c
-       * src/mimeview.[ch]
-       * src/stock_pixmap.[ch]
-       * src/pixmaps/messageview_text.xpm              ** NEW **
-               move mimeview tabs to the right side and use icons
-               instead of text to save some space
+2003-07-28 [paul]      0.9.3claws63
 
-       (patch by Luke Plant <lukeplant@softhome.net>)
+       * sync with 0.9.4cvs1
+               see ChangeLog 2003-07-28
 
-2003-07-05 [christoph] 0.9.0claws83
+2003-07-27 [alfons]    0.9.3claws62
 
-       * src/inc.c
-               add NULL pointer checks
+       * src/mimeview.c
+               tweak it more to make icon list act like a check button group
 
-       (patch by Luke Plant <lukeplant@softhome.net>)
-       (closes Bug 204 0.9.0 quits on authentication error?!)
+2003-07-27 [christoph] 0.9.3claws61
 
-2003-07-05 [alfons]    0.9.0claws82
+       * sync with 0.9.3cvs20
+               see ChangeLog 2003-07-25
 
-       * configure.ac
-               take the clue in bug #202 "./configure script - 
-               'if test' comparison failure" reported by John Kristoff. 
+2003-07-27 [paul]      0.9.3claws60
 
-2003-07-04 [christoph] 0.9.0claws81
+       * src/procmsg.c
+               re-commit changes from 0.9.3claws58 -
+               accidently removed in 0.9.3claws59
 
-       * src/plugins/spamassassin/spamassassin.c
-               set timeout for spam check
+2003-07-27 [paul]      0.9.3claws59
 
-2003-07-04 [christoph] 0.9.0claws80
+       * src/procmsg.[ch]
+               a sync from 0.9.3cvs17
+               see ChangeLog 2003-07-23
 
-       * src/main.c
-               destroy all FolderItems when shutting down to
-               allow folders to clean up
+2003-07-27 [alfons]    0.9.3claws58
 
-2003-07-04 [melvin]    0.9.0claws79
+       * src/procmsg.c
+               add missing header members to MsgInfo; fixes the problem of 
+               not displaying X-Faces, as noticed by Ricardo Mones
 
-       * src/gtk/gtkaspell.c
-               Fixed bug #184 "Entering non-ascii character deletes
-               previous char if spell checking enabled": this makes
-               the spell checking in multibytes (e.g. UTF-8)locales work.
-               (Patch by Luke Plant).
-               
-2003-07-04 [christoph] 0.9.0claws78
+2003-07-26 [christoph] 0.9.3claws57
 
-       * sync with 0.9.2cvs1
-               see ChangeLog 2003-06-10
+       * sync with 0.9.3cvs18
+               see ChangeLog 2003-07-24
 
-2003-07-04 [paul]      0.9.0claws77
+2003-07-26 [christoph] 0.9.3claws56
 
-       * sync with 0.9.3 release
-               see ChangeLog 2003-07-04
+       * sync with 0.9.3cvs17
+               see ChangeLog 2003-07-23
 
-2003-07-03 [christoph] 0.9.0claws76
+2003-07-26 [christoph] 0.9.3claws55
 
        * src/folder.[ch]
        * src/imap.c
        * src/mbox_folder.c
        * src/mh.c
        * src/news.c
-               move folder_item_get_path() stuff into a folder virtual function
+               add support for copy function that copy multiple messages
+               (not implemented yet)
 
-       * src/procmsg.c
-               use folder_item_fetch_msg() to get message and do not contruct
-               the filename from path and number
+       * src/summaryview.c
+               add missing return value
 
-2003-07-03 [paul]      0.9.0claws75
+2003-07-26 [paul]      0.9.3claws54
 
-       * sync with 0.9.2cvs12
-               see ChangeLog 2003-07-03
+       * tools/multiwebsearch.pl
+               do whitespace substitution before passing the string
+               to the browser. fixes bug with browsers that don't
+               do whitespace conversion themselves.
 
-2003-07-02 [paul]      0.9.0claws74
+2003-07-25 [christoph] 0.9.3claws53
 
-       * src/messageview.c
-               fix text-selection for replying
+       * src/folder.[ch]
+       * src/imap.c
+       * src/mh.c
+               rewrite adding of multiple messages to a folder for
+               claws' folder system
 
-2003-07-02 [paul]      0.9.0claws73
+2003-07-25 [luke]      0.9.3claws52
 
-       * sync with 0.9.2cvs11
-               see ChangeLog 2003-07-02
+       * src/mimeview.c
+               o icon toggles set correctly on leaving ctree mimeview
 
-2003-07-02 [paul]      0.9.0claws72
+2003-07-25 [paul]      0.9.3claws51
 
-       * src/procmsg.c
-               revert last commit because it breaks more
-               than it fixes
+       * partial sync with 0.9.3cvs21 [src/main.c]
+               see ChangeLog 2003-07-25
 
-2003-07-02 [paul]      0.9.0claws71
+2003-07-24 [paul]      0.9.3claws50
 
-       * src/procmsg.c
-               fix thread by subject/sort by date
+       * tools/maildir2sylpheed.pl
+               fix typo
 
-2003-07-01 [paul]      0.9.0claws70
+2003-07-24 [paul]      0.9.3claws49
 
-       * sync with 0.9.2cvs10
-               see ChangeLog 2003-07-01
+       * src/mimeview.c
+               increase the gutter size of paned so that the panes
+               can be resized
+               
+       * src/plugins/demo/demo.c
+               squeeze in another typo fix
 
-2003-06-30 [paul]      0.9.0claws69
+2003-07-24 [paul]      0.9.3claws48
 
-       * sync with 0.9.2cvs9
-               see ChangeLog 2003-06-30
+       * src/plugins/demo/demo.c
+         src/prefs_account.c
+               small changes to the English
+               
+       * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
+         src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
+         src/Makefile.am
+         src/stock_pixmap.c
+               rename the misspelled icon
 
-2003-06-28 [match]     0.9.0claws68
+2003-07-23 [alfons]    0.9.3claws47
 
-       * src/addressbook.c
-               fix null ptr.
+       * src/mimeview.c
+               make icon list look like a list of toggles
 
-2003-06-27 [paul]      0.9.0claws67
+2003-07-23 [luke]      0.9.3claws46
 
-       * sync with 0.9.2cvs7
-               see ChangeLog 2003-06-27
+       * src/pixmaps/mimeview_gpg_expired.xpm
+       * src/pixmaps/mimeview_gpg_failed.xpm
+       * src/pixmaps/mimeview_gpg_passed.xpm
+       * src/pixmaps/mimeview_text_html.xpm
+       * src/pixmaps/mimeview_image.xpm
+               o all icons the same size
 
-2003-06-26 [christoph] 0.9.0claws66
+       * src/mimeview.[ch]
+               o mimeview ctree arranged vertically above the viewer
+               o icons changed to buttons
+               o can use keyboard to select an icon (Enter)
+               o resize icon list to width of icons
 
-       * src/folder.c
-               freeze folder updates while a folder is scanned
+       *  src/gtk/gtkvscrollbutton.c
+               o sensitivity of buttons reacts to position
 
-       (closes Bug 185 New message counter)
+2003-07-23 [christoph] 0.9.3claws45
 
-2003-06-26 [darko]     0.9.0claws65
+       * sync with 0.9.3cvs14 (incomplete)
+               see ChangeLog 2003-07-17
 
-       * src/ldapserver.c
-               fix infinite loop when adding a new LDAP server
+2003-07-23 [alfons]    0.9.3claws44
 
-2003-06-26 [paul]      0.9.0claws64
+       * src/folder.c
+       * src/procmsg.h
+               sync with my local tree to restore some claws-only things
 
-       * sync with 0.9.2cvs6
-               see ChangeLog 2003-06-26
+2003-07-23 [paul]      0.9.3claws43
 
-2003-06-26 [paul]      0.9.0claws63
+       * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
+         src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
+         src/Makefile.am
+         src/mimeview.c
+         src/procmime.h
+         src/rfc2015.c
+         src/stock_pixmap.[ch]
+               indicate missing keys and expired sigs/keys
+               in mime view column
 
-       * sync with 0.9.2cvs5
-               see ChangeLog 2003-06-25 and 2003-06-26
+2003-07-23 [paul]      0.9.3claws42
 
-2003-06-25 [match]     0.9.0claws62
+       * src/compose.c
+               Redirect fixes: enable automatic account selection and
+               do not append signature to message on changing account
+               fixes Bug[s] #248
 
-       * src/addr_compl.c
-               Fixed tab/backtab for dropped-down completion list to
-               move next/previous field. (close bug 147)
+2003-07-23 [paul]      0.9.3claws41
 
-2003-06-25 [christoph] 0.9.0claws61
+       * sync with 0.9.3cvs16
+               see ChangeLog 2003-07-23
+
+2003-07-23 [alfons]    0.9.3claws40
 
-       * src/addr_compl.[ch]
-       * src/addrindex.[ch]
-       * src/folderview.c
        * src/inc.c
-       * src/news.c
+               give progress dialog a main window, and give it the first 
+               one (presumably the only one). fixes bug #247, "segfault on 
+               pop-before-smtp" 
+
+2003-07-22 [alfons]    0.9.3claws39
+
        * src/summaryview.c
-       * src/toolbar.c
-               fix warnings
+               shift-space scrolls up
 
-2003-06-25 [leandro]   0.9.0claws60
+2003-07-22 [paul]      0.9.3claws38
 
-       * src/compose.c
-               o cleanups
-               o gray out "Message/Remove references" menu item if not
-                 replying to a message
+       * sync with 0.9.3cvs15
+               see ChangeLog 2003-07-22
 
-2003-06-24 [leandro]   0.9.0claws59
+2003-07-20 [alfons]    0.9.3claws37
 
-       * src/compose.[ch]
-               o removed "Message/Create new thread" menu item
-               o added "Message/Remove references" menu item
-                 (it's off by default and will not check anymore
-                  if the subject changed)
+       * src/compose.c
+               put menu inside #ifdef USE_ASPELL..#endif
 
-2003-06-23 [alfons]    0.9.0claws58
+2003-07-20 [christoph] 0.9.3claws36
 
        * src/procmsg.c
-               try better grouping messages threaded by subject based on their age.
-               still not perfect - because the message tree is not sorted by date.  
+               fix wrong flags in MsgInfo returned by
+               procmsg_msginfo_get_full_info()
 
-2003-06-23 [thorsten]  0.9.0claws57
+       (closes Bug 221 Deleting messages from the Message View gives incorrect
+        new/unread message counts in the folder view)
 
-       * src/pop.[ch]
-               added mail_receive_hook to allow modifications
-               directly after retrieval (e.g. adding headers).
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               add gettext macro for prefs page title
 
-2003-06-23 [paul]      0.9.0claws56
+2003-07-20 [paul]      0.9.3claws35
 
-       * src/sourcewindow.c
-                enable the use of Ctrl+A to select all text in
-                the sourcewindow
-                Patch submitted by Ivan Francolin Martinez
-                <ivanfm@users.sourceforge.net>
+       * src/mimeview.c
+               redraw icon list on signature check
 
-2003-06-22 [christoph] 0.9.0claws55
+2003-07-20 [christoph] 0.9.3claws34
 
+       * src/Makefile.am
+       * src/account.c
        * src/folder.[ch]
-               o add notification hook for folder tree changes
-               o invoke hooks after folder tree scanning
+       * src/folder_item_prefs.[ch]            ** NEW **
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/mh.c
+       * src/prefs_gtk.c
+       * src/prefs_scoring.c
+       * src/summaryview.c
+       * src/prefs_folder_item.[ch]
+               o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
+                 Properties dialog
+               o use prefswindow for folder properties
 
-       * src/folderview.[ch]
-               register hook for folder tree changes that
-               updates the ctree
+       * src/gtk/prefswindow.[ch]
+               change implementation to use an invisible notebook instead
+               of unparenting widgets
 
-       (there are more places that should be updated, like add, remove 
-        or move folder)
+2003-07-20 [christoph] 0.9.3claws33
 
-       (closes Bug 164 Crash on rebuild folder tree)
-       (closes Bug 190 Crash on 'rebuilding folder tree')
+       * src/compose.h
+       * src/folder.c
+       * src/folderview.h
+       * src/headerview.h
+       * src/prefs_filtering.h
+       * src/prefs_folder_item.[ch]
+       * src/procmime.h
+       * src/procmsg.h
+       * src/summaryview.h
+               clean up header mess
+               (always use 1. typedefs, 2. #includes, 3. structures)
 
-2003-06-21 [leandro]   0.9.0claws54
+       * src/common/version.h.in
+               add casts for constants
 
-       * src/compose.[ch]
-               create a new thread if subject changes
-               (it's on by default, can be disabled in Message menu)
+       * src/plugins/demo/demo.c
+               fix typo
 
-2003-06-21 [alfons]    0.9.0claws53
+       * src/plugins/spamassassin/spamassassin.c
+               remove unused variable
 
-       * src/summaryview.c
-               quiet little compiler
+2003-07-20 [alfons]    0.9.3claws32
 
-2003-06-21 [christoph] 0.9.0claws52
+       * src/mimeview.c
+               o make icon buttons respond on left click
+               o minor cosmetic change
 
-       update gettext stuff to version 0.12
+2003-07-19 [luke]      0.9.3claws31
 
-2003-06-19 [alfons]    0.9.0claws51
+       * src/mimeview.[ch]
+       * src/gtk/gtkvscrollbutton.c
+       * src/messageview.c
+               o improved mimeview behaviour when selecting a new message
+               o plus code cleanups to remove compile warnings
 
-       * src/common/log.c
-       * src/common/plugin.c
-               move defs.h before glib.h to prevent MIN/MAX redefs
 
-2003-06-19 [alfons]
+2003-07-19 [alfons]    0.9.3claws30
 
-       * src/addressbook.c
-               translatable
+       * src/procmsg.c
+       * src/compose.c
+       * src/common/utils.[ch]
+               subject_get_reply_prefix_length() <- subject_get_prefix_length()
 
-2003-06-19 [match]     0.9.0claws50
+2003-07-19 [alfons]    0.9.3claws29
 
-       * src/addressbook.[ch]
-       * src/addrindex.[ch]
-       * src/addr_compl.[ch]
-       * src/editldap.[ch]
-       * src/editldap_basedn.[ch]
-       * src/addritem.[ch]
-       * src/ldapquery.h
-               re-implemented dynamic LDAP search. works without
-               slowdown on display sender with addressbook
-               option.
-       * src/addrbook.c
-               documented code.
+       * src/prefs_folder_item.c
+               reinit "legacy" tmp_prefs, so we don't free nor use invalid 
+               string pointers
 
-2003-06-19 [paul]      0.9.0claws49
+2003-07-19 [luke]      0.9.3claws28
 
-       * src/compose.c
-               fix Bug #136 'Nonprovided quotation marks crash claws'
-               patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
+       * src/messageview.c
+       * src/mimeview.[ch]
+       * src/procmime.h
+       * src/rfc2015.c
+       * src/stock_pixmap.[ch]
+       * src/gtk/Makefile.am
+       * src/Makefile.am
+       * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
+       * src/pixmaps/mime_*.xpm                ** NEW **
+               o mimeview rearrangement with a new icon shortcut bar
 
-2003-06-19 [alfons]    0.9.0claws48
+2003-07-19 [alfons]    0.9.3claws27
 
-       * src/prefs_common.[ch]
-       * src/procmsg.c
-               restrict threading by subject by checking thread for
-               age (prefs_common.thread_by_subject_max_age)
+       * src/folderview.c
+               o plug leaking nodes_to_recollapse
+               o add folderview_recollapse_all_nodes() (not used yet)
 
-2003-06-18 [christoph] 0.9.0claws47
+2003-07-19 [alfons]    0.9.3claws26
 
-       * src/imap.c
-               fix memory leak in imap_cmd_fetch()
+       * src/compose.c
+       * src/common/utils.c
+               honour #240 "Better SUBJECT handling" by cleaning the prefix
+               for both forwarding as replying
 
-2003-06-18 [christoph] 0.9.0claws46
+2003-07-18 [christoph] 0.9.3claws25
 
-       * src/prefs_gtk.c
-               fix memory leak in prefs_set_default() when used multiple
-               times or after prefs have been read
+       * configure.ac
+       * src/common/sylpheed.[ch]
+       * src/common/version.h.in
+               add version in numeric form to allow easy comparison
 
-2003-06-18 [christoph] 0.9.0claws45
+       * src/plugins/demo/demo.c
+               add version check
+               - sylpheed version > plugin version => never allowed, sylpheed
+                 could contain unknown API changes
+               - sylpheed version < minimum version required => don't load,
+                 API required not available (if linking does not fail)
 
-       * src/common/plugin.c
-               fix memory leak in plugin_unload()
+2003-07-18 [alfons]    0.9.3claws24
+       
+       * src/common/plugin.[ch]
+               const correctness
 
-2003-06-18 [christoph] 0.9.0claws44
+2003-07-18 [christoph] 0.9.3claws23
 
-       * src/imap.c
-               fix memory leak in imap_cmd_ok()
+       * src/common/hooks.c
+               fix crash when hooks where unregisted
 
-2003-06-18 [christoph] 0.9.0claws43
+       * src/plugins/trayicon/trayicon.c
+               unregister detroy signal before destroying the widget
+               (still crashes when the plugin is unloaded)
 
-       * src/folder.c
-               stop messages that are downloaded from POP3 and added to
-               an IMAP inbox from being filtered twice (first by POP3
-               and again when IMAP folder is scaned to get the UID of
-               the APPEND operation when no UIDPLUS is available)
+2003-07-18 [alfons]    0.9.3claws22
+       
+       * src/folderview.c
+               delay expanding folder tree during drags until timeout triggered
+               (needs perhaps some tweaking, so testing is welcome)
 
-2003-06-18 [alfons]
+2003-07-17 [alfons]    0.9.3claws21
 
-       * tools/Makefile.am
-               phoenix <- firebird     
+       * src/folderview.c
+               clean up cruft
 
-2003-06-18 [paul]
+2003-07-17 [christoph] 0.9.3claws20
 
-       * tools/launch_phoenix          ** REMOVED **
-         tools/launch_firebird         ** NEW **
-               renamed and edited to reflect the browser's name change from
-               'phoenix' to 'firebird'
+       * src/common/session.c
+               fix opening of SSL connections
 
-2003-06-18 [paul]      0.9.0claws42
+       * src/plugins/image_viewer/Makefile.am
+               add OPENSSL_CFLAGS (we should find a better solution to remove
+               this dependencies if they are not required)
 
-       * sync with 0.9.2cvs2
-               see ChangeLog 2003-06-16
+       * src/plugins/spamassassin/spamassassin.c
+               remove setlocale workaround (fixed in libspamc)
 
-2003-06-17 [alfons]    0.9.0claws41
+       (closes Bug Bug 184 Entering non-ascii character deletes previous char
+        if spell checking enabled)
 
-       * src/procmsg.c
-               prevent threading problems when a node is an ancestor (parent / great parent),
-               which mostly happens with circular references (thanks to Phillipe Gramoullé
-               for finding an sample set of messages)
+2003-07-17 [alfons]    0.9.3claws19
 
-2003-06-16 [christoph] 0.9.0claws40
+       * src/common/hooks.[ch]
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/trayicon/trayicon.c
+               fix signedness muck 
 
-       * src/main.c
-               don't popup main window on --receive or --receive-all
+2003-07-17 [alfons]    0.9.3claws18
 
-       * src/mainwindow.[ch]
-       * src/plugins/trayicon/trayicon.c
-               allow hiding of main window by clicking on the trayicon
-               (doesn't work correctly in seperate window mode and may
-                cause unexpected GTK problems I couldn't find yet)
+       * src/procmime.c
+               plug memleak
 
-       * src/common/ssl.c
-               remove incorrect warning
+2003-07-17 [alfons]    0.9.3claws17
 
-2003-06-15 [alfons]    0.9.0claws39
+       * src/inc.c
+               plug memleak
 
-       * src/gtk/gtkstext.c
-               don't output debug text;
-               #ifdef out print_line() if not debugging (thanks to Martin Wicke
-               for pointing this out);
+2003-07-17 [paul]      0.9.3claws16
 
-2003-06-14 [alfons]    0.9.0claws38
-       
-       * src/messageview.c
-               remove printf() and make one if..else comply with coding style
+       * src/common/defs.h
+         src/mainwindow.c
+         src/manual.[ch]
+               add link to the Claws site's FAQ page, after the suggestion
+               and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
+               Move url strings to defs.h
+               
+       * src/mainwindow.c
+               fix typo to prevent "unknown menu entry" warnings
 
-2003-06-14 [alfons]    0.9.0claws37
+2003-07-17 [alfons]    0.9.3claws15
 
-       * AUTHORS
-               add Martin Wicke
-       * src/action.c
-       * src/messageview.[ch]
-       * src/summaryview.c
-               apply patch #754162 "Quoting messages filtered by actions" submitted
-               by Martin Wicke, which allows quoting message body changed by an
-               action (Thanks!).
+       * src/folderview.[ch]
+       * src/summaryview.[ch]
+       * src/mimeview.[ch]
+               plug DnD leaks 
 
-2003-06-13 [alfons]    0.9.0claws36
+2003-07-17 [paul]      0.9.3claws14
 
-       * src/utils.c
-               add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
-               use case insensitive regexp (suggested by Ivan Martinez)
+       * src/inc.c
+               remove two instances of 'GTK_EVENTS_FLUSH' because
+               they are unnecessary and probably cause a stack overflow
 
-2003-06-13 [christoph] 0.9.0claws35
+2003-07-16 [christoph] 0.9.3claws13
 
-       * configure.ac
-       * src/plugins/trayicon/Makefile.am
-       * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
-       * src/plugins/trayicon/trayicon.c
-       * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
-       * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
-       * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
-       * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
-       * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
-       * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
-               replace my own EggTrayIcon backport with the backport
-               used by (l|x)mule and gabber.
+       * src/mimeview.[ch]
+               use an invisible GTK notebook to switch between viewers
+               instead of reparenting widgets
 
-2003-06-13 [alfons]    0.9.0claws34
+2003-07-16 [christoph] 0.9.3claws12
 
-       * AUTHORS
-       * src/common/utils.c
-               add Aw: to list of reply prefixes (thanks to Martin Zwickel)
+       * src/folder.c
+               move folder_item_update_freeze() to correct place in
+               folder_item_scan_full()
 
-2003-06-13 [alfons]    0.9.0claws33
+2003-07-16 [paul]      0.9.3claws11
 
-       * src/compose.c
-               clean up a little bit
+       * sync with 0.9.3cvs12
+               see ChangeLog 2003-07-14 and 2003-07-15
 
-2003-06-12 [alfons]    0.9.0claws32
+2003-07-16 [christoph] 0.9.3claws10
 
-       * src/compose.c
-               const correctness fix
+       * src/imap.[ch]
+       * src/prefs_account.[ch]
+               sync IMAP CRAM-MD5 authentication with sylpheed-main
 
-       * src/common/sylpheed.[ch]
-               () -> (void)
-               prevent redef MIN/MAX
+2003-07-15 [alfons]    0.9.3claws9
+
+       * src/main.c
+               make --config-dir do something useful
+
+2003-07-15 [alfons]    0.9.3claws8
+
+       * src/procmsg.c
+               o fix a bug where 'last' didn't really point to the last message
+                 in the top level list of children, but to the last threaded
+                 message. 
                
-       * src/common/utils.[ch]
-               () -> (void)
+               o clean up and make it easier to sync
 
-2003-06-12 [melvin]    0.9.0claws31
+2003-07-15 [alfons]    0.9.3claws7
 
-       * src/compose.c
-               Updated to take into accounts changes in GtkAspell.
+       * src/mainwindow.c
+               make correct menu items sensitive       
 
-2003-06-12 [alfons]    0.9.0claws30
+2003-07-14 [alfons]    0.9.3claws6
 
-       * src/compose.c
        * src/procmsg.c
-       * src/common/utils.[ch]
-               handle reply subject prefixes better (initial 
-               suggestion by Robert Story adapted and enhanced 
-               using regexps)
+               tune the threader so it will not subject-thread any message
+               without a subject prefix (this will not thread correctly if 
+               a parent is delivered after their childs, but it looks 
+               better right now)
 
-2003-06-12 [melvin]    0.9.0claws29
+2003-07-13 [christoph] 0.9.3claws5
 
-       * src/compose.c
-               Use new gtkaspell_checkers_strerror() to get the speller's
-               error message instead of accessing the (now private)
-               checkers structure.
-               Minor code clean up
+       * src/mainwindow.c
+               group "Add mailbox *..." menu items in submenu
 
-       * src/main.c
-               Use #ifdef instead of #if for USE_ASPELL
-               Use the new spell checkers init/quit functions 
+2003-07-13 [alfons]    0.9.3claws4
 
-       * src/gtk/gtkaspell.c
-               Use #ifdef instead of #if for USE_ASPELL
-               Moved in the majority of GtkAspell structures that were
-               exported before by gtkaspell.h
+       * src/summaryview.c
+               correct summary_toggle_pressed() signature and make sure
+               signal is not passed on
+
+2003-07-13 [alfons]    0.9.3claws3
+
+       * src/summaryview.c
+               o for now don't pass on keys when they we're handled by 
+                 ctree::key_press_event
+               o clean up
+
+2003-07-13 [alfons]    0.9.3claws2
        
-       * src/gtk/gktaspell.h
-               Made gtkaspell.h contain only the necessary data to be
-               publicized by moving many structures to gtkaspell.c.
-               Enclosed all the declaration in a #ifdef USE_ASPELL #endif
-               gtkaspell_checkers_new(): replaced by...
-               gtkaspell_checkers_init(): new function for initialization
-               gtkaspell_checkers_delete(): replaced by...
-               gtkaspell_checkers_quit(): new function
-               gtkaspell_checkers_strerror(): new function that returns
-               the checker's last error message.
-               
-2003-06-11 [melvin]    0.9.0claws28
+       * src/main.c
+               add command line option "--config-dir" to get the current 
+               configuration dir
 
-       * po/POTFILES.in
-               Updated to take into account gtkaspell.c migration to
-               ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
+2003-07-12 [alfons]    0.9.3claws1
 
-2003-06-10 [alfons]    0.9.0claws27
+       * src/matcher.[ch]
+       * src/matcher_parser_parse.y
+       * src/prefs_filtering.c
+       * src/filtering.c
+               add "Lock" filter action to lock messages;
 
-       * src/filtering.[ch]
-       * src/folder.c
-       * src/matcher.c
-       * src/scoring.[ch]
-               - try fixing bug #18 (any brave testers?)
-               - add more robustness by refusing previously 
-                 unchecked NULL pointers 
+       * src/filtering.c       
+               remove debug_print()    
+       * src/prefs_filtering.c
+               re-organize matcher part 9: 
+               make action text entries easily extendible;
+               merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
+               ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
 
-2003-06-10 [alfons]    0.9.0claws26
+2003-07-12 [paul]
 
-       * src/procmsg.c
-               fix bug #176 by don't checking MsgInfos with a NULL msgid 
+       * tools/README
+               update old information and add missing
+               information
 
-2003-06-09 [alfons]    0.9.0claws25
+2003-07-12 [paul]      0.9.3claws
 
-       * src/prefs_common.c
-               fix bug #163 "Icon switching doesnt work properly" by 
-               preventing early freeing of prefs_common.pixmap_theme_path.
+       * 0.9.3claws released
+       
+2003-07-12 [paul]      0.9.0claws103
 
-2003-06-09 [christoph] 0.9.0claws24
+       * src/Makefile.am
+               add addrquery.h
 
-       * src/gtk/gtkaspell.c
-               revert Thorsten's fix and add forgotten g_strdup for
-               aspell path (it should not be possible to alter the path a
-               GtkASpell uses from outside)
+2003-07-12 [melvin]    0.9.0claws102
 
-2003-06-09 [thorsten]  0.9.0claws23
+       * src/messageview.c
+               Fixed bug #215: Show MIME tab for single text/html messages. 
+               
+2003-07-12 [paul]      0.9.0claws101
 
-       * src/gtk/gtkaspell.c
-               dont free prefs_common.aspell_path when closing compose
+       * man/sylpheed.1
+               updated
 
-2003-06-08 [colin]     0.9.0claws22
+2003-07-12 [paul]      0.9.0claws100
 
-       * src/plugins/spamassassin/spamassassin.c
-               fix prefs types
+       * po/es.po
+         po/hr.po
+         po/pl.po
+         po/sr.po
+               update Spanish, Croatian, Polish, Serbian translations.
+               submitted by Ricardo Mones Lastra, Dragan, Witold
+               Wladyslaw Wojciech Wilk, Urke MMI
 
-2003-06-07 [christoph] 0.9.0claws21
+2003-07-12 [melvin]    0.9.0claws99
 
-       * src/Makefile.am
-       * src/compose.c
-       * src/gtkaspell.[ch]            ** REMOVE **
-       * src/gtk/Makefile.am
-       * src/gtk/gtkaspell.[ch]        ** NEW **
-               o make gtkaspell independent from sylpheed's prefs
-               o move gtkaspell.[ch] to gtk directory
+       * po/fr.po
+               Updated French translations.
 
-2003-06-07 [christoph] 0.9.0claws20
+2003-07-12 [paul]      0.9.0claws98
 
-       * src/Makefile.am
-       * src/crash.c
-       * src/export.c
-       * src/filesel.[ch]              ** REMOVE **
-       * src/folder.c
-       * src/main.[ch]
-       * src/common/sylpheed.[ch]
-       * src/gtk/Makefile.am
-       * src/gtk/filesel.[ch]          ** NEW **
-       * src/gtk/pluginwindow.c
-       * src/gtk/sslcertwindow.c
-               move filesel.[ch] to gtk directory
+       * src/addressbook.c
+               disable 'Lookup' button as it has no effect
 
-2003-06-07 [alfons]    0.9.0claws19
+2003-07-11 [alfons]    0.9.0claws97
+       
+       * src/summaryview.c
+               summary_searchbar_pressed() should return TRUE to signal that
+               event was handled. when returning void, the return value passed
+               to GTK is actually random, but maybe FALSE, in which case the
+               event is handled by parent
+               
+2003-07-10 [paul]      0.9.0claws96
 
-       * src/filesel.c
-               make (multi) file selection dialog work again (Claws-only)
+       * ac/missing/gettext.m4
+               update to version 0.12
 
-2003-06-07 [thorsten]  0.9.0claws18
+2003-07-10 [paul]      0.9.0claws95
 
-       * po/de.po
-               fix typos
+       * src/plugins/clamav/clamav_plugin.c
+               fix bug where multipart/alternative messages
+               would slip through without being scanned
 
-2003-06-07 [alfons]    0.9.0claws17
+2003-07-10 [christoph] 0.9.0claws94
 
-       * configure.ac
-       * src/mimeview.c
-               detect apache mishap in which case don't include fnmatch.h
-               if regex.h is already included
+       * src/folder.c
+               correct check if folder supports removing when a message is
+               moved. if not the message is only copied.
 
-2003-06-06 [christoph] 0.9.0claws16
+       (closes Bug 132 crash on startup in newsgroups folders)
+
+2003-07-09 [alfons]    0.9.0claws93
 
        * configure.ac
-       * src/mimeview.h
-               add check for fnmatch.h and include it when available
+       * src/common/defs.h
+               --with-config-dir (default .sylpheed)
 
-       * src/mimeview.[ch]
-               fix wrong case sensitivity of Content-Types
+2003-07-09 [christoph] 0.9.0claws92
 
-       * src/gtk/Makefile.am
-               need the same include paths in gtk directory as in
-               common directory because .h files in common can
-               include files from these directories, when included
-               in gtk's .h or .c files
+       * configure.ac
+               use PKG_CHECK_MODULES to check for gtkmathview
+               (version 0.4.2 now required)
 
-2003-06-06 [alfons]    0.9.0claws15
+2003-07-08 [melvin]    0.9.0claws91
 
-       * src/mimeview.c
-       * src/summaryview.c
-               make it compile again because of regex.h / fnmatch.h 
-               include problems (related to recent mime stuff, can
-               someone check this?)
+       * src/action.c
+               Implemented a progress bar that counts the number of completed
+               tasks when the action runs more than one command.
 
-2003-06-06 [thorsten]  0.9.0claws14
+2003-07-08 [alfons]    0.9.0claws90
 
-       * src/folderview.c
-               possible use of uninitialized pointer while dragging
+       * src/procmsg.c
+               if queued message has an invalid Message-Id, don't try to
+               find message it refers to (fixes #209 "crash when processing 
+               in folder")
 
-2003-06-06 [paul]      0.9.0claws13
+2003-07-08 [paul]      0.9.0claws89
 
-       * src/compose.c
-               fix bug where the insert sig button would be effective
-               only when auto_sig was set
+       * sync with 0.9.3cvs2
+               see ChangeLog 2003-07-08
 
-2003-06-06 [paul]      0.9.0claws12
+2003-07-08 [match]     0.9.0claws88
 
-       * sync with 0.9.2 release
+       * src/ldapctrl.c
+               extend LDAP search for first/last name by parsing search term.
 
-2003-06-02 [paul]      0.9.0claws11
+2003-07-08 [alfons]    0.9.0claws87
 
-       * sync with 0.9.1cvs1
-               see ChangeLog 2003-06-02
-               
-       * po/de.po
-               update by Jens
+       * src/send_message.c
+               fix bug #208 "Status message stuck when sending on POP3 account"
 
-2003-06-01 [christoph] 0.9.0claws10
+2003-07-07 [paul]      0.9.0claws86
 
-       * src/account.c
-               don't use substring search to find accounts by email address
+       * po/hr.po
+               new Croatian translation, submitted by
+               Dragan <drleskov@inet.hr>
 
-       (closes Bug 169 Overly loose matching of "From" address)
+2003-07-07 [paul]      0.9.0claws85
 
-2003-05-31 [christoph] 0.9.0claws9
+       * sync with 0.9.3cvs1
+               see ChangeLog 2003-07-07
 
-       * doc-src/rfc2683.txt
-       * src/imap.c
-               limit IMAP command length as recommended in RFC2683
-               (message number lists will be split into multiple imap
-               sets, the limit of 1000 octets is not a hard limit)
+2003-07-05 [christoph] 0.9.0claws84
 
-       (closes Bug 161 sylpheed-claws exits with segfault when logging
-        in to certain imap-servers)
+       * src/Makefile.am
+       * src/messageview.c
+       * src/mimeview.[ch]
+       * src/stock_pixmap.[ch]
+       * src/pixmaps/messageview_text.xpm              ** NEW **
+               move mimeview tabs to the right side and use icons
+               instead of text to save some space
 
-2003-05-29 [alfons]    0.9.0claws8
+       (patch by Luke Plant <lukeplant@softhome.net>)
 
-       * src/toolbar.[ch]
-               add print button (calling summary_print());
-               fine tune setting tooltip text;
-               (if someone needs other buttons, please take these 
-               commits as a guide, instead of bothering us - also
-               see 0.8.11claws150) 
+2003-07-05 [christoph] 0.9.0claws83
 
-2003-05-29 [darko]     0.9.0claws7
+       * src/inc.c
+               add NULL pointer checks
 
-       * src/compose.c
-               fix crash when word wrapping kicks in due to
-               changed text by spell checker
+       (patch by Luke Plant <lukeplant@softhome.net>)
+       (closes Bug 204 0.9.0 quits on authentication error?!)
 
-2003-05-29 [paul]      0.9.0claws6
+2003-07-05 [alfons]    0.9.0claws82
 
-       * src/compose.c
-               fix bug where changing account would insert
-               sig even if auto_sig was FALSE
-               
-       * ChangeLog
-         ChangeLog.jp
-         INSTALL
-               sync with 0.9.1 release
+       * configure.ac
+               take the clue in bug #202 "./configure script - 
+               'if test' comparison failure" reported by John Kristoff. 
 
-2003-05-28 [christoph] 0.9.0claws5
+2003-07-04 [christoph] 0.9.0claws81
 
-       * src/imap.c
-               fix truncation of too long commands
+       * src/plugins/spamassassin/spamassassin.c
+               set timeout for spam check
 
-       (closes Bug 167 IMAP hangs trying to get envelope
-        information in imap_get_uncached_messages)
+2003-07-04 [christoph] 0.9.0claws80
 
-2003-05-27 [paul]      0.9.0claws4
+       * src/main.c
+               destroy all FolderItems when shutting down to
+               allow folders to clean up
 
-       * tools/Makefile.am
-         tools/maildir2sylpheed.pl     ** NEW FILE **
-               add kmail to sylpheed mailbox conversion script
+2003-07-04 [melvin]    0.9.0claws79
 
-2003-05-27 [paul]      0.9.0claws3
+       * src/gtk/gtkaspell.c
+               Fixed bug #184 "Entering non-ascii character deletes
+               previous char if spell checking enabled": this makes
+               the spell checking in multibytes (e.g. UTF-8)locales work.
+               (Patch by Luke Plant).
+               
+2003-07-04 [christoph] 0.9.0claws78
 
-       * sync with 0.9.0cvs10
-               see ChangeLog 2003-05-26
+       * sync with 0.9.2cvs1
+               see ChangeLog 2003-06-10
 
-2003-05-26 [paul]      0.9.0claws2
+2003-07-04 [paul]      0.9.0claws77
 
-       * sync with 0.9.0cvs9
-               see ChangeLog 2003-05-26
+       * sync with 0.9.3 release
+               see ChangeLog 2003-07-04
 
-2003-05-24 [paul]      0.9.0claws1
+2003-07-03 [christoph] 0.9.0claws76
 
-       * sync with 0.9.0cvs8
-               see ChangeLog 2003-05-23
+       * src/folder.[ch]
+       * src/imap.c
+       * src/mbox_folder.c
+       * src/mh.c
+       * src/news.c
+               move folder_item_get_path() stuff into a folder virtual function
 
-2003-05-24 [paul]      0.9.0claws
+       * src/procmsg.c
+               use folder_item_fetch_msg() to get message and do not contruct
+               the filename from path and number
 
-       * version 0.9.0claws released
+2003-07-03 [paul]      0.9.0claws75
 
-2003-05-24 [paul]      0.8.11claws177
+       * sync with 0.9.2cvs12
+               see ChangeLog 2003-07-03
 
-       * src/plugins/dillo-viewer/Makefile.am
-         src/plugins/traycon/Makefile.am
-               add missing files
-               
-       * po/bg.po
-         po/en_GB.po
-         po/es.po
-         po/it.po
-         po/pt_BR.po
-         po/ru.po
-         po/sr.po
-               update Bulgarian, British English, Spanish, Italian, 
-               Brazilian Portuguese, Russian, and Serbian translations, 
-               submitted by George Danchev, [me], Ricardo Mones Lastra,
-               André Filipe de Assunção e Brito, Alessandro Maestri, 
-               Ruslan N. Balkin, and Urke MMI
+2003-07-02 [paul]      0.9.0claws74
 
-2003-05-23 [melvin]    0.8.11claws176
+       * src/messageview.c
+               fix text-selection for replying
 
-       * po/fr.po
-               Updated French translations
+2003-07-02 [paul]      0.9.0claws73
 
-2003-05-22 [paul]      0.8.11claws175
+       * sync with 0.9.2cvs11
+               see ChangeLog 2003-07-02
 
-       * src/Makefile.am
-         src/addrbook.[ch]
-         src/addrcache.[ch]
-         src/addr_compl.[ch]
-         src/adressbook.[ch]
-         src/addrindex.[ch]
-         src/addritem.[ch]
-         src/editaddress.c
-         src/editgroup.c
-         src/editldap_basedn.c
-         src/editldap.c
-         src/jpilot.c
-         src/vcard.c
-               revert to get ldap into it previous working state
-               
-       * po/zh_TW.Big5.po
-               new Taiwanese translation,
-               submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
+2003-07-02 [paul]      0.9.0claws72
 
-2003-05-22 [christoph] 0.8.11claws174
+       * src/procmsg.c
+               revert last commit because it breaks more
+               than it fixes
 
-       * src/plugins/spamassassin/libspamc.[ch]
-               sync libspamc with SpamAssaain release 2.55
+2003-07-02 [paul]      0.9.0claws71
 
-2003-05-22 [paul]      0.8.11claws173
+       * src/procmsg.c
+               fix thread by subject/sort by date
 
-       * sync with 0.9.0cvs7
-               see ChangeLog 2003-05-22
-               
-       * src/summaryview.c
-               revert change in 0.8.11claws172: follow
-               Hiroyuki's decision and that's the end of it.
+2003-07-01 [paul]      0.9.0claws70
 
-2003-05-21 [paul]      0.8.11claws172
+       * sync with 0.9.2cvs10
+               see ChangeLog 2003-07-01
 
-       * src/summaryview.c
-               fix discrepency between open_unread_on_enter
-               and always_show_msg
+2003-06-30 [paul]      0.9.0claws69
 
-2003-05-21 [paul]      0.8.11claws171
+       * sync with 0.9.2cvs9
+               see ChangeLog 2003-06-30
 
-       * sync with 0.9.0cvs6
-               see ChangeLog 2003-05-21
+2003-06-28 [match]     0.9.0claws68
 
-2003-05-21 [paul]      0.8.11claws170
+       * src/addressbook.c
+               fix null ptr.
 
-       * sync with 0.9.0cvs5
-               see ChangeLog 2003-05-21
+2003-06-27 [paul]      0.9.0claws67
 
-2003-05-20 [paul]      0.8.11claws169
+       * sync with 0.9.2cvs7
+               see ChangeLog 2003-06-27
 
-       * sync with 0.9.0cvs4
-               see ChangeLog 2003-05-20
-               fixes bug #152, 'encoding of IMAP folders names'
+2003-06-26 [christoph] 0.9.0claws66
 
-2003-05-20 [paul]      0.8.11claws168
+       * src/folder.c
+               freeze folder updates while a folder is scanned
 
-       * sync with 0.9.0cvs3
-               see ChangeLog 2003-05-20
-               
-       * src/tools/convert_mbox.pl
-               minor change in the comments, submitted by Fred Marton
+       (closes Bug 185 New message counter)
 
-2003-05-19 [paul]      0.8.11claws167
+2003-06-26 [darko]     0.9.0claws65
 
-       * src/plugins/clamav/Makefile.am
-         configure.ac
-               link clamav_lib to the plugin and not to the main program
+       * src/ldapserver.c
+               fix infinite loop when adding a new LDAP server
 
-2003-05-19 [christoph]
+2003-06-26 [paul]      0.9.0claws64
 
-       * src/Makefile.am
-               add -export-dynamic for linking
+       * sync with 0.9.2cvs6
+               see ChangeLog 2003-06-26
 
-2003-05-19 [paul]      0.8.11claws166
+2003-06-26 [paul]      0.9.0claws63
 
-       * sync with 0.9.0cvs1
-               see ChangeLog 2003-05-19
+       * sync with 0.9.2cvs5
+               see ChangeLog 2003-06-25 and 2003-06-26
 
-2003-05-19 [paul]      0.8.11claws165
+2003-06-25 [match]     0.9.0claws62
 
-       * src/inc.c
-               fix 'pop before smtp' timeout
+       * src/addr_compl.c
+               Fixed tab/backtab for dropped-down completion list to
+               move next/previous field. (close bug 147)
 
-2003-05-18 [alfons]    0.8.11claws164
+2003-06-25 [christoph] 0.9.0claws61
 
-       * src/prefs_matcher.c
-               put "execute" action command line ("expression") in edit box
+       * src/addr_compl.[ch]
+       * src/addrindex.[ch]
+       * src/folderview.c
+       * src/inc.c
+       * src/news.c
+       * src/summaryview.c
+       * src/toolbar.c
+               fix warnings
 
-2003-05-18 [christoph] 0.8.11claws163
+2003-06-25 [leandro]   0.9.0claws60
 
-       * src/mimeview.[ch]
-       * src/plugins/dillo_viewer/dillo_viewer.c
-       * src/plugins/image_viewer/viewer.c
-       * src/plugins/mathml_viewer/mathml_viewer.c
-               let a viewer have a list of Content-Types
+       * src/compose.c
+               o cleanups
+               o gray out "Message/Remove references" menu item if not
+                 replying to a message
 
-2003-05-18 [paul]      0.8.11claws162
+2003-06-24 [leandro]   0.9.0claws59
 
-       * src/prefs_filtering.c
-               add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
-               and REDIRECT actions
+       * src/compose.[ch]
+               o removed "Message/Create new thread" menu item
+               o added "Message/Remove references" menu item
+                 (it's off by default and will not check anymore
+                  if the subject changed)
 
-2003-05-17 [christoph]
+2003-06-23 [alfons]    0.9.0claws58
 
-       * README.claws
-               o remove dynamic signatures that was syned with main
-               o add infos about no longer "build in" image viewer
-               o update bugtracker URL
+       * src/procmsg.c
+               try better grouping messages threaded by subject based on their age.
+               still not perfect - because the message tree is not sorted by date.  
 
-2003-05-17 [christoph] 0.8.11claws161
+2003-06-23 [thorsten]  0.9.0claws57
 
-       * src/folder.c
-       * src/folderview.c
-       * src/imap.c
-               don't use imap_scan_folder anymore. Instead call folder_item_scan
-               for every folder after rebuilding the folder tree.
+       * src/pop.[ch]
+               added mail_receive_hook to allow modifications
+               directly after retrieval (e.g. adding headers).
 
-       (closes Bug 19 imap_scan_folder() computes incorrectly number of new
-        messages)
+2003-06-23 [paul]      0.9.0claws56
 
-2003-05-17 [christoph] 0.8.11claws160
+       * src/sourcewindow.c
+                enable the use of Ctrl+A to select all text in
+                the sourcewindow
+                Patch submitted by Ivan Francolin Martinez
+                <ivanfm@users.sourceforge.net>
 
-       * src/imap.c
-               don't use STATUS command on current folder to check for
-               content changes. imap_cmd_ok() now tracks changes to
-               folder and number of existing messages.
+2003-06-22 [christoph] 0.9.0claws55
 
-2003-05-17 [paul]      0.8.11claws159
+       * src/folder.[ch]
+               o add notification hook for folder tree changes
+               o invoke hooks after folder tree scanning
 
-       * src/plugins/clamav/clamav_plugin.c
-               remove unnecessary debug_print
+       * src/folderview.[ch]
+               register hook for folder tree changes that
+               updates the ctree
 
-2003-05-16 [thorsten]  0.8.11claws158
+       (there are more places that should be updated, like add, remove 
+        or move folder)
 
-       * src/plugins/demo.c
-               included missing intl.h
+       (closes Bug 164 Crash on rebuild folder tree)
+       (closes Bug 190 Crash on 'rebuilding folder tree')
 
-2003-05-16 [paul]      0.8.11claws157
+2003-06-21 [leandro]   0.9.0claws54
 
-       * po/POTFILES.in
-               remove non-existant entries
-       
-       * src/plugins/clamav/clamav_plugin.c
-         src/plugins/clamav/clamav_plugin_gtk.c
-         src/plugins/dillo_viewer/dillo_prefs.c
-         src/plugins/dillo_viewer/dillo_viewer.c
-               gettextise
+       * src/compose.[ch]
+               create a new thread if subject changes
+               (it's on by default, can be disabled in Message menu)
 
-2003-05-16 [christoph] 0.8.11claws156
+2003-06-21 [alfons]    0.9.0claws53
 
-       * po/POTFILES.in
-               include plugin .c files for translation until I
-               find a better solution to have plugins have their
-               own textdomain
-       * src/plugins/demo/demo.c
-       * src/plugins/image_viewer/plugin.c
-       * src/plugins/mathml_viewer/mathml_viewer.c
-       * src/plugins/spamassassin/spamassassin.c
-       * src/plugins/spamassassin/spamassassin_gtk.c
-       * src/plugins/trayicon/trayicon.c
-               add gettext macros for plugin name and description
+       * src/summaryview.c
+               quiet little compiler
 
-2003-05-16 [paul]
+2003-06-21 [christoph] 0.9.0claws52
 
-       * sync with 0.9.0
+       update gettext stuff to version 0.12
 
-2003-05-16 [paul]      0.8.11claws155
+2003-06-19 [alfons]    0.9.0claws51
 
-       * sync with lastest 0.9.0pre1
-               see ChangeLog 2003-05-16
+       * src/common/log.c
+       * src/common/plugin.c
+               move defs.h before glib.h to prevent MIN/MAX redefs
 
-2003-05-15 [paul]      0.8.11claws154
+2003-06-19 [alfons]
 
-       * sync with latest 0.9.0pre1
-               see ChangeLog 2003-05-14 and 2003-05-15
+       * src/addressbook.c
+               translatable
 
-2003-05-14 [christoph] 0.8.11claws153
+2003-06-19 [match]     0.9.0claws50
 
-       * src/plugins/image_viewer/viewer.c
-       * src/plugins/image_viewer/viewer.glade         ** NEW **
-       * src/plugins/image_viewer/viewerprefs.c
-               make it possible to disable the autoload function in the
-               imageviewer again
+       * src/addressbook.[ch]
+       * src/addrindex.[ch]
+       * src/addr_compl.[ch]
+       * src/editldap.[ch]
+       * src/editldap_basedn.[ch]
+       * src/addritem.[ch]
+       * src/ldapquery.h
+               re-implemented dynamic LDAP search. works without
+               slowdown on display sender with addressbook
+               option.
+       * src/addrbook.c
+               documented code.
 
-2003-05-14 [christoph] 0.8.11claws152
+2003-06-19 [paul]      0.9.0claws49
 
-       * src/folder.c
-               fix folder update after adding a message
+       * src/compose.c
+               fix Bug #136 'Nonprovided quotation marks crash claws'
+               patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
 
-2003-05-13 [alfons]    0.8.11claws151
+2003-06-19 [alfons]    0.9.0claws48
 
-       * src/common/session.c
-               remove debug traces
-               
-       * src/addrcache.[ch]
-       * src/filtering.[ch]
-       * src/folder.[c]
-       * src/gtkaspell.[ch]
-       * src/imap.[ch]
-       * src/mbox_folder.[ch]
-       * src/mh.[ch]
-       * src/mimeview.h
-       * src/msgcache.[ch]
-       * src/news.[ch]
-       * src/passphrase.[ch]
        * src/prefs_common.[ch]
-       * src/prefs_gtk.[ch]
        * src/procmsg.c
-       * src/scoring.[ch]
-               be pedantic; (in prototypes () implies (int))
+               restrict threading by subject by checking thread for
+               age (prefs_common.thread_by_subject_max_age)
 
-2003-05-13 [alfons]    0.8.11claws150
+2003-06-18 [christoph] 0.9.0claws47
 
-       * src/prefs_toolbar.[ch]
-       * src/summaryview.[ch]
-       * src/toolbar.[ch]
-               change misleading text in toolbar prefs;
-               add toolbar action for ignore thread (toggles ignore thread flag);
-               clean up a little bit;
+       * src/imap.c
+               fix memory leak in imap_cmd_fetch()
 
-2003-05-12 [paul]
+2003-06-18 [christoph] 0.9.0claws46
 
-       * tools/convert_mbox.pl
-               bug fixed by Fred Marton
+       * src/prefs_gtk.c
+               fix memory leak in prefs_set_default() when used multiple
+               times or after prefs have been read
 
-2003-05-12 [paul]
+2003-06-18 [christoph] 0.9.0claws45
 
-       * sync with 0.9.0pre1
+       * src/common/plugin.c
+               fix memory leak in plugin_unload()
 
-2003-05-09 [paul]      0.8.11claws149
+2003-06-18 [christoph] 0.9.0claws44
 
-       * sync with 0.8.11cvs43
-               see ChangeLog 2003-05-09
+       * src/imap.c
+               fix memory leak in imap_cmd_ok()
 
-2003-05-08 [christoph] 0.8.11claws148
+2003-06-18 [christoph] 0.9.0claws43
 
-       * src/imap.[ch]
-               o use CAPABILIY as first command and check for PREAUTH
-                 information in the response to it
-               o rewrite all imap_cmd_* functions to use an IMAPSession
-                 instead of a SockInfo as parameter
-               o do STARTTLS after fetching and checking the server
-                 capabilities
+       * src/folder.c
+               stop messages that are downloaded from POP3 and added to
+               an IMAP inbox from being filtered twice (first by POP3
+               and again when IMAP folder is scaned to get the UID of
+               the APPEND operation when no UIDPLUS is available)
 
-2003-05-08 [paul]      0.8.11claws147
+2003-06-18 [alfons]
 
        * tools/Makefile.am
-         tools/README
-         tools/convert_mbox.pl         ** NEW FILE **
-               add mbox conversion script. Submitted by 
-               Fred Marton <Fred.Marton@uni-bayreuth.de>
+               phoenix <- firebird     
 
-2003-05-07 [christoph]
+2003-06-18 [paul]
 
-       * doc-src/glade.txt
-       * src/gtk/pluginwindow.glade
-       * src/plugins/image_viewer/viewerprefs.glade
-       * src/plugins/spamassassin/spamassassin_gtk.glade
-               add glade files for user interfaces and a description how
-               to use glade to create the sylpheed code
+       * tools/launch_phoenix          ** REMOVED **
+         tools/launch_firebird         ** NEW **
+               renamed and edited to reflect the browser's name change from
+               'phoenix' to 'firebird'
 
-2003-05-07 [paul]      0.8.11claws146
+2003-06-18 [paul]      0.9.0claws42
 
-       * sync with 0.8.11cvs41
-               see ChangeLog 2003-05-07
+       * sync with 0.9.2cvs2
+               see ChangeLog 2003-06-16
 
-2003-05-06 [christoph] 0.8.11claws145
+2003-06-17 [alfons]    0.9.0claws41
 
-       * src/main.c
-       * src/plugins/image_viewer/viewer.c
-               fix usage of imlib in imageviewer plugin
+       * src/procmsg.c
+               prevent threading problems when a node is an ancestor (parent / great parent),
+               which mostly happens with circular references (thanks to Phillipe Gramoullé
+               for finding an sample set of messages)
 
-       * src/gtk/prefswindow.c
-               handle window close event correctly
+2003-06-16 [christoph] 0.9.0claws40
 
-2003-05-06 [paul]      0.8.11claws144
+       * src/main.c
+               don't popup main window on --receive or --receive-all
 
-       * src/common/ssl.c
-               fix typo introduced in sync
+       * src/mainwindow.[ch]
+       * src/plugins/trayicon/trayicon.c
+               allow hiding of main window by clicking on the trayicon
+               (doesn't work correctly in seperate window mode and may
+                cause unexpected GTK problems I couldn't find yet)
 
-2003-05-06 [paul]      0.8.11claws143
+       * src/common/ssl.c
+               remove incorrect warning
 
-       * sync with 0.8.11cvs39
-               see ChangeLog 2003-05-06
+2003-06-15 [alfons]    0.9.0claws39
 
-2003-05-06 [paul]      0.8.11claws142
+       * src/gtk/gtkstext.c
+               don't output debug text;
+               #ifdef out print_line() if not debugging (thanks to Martin Wicke
+               for pointing this out);
 
-       * AUTHORS
-         po/cs.po
-               updated Czech translation, submitted by 
-               Radek Vybiral <Radek.Vybiral@vsb.cz>
-               
-       * src/plugins/clamav/clamav_plugin_gtk.c
-               clean up
+2003-06-14 [alfons]    0.9.0claws38
+       
+       * src/messageview.c
+               remove printf() and make one if..else comply with coding style
 
-2003-05-03 [alfons]    0.8.11claws141
+2003-06-14 [alfons]    0.9.0claws37
 
-       * src/compose.[ch]
-               make paste as quotation work even when the call to 
-               text_inserted() was deferred (fixes bug #140 "Paste 
-               as quotation does not work when using "external" 
-               clipboard")
+       * AUTHORS
+               add Martin Wicke
+       * src/action.c
+       * src/messageview.[ch]
+       * src/summaryview.c
+               apply patch #754162 "Quoting messages filtered by actions" submitted
+               by Martin Wicke, which allows quoting message body changed by an
+               action (Thanks!).
 
-2003-05-03 [thorsten]  0.8.11claws140
+2003-06-13 [alfons]    0.9.0claws36
 
-       * src/addrquery.h
-         src/ldapquery.h
-         src/mainwindow.c
-               removed C++ comments
-       * src/addr_compl.c
-               function with non-int retval/param used before
-               implementation/declaration
+       * src/utils.c
+               add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
+               use case insensitive regexp (suggested by Ivan Martinez)
 
-2003-05-02 [paul]      0.8.11claws139
+2003-06-13 [christoph] 0.9.0claws35
 
-       * src/addr_compl.[ch]
-         src/addressbook.[ch]
-         src/addrindex.c
-         src/summaryview.c
-               revert match's changes to (finally) remove the bug where
-               opening a folder causes massive slowdown when using the 
-               'Display sender using address book' option
-
-2003-05-01 [melvin]    0.8.11claws138
-
-       * src/plugins/dillo_viewer/dillo_prefs.[ch]
-       * src/plugins/dillo_viewer/dillo_viewer.c
-               Fixed bug where "Cancel" button from prefs issued
-               warnings.
-               Comply a little more to coding style
-
-2003-05-01 [paul]      0.8.11claws137
-
-       * sync with 0.8.11cvs38
-               see ChangeLog 2003-05-01
-
-2003-05-01 [paul]      0.8.11claws136
-
-       * po/bg.po
-               updated by George Danchev
-
-2003-04-30 [christoph] 0.8.11claws135
-
-       * src/plugins/dillo_viewer/dillo_prefs.c
-       * src/plugins/image_viewer/viewerprefs.c
-       * src/plugins/spamassassin/spamassassin_gtk.c
-               remove gtk_widget_ref() calls for widgets in
-               glade code
-
-2003-04-30 [paul]      0.8.11claws134
-
-       * src/addrindex.c
-               ok, this time a better fix for the bug where opening folder
-               has massive slowdown when using the 'Display sender using 
-               address book' option
-
-2003-04-30 [paul]      0.8.11claws133
-
-       * src/addrindex.c
-               revert the 'fix' of 0.8.11claws128 because it doesn't fix it
-       
-2003-04-30 [melvin]    0.8.11claws132
-
-       New: Dillo plugin preferences (patch by Dimitar Haralanov)
-
-       * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
-               Preferences for the dillo plugin
-       * src/plugins/dillo_viewer/dillo_viewer.c
-               Support for preferences
-       * src/plugins/dillo_viewer/Makefile.am
-               Added dillo_prefs.[ch]
-
-2003-04-30 [alfons]    0.8.11claws131
-
-       * src/common/plugin.[ch]
-               see? this ANSI C'fication immediately gives us type
-               checking for free.
-
-2003-04-30 [alfons]    0.8.11claws130
-
-       * src/common/plugin.[ch]
-       * src/plugins/clamav/clamav_plugin.[ch]
-       * src/plugins/clamav/clamav_plugin_gtk.c
-       * src/plugins/demo/demo.c
-       * src/plugins/dillo_viewer/dillo_viewer.c
-       * src/plugins/image_viewer/plugin.c
-       * src/plugins/image_viewer/viewer.[ch]
-       * src/plugins/image_viewer/viewerprefs.[ch]
-       * src/plugins/mathml_viewer/mathml_viewer.c
-       * src/plugins/spamassassin/spamassassin.[ch]
-       * src/plugins/spamassassin/spamassassin_gtk.c
-       * src/plugins/trayicon/trayicon.c
-               clean up
-
-2003-04-30 [alfons]    0.8.11claws129
-
-       * src/common/utils.c
-               make is_ascii_str() fail gracefully when NULL pointer
-               is passed
-
-2003-04-30 [paul]      0.8.11claws128
-
-       * src/addrindex.c
-               fix bug where opening folder has massive slowdown when
-               using the 'Display sender using address book' option
-
-2003-04-30 [paul]      0.8.11claws127
-
-       * src/plugins/clamav/clamav_plugin.c
-         src/plugins/clamav/clamav_plugin_gtk.c
-         src/plugins/demo/demo.c
-         src/plugins/dillo_viewer/dillo_viewer.c
-         src/plugins/image_viewer/plugin.c
-         src/plugins/mathml_viewer/mathml_viewer.c
-         src/plugins/spamassassin/spamassassin.c
-         src/plugins/spamassassin/spamassassin_gtk.c
-         src/plugins/trayicon/trayicon.c
-               get rid of eye-hurting function signatures
-
-2003-04-30 [paul]      0.8.11claws126
-
-       * src/plugins/trayicon/trayicon.c
-               add description
-               
-       * src/mimeview.c
-               be more descriptive
-
-2003-04-30 [paul]      0.8.11claws125
-
-       * configure.ac
-               arrange the plugins in reverse alphabetical order
-               
-       * src/plugins/clamav/clamav_plugin.[ch]
-         src/plugins/clamav/clamav_plugin_gtk.c
-               rename some params
-               resize max_size window
-               re-arrange the order of some gui elements
-               improve descriptions
-       
-       * src/plugins/image_viewer/plugin.c
-         src/plugins/mathml_viewer/mathml_viewer.c
-               add descriptions
-               
-       * src/plugins/spamassassin/spamassassin_gtk.c
-               resize max_size window
-               re-arrange the order of some gui elements
-               
-       * src/messageview.c
-         src/mimeview.c
-               correct typos
-
-2003-04-30 [alfons]    0.8.11claws124
-
-       * src/imap.c
-               fix a leak found while browsing Martin Kluge's 
-               valgrind log (Claws only)
-
-2003-04-29 [darko]     0.8.11claws123
-
-       * src/gtk/gtkstext.h
-               include wchar.h if it is available, fixes compilation
-               on HP-UX systems
-
-2003-04-29 [melvin]    0.8.11claws122
-
-       * src/prefs_actions.c
-               Improved help text of Actions' syntax
-
-2003-04-28 [paul]      0.8.11claws121
-
-       * src/action.c
-               a better fix for the crash when performing an action
-               on a mime part
-
-2003-04-28 [paul]      0.8.11claws120
-
-       * src/action.c
-               fix crash when performing an action on a
-               mime part
-
-2003-04-28 [paul]      0.8.11claws119
-
-       * sync with 0.8.11cvs36
-               see ChangeLog 2003-04-28
-
-2003-04-27 [paul]      0.8.11claws118
-
-       * more sync with 0.8.11cvs35
-               see ChangeLog 2003-04-25
-
-2003-04-26 [christoph] 0.8.11claws117
-
-       * src/folder.c
-               fix remove virtual check
-
-2003-04-26 [paul]      0.8.11claws116
-
-       * src/messageview.c
-               fix return-receipt, make it work again
-
-2003-04-26 [paul]      0.8.11claws115
-
-       * src/mimeview.c
-               restore double-clicking of the [application/pgp-signature 
-               (Select "Check signature" to check)] line in the message view,
-               broken in recent sync
-
-2003-04-26 [christoph] 0.8.11claws114
-
-       * src/folder.c
-               check if remove virtual really exists before
-               calling the function
-
-2003-04-25 [match]     0.8.11claws113
-
-       * src/addrindex.c
-       * src/addrbook.c
-       * src/ldapquery.[ch]
-       * src/ldapctrl.[ch]
-               fix memleak.
-       * src/ldapserver.[ch]
-               fix memleak. fix segfault.
-               plug a Claws memleak
-
-2003-04-25 [alfons]    0.8.11claws112
-
-       * src/folder.c
-               plug a Claws memleak
-
-2003-04-25 [alfons]    0.8.11claws111
-
-       * src/common/session.c
-               plug a memleak
-
-2003-04-25 [paul]      0.8.11claws110
-
-       * sync with 0.8.11cvs35
-               see ChangeLog 2003-04-24 and 2003-04-25
-               
-       * src/gtk/pluginwindow.c
-               correct another strange float value
-
-2003-04-24 [christoph] 0.8.11claws109
-
-       * src/folder.c
-               freeze folder item updates when unsetting new flags
-
-       * src/gtk/pluginwindow.c
-               correct strange float value
-
-2003-04-23 [paul]      0.8.11claws108
-
-       * sync with 0.8.11cvs33
-               see ChangeLog 2003-04-23
-
-2003-04-22 [paul]      0.8.11claws107
-
-       * src/Makefile.am
-         src/messageview.c
-         src/mimeview.c
-         src/pgptext.[ch]      ** REMOVED **
-               remove pgptext.[ch] as its not used any more
-
-2003-04-22 [paul]      0.8.11claws106
-
-       * sync with 0.8.11cvs31
-               see ChangeLog 2003-04-21 and 2003-04-22
-
-2003-04-21 [alfons]    0.8.11claws105
-
-       * src/main.c
-               No access to GTK structures if we're a spawned child
-               (and clean up code a little bit...) Should fix #126.
-
-2003-04-21 [melvin]    0.8.11claws104
-
-       * src/plugins/dillo_viewer/README
-               Improved slightly the text.
-
-2003-04-21 [melvin]    0.8.11claws103
-
-       * src/plugins/dillo_viewer/README *** NEW ***
-               Added a README file for the Dillo plugin
-
-2003-04-20 [paul]
-
-       * tools/README
-         tools/outlook2sylpheed.pl
-               updated and improved by Ricardo Mones Lastra
-
-2003-04-18 [oliver]    0.8.11claws102
-
-       * src/inc.c 
-       * src/prefs_account.h
-               remove Pop3SessionType (used by selective download)
-       * src/prefs_toolbar.c
-               enable set Default Toolbar button
-
-2003-04-18 [paul]      0.8.11claws101
-
-       * sync with 0.8.11cvs29
-               see ChangeLog 2003-04-18
-
-2003-04-17 [paul]      0.8.11claws100
-
-       * src/prefs_common.[ch]
-         src/summaryview.c
-               remove 'Open next message on deletion' option,
-               as the same effect can now be achieved via the
-               'Always open messages in summary when selected'
-               option.
-
-2003-04-17 [paul]      0.8.11claws99
-
-       * sync with 0.8.11cvs28
-               see ChangeLog 2003-04-17
-
-2003-04-17 [christoph] 0.8.11claws98
-
-       * ac/spamassassin.m4
-       * src/plugins/spamassassin/libspamc.[ch]
-       * src/plugins/spamassassin/utils.[ch]
-               sync libspamc with SpamAssassin project
-
-2003-04-17 [christoph] 0.8.11claws97
-
-       * src/common/socket.h
-       * src/gtk/sslcertwindow.h
-               rename old USE_SSL to USE_OPENSSL
-
-2003-04-17 [paul]      0.8.11claws96
-
-       * src/prefs_common.h
-               use gulong for P_COLOR so that it compiles/runs on
-               64-bit systems. Patch submitted by James Noyes
-               <jnoyes-claws@retrogeeks.com>
-               
-       * po/de.po
-               updated by Jens
-
-2003-04-17 [paul]      0.8.11claws95
-
-       * sync with 0.8.11cvs27
-               see ChangeLog 2003-04-16
-
-2003-04-15 [paul]      0.8.11claws94
-
-       * src/prefs_common.[ch]
-               rearrange to stop the window getting too long:
-                       move Receive dialog stuff to Receive tab
-                       move Send dialog to Send tab
-                       remove Dialogs frame
-               rename 'Open messages in summary with cursor keys' to
-               'Always open messages in summary when selected', as its
-               more appropriate
-
-2003-04-15 [paul]      0.8.11claws93
-
-       * src/prefs_common.[ch]
-         src/summaryview.c
-               add new option '/Interface/Open next message on deletion'
-
-2003-04-15 [paul]      0.8.11claws92
-
-       * src/summaryview.[ch]
-               add /Mark/Lock and /Mark/Unlock to the pop-up
-               menu. Patch submitted by Ivan Francolin Martinez
-               <ivanfm@users.sourceforge.net>
-
-2003-04-15 [paul]      0.8.11claws91
-
-       * sync with 0.8.11cvs24
-               see ChangeLog 2003-04-15
-
-2003-04-14 [jens]      0.8.11claws90
-
-       * updated German translation and some corrections from
-               Roland Bless <bless@tm.uka.de>
-
-2003-04-14 [paul]      0.8.11claws89
-
-       * sync with 0.8.11cvs22
-               see ChangeLog 2003-04-14
-
-2003-04-13 [paul]      0.8.11claws88
-
-       * src/plugins/clamav/clamav_plugin.c
-               fix memory leaks
-               clean up
-
-2003-04-12 [paul]      0.8.11claws87
-
-       * src/plugins/clamav/clamav_plugin.c
-               activate enable/disable archive scanning option
-               
-       * src/plugins/clamav/.cvsignore         ** NEW FILE **
-
-2003-04-12 [paul]      0.8.11claws86
-
-       * src/plugins/Makefile.am
-         src/plugins/clamav/Makefile.am                ** NEW FILE **
-         src/plugins/clamav/README                     ** NEW FILE ** 
-         src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
-         src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
-               add Clam AntiVirus plugin
-
-2003-04-12 [paul]      0.8.11claws85
-
-       * sync with 0.8.11cvs21
-               see ChangeLog 2003-04-11
-
-2003-04-11 [paul]      0.8.11claws84
-
-       * po/es.po
-               update Spanish translation. Submitted by Ricardo
-               Mones Lastra.
-
-2003-04-10 [christoph] 0.8.11claws83
-
-       * src/mbox.c
-               fix typo that did not move unfiltered mails to destination
-               folder
-
-       (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
-        when filtering from spool)
-
-2003-04-10 [christoph] 0.8.11claws82
-
-       * src/imap.c
-               use BODY.PEEK instead of BODY in in message fetch operation
-               to make sure the IMAP server does not set the \Seen flag for
-               messages. Sylpheed does that later itself, when the message
-               is opened in sylpheed
-
-       (closes Bug 111 Claws destroys unread marks)
-
-2003-04-09 [oliver]    0.8.11claws81
-       
-       * src/folder.c
-               fix crash in folder_destroy
-       * README.claws
-               remove selective download
-
-2003-04-09 [christoph] 0.8.11claws80
-
-       * src/imap.c
-               fix crash in imap_get_msginfo() when then fetched message
-               is not found
-
-       (closes Bug 110 Crash during mail composition)
-
-2003-04-08 [christoph] 0.8.11claws79
-
-       * src/folder.c
-       * src/prefs_account.c
-               Filter new messages that are found in an INBOX folder
-               when 'Filter messages on receiving' is enabled in the
-               Folder's AccountPrefs. This allows to use Sylpheed's
-               filtering engine for IMAP folders where messages are
-               added to the INBOX by a MTA
-
-2003-04-08 [paul]      0.8.11claws78
-
-       * src/procmsg.h
-               clean up after last commit
-
-2003-04-08 [paul]      0.8.11claws77
-
-       * sync with 0.8.11cvs20
-               see ChangeLog 2003-04-07 and 2003-04-08
-
-2003-04-07 [christoph] 0.8.11claws76
-
-       * src/filtering.[ch]
-       * src/inc.[ch]
-       * src/mbox.c
-       * src/procmsg.[ch]
-               add procmsg_msginfo_filter() to execute filtering actions
-
-2003-04-06 [christoph] 0.8.11claws75
-
-       * src/imap.c
-               use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
-
-2003-04-06 [christoph] 0.8.11claws74
-
-       * src/common/utils.[ch]
-               add g_int_compare() function for slist sorting
-
-       * src/imap.c
-               fetch all MsgInfos with one command in imap_get_msginfos()
-               using an imap set with a list of ranges
-
-       * src/news.c
-               use new g_int_compare() function
-
-2003-04-06 [thorsten]  0.8.11claws73
-
-       * src/mh.c
-               corrected implementation of mh_folder_destroy()
-
-2003-04-05 [christoph] 0.8.11claws72
-
-       * src/account.c
-       * src/folder.[ch]
-       * src/folderview.c
-       * src/imap.c
-       * src/inc.c
-       * src/main.c
-       * src/mainwindow.c
-       * src/mbox_folder.c
-       * src/mh.c
-       * src/mimeview.h
-       * src/msgcache.[ch]
-       * src/news.c
-       * src/procmime.h
-       * src/procmsg.[ch]
-       * src/setup.c
-       * src/gtk/gtkutils.c
-               o rename structure field names class and new to klass and
-                 new_msgs, to allow including files in C++
-               o add 'extern "C"' block to some header files
-               o add MsgInfoList and MsgNumberList as alias for GSList for
-                 developers to know what type of list is expected
-
-       * src/plugins/image_viewer/plugin.c
-       * src/plugins/image_viewer/viewer.[ch]
-       * src/plugins/image_viewer/viewerprefs.[ch]
-               rename function names to prevent conflicts
-
-2003-04-05 [paul]      0.8.11claws71
-
-       * sync with 0.8.11cvs18
-               see ChangeLog 2003-04-03 and 2003-04-04
-
-2003-04-02 [christoph] 0.8.11claws70
-
-       * src/folder.[ch]
-       * src/imap.[ch]
-       * src/mbox_folder.[ch]
-       * src/mh.[ch]
-       * src/news.[ch]
-               o Make all virtual folder functions private
-               o remove unused folder code
-
-       * src/common/socket.[ch]
-       * src/summaryview.c
-               fix warnings
-
-2003-03-30 [alfons]    0.8.11claws69
-
-       * src/send_message.c
-               remove two debug traces and see if people still report
-               errors
-
-2003-03-30 [alfons]    0.8.11claws68
-
-       * src/send_message.c
-       * src/commons/session.c
-               add more debug traces
-
-2003-03-30 [christoph] 0.8.11claws67
-
-       * src/folder.c
-               change processing folder name from .processing to processing
-
-       * src/common/ssl.c
-               disable SSL certificate check because it causes Xlib error
-               when the child process want's to open an GTK window
-
-2003-03-30 [christoph] 0.8.11claws66
-
-       * src/folder.c
-               don't use default folder for processing folder item because
-               it can be a non local folder
-
-       (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
-
-2003-03-30 [alfons]    0.8.11claws65
-
-       * src/send_message.c
-               try fixing crashes when sending messages: my gcc 2.95.4 seems 
-               to generate bad code for 'send_send_data_progressive': When
-               called from 'send_send_data_finished', the 'data' pointer is
-               cleared just before the assignment to the dialog pointer
-
-2003-03-29 [christoph] 0.8.11claws64
-
-       * src/common/prefs.h
-       * src/plugins/image_viewer/Makefile.am
-       * src/plugins/image_viewer/plugin.c
-       * src/plugins/image_viewer/viewer.[ch]
-       * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
-               add PrefsPage for ImageViewer
-
-2003-03-28 [thorsten]  0.8.11claws63
-
-       * src/common/session.c
-               added some comments
-
-2003-03-28 [paul]      0.8.11claws62
-
-       * sync with 0.8.11cvs16
-               see ChangeLog 2003-03-28
-
-2003-03-28 [paul]      0.8.11claws61
-
-       * sync with 0.8.11cvs15
-               see ChangeLog 2003-03-28
-
-2003-03-27 [christoph] 0.8.11claws60
-
-       * src/folder.c
-       * src/imap.c
-       * src/common/socket.[ch]
-               set socket state to DISCONNECTED when any operation
-               fails to allow reconnecting in IMAP code without
-               checking the return code of all calls to the command
-               functions
-
-       * src/folderview.c
-       * src/summaryview.c
-               remove some more stuff that depends on specific
-               folder types
-
-2003-03-27 [paul]      0.8.11claws59
-
-       * sync with 0.8.11cvs14
-               see ChangeLog 2003-03-27
-               
-       * src/selective_download.[ch]   ** REMOVED **
-               really removed
-
-2003-03-27 [christoph] 0.8.11claws58
-
-       * src/folder.c
-               fix handling of tmp_flags in flag copy function
-
-2003-03-27 [paul]      0.8.11claws57
-
-       * sync with 0.8.11cvs13
-               see ChangeLog 2003-03-27
-
-2003-03-27 [oliver]    0.8.11claws56
-
-       * src/maiwindow.c
-               remove sel_download_cb
-
-2003-03-27 [oliver]    0.8.11claws55
-       
-       * src/inc.c
-               remove POP3_TOP
-       
-2003-03-26 [oliver]    0.8.11claws54
-
-       *src/pop.h
-               remove POP3_TOP*
-       * README.claws
-               remove selective donwload readme
-
-2003-03-26 [oliver]    0.8.11claws53
-       * src/matcher.[ch]
-       * src/matcher_parser_parse.y 
-       * src/pop.c 
-       * src/prefs_account.[ch]
-       * src/prefs_filtering.c
-               remove selective donwload
-
-2003-03-26 [oliver]    0.8.11claws52
-
-       * src/inc.[ch] 
-       * src/filtering.c 
-       * src/mainwindow.c 
-               remove selective donwload
-
-2003-03-26 [oliver]    0.8.11claws51
-       
-       * src/Makefile.am
-       * src/selective_download.[ch]   ** REMOVE **    
-
-2003-03-26 [christoph] 0.8.11claws50
-
-       * src/news.c
-               fix NEWS that got broken by a sync with sylpheed-main
-
-2003-03-26 [christoph] 0.8.11claws49
-
-       * src/mimeview.c
-               fix mime type guessing when no mime type is found for a file
-
-2003-03-25 [christoph] 0.8.11claws48
-
-       * src/mimeview.c
-       * src/procmime.c
-               remove mime type guessing from mime parser and use
-               name based mime types in viewer lookup for mime type
-               application/octet-stream
-
-2003-03-25 [christoph] 0.8.11claws47
-
-       * doc-src/readme.txt
-       * doc-src/rfc2554.txt
-               add RFC about SMTP AUTH
-
-       * src/send_message.c
-       * src/common/smtp.[ch]
-               add extra error code for authentication errors and
-               clear temporary password when this error occurs
-
-       (closes Bug 84 authentication failure while sending should
-        prompt for password again)
-
-2003-03-25 [christoph] 0.8.11claws46
-
-       * configure.ac
-       * src/Makefile.am
-       * src/imageview.[ch]                            ** REMOVE **
-       * src/messageview.[ch]
-       * src/mimeview.[ch]
-       * src/prefs_common.[ch]
-       * src/textview.c
-       * src/plugins/Makefile.am
-       * src/plugins/image_viewer/.cvsignore           ** NEW **
-       * src/plugins/image_viewer/Makefile.am          ** NEW **
-       * src/plugins/image_viewer/plugin.c             ** NEW **
-       * src/plugins/image_viewer/viewer.[ch]          ** NEW **
-               move image viewer into a plugin (building is enabled by default)
-               [ToDo: Prefs for resize and autoview]
-
-2003-03-25 [paul]      0.8.11claws45
-
-       * sync with 0.8.11cvs12
-               see ChangeLog 2003-03-26
-
-2003-03-25 [paul]      0.8.11claws44
-
-       * sync with 0.8.11cvs11
-               see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
-               
-       Note: Selective Download is broken.
-               
-2003-03-22 [christoph] 0.8.11claws43
-
-       * src/folder.c
-               code cleanup for flags copying
-
-2003-03-22 [christoph] 0.8.11claws42
-
-       * src/plugins/trayicon/trayicon.c
-               fix setting the transparent area when the window size
-               is forced by the system tray
-
-2003-03-22 [christoph] 0.8.11claws41
-
-       * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
-       * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
-       * src/plugins/trayicon/newmail.xpm              ** NEW **
-       * src/plugins/trayicon/nomail.xpm               ** NEW **
-       * src/plugins/trayicon/trayicon.c
-       * src/plugins/trayicon/unreadmail.xpm           ** NEW **
-               o replace GBiff icons with KBiff icons resized to 16x16 pixel
-               o add icon for unread mails
-               o set transparency for window
-
-2003-03-22 [christoph] 0.8.11claws40
-
-       * src/news.c
-               init news session to prevent crash when session is closed
-
-2003-03-22 [christoph] 0.8.11claws39
-
-       * src/imap.c
-       * src/common/session.[ch]
-               Init session data to make sure we don't have invalid pointers
-               for read_ch and write_ch when new multi process sessions are
-               not used
-
-       * src/main.c
-       * src/common/plugin.c
-       * src/common/sylpheed.c
-       * src/plugins/demo/demo.c
-       * src/plugins/dillo_viewer/dillo_viewer.c
-       * src/plugins/mathml_viewer/mathml_viewer.c
-       * src/plugins/spamassassin/spamassassin.c
-       * src/plugins/spamassassin/spamassassin_gtk.c
-               add plugin types to allow loading plugins at different times
-               (and maybe for different frontends), because it's not good to
-               load GTK-Plugins gefore gtk_init was called
-
-       * configure.ac
-       * src/plugins/Makefile.am
-       * src/plugins/trayicon/.cvsignore               ** NEW **
-       * src/plugins/trayicon/Makefile.am              ** NEW **
-       * src/plugins/trayicon/eggtrayicon.c            ** NEW **
-       * src/plugins/trayicon/eggtrayicon.h            ** NEW **
-       * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
-       * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
-       * src/plugins/trayicon/trayicon.c               ** NEW **
-               New Trayicon plugin that shows an icon in a systray that uses
-               XEMBED protocol like Gnome's systray. Icon shows if there
-               are new mails and a tooltip shows information about new,
-               unread and total messages.
-
-2003-03-22 [paul]      0.8.11claws38
-
-       * src/common/smtp.c
-               fix ESMTP AUTH CRAM-MD5
-               [sync with main (still version 0.8.11cvs6), see
-                ChangeLog 2003-03-22]
-
-2003-03-21 [colin]     0.8.11claws37
-
-       * src/send_message.c
-               Fix USE_SSL => USE_OPENSSL
-
-2003-03-21 [colin]     0.8.11claws36
-
-       * src/folderview.c
-               Fix counts in drag and dropped subfolders
-
-2003-03-21 [colin]     0.8.11claws35
-
-       * src/folder.c 
-       * src/folderview.c
-               speed up a bit folder dnd
-
-2003-03-20 [alfons]    0.8.11claws34
-
-       * src/main.c
-       * src/toolbar.c
-       * src/procmsg.c
-               don't send locked queue messages
-               (feature request "[ 705245 ] Locking message in outbox 
-                should prevent sending")
-
-2003-03-20 [christoph] 0.8.11claws33
-
-       * src/folder.c
-               remove NEW and UNREAD flag in special folders when scanning
-               
-       * src/common/smtp.c
-               fix ESMTP AUTH CRAM-MD5
-
-2003-03-20 [paul]      0.8.11claws32
-
-       * src/prefs_account.c
-               Re-write 'Tunnel command to open connection' as
-               'Use command to communicate with server', and disable
-               it for all except IMAP accounts
-
-2003-03-20 [paul]      0.8.11claws31
-
-       * sync with 0.8.11cvs6
-               see ChangeLog 2003-03-20
-
-2003-03-19 [match]     0.8.11claws30
-
-       * src/addritem.[ch]
-               include documentation. minor refactoring.
-       * src/addr_compl.[ch]
-       * src/addrindex.[ch]
-       * src/addresbook.[ch]
-       * src/summaryview.c
-               re-enable address lookup (was disabled in
-               0.8.11claws20).
-
-2003-03-19 [christoph] 0.8.11claws29
-
-       * src/procmsg.c
-               add temp flag handling, will make moving and copying
-               messages possible again
-
-       * src/folder.c
-               correct calulation of folder stats
-
-2003-03-18 [match]     0.8.11claws28
-
-       * src/editgroup.h
-               remove case sensitive comparison (closes bug 80).
-
-2003-03-18 [christoph] 0.8.11claws27
-
-       * src/imap.c
-               fix imap using a tunnel command
-
-       (closes bug 87)
-
-2003-03-18 [christoph] 0.8.11claws26
-
-       * src/folder.[ch]
-       * src/imap.c
-       * src/procmsg.[ch]
-               rewrite flag handling for folders
-
-2003-03-18 [christoph] 0.8.11claws25
-
-       * src/folder.c
-       * src/procmsg.c
-       * src/summaryview.c
-               unset NEW and UNREAD flags when message is ignored, to make
-               sure messages don't show up as unread on other IMAP clients,
-               because the IGNORE_THREAD flag can not be syncronized through
-               the IMAP folder
-
-2003-03-17 [christoph] 0.8.11claws24
-
-       * src/imap.c
-               don't use recursion to fetch uids when the number of messages
-               does not match. Moved code into subfunction that is used
-               again when needed, to prevent an endless loop.
-
-2003-03-17 [thorsten]  0.8.11claws23
-
-       * src/imageview.[ch]
-               export imageview_get_resized_size() (for plugins)
-       * src/prefs_common.[ch]
-               added prefs_common_get() (for plugins)
-
-2003-03-17 [christoph] 0.8.11claws22
-
-       * src/imap.c
-               o remove UID guessing from copy code
-               o support UIDPLUS extension for APPEND command
-
-2003-03-17 [paul]      0.8.11claws21
-
-       * src/gtk/about.c
-               remove 'Compiled-plugins' section.
-               
-       * src/plugins/dillo_viewer/dillo_viewer.c
-               slight change to description text
-
-2003-03-16 [match]     0.8.11claws20
-       * src/ldapserver.[ch]           ** NEW **
-       * src/ldapctrl.[ch]             ** NEW **
-       * src/ldapquery.[ch]            ** NEW **
-       * src/ldaputil.[ch]             ** NEW **
-       * src/addrcindex.[ch]           ** NEW **
-       * src/addrquery.h               ** NEW **
-       * src/addritem.[ch]
-       * src/addrcache.[ch]
-       * src/addrindex.[ch]
-       * src/addr_compl.[ch]
-       * src/addressbook.[ch]
-       * src/addrbook.[ch]
-       * src/editgroup.c
-       * src/editaddress.c
-       * src/editldap.c
-       * src/editldap_basedn.c
-       * src/vcard.c
-       * src/jpilot.c
-       * src/Makefile.am
-               included dynamic LDAP queries. improved address
-               completion.
-
-2003-03-16 [paul]      0.8.11claws19
-
-       * tools/multiwebsearch.pl
-               fix a fatal typo
-
-2003-03-16 [christoph] 0.8.11claws18
-
-       * src/mimeview.c
-       * src/plugins/dillo_viewer/dillo_viewer.c
-       * src/plugins/mathml_viewer/mathml_viewer.c
-               make unregistering of MimeViewerFactorys possible
-
-2003-03-16 [alfons]    0.8.11claws17
-
-       * configure.ac
-               correct typo
-
-2003-03-16 [melvin]    0.8.11claws16
-
-       * src/plugins/dillo_viewer.c
-               Fixed bug where it was not possible to view more than
-               one text/html attachment per message (bug discovered
-               by Christoph Hohmann).
-
-2003-03-15 [melvin]    0.8.11claws15
-
-       * src/prefs_actions.c
-               Fixed compilation warnings.
-
-2003-03-15 [melvin]    0.8.11claws14
-
-       * src/plugins/Makefile.am
-       * 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
-         src/gtk/prefswindow.c
-               make some strings translatable
-
-2003-03-10 [darko]     0.8.10claws105
-
-       * src/compose.c
-               code cleanup to make Hiro happy
-
-2003-03-10 [paul]      0.8.10claws104
-
-       * sync with 0.8.11cvs2
-               see ChangeLog 2003-03-10
-
-2003-03-09 [melvin]    0.8.10claws103
-
-       * src/textview.c
-               textview_set_font(): fix for message display in
-               UTF-8 locales (thanks to Sergey Vlasov).
-               (was unintentionnaly reverted in 0.8.6claws6)   
-
-2003-03-08 [darko]     0.8.10claws102
-
-       * src/compose.c
-               fix infinite loop in wrapping as reported
-               by happycactus
-               obsoletes patch #696482
-
-2003-03-08 [christoph] 0.8.10claws101
-
-       * src/imap.c
-               add workaround for IMAP servers that do not
-               support the "UID SEARCH UID" command
-
-2003-03-07 [christoph] 0.8.10claws100
-
-       * src/plugins/spamassassin/spamassassin.[ch]
-       * src/plugins/spamassassin/spamassassin_gtk.c
-               code cleanup
-
-2003-03-07 [paul]      0.8.10claws99
-
-       * po/es.po
-               updated Spanish translation, submitted by
-               Ricardo Mones Lastra
-
-2003-03-07 [christoph] 0.8.10claws98
-
-       * src/send.c
-               fix in 0.8.10claws94 was wrong
-               local delivery does not require escaping, remove escaping
-               code to make signatures of mails with "." lines valid
-               
-               NOTE: requires that sendmail is executed with "-i" option,
-                     what is the default now, but has to be changed in all
-                     exsiting accounts)
-
-2003-03-07 [paul]      0.8.10claws97
-
-       * sync with 0.8.11 release
-               see ChangeLog 2003-03-07
-
-2003-03-06 [paul]      0.8.10claws96
-
-       * src/compose.c
-               revert commit 0.8.10claws92
-
-2003-03-06 [paul]      0.8.10claws95
-
-       * src/folderview.c
-               fix (solaris) bug 73, 'Crash when selecting top-level folder'
-
-       * src/gtkaspell.c
-               fix bug 74, 'Crash opening editor window with pseudo-color
-               display'
-               
-       Patches submitted by Kevin Vigor <kevin@vigor.nu>
-
-2003-03-06 [christoph] 0.8.10claws94
-
-       * src/send.c
-               fix rfc2821 (4.5.2) violation in SMTP data sending,
-               all lines starting with a period get an extra period
-               inserted
-               (found by Simon 'corecode' Schubert)
-
-2003-03-06 [paul]      0.8.10claws93
-
-       * src/folderview.c
-               if configured font can't be loaded fall back to gtk
-               default. (with thanks to Christoph)
-               
-               closes long-standing bug 15 'Crashes on startup'
-
-2003-03-06 [paul]      0.8.10claws92
-
-       * src/compose.c
-               freeze text before autosave and thaw afterwards
-               fixes bug 67 'autosave make re-rediting message crazy'
-
-2003-03-06 [christoph] 0.8.10claws91
-
-       * src/compose.c
-               ignore address comment in dupe check for Cc-list
-
-       (closes reopened bug 47 Replying to message strips name part of
-        e-mail addresses of Cc: lines)
-
-2003-03-06 [paul]      0.8.10claws90
-
-       * src/Makefile.am
-               remove reference to gtkxtext.h as its no longer in
-               the repository
-
-2003-03-06 [paul]      0.8.10claws89
-
-       * sync with 0.8.10cvs25
-               see ChangeLog 2003-03-06
-
-2003-03-06 [oliver]    0.8.10claws88
-       
-       * src/messageview.c
-               remove include
-
-2003-03-06 [oliver]    0.8.10claws87
-       
-       * src/folderview.c 
-               remove changes introduced inclaws74
-       * src/messageview.c
-               another attempt to sanely delete and update
-               messages deleted in separate messageview
-
-2003-03-05 [christoph] 0.8.10claws86
-
-       * src/summaryview.c
-               check if "From" matches any account's address if
-               addressbook completion of addresses is disabled too
-
-       (closes Bug 70 "Display recipient in from" doesn't check
-        folder's default account)
-
-2003-03-05 [christoph] 0.8.10claws85
-
-       * src/compose.c
-       * src/common/utils.[ch]
-               don't strip address comments when building Cc lists
-
-       (closes Bug 47 Replying to message strips name part of e-mail addresses
-        of Cc: lines)
-
-       * src/folder.c
-               fix return value of copy function
-
-2003-03-05 [christoph] 0.8.10claws84
-
-       * src/imap.c
-               don't ask imap server for non rfc822 headers
-
-       (closes bug 71 IMAP FETCH asks for FROM header field twice)
-
-       * src/imap.c
-               destroy session on socket error to allow reconnecting
-
-2003-03-05 [christoph] 0.8.10claws83
-
-       * configure.ac
-               fix building with gnome when no prefix is set
-
-       (closes bug 66 Gnome directory is set to NONE)
-
-2003-03-05 [paul]      0.8.10claws82
-
-       * sync with 0.8.10cvs23
-               see ChangeLog 2003-03-05
-
-2003-03-04 [christoph] 0.8.10claws81
-
-       * src/folder.c
-               o fix moving and copying when folder returns 0 for new
-                 message number
-               o remove some code for single message copy and move
-                 operations and use functions for multiple messages
-
-       (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
-
-       * src/news.c
-               remove unused include
-
-2003-03-04 [paul]      0.8.10claws80
-
-       * src/gtk/about.c
-               list 'Compiled plugins'
-
-2003-03-03 [christoph] 0.8.10claws79
-
-       * src/news.[ch]
-               have to multiply the percentage of the current fetch with
-               the percentage that it has of the total fetch operation
-               for correct values
-
-2003-03-03 [christoph] 0.8.10claws78
-
-       * src/news.c
-               fix calculation of expected lines for progress indicator
-
-2003-03-03 [christoph] 0.8.10claws77
-
-       * src/summaryview.c
-       * src/common/utils.c
-               fix segfault when opening the root news folder
-
-2003-03-03 [christoph] 0.8.10claws76
-
-       * src/mainwindow.[ch]
-       * src/common/Makefile.am
-       * src/common/progressindicator.[ch]
-               add UI independent progress indicator handling
-
-       * src/news.[ch]
-               use new progress indicator for message info fetching
-
-       * src/common/hooks.h
-               code cleanup
-
-2003-03-03 [oliver]    0.8.10claws75
-
-       * src/toolbar.c
-       * src/compose.c
-               removed commented code
-
-2003-03-03 [oliver]    0.8.10claws74
-
-       * src/toolbar.[ch]
-               cleanups and refactoring
-       * src/compose.[ch]
-               compose_reply_mode reply & forwarding interface for
-               toolbar buttons
-       * src/folderview.c
-               act on messages marked for deletion in folderview_selected
-               based on prefs_common.immediate_exec since a message might 
-               have been deleted by messageview in a folder we are changing 
-               to (does anybody understand what I'm on about ?)
-
-2003-03-03 [oliver]    0.8.10claws73
-       
-       * src/messageview.[ch]
-               new functions
-               - messageview_delete: delete message shown in messagview
-               - messageview_update_view: update messageview to currently 
-                 selected summaryview message
-               - add separate messageview to msgview_list in order to update 
-                 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
-       * src/summaryview.[ch]
-               summary_get_selection returns a list of selected msgs
-               in summaryview
-       * src/mainwindow.c
-               toolbar reply refactoring
-
-2003-03-03 [paul]      0.8.10claws72
-
-       * sync with 0.8.10cvs21
-               see ChangeLog 2003-03-03
-
-2003-03-02 [christoph] 0.8.10claws71
-
-       * src/common/passcrypt.c
-               use POSIX includes
-
-2003-03-02 [christoph] 0.8.10claws70
-
-       * configure.ac
-       * src/prefs_account.c
-       * src/prefs_gtk.[ch]
-       * src/common/.cvsignore
-       * src/common/Makefile.am
-       * src/common/passcrypt.c                ** NEW **
-       * src/common/passcrypt.h.in             ** NEW **
-               Implement password encryption in config files
-               using unix encrypt and setkey functions. The crypt
-               key can be set as a configure parameter. Old
-               passwords will be converted if they do not begin
-               with '!'
-
-2003-03-02 [paul]      0.8.10claws69
-
-       * src/prefs_account.c
-               fix compile error
-
-2003-03-01 [thorsten]  0.8.10claws68
-
-       * po/el.po
-         po/hr.po
-         po/it.po
-         po/nl.po
-         po/sr.po
-         po/sv.po
-               corrected format strings
-       * po/en_GB.po
-               corrected headers
-               (fix compile errors with GNU gettext-0.11.5)
-
-2003-03-01 [oliver]    0.8.10claws67
-
-       * src/summaryview.c
-               menu callbacks call toolbar_menu_reply
-
-2003-03-01 [oliver]    0.8.10claws66
-
-       * src/mainwindow.c
-       * src/messageview.c
-               menu callbacks call toolbar_menu_reply
-       * src/toolbar.[ch]
-               callbacks from menu handled by toolbar_menu_reply
-
-2003-03-01 [paul]      0.8.10claws65
-
-       * src/addressbook.c
-               revert commit 0.8.10claws54 - breaks editing of
-               addressbook.
-               
-       * po/bg.po
-               update Bulgarian translation, submitted by
-               George Danchev
-
-2003-02-28 [christoph] 0.8.10claws64
-
-       * src/account.c
-       * src/addressadd.c
-       * src/compose.c
-       * src/gtkaspell.c
-       * src/gtkxtext.h                ** REMOVE **
-       * src/imap.c
-       * src/matcher.[ch]
-       * src/mh.c
-       * src/news.c
-       * src/pine.c
-       * src/prefs_common.c
-       * src/prefs_matcher.c
-       * src/procheader.[ch]
-       * src/procmsg.[ch]
-       * src/toolbar.c
-       * src/common/ssl_certificate.c
-       * src/gtk/colorlabel.c
-       * src/gtk/menu.c
-               o fix warnings
-               o remove code obsoleted by new cache and folder system rework
-
-2003-02-28 [oliver]    0.8.10claws63
-       
-       * src/toolbar.[ch]
-               * fix bug where reply in Messageview replied to 
-               Message displayed in summaryview
-               (reportedd via ML by chinatinte at gmx dot ch)
-               * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
-               didn't work in separate MessageView Toolbar
-               (wondering if anybody uses this at all ?)
-       * src/summaryview.[ch]
-               use toolbar.c's toolbar_reply instead of summary_reply (removed)
-               (generalize reply and forward code);
-       * src/messageview.c 
-               remove focus_in event which updated summaryview to messageview
-
-2003-02-28 [paul]      0.8.10claws62
-
-       * po/Makefile.in.in
-               add the --check option
-               Patch submitted by Ricardo Mones Lastra
-
-2003-02-28 [paul]      0.8.10claws61
-
-       * src/prefs_account.c
-               re-order 'Signature' items
-
-2003-02-28 [paul]      0.8.10claws60
-
-       * sync with 0.8.10cvs20
-               see ChangeLog 2003-02-28
-
-2003-02-28 [paul]      0.8.10claws59
-
-       * po/POTFILES.in
-               update to reflect recent movement of files
-
-2003-02-28 [paul]      0.8.10claws58
-
-       * sync with 0.8.10cvs19
-               see ChangeLog 2003-02-28
-
-2003-02-27 [martin]    0.8.10claws57
-
-       * src/prefs_matcher.c 
-               fix segfault in prefs_matcher_ok() when the
-               last entry is deleted and prevents that the
-               message "entry not saved" comes up after deleting
-               an entry
-
-2003-02-27 [martin]    0.8.10claws56
-
-       * src/prefs_filtering.c 
-               fix segfault in prefs_filtering_ok() when the
-               last entry is deleted and prevents that the
-               message "entry not saved" comes up after deleting
-               an entry
-
-2003-02-27 [paul]      0.8.10claws55
-
-       * sync with 0.8.10cvs18
-               see ChangeLog 2003-02-27
-
-2003-02-27 [paul]      0.8.10claws54
-
-       * src/addressbook.c
-               fix bug where the address book crashes with 
-               multiple lookups.
-               Patch [687729] submitted by David Frager 
-               <dbfrager@users.sourceforge.net>
-
-2003-02-25 [christoph] 0.8.10claws53
-
-       * src/Makefile.am
-       * src/colorlabel.[ch]           ** REMOVE **
-       * src/gtk/Makefile.am
-       * src/gtk/colorlabel.[ch]       ** NEW **
-               move colorlabel files to gtk directory
-
-       * src/esmtp.[ch]                ** REMOVE **
-               has been merged into smtp.[ch] in 0.7.5
-
-2003-02-25 [christoph] 0.8.10claws52
-
-       * src/Makefile.am
-       * src/about.[ch]                ** REMOVE **
-       * src/gtk/Makefile.am
-       * src/gtk/about.[ch]            ** NEW **
-               move about files to gtk directory
-
-2003-02-25 [christoph] 0.8.10claws51
-
-       * src/folder.c
-               some code optimization of folder scanning code
-
-       Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
-
-2003-02-25 [christoph] 0.8.10claws50
-
-       * src/main.c
-       * src/common/sylpheed.c
-               add command line parameter parsing to common code
-
-2003-02-24 [christoph]
-
-       * Makefile.am
-       * configure.ac
-               fix gnome prefix problems, the configure script now removed
-               `gnome-config --prefix` from `gnome-config --datadir`
-               and adds $(prefix} instead
-
-       (closes Bug 24 Makefile does not respect prefix when installing
-        GNOME data)
-
-2003-02-24 [christoph] 0.8.10claws49
-
-       * src/news.c
-               check for valid session before trying to authenticate
-
-       (closes Bug 60 crash if "authenticate on logon" is activated
-        and newsserver-hostname is not valid)
-
-2003-02-24 [melvin]    0.8.10claws48
-
-       * src/prefs_actions.c
-               Make sure all user's input is sent to the action and then
-               close the socket..
-
-2003-02-23 [alfons]    0.8.10claws46
-
-       * src/summaryview.c
-               also wait cursor when deleting files
-
-2003-02-23 [paul]
-
-       * tools/freshmeat_search.pl
-         tools/google_search.pl
-               scripts should now work for any browser/browser command line
-
-2003-02-22 [christoph] 0.8.10claws45
-
-       * src/procmsg.c
-               fix IMAP flag setting, IMAP flag is not handled correctly
-               anymore by the folder system and information about the
-               folder should not be saved in the MsgInfo (in my opinion)
-
-       Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
-
-2003-02-22 [christoph] 0.8.10claws44
-
-       * src/summaryview.c
-               fix spelling of "label" ;-)
-
-2003-02-22 [thorsten]  0.8.10claws43
-
-       * src/mimeview.c
-         src/prefs_common.[ch]
-         src/procmime.[ch]
-               do not use description as attachment name
-
-2003-02-22 [alfons]    0.8.10claws42
-
-       * src/summaryview.c
-               freeze/thaw folder item updates when changing color labels,
-               and put a wait cursors on
-
-2003-02-22 [thorsten]  0.8.10claws41
-
-       * src/mimeview.c
-               save-all fixes: crash if invoked on multipart container,
-               mimeinfo access, pathseparators, error dialog
-
-2003-02-21 [alfons]    0.8.10claws40
-
-       * src/prefs_gtk.c
-               remove unused var
-
-2003-02-21 [colin]     0.8.10claws39
-
-       * src/send.c
-               Fix smtp logging
-
-2003-02-21 [colin]     0.8.10claws38
-
-       * src/summaryview.c
-               Freeze/thaw folderItem updates when filtering messages 
-               via Tools/Filter messages
-
-2003-02-21 [paul]      0.8.10claws37
-
-       * src/compose.c
-               revert commit 0.8.10claws26, there are ulterior motives
-               for users to set a Reply-To header when posting to
-               newsgroups
-
-2003-02-21 [paul]      0.8.10claws36
-
-       * sync with 0.8.10cvs17
-               see ChangeLog 2003-02-21
-
-2003-02-20 [christoph] 0.8.10claws35
-
-       * src/imap.c
-               IMAP UID fetch speedup using SEARCH
-
-       Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
-
-       * src/imap.c
-               fix problem with UIDs in IMAP UID cache that no longer existed
-
-2003-02-20 [christoph] 0.8.10claws34
-
-       * src/imap.c
-       * src/procheader.c
-       * src/procheader.h
-               IMAP header fetch speedup (fetch only headers cached in MsgInfo)
-
-       Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
-
-       * src/imap.c
-               Rewrite imap_cmd_gen_recv use sock_getline instead
-               of sock_gets to avoid problems with too long reply
-               lines
-    
-2003-02-20 [colin]     0.8.10claws33
-       
-       * src/prefs_account.c
-               Better wording
-
-2003-02-20 [colin]     0.8.10claws32
-
-       * src/compose.c
-               Remove useless '&& !to_sender' 
-
-2003-02-20 [darko]
-
-       * AUTHORS
-               change my e-mail address
-
-2003-02-19 [colin]     0.8.10claws31
-
-       * src/prefs_common.c
-               X11 style colors for every configurable color
-
-2003-02-19 [alfons]    0.8.10claws30
-
-       * src/prefs_gtk.[ch]
-       * src/prefs_common.c
-               for color_new accept both plain integers and X11 style color
-               names (as found in /usr/lib/X11/rgb.txt)
-
-2003-02-19 [paul]      0.8.10claws29
-
-       * src/mainwindow.c
-               add tooltips to online/offline button and account selector
-               button
-
-2003-02-19 [paul]      0.8.10claws28
-
-       * src/folder.c
-         src/news.c
-         src/prefs_account.[ch]
-         src/prefs_common.[ch]
-               move 'Maximum number of articles to download' to
-               account prefs.
-               clean up account prefs gui a little by hiding entries
-               rather then greying out entries
-
-2003-02-19 [hiro]      0.8.10claws27
-
-       * src/common/utils.c
-               fix bug #54 'yesterdays date is displayed in the message 
-               summary window'
-
-2003-02-19 [paul]      0.8.10claws26
-
-       * src/compose.c
-               fix bug reported in Feature Request [688596] 
-               'Reply-to header in news'
-
-2003-02-18 [paul]      0.8.10claws25
-
-       * src/select-keys.c
-               add a 'List all keys' button to key selection dialog
-
-2003-02-18 [colin]     0.8.10claws24
-       
-       * src/stock_pixmap.c
-               fix compile error
-
-2003-02-18 [colin]     0.8.10claws23
-
-       * src/common/smtp.[ch]
-         src/prefs_account.c
-               Try to starttls if it seems to be the only
-               way to authenticate a user
-
-2003-02-18 [paul]      0.8.10claws22
-
-       * src/Makefile.am
-         src/folderview.c
-         src/stock_pixmap.[ch]
-         src/pixmaps/drafts_close.xpm  ** NEW FILE **
-         src/pixmaps/drafts_open.xpm   ** NEW FILE **
-               as a Drafts folder is a special folder allow it to have
-               its own unique icons
-
-2003-02-18 [colin]     0.8.10claws21
-
-       * src/imap.c
-               Fix port selection when using starttls
-
-2003-02-18 [paul]      0.8.10claws20
-
-       * src/mainwindow.c
-         src/prefs_common.[ch]
-               make blue the default new mail colour
-
-2003-02-18 [paul]      0.8.10claws19
-
-       * sync with 0.8.10cvs14
-               see ChangeLog 2003-02-18
-
-2003-02-17 [jens]       0.8.10claws18
-
-        * src/common/md5.c
-               fixed a compile problem with gcc 3.3
-               works on 2.95.3 too (testet on PPC as it is big endian)
-
-2003-02-17 [paul]      0.8.10claws17
-
-       * sync with 0.8.10cvs13
-               see ChangeLog 2003-02-17
-
-2003-02-17 [paul]      0.8.10claws16
-
-       * sync with 0.8.10cvs12
-               see ChangeLog 2003-02-17
-
-2003-02-16 [match]     0.8.10claws15
-
-       * src/addressbook.c
-               Eliminates reloading of address data when items
-               deleted or added. Applied submitted by
-               Luke Plant <lukeplant@softhome.net>
-
-2003-02-16 [paul]      0.8.10claws14
-
-       * src/news.c
-               when a 'protocol error' is encountered disconnect from
-               the server. This means that the user can carry on viewing
-               other articles and doesn't have to either wait until the
-               server timesout or quit sylpheed.
-               Fixes bug #53 'Unable to read messages in newsgroups, 
-               displayed message doesn't change'
-
-2003-02-15 [christoph] 0.8.10claws13
-
-       * src/imap.c
-               fix bug that stopped scanning of folders when an
-               IMAP folder was empty
-
-       (closes bug 46 stop scan messages in folders after empty folder)
-
-2003-02-15 [paul]
-
-       * tools/Makefile.am
-         tools/README
-         tools/freshmeat_search.pl     ** NEW FILE **
-         tools/google_search.pl        ** NEW FILE **
-               Add 2 Actions scripts which search freshmeat/google
-               for the selected text using the browser configured
-               in sylpheedrc.
-               
-       Note: These scripts are very dependent on the format of the
-       browser command and may not work on every occasion. Testing
-       is welcome. 
-
-2003-02-14 [alfons]    0.8.10claws12
-
-       * src/compose.c
-               fix breakage because of uninitialized account pointer.
-               please verify.
-
-2003-02-14 [paul]      0.8.10claws11
-
-       * src/compose.c
-         src/prefs_account.[ch]
-         src/prefs_common.[ch]
-               move signature settings to Account Prefs
-
-2003-02-14 [paul]      0.8.10claws10
-
-       * sync with 0.8.10cvs11
-               see ChangeLog 2003-02-14
-
-2003-02-13 [thorsten]  0.8.10claws9
-
-       * src/news.c
-               revert news progressbar (GUI separation)
-
-2003-02-13 [paul]      0.8.10claws8
-
-       * src/compose.c
-               make replies behave correctly, re: RFC 1036, Section 2.2.3,
-               paragraph 1
-
-2003-02-13 [paul]      0.8.10claws7
-
-       * src/compose.[ch]
-         src/summaryview.c
-               fix 'Follow-up and Reply-to' so that it creates a reply to
-               the newsgroup and the sender. If the message has the keyword
-               'poster' in the Followup-To header, all replies go to the
-               sender, re: RFC 1036, Section 2.2.3
-               rename all instances of 'ignore_replyto' to 'to_sender', both
-               were previously used, now we use just one.
-
-2003-02-13 [paul]      0.8.10claws6
-
-       * sync with 0.8.10cvs9
-               see ChangeLog 2003-02-13
-
-2003-02-13 [paul]      0.8.10claws5
-
-       * configure.ac
-               show which plugins are configured in the configure
-               output.
-
-2003-02-12 [thorsten]  0.8.10claws4
-
-       * src/news.c
-               show progress while fetching news headers
-
-2003-02-12 [christoph] 0.8.10claws3
-
-       * configure.ac
-       * src/plugins/Makefile.am
-               use AM_CONDITIONAL to enable plugins, automake correctly
-               manages this when creating distdir
-
-2003-02-12 [christoph] 0.8.10claws2
-
-       * ac/spamassassin.m4
-       * src/plugins/spamassassin/Makefile.am
-               fix building SpamAssassin plugin without OpenSSL
-
-2003-02-12 [paul]      0.8.10claws1
-
-       * ac/Makefile.am
-         src/Makefile.am
-         src/plugins/Makefile.am
-               fix failure of 'make release'
-
-2003-02-12 [paul]      0.8.10claws
-
-       * 0.8.10claws released
-
-2003-02-12 [paul]      0.8.9claws56
-
-       * po/bg.po
-         po/es.po
-         po/it.po
-         po/ru.po
-         po/sr.po
-               updated translations by George Danchev, Ricardo Mones Lastra,
-               Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
-               
-       * sylpheed.spec.in
-               Allow the building of RPMs by a regular user. Submitted
-               by Sergei Astanin
-
-2003-02-11 [alfons]    0.8.9claws55
-
-       * src/colorlabel.c
-               don't use pixmaps for label color rect but draw rectangles
-               so we can respect the color map of palette based visuals
-               (fixes the long time crashes on Suns - thanks to Andreas
-               Engel and Steve O'Hara-Smith for testing)
-
-2003-02-11 [christoph] 0.8.9claws54
-
-       * src/matcher_parser_parse.y
-               correct bug where filering rules of not existing folders in
-               matcherrc were added to global filtering
-               
-       (closes Debian Bug #180253 - Directory's filter-rules are merged with
-        main filter-rules after removing directory, http://bugs.debian.org/180253)
-       
-2003-02-11 [paul]      0.8.9claws53
-
-       * sync with 0.8.10cvs7
-               see ChangeLog 2003-02-09
-
-2003-02-11 [melvin]    0.8.9claws52
-
-       * po/fr.po
-               Updated French tranlsations
-
-2003-02-10 [paul]      0.8.9claws51
-
-       * sylpheed.spec.in
-               correct --enable-openssl
-               Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
-
-2003-02-09 [martin]    0.8.9claws50
-
-       * src/prefs_matcher.c
-               fix segfault in prefs_matcher_substitute_cb() when
-               no row is selected
-
-2003-02-09 [paul]      0.8.9claws49
-
-       * src/folderview.c
-               fix bug where a newsgroup folder's processing rules were
-               merged with the global filtering rules when the newsgroup
-               folder was deleted, causing some seriously bad results,
-               see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
-
-2003-02-08 [melvin]    0.8.9claws48
-
-       * src/compose.c
-               Corrected and modified an alert message.
-
-2003-02-07 [paul]      0.8.9claws47
-
-       * src/folderview.c
-               fix bug where both an 'Account properties' window and a
-               'Folder properties' window were opened when clicking on
-               'Properties' in an NNTP or IMAP folder's popup menu.
-
-2003-02-07 [paul]      0.8.9claws46
-
-       * sync with 0.8.10cvs6
-               see ChangeLog 2003-02-06
-
-2003-02-06 [christoph] 0.8.9claws45
-
-       * src/mbox.c
-               freeze folder updates while importing mbox files
-               (closes bug 43 importing mbox took hours)
-               
-       Patch submitted by Jens Rantil <jens.rantil@telia.com>
-
-2003-02-06 [thorsten]  0.8.9claws44
-
-       * po/de.po
-               Updated german translations
-
-2003-02-06 [thorsten]  0.8.9claws43
-
-       * src/news.h
-               use guint for message numbers (fix count in grouplist dialog)
-
-2003-02-05 [paul]      0.8.9claws42
-
-       * sync with 0.8.10cvs2
-               see ChangeLog 2003-02-05
-
-2003-02-04 [colin]     0.8.9claws41
-
-       * src/prefs_common.[ch]
-         src/procmsg.c
-         src/summaryview.c
-               Add an option to disable threading by subject
-
-2003-02-04 [christoph] 0.8.9claws40
-
-       * src/inc.c
-               only abort fetching mails from multiple accounts when the
-               error is fatal and does not allow to check any more accounts
-               (currently only disk full error)
-
-       (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
-        receive mails for other accouts)
-
-2003-02-04 [christoph] 0.8.9claws39
-
-       * src/folder.c
-               first add the new message to the cache, then
-               send the update notification
-
-       (closes bug 39 after sending message folderview doesnt get updated)
-
-2003-02-04 [colin]     0.8.9claws38
-
-       * src/inc.c
-               _really_ fix this Connecting... status
-
-2003-02-04 [paul]      0.8.9claws37
-
-       * sync with 0.8.10
-               see ChangeLog 2003-02-04
-
-2003-02-04 [paul]      0.8.9claws36
-
-       * sync with 0.8.9cvs6
-               see ChangeLog 2003-02-03
-
-2003-02-04 [paul]      0.8.9claws35
-
-       * po/pt_BR.po
-               updated by André Filipe de Assunção e Brito 
-               <bedecko@netsite.com.br>
-
-2003-02-03 [thorsten]  0.8.9claws34
-
-       * po/de.po
-               Updated german translations
-
-2003-02-02 [paul]      0.8.9claws33
-
-       * po/es.po
-               updated by Ricardo Mones Lastra
-
-2003-02-02 [thorsten]  0.8.9claws32
-
-       * src/mh.c
-               Fix mh_get_msginfo() segfault if file is inaccessible
-
-2003-01-31 [colin]     0.8.9claws31
-
-       * src/procheader.c
-               Fix last commit's bug
-
-2003-01-31 [colin]     0.8.9claws30
-
-       * src/procheader.c
-               Missing a change for gpg-signed messages
-
-2003-01-31 [paul]      0.8.9claws29
-
-       * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
-         src/procheader.c
-         src/stock_pixmap.[ch]
-         src/summaryview.c
-               indicate GnuPG signed messages by displaying an icon
-               in the Attachment column.
-
-2003-01-31 [paul]      0.8.9claws28
-
-       * sync with 0.8.9cvs4
-               see ChangeLog 2003-01-31
-
-2003-01-31 [alfons]    0.8.9claws27
-
-       * src/textview.c
-               tune URI parser to accept mailto URLs with a '?'
-               (patch from Ruslan Balkin)
-
-2003-01-31 [colin]     0.8.9claws26
-
-       * src/summaryview.c
-               Fix a leak introduced in claws24
-
-2003-01-31 [colin]     0.8.9claws25
-
-       * src/summaryview.c
-               Freeze/Thaw folder updates when deleting dups
-
-2003-01-31 [colin]     0.8.9claws24
-       
-       * src/addr_compl.c
-         src/summaryview.c
-         src/msgcache.c
-               little speed improvements
-
-2003-01-31 [colin]     0.8.9claws23
-
-       * src/summaryview.c
-               Fix segfault when forwarding nothing
-               Patch from "Ruslan N. Balkin" <baron@voices.ru>
-               
-2003-01-30 [paul]      0.8.9claws22
-
-       * sync with 0.8.9cvs3
-               see ChangeLog 2003-01-30
-
-2003-01-30 [paul]      0.8.9claws21
-
-       * sync with 0.8.9cvs2
-               see ChangeLog 2003-01-30
-
-2003-01-29 [paul]      0.8.9claws20
-
-       * sync with 0.8.9cvs1
-               see ChangeLog 2003-01-29
-
-2003-01-28 [paul]      0.8.9claws19
-
-       * po/POTFILES.in
-               update to reflect changes. 
-               thanks to Ricardo Mones Lastra
-
-2003-01-27 [christoph] 0.8.9claws18
-
-       * ac/openssl.m4
-       * ac/spamassassin.m4
-       * src/plugins/spamassassin/README
-       * src/plugins/spamassassin/libspamc.[ch]
-       * src/plugins/spamassassin/utils.[ch]
-               updated to latest libspamc
-
-2003-01-27 [christoph] 0.8.9claws17
-
-       * src/folder.c
-               fix wrong use of procheader_get_header_fields
-
-2003-01-27 [christoph] 0.8.9claws16
-
-       * src/news.c
-       * src/prefs_account.[ch]
-       * src/common/nntp.[ch]
-               allow to force authentication for NNTP servers
-
-       Patch submitted by Florian Mickler <dmk@d-labs.de>
-
-2003-01-26 [paul]      0.8.9claws15
-
-       * src/summaryview.c
-               speed up of marking messages as read
-               patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
-
-2003-01-26 [christoph] 0.8.9claws14
-
-       * src/Makefile.am
-       * src/mgutils.[ch]              ** REMOVE **
-       * src/xml.[ch]                  ** REMOVE **
-       * src/xmlprops.[ch]             ** REMOVE **
-       * src/common/Makefile.am
-       * src/common/mgutils.[ch]       ** NEW **
-       * src/common/xml.[ch]           ** NEW **
-       * src/common/xmlprops.[ch]      ** NEW **
-               move xml files to common directory
-
-2003-01-26 [christoph] 0.8.9claws13
-
-       * src/plugins/spamassassin/spamassassin_gtk.c
-               only set gtk entry text if string is available
-
-2003-01-26 [melvin]    0.8.9claws12
-
-       * src/description_window.c
-               Allow resizing of the window
-               Allow automatic horizontal scroll bar
-               Do not vertically expand and fill
-
-2003-01-26 [christoph] 0.8.9claws11
-
-       * src/Makefile.am
-       * src/gtkutils.[ch]             ** REMOVE **
-       * src/common/sylpheed.c
-       * src/gtk/Makefile.am
-       * src/gtk/description_window.c
-       * src/gtk/gtkutils.[ch]         ** NEW **
-       * src/gtk/prefswindow.c
-               move gtkutils to gtk directory
-
-2003-01-26 [paul]      0.8.9claws10
-
-       * src/summaryview.c
-               rename summary_unread_clicked() to summary_status_clicked()
-
-2003-01-26 [melvin]    0.8.9claws9
-
-       * src/prefs_actions.c
-               Cosmetical changes to the help text
-
-2003-01-26 [paul]      0.8.9claws8
-
-       * src/folder.[ch]
-         src/mainwindow.c
-         src/prefs_common.c
-         src/prefs_sumamry_column.c
-         summaryview.[ch]
-               rename the 'Unread' column to 'Status'
-
-2003-01-25 [match]     0.8.9claws7
-
-       * src/mgutils.[ch]
-               removed reference to LDAP constants. removed error2string.
-               included functions to support LDAP dynamic queries.
-       * src/syldap.h
-               moved LDAP constants here.
-       * src/addressbook.c
-       * src/addrindex.c
-       * src/importldif.c
-               removed references to LDAP constants and references to
-               error2string.
-
-2003-01-25 [paul]      0.8.9claws6
-
-       * src/summaryview.c
-               summary_thread_build(), summary_thread_init(): remove 
-               unneeded reference to summaryview->folder_item
-
-2003-01-25 [christoph] 0.8.9claws5
-
-       * src/gtk/description_window.c
-               o allow description texts to expand over multiple columns
-               o translate all columns
-       * src/prefs_actions.c
-               change syntax description to use new multi column feature
-
-       Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
-
-2003-01-25 [match]     0.8.9claws4
-
-       * src/vcard.c
-               fixed bug with Quoted-Printable
-
-2003-01-25 [paul]      0.8.9claws3
-
-       * src/folder.[ch]
-         src/summaryview.[ch]
-               implement per-folder collapsed/expanded threads setting
-               
-       * src/prefs_common.c
-               remove global collapsed/expanded threads option
-
-2003-01-25 [christoph] 0.8.9claws2
-
-       * po/POTFILES.in
-               add pluginwindow and prefswindow
-       * src/compose.c
-               make send respond correctly to messages that could be added
-               to the queue folder, but the UID of the message is unknown
-       * src/folder.c
-       * src/imap.c
-               don't return guessed UIDs in imap_add_msg anymore. We return
-               0 to tell the folder system it was appened but the UID is
-               unknown. Folder system now get's the UID by scaning the folder
-               and searching the cache for the Message-ID
-               (closes bug #29 Messages queued, but not sent)
-
-2003-01-25 [paul]      0.8.9claws1
-
-       * src/codeconv.c
-               conv_encode_header():  fix bug when long headers with 8-bit
-               characters are used, so that the encoded words are wrapped.
-               If the space in the original text falls on the wrap boundary,
-               it can be lost.
-               Patch by Sergey Vlasov.
-               
-       * src/folderview.c
-                fix bug where a change to the sorting method or thread view
-                of a folder's messages is lost if simpify-subject is set and
-                toggled on or off.
-                Patch by Luke Plant.
-
-2003-01-24 [paul]      0.8.9claws
-
-       * sylpheed-0.8.9claws released
-       
-       * Makefile.am
-         sylpheed.spec.in
-               remove reference to 'INSTALL.jp'
-
-2003-01-23 [paul]      0.8.8claws128
-
-       * po/es.po
-         po/it.po
-         po/ru.po
-         po/sr.po
-               updated translations. submitted by Ricardo Mones Lastra,
-               Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
-
-2003-01-23 [colin]     0.8.8claws127
-
-       * src/compose.c
-               Fix drafted and queued news articles re-edition
-
-2003-01-23 [melvin]    0.8.8claws126
-
-       * po/fr.po
-               Updated French translations
-
-2003-01-23 [colin]     0.8.8claws125
-
-       * src/inc.c
-               Fix "Connecting to..." status message
-
-2003-01-22 [paul]      0.8.8claws124
-
-       * po/bg.po
-               updated by George Danchev
-               
-       * src/folder.c
-               revert last commit [0.8.8claws111] as it breaks folder d'n'd
-               and folder deletion
-
-2003-01-21 [paul]      0.8.8claws123
-
-       * po/bg.po
-               updated by George Danchev
-               
-       * src/about.c
-               its now 2003
-               
-       * src/toolbar.c
-               don't translate 'Separator'
-               
-       * src/plugins/spamassassin/Makefile.am
-               add aspell to CPPFLAGS
-               
-       * src/plugins/spamassassin/spamassassin.c
-         src/plugins/spamassassin/spamassassin_gtk.c
-               set correct default for spamassassin_receive_spam
-               slightly re-word descriptions and some
-               other minor changes
-
-2003-01-19 [alfons]    0.8.8claws122
-               
-       * src/mimeview.c
-               mimeview_save_as(): we might as well show the file name for
-               the single case "Save As" too
-
-2003-01-19 [alfons]    0.8.8claws121
-
-       * src/crash.c
-               change bug tracker URL to bugzilla URL
-
-2003-01-19 [alfons]    0.8.8claws120
-
-       * src/mimeview.c
-               mimeview_save_all(): display name of file before overwriting;
-               continue saving all, even when one overwrite was cancelled
-
-2003-01-19 [christoph] 0.8.8claws119
-
-       * src/summaryview.c
-       * src/procmsg.[ch]
-               fix wrong usage of procmsg_find_children in summaryview
-               by using procmsg_update_unread_children instead of
-               summaryview_update_unread_children
-
-2003-01-19 [christoph] 0.8.8claws118
-
-       * src/procmsg.c
-               fix infinite loop in procmsg_find_children
-                (closes bug #25 sylpheed crashes on delete.)
-
-       Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
-
-2003-01-19 [paul]      0.8.8claws117
-
-       * po/pt_BR.po
-               updated by Ivan Francolin Martinez
-
-2003-01-18 [melvin]    0.8.8claws116
-
-       * src/prefs_actions.c
-               Removed syntax limitation of only one '&' at the end of command.
-                       Now actions that contain '>/dev/null 2>&1' are possible.
-
-2003-01-18 [melvin]    0.8.8claws115
-
-       * src/prefs_actions.c
-               Actions IO dialog: when the action ends
-               the "Close" button now has focus and [Escape] closes the
-               window.
-
-2003-01-18 [christoph] 0.8.8claws114
-
-       * src/procmsg.c
-               o add debug output when MsgInfos are really freed
-               o free GSLists in procmsg_find_children and
-                 procmsg_update_unread_children
-
-2003-01-18 [christoph] 0.8.8claws113
-
-       * src/mainwindow.c
-               reorder Configuration menu
-
-2003-01-18 [christoph] 0.8.8claws112
-
-       * src/compose.c
-               fix applying templates to forwarded messages
-
-       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
-
-2003-01-17 [christoph] 0.8.8claws111
-
-       * src/folder.c
-               destroy folder items, when a folder item is removed
-
-2003-01-17 [christoph] 0.8.8claws110
-
-       * src/folder.c
-               fix wrong folder stats update when ignored message is
-               deleted
-
-2003-01-17 [colin]     0.8.8claws109
-       
-       * src/mainwindow.c
-       * src/summaryview.c
-               Quicksearch bugfixes: 
-               - hide help button at startup if not extended
-               - switch to extended when looking for replies
-
-2003-01-17 [paul]
-
-       * sync with 0.8.9 release
-
-2003-01-17 [paul]      0.8.8claws108
-
-       * sync with 0.8.8cvs11
-               see ChangeLog 2003-01-17
-
-2003-01-16 [colin]     0.8.8claws107
-
-       * src/procmsg.c
-               Changed encryption test to re-ask passphrase
-               if an encrypted message hasn't been decrypted
-               Fixes bug #5
-
-2003-01-16 [christoph] 0.8.8claws106
-
-       * src/prefs_gtk.c
-       * src/prefs_toolbar.c
-       * src/gtk/prefswindow.h
-       * src/plugins/spamassassin/spamassassin_gtk.c
-               remove page destroy function that is not used anymore
-
-2003-01-16 [paul]      0.8.8claws105
-
-       * sync with 0.8.8cvs9
-               see ChangeLog 2002-01-16
-
-2003-01-16 [colin]     0.8.8claws104
-
-       * src/compose.[ch]
-               Fix bug with autosaved drafts for IMAP, when draft
-               folder is specified - fixes bugzilla bug #20
-
-2003-01-15 [paul]      0.8.8claws103
-
-       * src/compose.[ch]
-         src/procmsg.c
-               store folder and message-id of message forwarding
-               in queue header and set forward flag after sending
-
-2003-01-15 [paul]      0.8.8claws102
-
-       * sync with 0.8.8cvs8
-               see ChangeLog 2002-01-15
-
-2003-01-15 [colin]     0.8.8claws101
-
-       * src/Makefile.am
-               Fix linking with GNU libiconv
-
-2003-01-15 [darko]     0.8.8claws100
-
-       * src/pine.c
-               fix crash when importing pine address book
-               entry with an empty name (reported by DY
-               <dybulk at tri8.net>)
-
-2003-01-14 [paul]      0.8.8claws99
-
-       * configure.in  ** REMOVED **
-         configure.ac  ** NEW FILE **
-               rename configure.in to configure.ac, as it is now
-               preferred
-
-2003-01-14 [melvin]    0.8.8claws98
-
-       * src/folderview.c
-               folderview_check_new(): More precise function description
-
-2003-01-14 [melvin]    0.8.8claws97
-
-       * src/folderview.c
-               folderview_check_new(): return the number of new messages 
-                       since last check.
-       * src/inc.c
-               inc_account_mail(): Disable counting of new messages for IMAP
-                       and NNTP until bug [19] and [14] are fixed.
-
-2003-01-14 [paul]      0.8.8claws96
-
-       * sync with 0.8.8cvs6
-               see ChangeLog 2003-01-14
-
-2003-01-13 [alfons]    0.8.8claws95
-
-       * src/textview.c
-               tune email address validation (c. 0.8.8claws89): if . is 
-               just one char away from @, the address is invalid too 
-               (correctly rejects addresses like foo@.com)
-
-2003-01-13 [paul]      0.8.8claws94
-
-       * src/messageview.c
-         src/toolbar.c
-               fixes to the Message View toolbar and menu:
-               fix non-functioning Forward button
-               make Reply button consider default_reply_list
-               remove 'Follow-up...' menu entry
-               add 'Forward' and 'Redirect' menu entries
-
-2003-01-13 [melvin]    0.8.8claws93
-
-       * src/inc.c
-               Fixed typo that could make new messages count incorrect.
-
-2003-01-13 [melvin]    0.8.8claws92
-
-       * src/folderview.[ch]
-               folderview_check_new(): return the number of new messages.
-       * src/inc.c
-               Should fix bug [14] where new mail notification worked 
-                       incorrectly with IMAP accounts.
-               inc_spool_account(): return number of new msgs, or -1 on error
-               inc_all_spool(): return number of new msgs
-               
-2003-01-13 [melvin]    0.8.8claws91
-
-       * src/prefs_actions.c
-               Justify help text.
-
-2003-01-12 [thorsten]  0.8.8claws90
-
-       * src/common/prefs.c
-               close file before rename
-
-2003-01-12 [alfons]    0.8.8claws89
-
-       * AUTHORS
-               add Christian Mertes
-       * src/common/utils.[ch]
-               g_stricase_hash(), g_stricase_equal(): functions for 
-               case insensitive hash tables
-       * src/textview.c
-               use top level domain names to validate email address, based
-               on a patch by Christian Mertes (thanks!), but changed 
-               implementation to use a hash table 
-
-2003-01-12 [paul]      0.8.8claws88
-
-       * po/bg.po
-               updated by George Danchev
-
-2003-01-12 [alfons]    0.8.8claws87
-
-       * src/summaryview.c
-               delete / execute performance: use new style folder update
-
-2003-01-12 [paul]      0.8.8claws86
-
-       * sync with 0.8.8cvs5
-               see ChangeLog 2003-01-13 (!)
-
-2003-01-12 [alfons]    0.8.8claws85
-
-       * src/filtering.c
-       * src/matcher_parser_parse.y
-               prepare change_score filtering action
-       * src/matcher.[ch]
-               give up const-correctness on functions that call non-const-correct functions;
-               several casts to gpointer in g_free();
-               add change_score;
-
-2003-01-12 [christoph] 0.8.8claws84
-
-       * src/compose.c
-               fix 2 warnings
-
-       * src/gtk/prefswindow.[ch]
-       * src/plugins/spamassassin/spamassassin_gtk.c
-               changed the call of the widget create function
-               for PrefsPages, because sometimes the widget
-               create function needs a widget that already has
-               been attached to a window (to create GDK pixmaps
-               for exmaple). So we simply pass the GtkWindow as
-               the second parameter now.
-
-       * src/main.c
-       * src/mainwindow.c
-       * src/prefs_toolbar.[ch]
-               rewrite Toolbar Preferences using the new
-               prefs window
-
-2003-01-11 [alfons]    0.8.8claws83
-
-       * src/addressadd.c
-               fix crash when adding sender to addressbook because status bar
-               isn't there (the status bar doesn't seem to be used though,
-               but I'll let Match decide what to do with it)
-
-2003-01-11 [colin]     0.8.8claws82
-
-       * src/main.c
-         src/toolbar.c
-               Two useless changes reversed
-
-2003-01-11 [colin]     0.8.8claws81
-
-       * src/mainwindow.c
-         src/mainwindow.h
-               Add mainwindow_get_mainwindow()
-       * src/alertpanel.c
-         src/alertpanel.h
-               Add alertpanel_error_log() 
-       * src/compose.c
-         src/inc.c
-         src/messageview.c
-         src/toolbar.c
-         src/main.c
-         src/procmsg.c
-               Network errors get a View Log button
-
-2003-01-10 [alfons]    0.8.8claws80
-
-       * src/prefs_toolbar.c
-       * src/toolbar.c
-               use the translatable string for "Separator" as file name for
-               separator toolbar items (probably make this uppercase?)
-
-2003-01-10 [alfons]    0.8.8claws79
-
-       * src/prefs_toolbar.c
-               put right A_SEPARATOR description string in "displayed
-               toolbar items list" so manually added separators are
-               saved correctly (bug #10, "Adding a separator to the main 
-               toolbar fails, entry in xml file is wrong")
-
-2003-01-10 [christoph] 0.8.8claws78
-
-       * src/imap.c
-               o fix warnings
-               o use CAPABILITY to check if NAMESPACE is available
-
-2003-01-10 [christoph] 0.8.8claws77
-
-       * src/imap.[ch]
-               apply UIDPLUS IMAP extension support patch
-
-       Patch submitted by Simon 'corecode' Schubert
-
-2003-01-10 [paul]      0.8.8claws76
-
-       * src/folderview.c
-               a sync from main which fixes the news account folders'
-               Properties bug
-
-2003-01-10 [christoph] 0.8.8claws75
-
-       * src/folder.c
-               don't accept 0 as a valid uid returned by copy and move
-               functions. 0 means the message was copied or moved but the
-               new uid could not be fetched. It is not an error condition
-               for the copy or move operation.
-
-2003-01-10 [paul]      0.8.8claws74
-
-       * src/prefs_filtering.c
-               change English used in Alert when entry is not
-               saved.
-               
-       * sync with 0.8.8cvs4
-               see ChangeLog 2003-01-10
-
-2003-01-10 [darko]     0.8.8claws73
-
-       * src/pine.c
-               fix crash when importing address book entry
-               without a valid address
-
-2003-01-09 [alfons]    0.8.8claws72
-
-       * src/inc.c
-               filtering performance: use new style folder update
-
-2003-01-09 [christoph] 0.8.8claws71
-
-       * src/compose.c
-       * src/gtk/menu.[ch]
-               fix wrong selecting of mime encoding type, when
-               opening property dialog of attachments in the
-               compose window. 7bit was always selected and that
-               destoryed files with 8bit data.
-               (closes bug #9 Sylpheed-claws destroys attachments when
-                changing MIME-types)
-
-2003-01-09 [paul]      0.8.8claws70
-
-       * sync with 0.8.8cvs3
-               see ChangeLog 2003-01-09
-
-2003-01-08 [alfons]    0.8.8claws69
-       
-       * src/addressadd.c
-               apply patch by Kim Schulz to fix build breakage
-               because of missing variable
-
-2003-01-08 [paul]      0.8.8claws68
-
-       * sync with 0.8.8cvs2
-               see ChangeLog 2002-01-08
-
-2003-01-08 [paul]      0.8.8claws67
-
-       * po/it.po
-               updated by Alessandro Maestri
-               
-       * src/addressadd.c
-               when using 'Add sender to addressbook' allow
-               name to be edited and remarks to be entered
-               Patch submitted by Luke Plant
-
-2003-01-08 [darko]     0.8.8claws66
-
-       * README.claws, src/summaryview.c
-               fix description for marked messages
-
-2003-01-08 [paul]
-
-       * tools/Makefile.am
-         tools/launch_phoenix  ** NEW FILE **
-               add script that enables using Phoenix as the default
-               web browser. 
-               Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
-               
-       * tools/OOo2sylpheed.pl
-               remove full path to sylpheed executable, just 'sylpheed'
-               will do
-               
-       * tools/README
-               add launch_phoenix informtion and re-arrange and compress
-               the data a little
-
-2003-01-07 [christoph] 0.8.8claws65
-
-       * src/folder.c
-               fix update for source folder when moving messages
-       * src/procmsg.[ch]
-       * src/summaryview.c
-               use function to set to_folder for message infos and
-               automatically update the op_count for old and new
-               folder
-
-2003-01-07 [melvin]    0.8.8claws64
-
-       * src/prefs_actions.c
-               Fixed bug where an '%p' Action on a displayed image crashed 
-                       Sylpheed
-               Code clean up (get rid of duplicated code and removed unnecessary 
-                               structure member)
-
-2003-01-07 [christoph] 0.8.8claws63
-
-       * src/compose.c
-       * src/folder.[ch]
-       * src/folderview.c
-       * src/import.c
-       * src/inc.c
-       * src/main.c
-       * src/mainwindow.c
-       * src/messageview.c
-       * src/prefs_folder_item.c
-       * src/procmsg.c
-       * src/summaryview.c
-       * src/toolbar.c
-               o remove all folder update triggering from the UI code. The folder
-                 system should know much better when a folder needs an update.
-               o to prevent multiple updates in a row the folder updates can be
-                 frozen for some time.
-
-               Note: - Please verify that no updates are missing
-                     - Check where freeze/thaws should be added
-
-2003-01-07 [christoph] 0.8.8claws62
-
-       * src/prefs_actions.c
-               don't translate empty strings
-
-       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
-
-2003-01-06 [christoph] 0.8.8claws61
-
-       * src/prefs_actions.c
-               mark strings for gettext
-       * src/prefs_matcher.c
-               use new description window for Execute action and
-               match condition in Filtering
-
-       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
-
-2003-01-06 [alfons]    0.8.8claws60
-
-       keep myself inspired to re-organize matcher part 8; 
-       yes, more to come (I need to move out the descriptive
-       text for actions to matcher.c, or at least make it not
-       depend on the wicked ordering)
-
-       * src/prefs_matcher.c
-               add documentation so others may comprehend the
-               UI part of the conditions
-               
-2003-01-06 [christoph] 0.8.8claws59
-
-       * src/prefs_actions.c
-               use new description window for syntax help
-       * src/gtk/description_window.c
-               fix display of descriptions with column count != 2
-
-       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
-
-2003-01-06 [christoph] 0.8.8claws58
-
-       * src/quote_fmt.c
-       * src/summaryview.[ch]
-       * src/gtk/Makefile.am
-       * src/gtk/description_window.[ch]       ** NEW **
-               use a generic window to display syntax descriptions
-               currently used in quote_fmt and summaryview (new description
-               for extended quick search)
-
-       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
-
-2003-01-06 [paul]      0.8.8claws57
-
-       * sync with 0.8.8cvs1
-               see ChangeLog 2003-01-06
-
-2003-01-06 [christoph] 0.8.8claws56
-
-       * src/mainwindow.c
-       * src/prefs_gtk.[ch]
-       * src/gtk/prefswindow.[ch]
-       * src/plugins/spamassassin/spamassassin_gtk.c
-               o remove page management from prefswindow, pages
-                 will be an argument to prefswindow_open
-               o prefswindow_open gets a datapointer that is
-                 passed to the widget_create function to allow
-                 creation of prefswindow for specific items
-
-2003-01-06 [colin]             0.8.8claws55
-       
-       * src/summaryview.c
-               We don't want regexp in the reply-finder, 
-               because MIDs can contain !,$,. and so on
-
-2003-01-06 [jens]      0.8.8claws54
-
-       * src/jpilot.c
-               fixed a wrong free in jpilot_read_db_files
-
-2003-01-06 [alfons]     0.8.8claws53
-
-       re-organize matcher part 8; more to come
-       
-        * src/matcher.c
-                matcherprop_to_string(): put g_free()s before the
-                switch-case break to fix memleaks                
-
-2003-01-06 [colin]     0.8.8claws52
-
-       * src/summaryview.c
-               cleanup & reply-finder now displays the first 
-               matching message
-
-2003-01-05 [alfons]    0.8.8claws51
-
-       re-organize matcher part 7; more to come
-
-       * src/matcher.[ch]
-               fixes for constant correctness;
-               more documentation;
-
-2003-01-05 [alfons]    0.8.8claws50
-
-       re-organize matcher part 6; more to come
-       
-       * src/matcher.[ch]
-               fixes for constant correctness;
-               more documentation;
-       * src/filtering.c
-               fix for constant correctness
-
-2003-01-05 [colin]     0.8.8claws49
-
-       * src/account.[ch]
-               Add account_get_reply_account function
-       * src/compose.c
-               Use account_get_reply_account function 
-       * src/summaryview.c
-               Basic reply-finder - click on the replied
-               icon gets you to the outbox using quick-search
-
-2003-01-05 [paul]      0.8.8claws48
-
-       * src/prefs_common.c
-               small change to English
-               
-       * src/prefs_filtering.c
-               prefs_filtering_action_select(): improve logic and uniformity
-               of gui
-
-2003-01-05 [alfons]    0.8.8claws47
-
-       fine tune solution to focus problems (bug #7)
-
-       * src/mainwindow.c
-               mainwindow_focus_in_event(): remove grab event check
-       * src/summaryview.c
-               summary_button_pressed(): move selection on right-click
-               too. we can't possibly move the selection back after
-               canceling a dialog, because gtk's incomplete focus 
-               management. whether this is a good solution, only time
-               will tell.
-
-2003-01-05 [christoph] 0.8.8claws46
-
-       * src/imap.c
-               fix crash when no imap connection could be established
-
-2003-01-05 [paul]      0.8.8claws45
-
-       * src/mainwindow.c
-         src/sumamryview.c
-         src/gtk/menu.[ch]
-               fix bug 605957 'shortcuts in popup-menu'
-               make user-defined shortcuts work
-               show shortcuts that are already defined
-               in the main menu
-               Patch submitted by Luke Plant
-
-2003-01-05 [alfons]    0.8.8claws44
-
-       * src/mainwindow.c
-               focus_in_event handler should not select summary view row 
-               when another window (menu, dialog) grabbed for events 
-               (bug #7, "[0.8.8claws42] Message summary focus") 
-
-2003-01-04 [christoph] 0.8.8claws43
-
-       * src/procmsg.c
-               update save folder after adding the sent message
-                (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
-
-2003-01-02 [christoph] 0.8.8claws42
-
-       * src/common/plugin.c
-               fix unloading of all plugins and unload
-               plugins in reverse order
-               
-       * src/gtk/pluginwindow.c
-               implement function of load and unload button
-
-       * src/gtk/prefswindow.c
-       * src/gtk/prefswindow.h
-               rename register function and add new unregister
-               function
-
-       * src/plugins/spamassassin/spamassassin_gtk.c
-               unregister prefs page and update for changes in
-               src/gtk/prefswindow.c
-
-2003-01-02 [paul]      0.8.8claws41
-
-       * po/es.po
-               updated by Ricardo Mones Lastra
-
-2003-01-02 [paul]
-
-       * tools/tb2sylpheed
-               fixes and improvements by Urke MMI
-
-2003-01-02 [thorsten]  0.8.8claws40
-
-       * src/procmsg.c
-               fixed wrong return value
-
-2003-01-02 [thorsten]  0.8.8claws39
-
-       * src/prefs.c
-               fixed printing wrong variable
-
-2003-01-02 [thorsten]  0.8.8claws38
-
-       * src/prefs.c
-               fixed acessing members of freed pfile struct
-
-2003-01-02 [thorsten]  0.8.8claws37
-
-       * src/procmsg.c
-               detect loops across several messages
-               as suggested by Christoph Hohmann
-
-2003-01-01 [match]     0.8.8claws36
-
-       * src/addrindex.c
-               fixed another memory leak.
-
-2003-01-01 [match]     0.8.8claws35
-
-       * src/jpilot.[ch]
-               fixed memory leaks. applied Doxygen comments.
-
-2003-01-01 [thorsten]  0.8.8claws34
-
-       * src/procmsg.c
-               inhibit endless loop if msg references itself
-               (closes Bug [ 660477 ] Infinite loop in parent flag search)
-
-2003-01-01 [christoph] 0.8.8claws33
-
-       * src/mainwindow.c
-       * src/gtk/Makefile.am
-       * src/gtk/pluginwindow.c                ** NEW **
-       * src/gtk/pluginwindow.h                ** NEW **
-               add plugin window
-
-       * src/plugins/demo/demo.c
-       * src/plugins/spamassassin/spamassassin.c
-       * src/plugins/spamassassin/spamassassin_gtk.c
-               write better plugin descriptions
-
-2002-12-31 [christoph] 0.8.8claws32
-
-       * src/gtk/prefswindow.c
-       * src/plugins/spamassassin/spamassassin_gtk.c
-               some small improvements to GTK code
-
-2002-12-31 [christoph] 0.8.8claws31
-
-       * src/plugins/spamassassin/spamassassin_gtk.c
-               enable folder select button
-
-2002-12-31 [christoph] 0.8.8claws30
-
-       * src/mainwindow.c
-       * src/gtk/Makefile.am
-       * src/gtk/prefswindow.c                         ** NEW **
-       * src/gtk/prefswindow.h                         ** NEW **
-               add new prefs window
-
-       * src/common/plugin.c
-               don't try to load empty config lines
-       
-       * src/plugins/spamassassin/Makefile.am
-       * src/plugins/spamassassin/spamassassin.c
-       * src/plugins/spamassassin/spamassassin.h       ** NEW **
-       * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
-               GTK config for SpamAssassin Plugin using
-               the new prefs window
-
-2002-12-31 [paul]      0.8.8claws29
-
-       * po/POTFILES.in
-               remove obsolete entry 'src/menu.c'
-
-2002-12-31 [alfons]    0.8.8claws28
-
-       * src/matcher.[ch]
-       * src/matcher_parser_parse.y
-       * src/prefs_matcher.c
-               add "ignore_thread" and "~ignore_thread" condition so it's
-               possible to make the actions / scoring operate on the ignore
-               thread flag
-
-2002-12-31 [christoph] 0.8.8claws27
-
-       * src/addrbook.c
-       * src/addrindex.c
-       * src/folder.c
-       * src/matcher.c
-       * src/prefs_account.c
-       * src/prefs_actions.c
-       * src/prefs_customheader.c
-       * src/prefs_display_header.c
-       * src/prefs_gtk.c
-       * src/procmime.c
-       * src/toolbar.c
-       * src/xmlprops.c
-       * src/common/prefs.[ch]
-               extend prefs file handling for reading and automatic handling
-               of blocks. When reading prefs_set_block_label will automatically
-               move on to the block. When writing it will copy all other blocks
-               automatically
-
-       * src/common/plugin.c
-               Now loading plugin filenames from [Plugins] block in
-               sylpheed rc file
-
-2002-12-30 [christoph] 0.8.8claws26
-
-       * src/common/hooks.[ch]
-               return abort status to caller of hooks_invoke
-               
-       * src/inc.[ch]
-               invoke message filtering hook and stop
-               default handling when filter returns abort
-
-       * src/common/plugin.[ch]
-       * src/plugins/demo/demo.c
-               modify plugin loader, because resolving symbols for strings
-               does not work correctly
-       
-       * configure.in
-       * ac/spamassassin.m4                            ** NEW **
-       * src/plugins/spamassassin/.cvsignore           ** NEW **
-       * src/plugins/spamassassin/Makefile.am          ** NEW **
-       * src/plugins/spamassassin/README               ** NEW **
-       * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
-       * src/plugins/spamassassin/spamassassin.c       ** NEW **
-       * src/plugins/spamassassin/utils.[ch]           ** NEW **
-               add spamassassin plugin, see src/plugins/spamassassin/README
-               for details
-
-2002-12-29 [alfons]    0.8.8claws25
-
-       * src/mainwindow.c
-               when moving focus from a message view to the main 
-               window, don't forget to select the summary node
-               of the displayed message. should fix "[ 659103 ] 
-               focus-follows-mouse confuses sylpheed"
-
-2002-12-29 [christoph] 0.8.8claws24
-
-       * src/Makefile.am
-       * src/stringtable.[ch]          ** REMOVE **
-       * src/common/Makefile.am
-       * src/common/stringtable.[ch]   ** NEW **
-               move stringtable files to common directory
-
-2002-12-29 [christoph] 0.8.8claws23
-
-       * src/Makefile.am
-       * src/menu.[ch]                 ** REMOVE **
-       * src/gtk/Makefile.am
-       * src/gtk/menu.[ch]             ** NEW **
-               move menu files to gtk directory
-
-2002-12-29 [match]     0.8.8claws22
-
-       * src/addressbook.c
-       * src/syldap.c
-               moved UI specific code out of LDAP code into addressbook
-               UI code. fixed memory leak.
-
-2002-12-29 [christoph] 0.8.8claws21
-
-       * src/folder.c
-               only check for IGNORED parent message when message is
-               not IGNORED itself
-
-2002-12-29 [alfons]    0.8.8claws20
-
-       * src/summaryview.c
-               set gtksctree's anchor correct (immediate execute
-               changes the tree's layout, and anchor points at 
-               the incorrect row). fixes "[ 657233 ] multiple msg 
-               delete sometimes off by 1".
-               we probably have to look for more tree layout /
-               anchor glitches.
-
-2002-12-29 [paul]      0.8.8claws19
-
-       * src/summaryview.c
-               fix bug [ 659054 ] incorrect sorting of 'From' column
-               when using 'display sender using address book'
-               thanks to Alfons and Luke Plant
-
-2002-12-29 [christoph] 0.8.8claws18
-
-       * src/folder.c
-       * src/procmsg.[ch]
-               check parent messages for IGNORE THREAD flag, when adding,
-               moving or copying messages to a folder
-
-2002-12-27 [alfons]    0.8.8claws17
-
-       re-organize matcher part 5; more to come
-
-       * src/matcher.c
-               hash keywords in matchparser_tab 
-
-2002-12-27 [alfons]    0.8.8claws16
-
-       re-organize matcher part 4; more to come
-
-       * src/matcher_parser.h
-       * src/matcher_parser_lex.l
-       * src/matcher_parser_parse.y
-               cleanup
-
-2002-12-27 [alfons]    0.8.8claws15
-
-       re-organize matcher part 3; more to come
-
-       * src/matcher.[ch]
-               cleanup
-
-2002-12-27 [alfons]    0.8.8claws14
-
-       re-organize matcher part 2; more to come but this should
-       work. cc me if there are any regressions.
-
-       * src/matcher.h
-               add prototype for get_matchparser_tab_id()
-       * src/matcher_parser_lex.l
-               look up keywords using matchparser_tab_id();
-
-2002-12-27 [alfons]    0.8.8claws12
-
-       re-organize matcher part 1
-
-       * src/matcher.h
-               map yacc generated constants to sylpheed matcher constants
-       * src/matcher.c
-               add function to find a matcher constant from a string
-
-2002-12-27 [christoph] 0.8.8claws11
-
-       * src/compose.c
-               MENUITEM_ADD casts the 4th argument from integer to pointer
-               so it probably should not be a pointer, this means we
-               should use account id for it and not the account's pointer
-
-2002-12-27 [paul]      0.8.8claws10
-
-       * src/mainwindow.c
-               remove unneeded 'GtkWidget *vbox'
-               
-       * src/summaryview.c
-               further sync with 0.8.8 - make sort
-               by recipient work as expected
-               
-       * NEWS
-               sync with 0.8.8
-
-2002-12-27 [paul]      0.8.8claws9
-
-       * po/pt_BR.po
-               updated by Ivan F. Martinez
-               
-2002-12-27 [darko]     0.8.8claws8
-
-       * src/common/utils.c
-               added locked pattern to extended search
-
-2002-12-27 [alfons]    0.8.8claws7
-
-       * src/prefs_matcher.[ch]
-               clean up
-
-2002-12-26 [alfons]    0.8.8claws6
-
-       * src/matcher.[ch]
-       * src/matcher_parser_lex.l
-       * src/matcher_parser_parse.y
-       * src/prefs_matcher.c
-               allow color label as a condition in the matcher
-
-2002-12-26 [oliver]    0.8.8claws5
-       
-       * src/toolbar.c 
-               enable Addressbook for Main and Messageview
-       * src/prefs_actions.c
-               enable actions in Messageview
-
-2002-12-26 [christoph] 0.8.8claws4
-
-       * src/common/plugin.c
-               add a little debug output
-       * configure.in
-       * src/plugins/demo/Makefile.am
-               better use of automake
-
-2002-12-26 [christoph] 0.8.8claws3
-
-       * src/Makefile.am
-       * src/common/Makefile.am
-               fix "make distdir"
-
-2002-12-26 [christoph] 0.8.8claws2
-
-       * configure.in
-               sort configure checks into common / gtk / plugins
-       * po/POTFILES.in
-               add src/prefs_gtk.c
-       * src/Makefile.am
-               add plugins SUBDIR
-       * src/main.c
-       * src/common/sylpheed.[ch]
-               added now sylpheed_done function for shutdown
-       * src/common/Makefile.am
-       * src/common/plugin.[ch]                ** NEW **
-               plugin loader and unloader
-       * src/plugins/.cvsignore                ** NEW **
-       * src/plugins/Makefile.am               ** NEW **
-               build plugins
-       * src/plugins/demo/.cvsignore           ** NEW **
-       * src/plugins/demo/Makefile.am          ** NEW **
-       * src/plugins/demo/demo.c               ** NEW **
-               small demo plugin that installs a logtext hook and
-               outputs the log text to stdout
-
-2002-12-26 [paul]      0.8.8claws1
-
-       * po/es.po
-               updated by Ricardo Mones Lastra
-
-2002-12-26 [paul]      0.8.8claws
-
-       * 0.8.8claws released
-
-2002-12-26 [paul]      0.8.7claws12
-
-       * po/bg.po
-               updated by George Danchev
-
-2002-12-26 [paul]      0.8.7claws11
-
-       * po/POTFILES.in
-               remove unneeded 'src/prefs.c' entry 
-
-2002-12-26 [paul]      0.8.7claws10
-
-       * src/codeconv.c
-         src/mainwindow.c
-               sync with 0.8.8 release
-       
-       * src/folder.[ch]
-         src/mh.c
-         src/summaryview.c
-               partial sync with 0.8.8 release
-       
-
-2002-12-25 [alfons]    0.8.7claws9
-
-       * src/matcher.[ch]
-       * src/matcher_parser_lex.l
-       * src/matcher_parser_parse.y
-       * src/prefs_matcher.c
-               add locked flag to possible filtering / matcher 
-               conditions (also a good example what should be
-               done to add a simple boolean condition)
-
-2002-12-25 [christoph] 0.8.7claws8
-
-       * src/Makefile.am
-       * src/account.[ch]
-       * src/addrbook.c
-       * src/addressbook.c
-       * src/addrindex.c
-       * src/filtering.c
-       * src/folder.c
-       * src/matcher.c
-       * src/prefs.[ch]                ** REMOVE **
-       * src/prefs_account.c
-       * src/prefs_actions.c
-       * src/prefs_common.c
-       * src/prefs_customheader.c
-       * src/prefs_display_header.c
-       * src/prefs_filtering.c
-       * src/prefs_folder_item.c
-       * src/prefs_gtk.[ch]            ** NEW **
-       * src/prefs_matcher.c
-       * src/prefs_scoring.c
-       * src/prefs_summary_column.c
-       * src/procmime.c
-       * src/selective_download.c
-       * src/toolbar.c
-       * src/common/Makefile.am
-       * src/common/prefs.[ch]         ** NEW **
-               split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
-
-2002-12-24 [alfons]    0.8.7claws7
-
-       * src/summaryview.c
-               summary_thread_build(): fix real cause of the crash mentioned in
-               0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
-               this way we get meaningful ctree nodes 
-
-2002-12-24 [oliver]    0.8.7claws6
-
-       * src/mainwindow.[ch]
-       * src/messageview.[ch]
-       * src/compose.[ch]
-       * src/inc.c
-       * src/summaryview.c
-               changes to use updated toolbar handling
-               
-2002-12-24 [oliver]    0.8.7claws5
-
-       * src/toolbar.[ch]
-               generic toolbar handling
-               used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
-       * src/prefs_toolbar.[ch]
-               adjust to handling
-       
-2002-12-24 [oliver]    0.8.7claws4
-       
-       * src/stock_pixmap.[ch]
-               move SYLPHEED_LOGO to end of list in order 
-               to remove it from Custom Toolbar`s Icon View
-
-2002-12-24 [alfons]    0.8.7claws3
-
-       * src/summaryview.c
-               summary_thread_build(): fix crash because of focus != selection 
-               after threading. when deleting the selection, gtk tries but fails 
-               to find the correct focusable element. we now force the selection
-               to be focused. this should solve the infamous bug reported by 
-               Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
-               a test case is available. 
-
-2002-12-24 [darko]     0.8.7claws2
-
-       * src/summaryview.c
-               don't crash when unmarking message with unread children
-
-2002-12-23 [christoph] 0.8.7claws1
-
-       * src/Makefile.am
-       * src/common/Makefile.am
-               update Makefiles for moved intl.h, version.h and defs.h
-       * src/imap.c
-               rewrite imap_session_get to avoid duplicate code
-
-2002-12-23 [paul]      0.8.7claws
-
-       * Santa-Claws released
-       
-       * po/hu.po
-         po/ru.po
-               squeeze in updated Hungarian and Russian translations.
-               Submitted by  Gál Zoltán and Ruslan N. Balkin
-
-2002-12-23 [paul]      0.8.6claws129
-
-       * po/pl.po
-               updated by Witold Wladyslaw Wojciech Wilk
-
-2002-12-23 [paul]      0.8.6claws128
-
-       * src/quote_fmt_parse.y
-               fix typo and add licence header
-
-2002-12-23 [paul]      0.8.6claws127
-
-       * po/en_GB.po
-               updated
-
-2002-12-23 [paul]      0.8.6claws126
-
-       * po/it.po
-               updated translation, submitted by Alessandro Maestri
-               
-2002-12-23 [paul]      0.8.6claws125
-
-       * src/quote_fmt_parse.y
-               fix signature-stripping on replies bug. match
-               '-- \n' and not '-- '.
-
-2002-12-22 [paul]      0.8.6claws124
-
-       * po/bg.po
-         po/es.po
-         po/sr.po
-               updated translations. submitted by George Danchev,
-               Ricardo Mones Lastra, and Urke MMI respectively
-
-2002-12-21 [paul]      0.8.6claws123
-
-       * src/addrbook.c
-               fix coding style
-
-2002-12-21 [paul]      0.8.6claws122
-
-       * src/addrbook.c
-               fix bug [643638] where if a person is in one or more
-               addressbook groups editing that person's email 
-               address results in removal from those groups.
-               Patch submitted by Luke Plant.
-
-2002-12-20 [christoph] 0.8.6claws121
-
-       * src/common/utils.c
-       * src/summaryview.c
-               reimplement expand_search_string using GString to
-               prevent crashs caused by miscalculated string
-               lengths reported by Paul
-
-2002-12-20 [christoph] 0.8.6claws120
-
-       * src/summaryview.c
-               don't use "changed" to check if op_count has to be changed as it
-               is also set when the message has unread children
-               (closes bug [ 653221 ] crash while deleting duplicates)
-
-2002-12-20 [paul]      0.8.6claws119
-
-       * sync with 0.8.6cvs27
-               see ChangeLog 2002-12-20
-
-2002-12-20 [paul]      0.8.6claws118
-
-       * sync with 0.8.6cvs26
-               see ChangeLog 2002-12-19 and 2002-12-20
-
-2002-12-19 [alfons]    0.8.6claws117
-
-       * src/textview.c
-               fix incorrect parsing of email addresses, submitted by 
-               Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
-               name display if it contains @".
-
-2002-12-18 [paul]      0.8.6claws116
-
-       * sync with 0.8.6cvs23
-               see ChangeLog 2002-12-18
-
-2002-12-18 [paul]      0.8.6claws115
-
-       * src/Makefile.am
-       * src/account.c
-       * src/codeconv.c
-       * src/gtkutils.[ch]
-       * src/imap.c
-               sync with 0.8.6cvs22.
-               see ChangeLog 2002-12-17 and 2002-12-18
-
-2002-12-17 [christoph] 0.8.6claws114
-
-       * src/imap.c
-               o don't create a session if imap greeting fails
-               o don't close socket when authentication fails
-                 this is done by imap_session_destroy
-
-2002-12-17 [thorsten]  0.8.6claws113
-
-       * tools/Makefile.am
-         tools/README
-         tools/google_msgid.pl ** NEW FILE **
-               Added "search for message-id" script and doc
-
-2002-12-17 [thorsten]  0.8.6claws112
-
-       * po/hu.po
-               Updated hungarian translation
-               (updated by Gal Zoltan)
-
-2002-12-16 [christoph] 0.8.6claws111
-
-       * src/addr_compl.c
-               remove stupid addressbook dump to debug output
-       * src/mh.c
-               fix memory leak found by Hiro
-
-2002-12-14 [paul]      0.8.6claws110
-
-       * src/compose.c
-               fix menubar sensitivity on send
-               
-       * src/prefs_filtering.c
-       * src/prefs_matcher.c
-       * src/prefs_scoring.c
-               Fix english ;)
-               
-       * src/common/quoted-printable.h
-               sync: fix typo
-       
-2002-12-13 [christoph] 0.8.6claws109
-
-       * src/Makefile.am
-       * src/manage_window.[ch]        ** REMOVE **
-       * src/gtk/Makefile.am
-       * src/gtk/manage_window.[ch]    ** NEW **
-               move manage_window files to gtk directory
-
-2002-12-13 [christoph] 0.8.6claws108
-
-       * src/Makefile.am
-       * src/gtkshruler.[ch]           ** REMOVE **
-       * src/gtk/Makefile.am
-       * src/gtk/gtkshruler.[ch]       ** NEW **
-               move gtkshruler files to gtk directory
-
-2002-12-13 [christoph] 0.8.6claws107
-
-       * src/Makefile.am
-        * src/compose.c
-       * src/gtkstext.[ch]             ** REMOVE **
-       * src/gtkutils.[ch]
-       * src/textview.c
-       * src/gtk/gtkstext.[ch]         ** NEW **
-       * src/gtk/Makefile.am
-               o move stext functions to gtkstext.c to remove
-                 dependency of gtkutils
-               o move gtkstext files to gtk directory
-
-       * src/gtk/Makefile.am
-       * src/gtk/sslcertwindow.[ch]
-               UI stuff can always depend on common code so
-               it's ok to add ../common to include path
-
-2002-12-13 [colin]     0.8.6claws106
-
-       * src/summaryview.c
-               Disconnect sighandlers for mainwindow when
-               quicksearch has the focus
-               Fix bug #653231
-       * src/mainwindow.[ch]
-               Make key_pressed callback public, to be able
-               to disconnect it
-
-2002-12-13 [christoph] 0.8.6claws105
-
-       * src/mh.c
-               create .mh_sequences file in new MH folders
-               (closes feature request [ 523162 ] MH folders should
-                get a .mh_sequences)
-
-2002-12-13 [colin]     0.8.6claws104
-
-       * src/summaryview.c
-               Better handling of quicksearch show/hide
-               (basically the button stays under the mouse 
-                when toggled)
-
-2002-12-13 [paul]      0.8.6claws103
-
-       * sync with 0.8.6cvs17
-               see ChangeLog 2002-12-13
-
-2002-12-13 [paul]      0.8.6claws102
-
-       * po/es.po
-               updated by Ricardo Mones Lastra
-
-2002-12-11 [colin]       0.8.6claws101
-
-       * src/folder.c
-               remove statusbar stuff
-         src/folderview.c
-               set statusbar verbosity when moving folders
-
-2002-12-11 [colin]       0.8.6claws100
-        * src/prefs_filtering.c
-        * src/prefs_matcher.c
-        * src/prefs_scoring.c
-               Fix english ;)
-
-2002-12-11 [colin]       0.8.6claws99
-
-       * src/prefs_common.[ch]
-               Add summary_quicksearch_type
-       * src/summaryview.c
-               Save last used quicksearch type
-
-2002-12-11 [jens]       0.8.6claws98
-       * src/prefs_filtering.c
-       * src/prefs_matcher.c
-       * src/prefs_scoring.c
-               added dialog for incomplete rules in scoring, filtering and
-               matcher to ask wheather really close
-
-2002-12-11 [colin]     0.8.6claws97
-
-       * src/folder.c
-               Fix folder dnd statusbar logging
-
-2002-12-10 [christoph] 0.8.6claws96
-
-       * src/compose.c
-       * src/folder.c
-       * src/imap.c
-       * src/inc.c
-       * src/main.c
-       * src/mainwindow.c
-       * src/news.c
-       * src/send.c
-       * src/statusbar.[ch]
-       * src/common/hooks.c
-       * src/common/log.[ch]
-               o handle verbose logging in statusbar directly in statusbar code
-                 and common code does not need any knowledge about a statusbar
-               o remove direct calls to statusbar_(puts|pop)_all functions
-
-2002-12-10 [jens]      0.8.6claws95
-
-       * src/*.c
-               removed gettext from g_warnings
-       * po/POTFILES.in
-               cleaned and updated
-       * po/de.po
-               updated
-
-2002-12-10 [colin]     0.8.6claws94
-
-       * src/main.c
-               finish crash dialog fix
-
-2002-12-10 [colin]     0.8.6claws93
-
-       * src/main.c
-               "Fix" "sylpheed already running" instead of
-               crash dialog appearing after a crash
-
-2002-12-10 [colin]     0.8.6claws92
-
-       * po/POTFILES.in
-               add src/gtk/sslcertwindow.c
-
-2002-12-10 [paul]      0.8.6claws91
-
-       * po/POTFILES.in
-               updated to reflect recent changes
-               submitted by Alessandro Maestri
-
-2002-12-09 [christoph] 0.8.6claws90
-
-       * src/Makefile.am
-       * src/smtp.[ch]                 ** REMOVE **
-       * src/common/Makefile.am
-       * src/common/smtp.[ch]          ** NEW **
-               move smtp files to common directory
-
-2002-12-09 [christoph] 0.8.6claws89
-
-       * src/Makefile.am
-       * src/session.[ch]              ** REMOVE **
-       * src/common/Makefile.am
-       * src/common/session.[ch]       ** NEW **
-               move session files to common directory
-
-2002-12-09 [paul]      0.8.6claws88
-
-       * src/account.c
-               fix bug [649746] edit accounts: move account reverted
-               Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
-
-2002-12-09 [colin]     0.8.6claws87
-
-       * src/ssl_certificate.c
-               cleanup
-
-2002-12-09 [colin]     0.8.6claws86
-
-       * src/ssl.c
-               Try to open the cert.pem database and 
-               issue a warning if it isn't there
-
-2002-12-09 [colin]     0.8.6claws85
-
-       * src/common/ssl_certificate.c
-       * src/gtk/sslcertwindow.c
-               Warning fixes
-
-2002-12-09 [colin]     0.8.6claws84
-
-       * src/ssl_certificate.[ch] ** REMOVED **
-       * src/common/ssl_certificate.[ch] ** NEW **
-       * src/Makefile.am
-       * src/common/Makefile.am
-               Moved ssl_certificate.[ch] to common
-       * src/common/ssl.c 
-               Put back needed include
-       * src/gtk/sslcertwindow.[ch]
-               Changed ssl_certificate.h include
-       
-2002-12-09 [colin]     0.8.6claws83
-
-       * src/gtk/sslcertwindow.[ch]
-               Implement hook for certificate acception
-       * src/ssl_certificate.[ch]
-               Implement hook for certificate acception
-       * src/common/ssl.c
-               Reenable certificate acception check
-       * src/mainwindow.c
-               Register sslcertwindow's hook
-       
-2002-12-08 [christoph] 0.8.6claws82
-
-       * src/about.c
-       * src/addr_compl.c
-       * src/codeconv.c
-       * src/manual.c
-       * src/undo.c
-       * src/common/utils.c
-               o add missing includes
-               o fix warnings
-       * src/.cvsignore
-       * src/common/.cvsignore
-       * src/common/version.h          ** REMOVE **
-               remove autogenerated file
-
-2002-12-08 [paul]      0.8.6claws81
-
-       * src/stringtable.c
-               put back needed include
-
-2002-12-08 [colin]     0.8.6claws80
-       
-       * src/gtk/sslcertwindow.c
-               Cleaner popups when asking
-       * src/ssl_certificate.c
-       * src/prefs_common.[ch]
-               remove ssl certificate pref
-               put back needed include
-       * src/undo.c
-               put back needed include
-
-2002-12-08 [christoph] 0.8.6claws79
-
-       * src/folderview.c
-       * src/logwindow.c
-       * src/statusbar.c
-       * src/summaryview.c
-               only abort hook invokation if required data is missing not
-               if our own data pointer is NULL, update hookfunction for
-               log window
-
-2002-12-08 [paul]      0.8.6claws78
-
-       * src/about.c
-       * src/addrcache.c
-       * src/addrclip.c
-       * src/addr_compl.c
-       * src/addrselect.c
-       * src/codeconv.c
-       * src/colorlabel.c
-       * src/enriched.c
-       * src/esmtp.c
-       * src/exporthtml.c
-       * src/headerview.c
-       * src/imageview.c
-       * src/manual.c
-       * src/noticeview.c
-       * src/pgptext.c
-       * src/scoring.c
-       * src/sourcewindow.c
-       * src/stringtable.c
-       * src/undo.c
-               clean up: remove unneccesary includes
-
-2002-12-08 [christoph] 0.8.6claws77
-
-       * src/folderview.c
-       * src/statusbar.c
-       * src/summaryview.c
-       * src/common/hooks.[ch]
-               hook functions now have a gboolean return value, if a hook
-               returns TRUE it will stop executing of any more hooks in
-               the same hooklist for this invokation
-
-2002-12-08 [colin]     0.8.6claws76
-       
-       * src/main.c
-               put back argv0 for CRASH_DIALOG
-
-2002-12-08 [christoph] 0.8.6claws75
-
-       * src/Makefile.am
-       * src/about.c
-       * src/account.c
-       * src/crash.c
-       * src/esmtp.h
-       * src/imap.[ch]
-       * src/inc.c
-       * src/main.c
-       * src/mainwindow.c
-       * src/news.c
-       * src/pop.[ch]
-       * src/prefs_account.[ch]
-       * src/prefs_common.[ch]
-       * src/send.[ch]
-       * src/smtp.[ch]
-       * src/ssl_certificate.[ch]
-       * src/ssl_manager.[ch]
-       * src/common/Makefile.am
-       * src/common/log.c
-       * src/common/nntp.[ch]
-       * src/common/socket.[ch]
-       * src/common/ssl.[ch]
-       * src/gtk/sslcertwindow.[ch]
-       * ac/openssl.m4
-               use new autoconf script to detect OpenSSL with extra parameters
-               to specify the location of libs and includes, also remove USE_SSL
-               to USE_OPENSSL
-
-       * src/common/sylpheed.[ch]
-       * src/common/version.h.in
-               start seperation of common code initialization seperated from gui
-
-       * src/summaryview.c
-               The function that is called when a color label changes
-               should not change the color lable again
-
-2002-12-08 [colin]     0.8.6claws74
-
-       * src/gtk/sslcertwindow.c
-               warning fixes
-
-2002-12-08 [colin]     0.8.6claws73
-
-       * src/statusbar.c
-         src/common/log.h
-               Register a hook for statusbar_puts_all
-       * src/common/log.c
-               invoke statusbar_puts_all's hook
-       
-2002-12-08 [colin]     0.8.6claws72
-
-       * src/ssl_certificate.c
-               Put back a badly-removed include
-
-2002-12-08 [colin]     0.8.6claws71
-
-       * src/gtk/sslcertwindow.[ch]    ** NEW **
-               new certificate presentation
-       * src/gtk/Makefile.am
-               add new files
-       * src/ssl_certificate.[ch]
-               gtk cleanup, made utility functions public
-       * src/ssl_manager.c
-               use new cert presentation
-
-2002-12-07 [christoph] 0.8.6claws70
-
-       * src/Makefile.am
-       * src/nntp.[ch]                 ** REMOVE **
-       * src/common/Makefile.am
-       * src/common/nntp.[ch]          ** NEW **
-               move nntp files to common directory
-
-2002-12-07 [christoph] 0.8.6claws69
-
-       * src/procmsg.[ch]
-       * src/summaryview.c
-               implement msginfo update callback using sylpheed's new
-               hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
-
-2002-12-06 [christoph] 0.8.6claws68
-
-       * src/editgroup.c
-               This patch changes the 'Edit Group Details' dialog to
-               allow extended selections in either pane, so that
-               addresses can be added or removed from a group more
-               quickly and easily. (it actually is a net decrease in
-               file size, as some unnecessary functions have been
-               removed). 
-               (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
-
-2002-12-06 [christoph] 0.8.6claws67
-
-       * src/Makefile.am
-       * src/template.[ch]             ** REMOVE **
-       * src/common/Makefile.am
-       * src/common/template.[ch]      ** NEW **
-               move template files to common directory
-
-       * src/nntp.c
-               add missing log.h include
-
-2002-12-06 [melvin]    0.8.6claws66
-
-       * src/prefs_actions.c
-               Added the trailing ">" syntax to insert command's output
-               without replacing old text (in contrast to trailing "|").
-
-2002-12-05 [colin]     0.8.6claws65
-       
-       * src/common/utils.c
-               Don't modify original search_string or it'll change
-               the next iterations in the for()
-
-2002-12-05 [darko]     0.8.6claws64
-
-       * src/common/utils.c
-               proper check for filtering commands, found by Colin
-
-2002-12-05 [darko]     0.8.6claws63
-
-       * src/common/utils.c
-               check proper string for NULL pointer, found by Colin
-
-2002-12-05 [darko]     0.8.6claws62
-
-       * src/common/utils.[ch]
-               expand_search_string(): new function
-               converts Mutt-like patterns to Sylpheed's
-               filtering engine
-       * src/summaryview.c
-               use expand_search_string() to allow Mutt-like
-               patterns in extended search
-       * README.claws
-               document extended option in quick search
-
-2002-12-05 [paul]      0.8.6claws61
-
-       * sync with 0.8.6cvs16
-               see ChangeLog 2002-12-05
-               
-       * po/POTFILES.in
-               clean up
-
-2002-12-04 [christoph] 0.8.6claws60
-
-       * src/imap.[ch]
-               put imap authentication code into a new function and
-               remove it from imap_session_new that will allow to
-               send other commands before authentication
-
-2002-12-04 [christoph] 0.8.6claws59
-
-       * src/imap.[ch]
-               use already existing method to prevent unneeded IMAP
-               folder selects. Set imap_select parameters to NULL
-               in some functions if the values are not required.
-
-       * src/xml.h
-               remove no longer required include
-
-2002-12-04 [paul]      0.8.6claws58
-
-       * po/es.po
-               updated by Ricardo Mones Lastra
-               
-       * configure.in
-         po/hu.po      ** NEW FILE **
-               initial Hungarian translation, submitted
-               by Gál Zoltán <galzoli@hu.inter.net>
-
-2002-12-03 [christoph] 0.8.6claws57
-
-       * src/Makefile.am
-       * src/gtksctree.[ch]            ** REMOVE **
-       * src/gtk/Makefile.am
-       * src/gtk/gtksctree.[ch]        ** NEW **
-               move gtksctree files to gtk directory
-
-2002-12-03 [christoph] 0.8.6claws56
-
-       * src/Makefile.am
-       * src/md5.[ch]                  ** REMOVE **
-       * srm/common/Makefile.am
-       * src/common/md5.[ch]           ** NEW **
-               move md5 files to common directory
-
-       * src/gtkstext.c
-               remove not required #include
-
-2002-12-03 [sergey]    0.8.6claws55
-
-       * src/gtkutils.c
-       * src/gtkutils.h
-               gtkut_window_popup(): new function.
-       * src/mainwindow.c
-               main_window_popup(): use gtkut_window_popup() to raise
-               window without changing its position.
-               (see sylpheed-main ML message [sylpheed:17247])
-
-2002-12-03 [sergey]    0.8.6claws54
-
-       * src/send.c
-               send_message_local(): removed first-dot escaping
-               (SMTP-only, not needed for sending through pipe)
-
-2002-12-03 [paul]      0.8.6claws53
-
-       * po/POTFILES.in
-               update to reflect recent changes (thanks
-               to Ricardo Mones Lastra)
-               
-       * tools/filter_conv.pl
-                fix problem with quoted strings. Patch submitted
-                by Luke Plant <lukeplant@softhome.net>
-
-2002-12-03 [paul]      0.8.6claws52
-
-       * sync with 0.8.6cvs15
-               see ChangeLog 2002-12-03
-
-2002-12-02 [christoph] 0.8.6claws51
-
-       * src/logwindow.[ch]
-       * src/common/log.[ch]
-               implement logging using a hook function
-
-       * src/folderview.c
-       * src/folder.[ch]
-               define hooklist name in header file to avoid
-               errors caused by wrong spelling of hooklist names
-
-       * src/toolbar.c
-               fix warnings
-
-2002-12-02 [christoph] 0.8.6claws50
-
-       * src/common/Makefile.am
-               add src/common/hooks.[ch]
-
-       * src/common/hooks.[ch]
-               implement a simple hook system using glib's hook functions
-
-       * src/folder.[ch]
-       * src/folderview.c
-               use new hook system for folder item updates
-
-2002-12-02 [christoph] 0.8.6claws49
-
-       * doc-src/ui_seperation.txt     ** NEW **
-               information for ui seperation
-
-       * src/Makefile.am
-               remove files that were moved to common
-               include common directory by default for the header files
-
-       * src/inc.c
-       * src/common/socket.c
-       * src/automaton.[ch]
-               implement automaton using g_io_*-functions instead of
-               gdk_input_add to make it ui independent
-
-       * src/codeconv.c
-       * src/compose.c
-       * src/ldif.c
-       * src/pgptext.c
-       * src/procmime.c
-       * src/rfc2015.c
-       * src/smtp.c
-       * src/unmime.c
-               remove common/ prefix because directory is now in
-               include path
-
-       * src/compose.c
-       * src/folder.c
-       * src/folderview.c
-       * src/mainwindow.c
-       * src/messageview.c
-       * src/prefs_common.c
-       * src/procmsg.c
-       * src/rfc2015.c
-               fix warnings
-
-       * src/imap.c
-       * src/inc.c
-       * src/news.c
-       * src/pop.c
-       * src/send.c
-       * src/smtp.c
-       * src/ssl_certificate.c
-               add log.h header file for logging functions
-
-       * src/main.c
-       * src/common/utils.c
-       * src/summaryview.c
-       * src/xml.c
-               o move debug_mode to common/utils.c
-               o add functions to set and get debug_mode
-
-       * src/defs.h                    ** REMOVE **
-       * src/intl.h                    ** REMOVE **
-       * src/socket.[ch]               ** REMOVE **
-       * src/ssl.[ch]                  ** REMOVE **
-       * src/utils.[ch]                ** REMOVE **
-               replaced by new files in src/common/
-       
-       * src/common/Makefile.am
-               add new files in src/common/
-
-       * src/common/defs.h             ** NEW **
-       * src/common/intl.h             ** NEW **
-       * src/common/log.[ch]           ** NEW **
-       * src/common/socket.[ch]        ** NEW **
-       * src/common/ssl.[ch]           ** NEW **
-       * src/common/utils.[ch]         ** NEW **
-               replacement for files in src/
-
-2002-12-02 [colin]     0.8.6claws48
-
-       * src/folderview.c
-               Scroll folderview if necessary during dnd
-
-2002-12-02 [colin]     0.8.6claws47
-
-       * src/folder.[ch]
-               Add check to verify a move is within a single mailbox
-       * src/folderview.c
-               Add specific error string for this check
-
-2002-12-02 [colin]     0.8.6claws46
-
-       * src/folder.c
-               Add a test to folder moving, remove a statusbar_print
-       * src/folderview.c
-               Add Move folder... context-menu item
-               Factorize folder moving code
-               Enable folder DND for mbox
-
-2002-12-01 [christoph] 0.8.6claws45
-
-       * ac/aspell.m4
-               remove conf.aspelltest if the version check fails
-
-2002-11-30 [christoph] 0.8.6claws44
-
-       * autogen.sh
-               run libtoolize --force in autogen to create missing
-               libtool scripts
-
-2002-11-30 [christoph] 0.8.6claws43
-
-       * src/Makefile.am
-       * src/pgptext.c
-       * src/procmime.c
-       * src/rfc2015.c
-       * src/uuencode.[ch]             ** REMOVED **
-       * src/common/Makefile.am
-       * src/common/uuencode.[ch]      ** NEW **
-               move uuen/decoder to common directory
-
-2002-11-30 [christoph] 0.8.6claws42
-
-       * src/Makefile.am
-       * src/base64.[ch]               ** REMOVED **
-       * src/codeconv.c
-       * src/compose.c
-       * src/ldif.c
-       * src/pgptext.c
-       * src/procmime.c
-       * src/rfc2015.c
-       * src/smtp.c
-       * src/unmime.c
-       * src/common/Makefile.am
-       * src/common/base64.[ch]        ** NEW **
-               move base64 en/decoder to common directory
-
-2002-11-30 [christoph] 0.8.6claws41
-
-       * src/common                    ** NEW **
-               new directory for UI independent code
-       * src/gtk                       ** NEW **
-               new directory for GTK frontend
-       * src/common/.cvsignore         ** NEW **
-       * src/gtk/.cvsignore            ** NEW **
-               ignore build files
-       * src/common/Makefile.am        ** NEW **
-       * src/gtk/Makefile.am           ** NEW **
-               automake files to build new seperated stuff
-       * src/Makefile.am
-               the binary will currently still be build with the
-               files in src, so we include the code from the
-               subdirs for now after building the libs there
-
-2002-11-30 [paul]      0.8.6claws40
-
-       * src/compose.c
-               fix bug [642731] 'Wrong selected account with drafted mail'
-
-2002-11-29 [oliver]    0.8.6claws39
-       
-       * src/messageview.c
-               o update summaryview when switching between different
-                 messageviews          
-       * src/toolbar.c  
-               o check if messageview holds already removed msg
-                 from summaryview
-               
-
-2002-11-29 [oliver]    0.8.6claws38
-
-       * src/toolbar.c 
-               remove not needed variables and includes
-               make messageview stay opened and move to next when msgs are deleted 
-
-2002-11-29 [oliver]    0.8.6claws37
-       
-       * src/toolbar.c 
-               disable compose button (messageview toolbar) by default
-               deleted msgs are moved to trash
-       
-2002-11-29 [melvin]    0.8.6claws36
-
-       * configure.in
-               Increased minimal gpgme version to 0.3.10 (Zombies out)
-               and to detect signatures expirations (gpgme 0.3.6)
-
-       * src/main.c
-               Use non obsolescent function for Gpgme engine checking.
-
-       * src/rfc2015.c
-               Inform about expired signatures or signatures which key
-               has expired. Expiration date is displayed.
-
-       * src/sigstatus.c
-               Inform about expired signatures or signatures which key
-               has expired.
-
-2002-11-28 [paul]      0.8.6claws35
-
-       * src/folderview.c
-               re-instate 'Check for new messages' in Newsgroup
-               folders right-click menu, after a suggestion from
-               Tim Mann <timmann@users.sourceforge.net>
-
-       * src/main.c
-               after a crash check only local folders for new
-               messages
-
-2002-11-28 [paul]      0.8.6claws34
-
-       * configure.in
-               apply patch that fixes the checking of GTK with XIM 
-               support on different OSs, such as FreeBSD. Patch 
-               submitted by Topia <topia@users.sourceforge.net>
-               
-2002-11-28 [paul]      0.8.6claws33
-
-       * src/mainwindow.c
-         src/prefs_common.c
-         src/prefs_toolbar.c
-               more changes to the English
-
-2002-11-28 [paul]      0.8.6claws32
-
-       * sync with 0.8.6cvs13
-               see ChangeLog 2002-11-28 (no sync needed
-               for src/compose.c)
-
-2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.6claws31
-       
-       * src/mainwindow.[ch]
-               add patch by Ivan F. Martinez introducing messageview Toolbar
-               some changes and committed by oliver    
-
-2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.6claws30
-
-       * src/messageview.[ch]
-               add patch by Ivan F. Martinez introducing messageview Toolbar
-               some changes and committed by oliver    
-
-2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.6claws29
-
-       * src/compose.[ch]
-               add patch by Ivan F. Martinez introducing messageview Toolbar
-               some changes and committed by oliver    
-
-2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.6claws28
-       
-       * src/toolbar.[ch]
-               add patch by Ivan F. Martinez introducing messageview Toolbar
-               some changes and committed by oliver
-
-2002-11-28 [oliver]    0.8.6claws27
-       
-       * src/prefs_toolbar.[ch]
-               getting ready for messageview toolbar
-               free mem allocated by gettext
-               change prefs_toolbar to prefs_toolbar_open
-2002-11-28 [thorsten]  0.8.6claws26
-
-       * src/imageview.[ch]
-               cleaned up conflicting declarations of
-               imageview_show_image()
-
-2002-11-28 [paul]      0.8.6claws25
-
-       * src/grouplistdialog.c
-         src/prefs_common.c
-         src/prefs_summary_column.c
-               a few more improvements to the English
-
-2002-11-28 [colin]     0.8.6claws24
-
-       * man/sylpheed.1
-               A few updates to command-line parameters
-
-2002-11-28 [colin]     0.8.6claws23
-
-       * src/prefs_filtering.c
-               Fix problems with prefs_filtering_delete_path:
-               a) if the first rule is removed, original pointers
-                  weren't updated (leading to segfaults)
-               b) it was always global_processing updated in case
-                  of removed path was parent of rule path
-
-2002-11-27 [paul]      0.8.6claws22
-
-       * src/mainwindow.c
-         src/prefs_account.c
-         src/prefs_actions.c
-         src/prefs_common.c
-         src/prefs_customheader.c
-         src/prefs_display_header.c
-         src/prefs_filtering.c
-         src/prefs_folder_item.c
-         src/prefs_matcher.c
-         src/prefs_scoring.c
-         src/prefs_summary_column.c
-         src/prefs_template.c
-         src/prefs_toolbar.c
-                improve the English in the GUI
-
-2002-11-27 [colin]     0.8.6claws21
-
-       * src/folder.c
-               Fix processing renaming problems happening after
-               last commit
-
-2002-11-27 [colin]     0.8.6claws20
-
-       * src/folder.c
-               recursive move now deletes src each subfolder after 
-               having moved it
-       * src/folderview.c
-               Use identifier instead of path during dnd (enables
-               IMAP folder dnd)
-
-2002-11-27 [paul]      0.8.6claws19
-
-       * src/main.c
-               apply patch that does command-line processing 
-               BEFORE gtk_init, allowing claws to run from 
-               shell-scripts in non-X environment (e.g. crontab 
-               or ip-up, ip-down scripts). Patch submitted by
-               Ruslan N. Balkin <baron@dartel.ru>
-               
-       * po/it.po
-               updated by Alessandro Maestri
-
-2002-11-27 [paul]      0.8.6claws18
-
-       * sync with 0.8.6cvs12
-         src/prefs_common.c
-               Differences are that main uses a 'Receive dialog'
-               frame on the Interface tab, whereas claws groups all 
-               the dialogs together in a 'Dialogs' frame.
-
-2002-11-27 [colin]     0.8.6claws17
-
-       * src/prefs_matcher.c
-               Fix Execute criteria's NOT flag
-
-
-2002-11-26 [christoph] 0.8.6claws16
-
-       * src/ssl.c
-               rewrite the ssl code a little bit, only use one
-               SSL context, set default certificates' file/path
-
-2002-11-26 [thorsten]  0.8.6claws15
-
-       * src/compose.c
-               default-reply-to didn't work for ml-reply
-
-2002-11-26 [melvin]    0.8.6claws14
-
-       * src/prefs_actions.c
-               Made pipe-actions ignore short headers in message view
-               Made trailing-pipe-actions write in the message view with
-               the same font as the original message
-
-2002-11-26 [paul]      0.8.6claws13
-
-       * src/compose.c
-               this time commit the correct file
-
-2002-11-26 [paul]      0.8.6claws12
-
-       * sync with 0.8.6cvs11
-         src/quote_fmt_parse.y  
-               no sync needed
-         src/account.[ch]       
-               not sync'ed
-         src/compose.c
-               compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
-               on draft mode.
-               compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
-               header
-               
-       see ChangeLog 2002-11-25 and 2002-11-26
-
-2002-11-26 [colin]     0.8.6claws11
-
-       * src/folderview.c
-               Fix collapsed folder not auto-expanding during
-               mail dnd, if it was the source folder.
-
-2002-11-25 [colin]     0.8.6claws10
-
-       * src/folderview.[ch]
-               Variable renaming and cleaning (slist of nodes 
-               to be re-collapsed is stored in FolderView)
-
-2002-11-25 [paul]      0.8.6claws9
-
-       * src/prefs_common.[ch]
-               fix breakage caused by last commit
-
-2002-11-25 [paul]      0.8.6claws8
-
-       * sync with 0.8.6cvs4
-               see ChangeLog 2002-11-21
-
-2002-11-25 [paul]      0.8.6claws7
-
-       * sync with 0.8.6cvs4
-               see ChangeLog 2002-11-20
-
-2002-11-25 [paul]      0.8.6claws6
-
-       * sync with 0.8.6cvs3
-               see ChangeLog 2002-11-18
-
-2002-11-25 [colin]     0.8.6claws5
-
-       * src/gtkutils.[ch]
-               Add gtkut_ctree_node_is_parent()
-       * src/folderview.c
-               Spring-loaded folders
-
-2002-11-25 [colin]     0.8.6claws4
-
-       * src/utils.[ch]
-               Add slist_concat_unique(), function to merge
-               two GSList filtering dups
-       * src/folder.[ch]
-       * src/summaryview.[ch]
-       * src/folderview.c
-       * src/main.c
-               Add detection/update/display of unread answers
-               to marked mails
-       * src/procmsg.[ch]
-               Add procmsg_find_children()
-               Add procmsg_msg_has_marked_parent()
-
-2002-11-25 [colin]     0.8.6claws3
-
-       * src/ssl_certificate.[ch]
-               Allow checking a certificate without a DNS
-               lookup
-               Allow to forget a cert (by deleting it)
-               Make ssl_certificate_destroy_public
-       * src/ssl_manager.[ch] ** NEW FILES **
-               Gui to manage (display/remove) certificates
-       * src/prefs_common.[ch]
-               Add a pref to allow silent acceptation of
-               trusted certificates or not (based on the
-               "I want to know what's going on" principle)
-       * src/mainwindow.c
-               Add SSL manager in Tools menu
-       * src/Makefile.am
-               Add the new files to the build
-       * po/POTFILES.in
-               Add ssl_manager.c to translations
-
-2002-11-25 [colin]     0.8.6claws2
-
-       * src/summaryview.[ch]
-               Add S_SEARCH_EXTENDED to the quick search, which 
-               allows to search using filtering syntax.
-
-2002-11-25 [colin]     0.8.6claws1
-
-       * src/summaryview.c
-               Deletion of duplicates now prefer deleting
-               the unread dup (fixes feature-request 638989).
-
-2002-11-24 [paul]      0.8.6claws
-
-       * po/es.po
-         po/pl.po
-         po/ru.po
-         po/sr.po
-               updated by Ricardo Mones Lastra,
-               Witold Wladyslaw Wojciech Wilk,
-               Ruslan N. Balkin, and  Urke MMI 
-               respectively
-
-2002-11-24 [paul]      0.8.5claws182
-
-       * po/bg.po
-               updated by George Danchev
-
-2002-11-23 [alfons]    0.8.5claws181
-
-       * src/imap.c
-               tiny memory leak found by browsing Dimitar's 
-               valgrind report
-
-2002-11-23 [paul]      0.8.5claws180
-
-       * po/it.po
-               updated by Alessandro Maestri
-
-2002-11-22 [christoph] 0.8.5claws179
-
-       * src/compose.c
-       * src/inc.c
-       * src/prefs_filtering.c
-       * src/summaryview.c
-               more warning fixes
-
-2002-11-22 [alfons]    0.8.5claws178
-
-       * src/summaryview.c
-               summary_execute_delete_func(): if message is deleted, make 
-               sure to also remove its entry in the subject hash table. 
-               fixes a corner case bug.
-
-2002-11-22 [paul]      0.8.5claws177
-
-       * .cvsignore
-               add 'autom4te.cache'
-               
-       * ltconfig      ** REMOVED **
-               not needed
-
-2002-11-22 [paul]      0.8.5claws176
-
-       * src/textview.c
-               textview_set_font(): fix for message display in
-               UTF-8 locales (thanks to Sergey Vlasov).
-               
-       * AUTHORS
-               add new team members and contributors
-
-
-2002-11-21 [colin]     0.8.5claws175
-
-       * src/procmsg.[ch]
-               Add procmsg_remove_special_headers()
-       * src/mh.c
-               Use procmsg_remove_special_headers() for 
-               previous fix
-
-2002-11-21 [colin]     0.8.5claws174
-
-       * src/mh.c
-               Fix moving/copying from queue/draft folders
-               for MH folders
-
-2002-11-21 [christoph] 0.8.5claws173
-
-       * src/crash.c
-       * src/filtering.c
-       * src/logwindow.c
-       * src/main.c
-       * src/matcher_parser_lex.[hl]
-       * src/mbox.c
-       * src/mbox_folder.[ch]
-       * src/prefs_filtering.c
-       * src/procheader.c
-       * src/quote_fmt_lex.l
-       * src/ssl.c
-               fix all warnings except the warnings in lex and yacc files
-
-2002-11-20 [christoph] 0.8.5claws172
-
-       * src/imap.c
-               fix MsgInfo retrieval for IMAP draft and queue folders
-               (closes bug [ 619558 ] Draft saving on IMAP box issue)
-
-2002-11-19 [christoph] 0.8.5claws171
-
-       * src/compose.c
-               fix segfault, when draft saving does not get
-               the MsgInfo of the new message
-               (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
-
-2002-11-19 [christoph] 0.8.5claws170
-
-       * src/procmsg.c
-               add parameter check for flag setting function
-               (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
-
-2002-11-18 [paul]      0.8.5claws169
-
-       * src/compose.c
-               more sensitivity fixes to redirect mode:
-               * disable toolbar draft button
-               * allow only Address book in the Tools menu
-               * disable editing of message by the spell
-                 checker
-
-2002-11-18 [paul]      0.8.5claws168
-
-       * src/compose.c
-               fix sensitivity of menu items in compose_redirect():
-               allow only the necessary items 
-
-2002-11-18 [paul]      0.8.5claws167
-
-       * src/compose.c
-               fix bug [ 603259 ] 'attachment got lost on bounce'
-
-2002-11-18 [paul]      0.8.5claws166
-
-       * po/ru.po
-               updated by Ruslan N. Balkin <baron@dartel.ru>
-
-2002-11-18 [colin]     0.8.5claws165
-
-       * src/main.c
-         src/defs.h
-               Remove old filtering stuff
-
-
-2002-11-17 [oliver]    0.8.5claws164
-
-       * src/toolbar.h
-               remove not needed typedef 
-
-2002-11-17 [oliver]    0.8.5claws163
-
-       * src/toolbar.c
-               make toolbar's on click events translatable
-
-2002-11-15 [colin]     0.8.5claws162
-
-       * src/summaryview.c
-               Revert too-soon integration of a feature
-
-2002-11-15 [christoph] 0.8.5claws161
-
-       * src/imap.c
-               use main's implementation of imap_get_msginfo
-
-2002-11-15 [christoph] 0.8.5claws160
-
-       * src/compose.c
-       * src/folder.[ch]
-       * src/imap.c
-       * src/mbox_folder.c
-       * src/mh.c
-       * src/news.c
-       * src/procmsg.c
-       * src/summaryview.c
-               replace claws' fetch_msginfo with main's get_msginfo
-               (use main's implementation where possible)
-
-2002-11-15 [colin]     0.8.5claws159
-
-       * src/ssl_certificate.c
-               Missed a check
-
-2002-11-16 [melvin]    0.8.5claws158
-
-       * po/fr.po
-               Updated French translations.
-
-2002-11-16 [colin]     0.8.5claws157
-
-       * src/ssl_certificate.c
-               Check for missing parts in the certificates
-
-2002-11-15 [colin]     0.8.5claws156
-
-       * src/folderview.c
-               Preventive fix (missing check) found by
-               Alfons
-
-2002-11-15 [paul]
-
-       * NEWS
-               sync with 0.8.6 release
-
-2002-11-15 [colin]     0.8.5claws155
-
-       * src/folder.[ch]
-         src/folderview.c
-               Fix error handling of folder_item_move_to()
-               (thanks to Alfons!)
-
-2002-11-15 [colin]     0.8.5claws154
-
-       * src/folder.[ch]
-         src/folderview.c
-               folder_item_move_to() sets an error message instead
-               of having GUI stuff in folder.c
-
-2002-11-15 [colin]     0.8.5claws153
-
-       * src/procmsg.[ch]
-               Implemented a callback for MsgInfo updates, 
-               heavily copy/pasted from Christoph's folder 
-               callback system
-       * src/summaryview.[ch]
-               Register summary_update_msg as callback
-
-2002-11-14 [colin]     0.8.5claws152
-       
-       * src/procmsg.c
-               Update the FolderItem after sending (fixes 617593)
-
-2002-11-14 [christoph] 0.8.5claws151
-
-       * src/folder.c
-               fix wrong position of NULL pointer check found
-               by Sergey
-
-2002-11-14 [christoph] 0.8.5claws150
-
-       * src/folder.c
-               fix segfault when deleting messages from IMAP folders
-               (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
-
-2002-11-14 [colin]     0.8.5claws149
-
-       * src/compose.c
-               Forwarding was also ignoring the folder's default account.
-
-2002-11-14 [colin]     0.8.5claws148
-
-       * src/compose.c
-               Fix sent folder not set to folder properties when 
-               forwarding.
-
-2002-11-14 [thorsten]  0.8.5claws147
-
-       * src/inc.c
-               inc_start(): Files were not moved from .processing to inbox,
-               if no global processing rule existed
-
-2002-11-14 [colin]     0.8.5claws146
-
-       * src/ssl_certificate
-               Fix file operations
-
-2002-11-14 [paul]      0.8.5claws145
-
-       * po/it.po
-               updated by Alessandro Maestri
-
-2002-11-13 [alfons]    0.8.5claws144
-
-       * src/folder.c
-               folder_item_close(): only mark messages unread
-               when a folder has new messages 
-
-2002-11-13 [keith]     0.8.5claws143
-
-       * src/imap.c
-               Fix problem moving or copying between
-               IMAP folders
-
-2002-11-13 [colin]     0.8.5claws142
-
-       * src/matcher_parser_parse.y
-               Fix rule problem when " don't match
-
-2002-11-13 [christoph] 0.8.5claws141
-
-       * src/folder.c
-       * src/folderview.c
-               moved cache saving to folder_item_close
-               the folderview should not have to deal with
-               this things
-
-2002-11-13 [christoph] 0.8.5claws140
-
-       * src/summaryview.c
-               moved setting of important score to
-               summary_set_prefs_from_folderitem
-
-2002-11-13 [colin]     0.8.5claws139
-
-       * src/matcher_parser_parse.y
-               Fix a segfault in the parser (happening when
-               a good expression had been tested and a bad 
-               one arrives)
-
-2002-11-13 [paul]      0.8.5claws138
-
-       * sync with 0.8.5cvs24
-               see ChangeLog 2002-11-13
-               
-       * po/pt_BR.po
-               updated by Fabio Jr. Beneditto
-
-2002-11-13 [colin]     0.8.5claws137
-       
-       * src/msgcache.c
-         src/defs.h
-         src/procmsg.[ch]
-               Revert last commit, problem
-
-2002-11-13 [colin]     0.8.5claws136
-
-       * src/msgcache.c
-               Remove duplicated code
-       * src/defs.h
-               Bumped CACHE_VERSION and MARK_VERSION
-       * src/procmsg.[ch]
-               Network endian for cache and mark files
-
-2002-11-12 [colin]     0.8.5claws135
-
-       * src/inc.c
-               Fix the "socket error" dialog which disappeared
-
-2002-11-12 [colin]     0.8.5claws134
-
-       * src/msgcache.c
-               Reverse last commit which had performance 
-               problems, but still reverse the list
-
-2002-11-12 [colin]     0.8.5claws133
-
-       * src/msgcache.c
-               Reverse list order
-
-2002-11-12 [melvin]    0.8.5claws132
-
-       * src/compose.c
-               Added a check for a NULL prefs_common.dictionary
-
-2002-11-12 [colin]     0.8.5claws131
-
-       * src/ssl_certificate.[ch]
-               Use FQDN hostname
-
-2002-11-12 [colin]     0.8.5claws130
-
-       * src/ssl_certificate.[ch]
-               Take connection port into account for 
-               checking certificates (a single hostname
-               could have multiple servers with multiple
-               certificates)
-       * src/ssl.c
-               Pass the port to ssl_certificate_check
-
-2002-11-12 [paul]      0.8.5claws129
-
-       * src/folder.c
-               fix a typo in last commit
-
-2002-11-12 [paul]      0.8.5claws128
-
-       * sync with 0.8.5cvs23
-               see ChangeLog entry 2002-11-12
-
-2002-11-11 [colin]     0.8.5claws127
-
-       * src/ssl_certificate.c
-               Cleaner messages
-               Don't popup, instead log error, if the 
-               corresponding pref is checked
-       * src/ssl_certificate.h
-               include <openssl/objects/h>
-
-2002-11-11 [colin]     0.8.5claws126
-
-       * src/ssl_certificate.h
-               _Really_ clean it
-
-2002-11-11 [colin]     0.8.5claws125
-       
-       * src/ssl_certificate.c
-               Fixed leak
-
-2002-11-11 [colin]     0.8.5claws124
-
-       * src/ssl.c
-               Cleaned a bit
-       * src/ssl_certificate.[ch]
-               Cleaned a bit (better use of SSL API)
-               (This will cause non-recognition of saved 
-                certificates of claws12[23]...)
-
-2002-11-11 [paul]      0.8.5claws123
-       
-       * po/es.po
-               updated by Ricardo Mones Lastra
-
-2002-11-11 [colin]     0.8.5claws122
-
-       * src/ssl.c
-               Fix a typo
-
-2002-11-11 [colin]     0.8.5claws121
-
-       * src/ssl_certificate.[ch] ** NEW FILES **
-       * src/ssl.[ch]
-               Check SSL certificates presented to us
-       * src/Makefile.am
-               Add ssl_certificate.[ch]
-       * po/POTFILES.in
-               Add ssl_certificate.c
-
-2002-11-11 [paul]      0.8.5claws120
-
-       * sync with 0.8.5cvs22
-               see ChangeLog 2002-11-11
-
-2002-11-11 [paul]      0.8.5claws119
-
-       * sync with 0.8.5cvs21
-               see ChangeLog 2002-11-11
-
-2002-11-10 [jens]      0.8.5claws118
-
-       * src/folder.c
-       * src/folderview.c
-               corrected some typing
-       * po/de.po
-               updated german translation
-       * sylpheed.spec.in
-               cleaned up specfile and adjusted it for claws
-
-2002-11-10 [colin]     0.8.5claws117
-
-       * src/summaryview.c
-               a STATUSBAR_PUSH/POP fix
-
-2002-11-10 [colin]     0.8.5claws116
-
-       * src/prefs_folder_item.c
-               Fix hanging after opening folder properties
-
-2002-11-10 [hoa]       0.8.5claws115
-
-       * src/matcher_parser_lex.l
-       * src/matcher_parser_parse.y
-               config file for scoring and filtering is no more trashed
-               when there is a syntax error in a filtering rule when
-               editing it in a dialog.
-
-2002-11-09 [colin]     0.8.5claws114
-
-       * src/mbox_folder.c
-               Added missing initialisation of folder->destroy()
-
-2002-11-09 [colin]     0.8.5claws113
-
-       * src/folder.c
-         src/folderview.c
-               Fix the status bar messages
-
-2002-11-09 [colin]     0.8.5claws112
-
-       * src/folderview.c
-               Fix hangs after folder dnd, happening after 
-               claws109.
-
-2002-11-09 [christoph] 0.8.5claws111
-
-       * src/folderview.c
-               just changed order of calls (reverse order of
-               associated calls)
-       * src/inc.c
-               lock inc when checking only one account, otherwise
-               inc all could be executed at the same time
-
-2002-11-09 [christoph] 0.8.5claws110
-
-       * src/folderview.c
-               better unlock the mouse cursor before calling
-               summary_show because it changes the cursor too
-
-2002-11-09 [christoph] 0.8.5claws109
-
-       * src/folder.[ch]
-       * src/folderview.c
-               add functions to open and close a folder
-               o opending will execute scanning for remote folders
-                 and processing
-               o closing will unset new flag for messages
-
-2002-11-09 [colin]     0.8.5claws108
-
-       * src/folder.c
-               Add a call to prefs_matcher_write_config to 
-               avoid non-leaf folders filtering settings to be
-               lost
-
-2002-11-09 [paul]      0.8.5claws107
-
-       * src/prefs_account.c
-               re-word a label
-
-2002-11-09 [colin]     0.8.5claws106
-
-       * src/folderview.c
-               Minor esthetic fix
-
-2002-11-09 [colin]     0.8.5claws105
-
-       * src/folderview.c
-               Fix prefs_filtering deletion for MH folders (same
-               reason as below)
-       * src/prefs_filtering.c
-               Fix prefs_filtering renaming and deletion for 
-               folder-based processing rules.  
-
-2002-11-09 [christoph] 0.8.5claws104
-
-       * src/compose.c
-       * src/folder.[ch]
-       * src/folderview.[ch]
-       * src/import.c
-       * src/inc.c
-       * src/main.c
-       * src/mainwindow.c
-       * src/messageview.c
-       * src/prefs_folder_item.c
-       * src/procmsg.c
-       * src/summaryview.c
-               implement a callback system for folder item updates
-
-2002-11-09 [colin]     0.8.5claws103
-
-       * src/folderview.c
-               Fix prefs_filtering renaming for MH folders (we
-               shouldn't rename by path as another folder could
-               have the same hierarchy).
-
-2002-11-09 [colin]     0.8.5claws102
-
-       * src/folder.c
-               Fix a leak found by Christoph, use better variable
-               names
-
-2002-11-09 [colin]     0.8.5claws101
-
-       * src/folder.c
-               One more fix for processing rules
-
-2002-11-08 [colin]     0.8.5claws100
-       
-       * src/matcher.c
-               Don't copy the compiled regexp (will be reevaluated)
-       * src/folderview.c
-               Lock folderview while moving
-       * src/folder.c
-               Provide info on what's happening to the user
-
-2002-11-08 [colin]     0.8.5claws99
-
-       * src/folderview.c
-               Fix folder reordering after a move if parent is 
-               root
-       * src/scoring.[ch]
-               Add function to copy a ScoringProp
-       * src/prefs_folder_item.c
-               Copy scoring rules when copying a folder prefs
-
-2002-11-08 [colin]     0.8.5claws98
-
-       * src/folderview.c
-               Fixes in case of failure
-       * src/filtering.[ch]    
-               Add function to duplicate a FilteringProp
-       * src/matcher.[ch]
-               Add function to duplicate a MatcherProp
-       * src/prefs_folder_item.c
-               Save folder's processing rules when copying 
-               its prefs
-
-2002-11-08 [colin]     0.8.5claws97
-       
-       * src/folderview.c
-               Sort after move
-       * src/folder.c 
-               Change a printf to debug_print
-
-2002-11-08 [colin]     0.8.5claws96
-
-       * src/folder.c
-         src/folderview.c
-               Fix segfaults, call me stupido
-       
-
-2002-11-08 [colin]     0.8.5claws95
-
-       *src/folder.c
-               Added forgotten prefs to save when moving folders
-
-2002-11-08 [colin]     0.8.5claws94
-
-       * src/folder.c
-               Fixes to folder DND (prefs copy)
-       * src/folderview.c
-               Optimization for folder DND (don't rescan whole tree)
-               Added folderview_create_folder_node() for this 
-               optimization, so de-duped a bit the code
-       * src/prefs_folder_item.[ch]
-               Added prefs_folder_item_copy_prefs()    
-         
-2002-11-08 [paul]      0.8.5claws93
-
-       * src/prefs_account.c
-         tools/README
-         tools/kmail2sylpheed_v2.pl
-               correct some typos
-
-2002-11-08 [paul]      0.8.5claws92
-
-       * src/compose.c
-         src/prefs_account.[ch]
-               remove account options 'clearsign' and 'ascii_armored',
-               replace with 'default_gnupg_mode' to prevent mixed-mode
-               Privacy settings
-
-2002-11-08 [paul]      0.8.5claws91
-
-       * src/compose.[ch]
-               re-implement GnuPG 'on-the-fly' mode selection,
-               disallow mixed-mode
-
-2002-11-08 [colin]     0.8.5claws90
-
-       * src/folderview.c
-         src/prefs_folder_item.c
-               Change "Property" to "Properties"
-
-2002-11-07 [colin]     0.8.5claws89
-
-       * src/folderview.c
-         src/folder.c
-               Allow folder dropping to a root folder
-
-2002-11-07 [paul]      0.8.5claws88
-
-       * src/compose.c
-               revert last commit
-
-2002-11-07 [paul]      0.8.5claws87
-
-       * src/compose.c
-               fix reply-to-list bug. closes bug report
-               "[633382] reply-to-list broken in recent cvs"
-
-2002-11-07 [paul]      0.8.5claws86
-
-       * src/compose.c
-               add a forgotten '#if USE_GPGME ... #endif'
-
-2002-11-07 [paul]      0.8.5claws85
-
-       * sync with 0.8.5cvs20
-               see ChangeLog 2002-11-07
-
-2002-11-07 [colin]     0.8.5claws84
-
-       * src/folder.[ch]
-               Change folder_item_move_to to return the newly 
-               created folderitem.
-       * src/folderview.c
-               Select the new folderitem after moving.
-
-2002-11-07 [colin]     0.8.5claws83
-
-       * src/prefs_filtering.c
-               Fix rule rewriting when moving a leaf folder to a 
-               shorter path
-
-2002-11-07 [colin]     0.8.5claws82
-
-       * src/prefs_filtering.c
-               fix a leak
-
-2002-11-07 [colin]     0.8.5claws81
-
-       * src/folder.[ch]
-               Add folder_item_move_to() function to move a 
-               folderitem into another one (updates matcher etc)
-       * src/folderview.c
-               Add folder drag'n drop (context menu to come)
-               [Should be dataloss free, but Please backup before 
-                trying !]
-
-2002-11-06 [colin]     0.8.5claws80
-
-       * src/mh.c
-               mh_create_folder() returns NULL if can't create
-               directory hierarchy
-
-2002-11-06 [paul]      0.8.5claws79
-
-       * src/compose.[ch]
-               allow 'on-the-fly' changing of the type of encryption 
-               and/or signing used (mime/ascii) via the compose window
-
-2002-11-06 [paul]      0.8.5claws78
-
-       * sync with 0.8.5cvs19
-               see ChangeLog 2002-11-06 for src/account.c: 
-               account_get_special_folder()
-               
-2002-11-05 [alfons]    0.8.5claws77
-
-       * src/crash.c
-               very minor cleanups: nothing to see here, move on. :-)
-
-2002-11-05 [colin]     0.8.5claws76
-
-       * src/main.c
-               Changes choices if compose windows are opened to
-               Discard, Draft, Don't quit
-
-2002-11-05 [thorsten]  0.8.5claws75
-
-       * src/compose.c
-               reenabled default_reply_to folder option
-
-2002-11-05 [colin]     0.8.5claws74
-
-       * src/compose.[ch] 
-               add compose_draft()
-       * src/crash.c
-               add SIGTERM handler
-       * src/main.[ch]
-               add clean_quit() for the SIGTERM handler
-
-2002-11-05 [paul]      0.8.5claws73
-       
-       * po/es.po
-               updated by Ricardo Mones Lastra
-
-2002-11-05 [melvin]    0.8.5claws72
-
-       * src/logwindow.c
-               Fixed log-clipping bug #616795.
-               To stop logging in the log window use 0 length.
-       * src/prefs_common.c
-               Added a label to inform about the 0 log length behaviour.
-
-2002-11-05 [paul]      0.8.5claws71
-
-       * sync with 0.8.5cvs17
-               see ChangeLog 2002-11-05
-
-2002-11-04 [paul]      0.8.5claws70
-
-       * sylpheed-128x128.png
-         sylpheed-64x64.png
-         sylpheed.png
-               replace with pngcrushed icons. Submitted by Nicolas Kaiser,
-               <nikai@users.sourceforge.net>
-               
-       * po/bg.po
-               updated by George Danchev
-
-2002-11-03 [thorsten]  0.8.5claws69
-
-       * src/main.c
-         src/mimeview.c
-         src/rfc2015.h
-               add check if gpg is active
-
-2002-11-03 [thorsten]  0.8.5claws68
-
-       * src/toolbar.h
-               removed GSList declaration causing trouble on MacOS-X
-               (submitted by alfons, reported by xfesty)
-
-2002-11-01 [paul]      0.8.5claws67
-
-       * src/mainwindow.c
-               remove last remnants of main's filter code
-
-2002-11-01 [paul]      0.8.5claws66
-
-       * tools/filter_conv.pl
-               fix bug where user-defined headers were ignored
-
-2002-11-01 [paul]      0.8.5claws65
-
-       * src/logwindow.c
-               make a debug_print() not translatable
-
-2002-10-31 [melvin]    0.8.5claws64
-
-       * ac/aspell.m4
-               Fixed --disable-aspell-test. Now --disable-aspell-test will 
-               not run any GNU/aspell test.  The dictionary path will
-               be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
-               was given, in which case, it will be $prefix/lib/aspell/
-       * configure.in
-               Fixed typo in commentary (Aspell code).
-
-2002-10-31 [paul]      0.8.5claws63
-
-       * po/POTFILES.in
-               remove src/filter.c and src/prefs_filter.c
-               thanks to Ricardo for reminding me
-
-2002-10-31 [colin]     0.8.5claws62
-
-       * src/mbox_folder.c
-               Plug some leaks
-
-2002-10-31 [paul]      0.8.5claws61
-
-       * src/prefs_filter.[ch] ** REMOVED **
-         src/filter.[ch]       ** REMOVED **
-         
-       * src/Makefile.am
-         src/folderview.c
-         src/inc.c
-         src/main.c
-         src/mainwindow.c
-         src/mbox.c
-         src/prefs_common.c
-         src/prefs_filtering.c
-         src/summaryview.[ch]
-               remove main's 'filter' code
-               
-       README.claws
-               update to reflect removal of main's filter
-
-2002-10-31 [paul]      0.8.5claws60
-
-       * src/summaryview.c
-               remove check for global_processing in summary_filter_open(). 
-               This fixes the bug where if the user uses the right-click 
-               'Create filter rule...' and doesn't have any filter rules 
-               already defined in claws' advanced filtering, the newly 
-               created filter rule goes to main's filtering which is 
-               inaccessible through the gui. Now the filter rule gets added
-               to claws' filtering by default.
-
-2002-10-28 [melvin]    0.8.5claws59
-
-       * src/prefs_actions.c
-               Fixed bug #627322 where MIME parts were not always
-               correctly passed to a %p action
-               Display an error dialog when message filename is not found.
-
-2002-10-28 [melvin]    0.8.5claws58
-
-       * src/prefs_common.c
-               Readded a missing function declaration lost in 0.8.3claws34
-
-2002-10-28 [paul]      0.8.5claws57
-
-       * sync with 0.8.5cvs15
-               see ChangeLog 2002-10-28 and 2002-10-25
-               
-       Note: ChangeLog entry 2002-10-24 is not sync'ed.
-
-2002-10-27 [oliver]    0.8.5claws56
-
-       * src/pop.c
-               plug leak in pop3_top_recv
-
-2002-10-26 [christoph] 0.8.5claws55
-
-       * src/folder.c
-               set need_update folder flag when messages are added
-               (closes bug [ 626922 ] folder not updated after receiving)
-
-2002-10-25 [melvin]    0.8.5claws54
-
-       * src/imageview.c
-               Fixed a memleak introduced in the scaling code.
-
-2002-10-24 [alfons]    0.8.5claws53
-
-       * src/filtering.c
-               make filtering's forward message action forward from the 
-               correct account
-               (closes bug [628089 ] Filter -> Forward from address problem
-               reported by Oktay)
-
-2002-10-24 [christoph] 0.8.5claws52
-
-       * src/mainwindow.c
-       * src/manual.[ch]
-               o use manual of current locale or english if current
-                 locale is not available (and english is available)
-               o also link to sylpheed doc project manuals
-
-2002-10-23 [paul]      0.8.5claws51
-
-       * tools/README
-         tools/kmail2sylpheed_v2.pl
-               add new version of kmail addressbook importer script.
-               works with newer versions of Kmail/KAddressBook which
-               have new and rearranged data.
-
-2002-10-23 [martin]    0.8.5claws50
-
-       * src/folderview.c
-       * src/summaryview.c
-       * src/utils.h
-       * src/utils.c
-               added length parameter to get_abbrev_newsgroup_name()
-               changed this function so that it abbreviates the newsgroup
-               names only so long it is smaller than the length parameter
-               (for better reading of some newsgroup names and space efficiency)
-
-2002-10-22 [colin]     0.8.5claws49
-
-       *src/foldersel.c
-               Revert Alfons' last modification (after voting ;-))
-
-2002-10-21 [alfons]    0.8.5claws48
-
-       * src/foldersel.c
-               folder view in folder selection dialog reflects state of
-               folder view in main window
-
-2002-10-18 [alfons]    0.8.5claws47
-
-       * src/mbox.c
-               drop imported messages in folder selected by user,
-               and not in the inbox
-               (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
-
-2002-10-18 [alfons]    0.8.5claws46
-
-       * src/compose.c
-               make automagic reply work correctly for email accounts 
-               (whether it's viable to do a full sync with Hiro's 
-               compose.c is still under discussion)
-
-2002-10-18 [melvin]    0.8.5claws45
-
-       * src/prefs_actions.c
-               Fixed bug #622275 where asynchroneous actions left 
-               zombies processes
-               Made (synchroneous) actions' input be displayed live.
-
-2002-10-18 [christoph] 0.8.5claws44
-
-       * src/textview.c
-               don't add a newline in the textview in front of the
-               first textpart if header display is disabled
-               (closes bug [ 603385 ] disabled header display leaves blank
-                lin)
-
-2002-10-18 [christoph] 0.8.5claws43
-
-       * src/folder.[ch]
-       * src/imap.c
-       * src/mbox_folder.c
-       * src/mh.c
-       * src/news.c
-               folder->get_num_list now returns an error code
-               (closes bug [ 609424 ] News cache cleared on failure)
-               
-2002-10-17 [colin]     0.8.5claws42
-       
-       * src/news.c
-               Changed a printf by debug_print
-
-2002-10-16 [paul]      
-
-       * tools/OOo2sylpheed.pl
-               allow for spaces in the name of the
-               file to be attached.
-
-2002-10-16 [colin]     0.8.5claws41
-
-       * src/main.c
-               Use a tristate to change online mode
-
-2002-10-16 [paul]      0.8.5claws40
-
-       * po/es.po
-               updated by Ricardo Mones Lastra
-
-2002-10-16 [colin]     0.8.5claws39
-
-       * src/main.c
-         src/mainwindow.[ch]
-               Added --online and --offline command-line
-               switches
-
-2002-10-15 [christoph] 0.8.5claws38
-
-       * src/procmime.c
-               set mimeinfo->name to NULL after g_free to
-               avoid double freeing with g_free
-
-2002-10-14 [christoph] 0.8.5claws37
-
-       * src/compose.c
-       * src/filtering.c
-       * src/summaryview.c
-               remove calls to folder->change_flags that are now
-               done by procmsg flag functions (seems it is not
-               used by any foldertype anyway)
-       * src/folder.c
-               init folder->change_flags with NULL
-
-2002-10-14 [christoph] 0.8.5claws36
-
-       * src/folder.[ch]
-       * src/imap.[ch]
-               use virtual functions for folder item new and destroy
-               functions
-
-2002-10-14 [melvin]    0.8.5claws35
-
-       * src/compose.c
-               Added a test to not run the spell checker if no default
-               dictionary is available. No dialog is displayed though.
-
-2002-10-14 [melvin]    0.8.5claws34
-
-       * src/gtkaspell.c
-               Fixed bug in dictionary list context menu where
-               "More..." pointed to an emtpy submenu if the
-               number of dictionaries is a multiple of 15
-               Removed unneeded code in suggestions list creation
-
-2002-10-14 [paul]      0.8.5claws33
-
-       * po/bg.po
-               updated by George Danchev
-
-2002-10-13 [hoa]       0.8.5claws32
-
-       * src/matcher.[ch]
-         src/matcher_parser_parser.y
-               removed the escaped string from internal structure
-               of matcher.
-
-2002-10-12 [colin]     0.8.5claws31
-
-       * src/gtksctree.[ch]
-         src/summaryview.c
-               Removed useless function gtksctree_reanchor
-
-2002-10-12 [alfons]    0.8.5claws30
-       
-       * sync with remaining main changes 2002-10-09 - 2002-10-11
-       - drop changes to src/compose.c (requires claws specific changes)
-       
-2002-10-12 [alfons]    0.8.5claws29
-       
-       * sync with main changes of 2002-10-08
-       - drop changes to src/compose.c (requires claws specific changes)
-        - drop changes to src/summaryview.c (requires changes to compose.c)    
-
-2002-10-12 [alfons]    0.8.5claws28
-       
-       * sync with main changes of 2002-10-07
-
-2002-10-12 [alfons]    0.8.5claws27
-
-       * sync with main changes of 2002-10-04
-       - drop changes to src/compose.c (requires claws specific changes)
-       - drop changes to src/prefs_folder_item.c (claws implementation
-         seems to be working)
-
-2002-10-12 [colin]     0.8.5claws26
-
-       * src/mainwindow.c
-               Fix folder-flicker when space-reading, introduced 
-               in claws22.
-
-2002-10-12 [colin]     0.8.5claws25
-
-       * src/compose.c
-               Save account address when saving as draft.
-               (closes bug 621838)
-
-2002-10-12 [colin]     0.8.5claws24
-
-       * src/summaryview.c
-               Fix the problem consisting of no message selected
-               after the last message in a folder has been moved.
-
-2002-10-12 [paul]      0.8.5claws23
-
-       * src/compose.c
-         src/prefs_template.c
-         src/template.[ch]
-               add Cc and Bcc to templates. Patch submitted by
-               John L. Males.
-
-2002-10-12 [colin]     0.8.5claws22
-
-       * src/folderview.c
-               Fix a bug after "Check for new messages":
-               If a folder was opened, it was still selected at
-               the end of the check, but displayed empty.
-       * src/mainwindow.c
-               Remove unnecessary check
-
-2002-10-12 [paul]
-
-       * tools/README
-               be more verbose in the description of
-               OOo2sylpheed.pl
-               
-
-2002-10-11 [colin]     0.8.5claws21
-
-       * src/mainwindow.c
-               Make space work (better) when no mail is selected
-
-2002-10-11 [colin]     0.8.5claws20
-
-       * src/inc.c
-         src/news.c
-               fix warnings
-
-2002-10-11 [colin]     0.8.5claws19
-
-       * src/mainwindow.c
-               revert 0.8.5claws6 changes as i couldn't get to
-               anything satisfying
-
-2002-10-11 [melvin]    0.8.5claws18
-
-       * src/compose.c
-               Removed buggy and unused macro (should have been committed in
-               0.8.5claws17)
-
-2002-10-11 [melvin]    0.8.5claws17
-
-       * src/compose.c
-               Fixed memory leak from bug #622040 (thanks to Martin Kluge)
-
-2002-10-11 [thorsten]  0.8.5claws16 
-
-       * src/folderview.c
-               remove rescan warning
-
-2002-10-11 [colin]     0.8.5claws15 
-
-       * src/procheader.c
-               fix a segfault that happens if conv_unmime_header
-               fails (should be better to find out why it fails)
-
-2002-10-11 [christoph] 0.8.5claws14
-
-       * src/summaryview.c
-               update folderview stats after ignore/unignore thread
-
-2002-10-11 [hoa]       0.8.5claws13
-
-       * src/quote_fmt_parse.y
-               Fixed a yacc/bison syntax error
-       * src/matcher.c
-               Escaping of string is fixed.
-
-2002-10-11 [colin]     0.8.5claws12
-
-       * src/imageview.c
-               Resize images to fit
-
-2002-10-11 [paul]      0.8.5claws11
-
-       * po/es.po
-               updated by Ricardo Mones Lastra
-
-2002-10-10 [alfons]    0.8.5claws10
-
-       * src/compose.c
-               allow dropping files by "moving" files from a file manager,
-               not only by the more cumbersome "copying". the latter 
-               mostly implies holding down the Control button
-
-2002-10-10 [christoph] 0.8.5claws9
-
-       * src/summaryview.c
-               update folders after thread building for ignored threads
-
-2002-10-10 [christoph] 0.8.5claws8
-
-       * config/.cvsignore
-               added Makefile
-       * src/filtering.[ch]
-       * src/folder.[ch]
-       * src/folderview.[ch]
-       * src/import.c
-       * src/inc.[ch]
-       * src/mbox.[ch]
-       * src/procmsg.c
-       * src/summaryview.[ch]
-               o added new flag need_update to FolderItem
-               o removed folder_table from various functions from tracking
-                 folder updates
-               o set need_update flags in folder.c's move, copy and delete
-                 functions and procmsg's flags functions
-               o added function folderview_update_items_when_required that
-                 updates all folders with need_update set
-               o call folderview_update_items_when_required instead of
-                 folderview_update_item_foreach
-
-2002-10-09 [sergey]    0.8.5claws7
-
-       * src/compose.c
-               Strip CRs whel loading the text into editor in reedit mode.
-
-2002-10-09 [colin]     0.8.5claws6
-
-       * src/mainwindow.c
-               Make Space work when no mail is selected
-
-2002-10-09 [colin]     0.8.5claws5
-
-       * src/gtksctree.[ch]
-               Fix range_select
-               Add gtk_sctree_reanchor() 
-       * src/summaryview.c
-               Use gtk_sctree_reanchor() - better fix for 
-               bug 60413
-
-2002-10-09 [colin]     0.8.5claws4
-
-       * src/summaryview.c
-               Fix shift-click select after delete problem
-               (closes bug 60413)
-
-2002-10-08 [thorsten]  0.8.5claws3
-
-       * src/summaryview.c
-               exclude current msg from -hide read messages-
-
-2002-10-08 [colin]     0.8.5claws2
-
-       * src/inc.[ch]
-         src/pop.c
-         src/recv.c
-               Differentiate socket errors from disk full
-               errors
-
-2002-10-08 [christoph] 0.8.5claws1
-
-       * Makefile.am
-       * configure.in
-               modifications for new config directory
-
-       * config.guess  ** REMOVED **
-       * config.sub    ** REMOVED **
-       * install-sh    ** REMOVED **
-       * ltmain.sh     ** REMOVED **
-       * missing       ** REMOVED **
-       * mkinstalldirs ** REMOVED **
-               these files are autogenerated by automake
-               when you run autogen.sh
-
-       * config/.cvsignore     ** NEW FILE **
-       * config/Makefile.am    ** NEW FILE **
-               ignore autogenerated files
-               create a Makefile in this directory
-
-2002-10-08 [paul]      0.8.5claws
-
-       * 0.8.5claws release
-       
-       * src/compose.c
-         src/procheader.c
-         src/procmsg.c
-               fix quote reply format for newsgroups reply bug
-               (thanks to Hoa)
-               
-       * po/en_GB.po
-         po/pl.po
-               updated by me and Witold Wladyslaw Wojciech Wilk
-               repectively
-
-2002-10-07 [paul]      0.8.3claws53
-
-       * po/it.po
-         po/pt_BR.po
-         po/sr.po
-               updated messages catalogs, submitted by
-               Alessandro Maestri, Fabio Jr.Beneditto 
-               and Urke MMI, respectively.
-
-2002-10-07 [christoph] 0.8.3claws52
-
-       * src/folder.[ch]
-       * src/folderview.c
-       * src/mainwindow.c
-               fix new folder ghost message bug
-               (closes bug [ 619722 ] wrong count for newly created folders)
-
-2002-10-07 [christoph] 0.8.3claws51
-
-       * src/compose.c
-               fix news posting problem
-
-2002-10-07 [melvin]    0.8.3claws50
-
-       * po/fr.po
-               Updated French translation
-
-2002-10-05 [christoph] 0.8.3claws49
-
-       * src/gtkstext.c
-               check if line_start_cache is set in gtk_stext_update_text
-               (closes bug [ 618119 ] crash while doing search in folder)
-
-2002-10-05 [christoph] 0.8.3claws48
-
-       * src/imap.c
-       * src/news.c
-       * src/utils.c
-       * src/utils.h
-               implement cache cleanups for claws' folder system
-               (closes bug [ 595916 ] imapcache not cleaned up)
-
-2002-10-05 [melvin]    0.8.3claws47
-
-       * src/prefs_actions.c
-               Made the help text more clear for the %p token
-
-2002-10-04 [paul]      0.8.3claws46
-
-       * sync with 0.8.5
-               see ChangeLog 2002-10-02 and 2002-10-03
-
-2002-10-04 [christoph] 0.8.3claws45
-
-       * src/inc.c
-               fix segfault caused by pop before smtp
-               call to inc_account_mail with NULL
-               pointer for mainwin
-
-2002-10-04 [paul]      0.8.3claws44
-
-       * configure.in
-               sync the LDAP detection from 0.8.5cvs1
-
-2002-10-02 [christoph] 0.8.3claws43
-
-       * po/de.po
-               fix small spelling error
-
-2002-10-02 [melvin]    0.8.3claws42
-
-       * ac/aspell.m4
-               Behave better and say "no" when test program cannot be run.
-
-2002-10-02 [paul]      0.8.3claws41
-
-       * sync with 0.8.4cvs1
-               see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
-               
-       * src/summaryview.c
-               toggle the behavior of Reply menuitem between
-               normal reply and reply-to-list
-
-2002-10-01 [sergey]    0.8.3claws40
-
-       * src/compose.c
-               Convert newlines in the message text to the canonical form
-               before base64 encoding (RFC2045 compliance, fixes some
-               interoperability issues with Evolution 1.0.3)
-
-2002-09-29 [colin]     0.8.3claws39
-
-       * src/summaryview.c
-               Fix an unwanted copy/paste
-
-2002-09-29 [colin]     0.8.3claws38
-
-       * src/mainwindow.c
-               Renamed "Custom toolbar" to "Customize toolbar"
-               Renamed "Show all header" to "Show all headers"
-               Renamed "Set diplay item" to "Set displayed items"
-       * src/prefs_common.c
-               Renamed "Show all header" to "Show all headers"
-       * src/prefs_summary_column.c
-               Renamed "diplay item" to "displayed items"
-
-2002-09-29 [colin]     0.8.3claws37
-
-       * src/mainwindow.[ch]
-               online/offline status pixmaps follow theme
-               changes
-       * src/summaryview.[ch]
-               quicksearch pixmap follows theme changes
-
-2002-09-29 [thorsten]  0.8.3claws36
-
-       * src/compose.c
-         src/prefs_folder_item.[ch]
-               add default_reply_to folder option (closes patch 581044)
-
-2002-09-29 [christoph] 0.8.3claws35
-
-       * acconfig.h    ** REMOVED **
-       * configure.in
-       * ac/aspell.m4
-       * ac/check-type.m4
-       * ac/gnupg-check-typedef.m4
-               fix autoheader 2.50 warning
-
-2002-09-29 [christoph] 0.8.3claws34
-
-       * major code cleanup (part 2)
-       
-               - unused variables removed
-               - unused functions removed
-               - uninitialized variables checked
-               - missing return statements added
-               - missing function return types added
-               - added parentheses around assignment
-                 when suggested by gcc
-
-2002-09-29 [alfons]    0.8.3claws33
-
-       * src/logwindow.c
-               log_window_clear(): only bracket gtk_text_forward_delete() 
-               with gtk_text_freeze() / gtk_text_thaw() (see if this
-               works around GTK text bug)
-
-2002-09-29 [paul]      0.8.3claws32
-
-       * po/bg.po
-         po/sr.po
-               updated by George Danchev and Urke MMI
-               respectively
-
-2002-09-27 [christoph] 0.8.3claws31
-
-       * doc-src/readme.txt
-       * doc-src/rfc1806.txt   ** REMOVED **
-       * doc-src/rfc2183.txt   ** NEW FILE **
-       * doc-src/rfc2980.txt   ** NEW FILE **
-               update rfcs
-
-2002-09-27 [melvin]    0.8.3claws30
-
-       * ac/aspell.m4
-               Fixed typo which could break linking
-
-2002-09-27 [melvin]    0.8.3claws29
-
-       * ac/aspell.m4
-               Improved GNU/aspell checking. 
-               Fixed bug #614490
-
-2002-09-27 [paul]      0.8.3claws28
-
-       * sync with 0.8.3cvs8
-               see ChangeLog 2002-09-27
-
-2002-09-26 [colin]     0.8.3claws27
-
-       * src/toolbar.[ch]
-         src/mainwindow.[ch]
-               Add "Reply to Mailing-list" to the toolbar
-
-2002-09-26 [christoph] 0.8.3claws26
-
-       * src/summaryview.c
-               Fix wrong message counts in summaryview status
-
-2002-09-26 [paul]      0.8.3claws25
-
-       * sync with 0.8.3cvs7
-               see ChangeLog 2002-09-26
-
-2002-09-26 [paul]      0.8.3claws24
-
-       * sync with 0.8.3cvs6
-               see ChangeLog 2002-09-25
-
-2002-09-25 [christoph] 0.8.3claws23
-
-       * src/prefs_common.c
-       * src/prefs_folder_item.c
-       * src/prefs_scoring.c
-               Renamed "kill score" to "hide score" in GUI
-               and prefs files
-
-2002-09-25 [paul]      0.8.3claws22
-
-       * sync with 0.8.3cvs5
-               see ChangeLog 2002-09-24
-
-2002-09-24 [alfons]    0.8.3claws21
-
-       patch by Satoshi Nagayasu: allows appending / saving multiple 
-       selected files (closes "[ 612279 ] save multiple mesg(s) in 
-       'Save as ...'")
-
-       * AUTHORS
-               add Satoshi Nagayasu
-       * src/summaryview.c
-               summary_save_as(): allow saving selected files to
-               one file
-               summary_set_menu_sensitive: enable "Save As..." when
-               multiple files are selected
-       * src/utils.[ch]
-               append_file(): new function
-
-2002-09-24 [colin]     0.8.3claws20
-
-       * src/procmime.c
-               Fix segfault when mimeinfo doesn't have a 
-               content_type. 
-
-2002-09-24 [colin]     0.8.3claws19
-
-       * src/prefs_common.[ch]
-               Add a preference to display send dialog or not
-       * src/send.c
-               Display send dialog according to preference
-
-2002-09-24 [colin]     0.8.3claws18
-
-       * src/compose.[ch]
-               Disable user actions when sending
-
-2002-09-24 [colin]     0.8.3claws17
-
-       * src/procmime.c
-               Do not display name or filename for attachments
-               with an application/pgp-signature type
-               (security flaw, see bug 537413)
-
-2002-09-23 [colin]     0.8.3claws16
-
-       * src/editaddress.c
-               Initialize entry_email, entry_alias and 
-               entry_remarks to first email address of the list
-
-2002-09-23 [colin]     0.83claws15
-
-       * src/compose.c
-               Drop pgp-signature when reediting a signed queued
-               message
-
-2002-09-23 [melvin]    0.8.3claws14
-
-       * po/fr.po
-               Updated French translation
-
-2002-09-23 [melvin]    0.8.3claws13
-
-       * src/mainwindow.c
-               Made custom toolbar menu labels more consistent
-       * src/prefs_toolbar.c
-               Made custom toolbar window title more consistent
-
-2002-09-22 [colin]     0.8.3claws12
-
-       * src/inc.c
-               Initialize session type to normal before getting 
-               mail (fixes strange Get behaviour)
-       * src/prefs_account.h
-               Move STYPE_POP_BEFORE_SMTP to last position to 
-               avoid other side-effects
-
-2002-09-22 [colin]     0.8.3claws11
-
-       * src/prefs_account.c
-               Fix pop_bfr_smtp_tm_entry sensivity when switching
-               from pop3 to apop or vice-versa
-
-2002-09-22 [colin]     0.8.3claws10
-       
-       * src/prefs_account.[ch]
-               Add an option for the POP before SMTP timeout
-       * src/inc.c
-               Remember time of last POP connection
-       * src/send.c
-               Do POP before SMTP only if timeout reached
-
-2002-09-22 [oliver]    0.8.3claws9
-       
-       * README.claws
-               explain custom toolbar
-
-2002-09-22 [oliver]    0.8.3claws8
-
-       * src/prefs_actions.[ch]
-       custom toolbar for compose      
-               actions callback from compose toolbar
-       * src/folderview.c
-               remove include toolbar.h
-
-2002-09-22 [oliver]    0.8.3claws7
-       
-       * src/prefs_toolbar.[ch]
-               custom toolbar for compose
-               - generic prefs_toolbar handles both
-                 Mainwin's toolbar as well as Compose toolbar          
-
-2002-09-22 [oliver]    0.8.3claws6
-       
-       * src/toolbar.[ch]
-               custom toolbar for compose
-               restructure toolbar.[ch]
-
-2002-09-22 [oliver]    0.8.3claws5
-
-       * src/compose.[ch]
-               custom toolbar for compose
-
-2002-09-22 [oliver]    0.8.3claws4
-       
-       * src/mainwindow.[ch]
-               custom toolbar for compose 
-               move mainwin toolbar back to mainwindow
-
-2002-09-22 [alfons]    0.8.3claws3
-
-       * src/procmsg.c
-               :%sno/if(/if (/gc
-               :%sno/for(/for (/gc
-               (beautify)
-
-2002-09-22 [alfons]    0.8.3claws2
-       
-       * src/procmsg.c
-               procmsg_save_to_outbox(): don't unlink message file from queue;
-               callers should do it using folder_item_remove_msg()
-
-2002-09-22 [colin]     0.8.3claws1
-
-       * src/mimeview.[ch]
-               Made mimeview_check_signature() public
-       * src/textview.c
-               Made GPG signatures verifiable by clicking
-               the [application/pgp-signature] in the Text
-               view
-
-2002-09-22 [paul]      0.8.3claws
-
-       * po/bg.po
-         po/en_GB.po
-         po/es.po
-         po/it.po
-         po/pl.po
-         po/pt_BR.po
-         po/sr.po
-               updated translations, submitted by George Danchev,
-               me, Ricardo Mones Lastra, Alessandro Maestri,
-               Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
-               and Urke MMI, respectively.     
-
-2002-09-22 [alfons]    0.8.2claws65
-
-       * src/procmsg.c
-       * src/pgptext.c
-               no furry valgrinds have been used to plug these memleaks
-
-2002-09-20 [paul]      0.8.2claws64
-
-       * sync with 0.8.3cvs4
-               'Select thread' re-implemented 
-               see ChangeLog 2002-09-20
-
-2002-09-21 [alfons]    0.8.2claws63
-
-       * src/compose.c
-               compose_send(): plug unnoticed memleak
-
-2002-09-20 [alfons]    0.8.2claws62
-
-       * src/addr_compl.c
-               replace_address_in_edit(): strict check for NULL address to
-               fix "[ 607348 ] Segfault in address completion". My guess is
-               that this happens with an empty address book, but it's good
-               to have this check here anyway
-               
-               completion_window_button_press(): free string returned 
-               from the internal cache
-
-2002-09-20 [christoph] 0.8.2claws61
-
-       * src/procmime.h
-               added ENC_BINARY to EncodingType
-       * src/procmime.c
-               the string returned by procmime_get_encoding_str
-               should not depend on the order of values in the
-               EncodingType definition
-       * doc-src/rfc1806.txt   ** NEW FILE **
-               Added rfc1806 about MIME Content-Disposition
-               Extension
-
-2002-09-19 [paul]      0.8.2claws60
-
-       * sync with 0.8.2cvs3
-               see ChangeLog 2002-09-19
-
-2002-09-19 [paul]      0.8.2claws59
-
-       * src/prefs_folder_item.c
-               revert to Darko's original alignment of colour
-               selector button
-               add a colon to folder_color label
-               
-       * src/compose.c
-               add Colin's patch (with Hiro's modifications) to 
-               force BASE64 encoding for 8-bit text when signing
-               (sync with 0.8.3cvs2)
-
-2002-09-18 [alfons]    0.8.2claws58
-
-       * src/compose.c
-               :%sno/if(/if (/gc
-               :%sno/for(/for (/gc
-               (beautify a little bit)
-
-2002-09-18 [christoph] 0.8.2claws57
-
-       * src/pine.c
-               fix handling of fgetc return value
-
-2002-09-17 [alfons]    0.8.2claws56
-       
-       * src/summaryview.c
-               summary_sort(): check non-NULL summaryview->folder_item when no 
-               folder is selected at all
-               (closes "[ 610344 ] sort label make syl Crash")
-
-2002-09-17 [alfons]    0.8.2claws55
-       
-       * src/compose.c
-               beautify a little bit
-
-2002-09-17 [christoph] 0.8.2claws54
-
-       * src/folder.c
-               initialize max values for cache and folder
-               when cache or folder is empty
-
-2002-09-15 [colin]     0.8.2claws53
-
-       * src/compose.c
-               Fix a leak (thanks Alfons!) and cleaned
-               variables names for custom headers
-
-2002-09-15 [colin]     0.8.2claws52
-
-       * src/compose.c
-               Fix custom headers recognition when
-               prefs_common.trans_hdr is on
-
-2002-09-15 [colin]     0.8.2claws51
-
-       * src/compose.c
-               Allow dynamically-added custom headers
-               Yet not reparsed if reedited
-
-2002-09-15 [alfons]    0.8.2claws50
-
-       * src/prefs_account.c
-               fix warnings
-
-2002-09-15 [colin]     0.8.2claws49
-       
-       * src/prefs_account.c
-               fix pop_before_smtp sensitivity
-
-2002-09-15 [colin]     0.8.2claws48
-
-       * src/inc.[ch]
-               add inc_pop_before_smtp()
-               allow MainWindow to be undefined in 
-               inc_account_mail() and inc_start()
-       * src/pop.c
-         src/prefs_account.h
-               add STYPE_POP_BEFORE_SMTP session type
-       * src/prefs_account.c
-               activated pop before smtp option
-       * src/send.c
-               do pop before smtp if the relevant option 
-               is set
-
-2002-09-15 [paul]      0.8.2claws47
-
-       * sync with 0.8.3
-               see ChangeLog 2002-09-15
-
-2002-09-14 [paul]      0.8.2claws46
-
-       * po/bg.po
-               updated Bulgarian translation, submitted by
-               George Danchev
-
-2002-09-13 [paul]      0.8.2claws45
-
-       * src/compose.c
-               merge claws' select_account() with main's
-               (new) compose_select_account(). [sync with
-               0.8.2cvs15, see ChangeLog 2002-09-11]
-
-2002-09-12 [christoph] 0.8.2claws44
-
-       * src/filter.c
-               allocate 1 elements of FolderItem not 0
-
-2002-09-12 [colin]     0.8.2claws43
-
-       * src/compose.c
-               Fix bug #590825 (obey Follow-up: poster)
-
-2002-09-12 [colin]     0.8.2claws42
-
-       * src/procmime.c
-               Fix bug #557009 (wrong headers for messages 
-               forwarded as attachments)
-
-2002-09-11 [colin]     0.8.2claws41
-       
-       * src/compose.c
-               Put SCF: pseudo-header on top of message
-               Set draft tmp_flag when saved as draft
-
-       * src/procmsg.c
-         src/procheader.c
-               Skip after first \n\n for beginning of real message
-               for drafts too
-
-2002-09-11 [christoph] 0.8.2claws40
-
-       * src/filtering.c
-               use procmsg flag functions in filtering or processing
-               will cause incorrect folder message counts
-
-2002-09-11 [colin]     0.8.2claws39
-
-       * src/compose.c
-               Fix bug #550175 - wrong save folder when reediting
-               drafts
-
-2002-09-11 [paul]      0.8.2claws38
-
-       * sync with 0.8.2cvs14
-               see ChangeLog 2002-09-11
-
-2002-09-11 [colin]     0.8.2claws37
-
-       * src/folder.c
-               Fix a typo (seeming to cause new/unread status to
-               be lost)
-
-2002-09-10 [christoph] 0.8.2claws36
-
-       * src/compose.c
-               compose_redirect should not use compose_generic_new
-               because that does more stuff than expected including
-               opening the external editor
-               (closes bug "[ 526608 ] bounced messages appear blank
-                in editor")
-
-2002-09-10 [christoph] 0.8.2claws35
-
-       * src/folder.c
-               fix problem with too large message number range
-               causing a crash in folder_item_scan
-
-2002-09-10 [paul]      0.8.2claws34
-
-       * sync with 0.8.2cvs13
-               see ChangeLog 2002-09-10
-
-2002-09-10 [christoph] 0.8.2claws33
-
-       * src/msgcache.c
-               set MsgInfo TmpFlags for queue and draft folders
-               (closes bug "[ 591676 ] Queue ignore MIME on restart")
-
-2002-09-10 [paul]      0.8.2claws32
-
-       * AUTHORS
-         po/bg.po      ** NEW FILE **
-               new Bulgarian translation submitted by
-               George Danchev <danchev@spnet.net>
-               
-       * tools/Makefile.am
-         tools/README
-         tools/tb2sylpheed     ** NEW FILE **
-               add script that converts an addressbook exported
-               from The Bat! into a Sylpheed addressbook. Submitted
-               by Urke MMI <urke-kg@eunet.yu>
-
-2002-09-10 [paul]      0.8.2claws31
-
-       * sync with 0.8.2cvs12
-               see ChangeLog 2002-09-10
-
-2002-09-06 [paul]      0.8.2claws30
-
-       * src/prefs_common.c
-               sync with 0.8.2cvs11, see ChangeLog 2002-09-06
-               
-       * tools/Makefile.am
-         tools/README
-         tools/ldif-to-xml.py  ** REMOVED **
-               remove obsolete python script
-
-2002-09-06 [paul]      0.8.2claws29
-
-       * sync with 0.8.2cvs10
-               see ChangeLog 2002-09-06
-
-2002-09-04 [paul]      0.8.2claws28
-
-       * sync with 0.8.2cvs9
-               see ChangeLog 2002-08-04
-
-2002-09-04 [colin]     0.8.2claws27 
-
-       * src/prefs_common.[ch]
-               Added signature color configuration
-       * src/textview.c
-               Use user-specified signature color
-
-2002-09-03 [colin]      0.8.2claws26
-
-       * src/prefs_common.[ch]
-               Added autosave and autosave_length prefs
-       * src/compose.c
-               Added compose_remove_draft()
-               Auto-save drafts according to the prefs
-       * src/main.c
-               Added a crash-indicator file, allowing to check
-               for new messages on startup if Sylpheed crashed
-               (makes saved drafts "reappear")
-
-2002-09-03 [colin]     0.8.2claws25
-
-       * src/textview.[ch]
-               Grey the signature
-
-2002-09-03 [paul]      0.8.2claws24
-
-       * sync with 0.8.2cvs8
-               see ChangeLog 2002-09-02 and 2002-09-03
-
-2002-09-03 [darko]     0.8.2claws23
-
-       * src/folderview.c
-               use normal style when creating new folder to pick
-               proper font size 
-
-2002-09-02 [melvin]    0.8.2claws22
-
-       * src/gtkaspell.m4
-               removed some obsolete code
-
-2002-09-02 [melvin]    0.8.2claws21
-
-       * ac/aspell.m4
-               fixed test's equality sign (== to =)
-
-2002-09-02 [alfons]    0.8.2claws20
-
-       * src/folder.c
-       * src/mh.c
-               revert change of 0.8.2claws16 and use the mh_folder_destroy
-               as folder->destroy virtual as suggested by Hiro
-               (the mh.c code seems to have been lost around mh.c.1.21)
-
-2002-09-02 [paul]      0.8.2claws19
-
-       * po/pt_BR.po
-               updated by Fabio Jr. Beneditto
-               
-       * src/defs.h
-               use 'http://claws.sylpheed.org' for homepage link. 
-               Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
-
-2002-09-01 [alfons]    0.8.2claws18
-
-       * src/mh.c
-               plug memleak related to one Martin Kluge found
-
-2002-08-31 [paul]      0.8.2claws17
-
-       * sync with 0.8.2cvs6
-               see ChangeLog 2002-08-30
-
-2002-08-31 [alfons]    0.8.2claws16
-
-       * src/folder.c
-               folder_destroy(): remove mailbox from folderlist even if it has
-               no destroy virtual
-
-2002-08-31 [alfons]    0.8.2claws15
-
-       * src/folder.c
-               :%sno/if(/if (/gc
-               :%sno/for(/for (/gc
-               (being pedantic I know)
-
-2002-08-31 [alfons]    0.8.2claws14
-
-       * src/folder.c
-               check for NULL pointers returned from folder->fetch_msginfo virtual
-               (should solve some reported crashes)
-
-2002-08-30 [alfons]    0.8.2claws13
-
-       * acconfig.h
-       * configure.in
-       * src/crash.c
-               enable crash dialog on compilation time
-               (--enable-crash-dialog configure option)
-
-2002-08-30 [alfons]    0.8.2claws12
-
-       * AUTHORS
-               add Martin Kluge
-       * src/mh.c
-               apply memory leak plug patch by Martin Kluge
-               (closes patch "[ 602568 ] patch for 602441 little memory leak",
-               bug "[ 599677 ] Very small memory leak in 0.81claws115",
-               and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
-
-2002-08-30 [darko]     0.8.2claws11
-
-       * src/folderview.c
-               copy Gtk style from normal style to match
-               font size for coloured folders
-
-2002-08-29 [alfons]    0.8.2claws10
-
-       * sylpheed.desktop
-               Type=Internet <- Type=Application
-               (reported by Michael Schwendt, see:
-               http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
-               http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
-
-2002-08-29 [paul]      0.8.2claws9
-
-       * sync with 0.8.2cvs5
-               see ChangeLog 2002-08-29
-
-2002-08-29 [colin]     0.8.2claws8
-
-       * src/summaryview.c
-               Added a sanity check in summary_select_thread
-               Should fix bug 601605
-
-2002-08-29 [colin]     0.8.2claws7
-
-       * src/main.c
-               Revert claws6 changes regarding bug #591676
-
-2002-08-28 [colin]     0.8.2claws6
-       
-       * src/main.c
-               Ignore cache for queue folderitems
-               Fix bug #591676
-
-2002-08-28 [melvin]    0.8.2claws5
-
-       * README.claws
-               Fixed typos.
-
-2002-08-28 [melvin]    0.8.2claws4
-
-       * README.claws
-               Updated a bit the text concerning the spell checker
-
-2002-08-28 [melvin]    0.8.2claws3
-
-       Merged the GNU_aspell_branch:
-               Support of new GNU/aspell is now included and the old pspell
-               is not supported anymore.
-               See README.claws
-
-       * README.claws
-               Updated spell checker text to reflect the switch to GNU/aspell
-
-       * ac/aspell.m4          *** NEW ***
-       * src/gtkaspell.[ch]    *** NEW *** 
-       * ac/pspell.m4          *** DELETED *** 
-       * src/gtkspell.[ch]     *** DELETED ***
-
-       * ac/Makefile.am
-               Updated for GNU/aspell support
-
-       * po/POTFILES.in
-               Replaced gtkspell.c by gtkaspell.c
-
-       * acconfig.h
-       * src/Makefile.am
-       * src/about.c
-       * src/compose.[ch]
-       * src/crash.c
-       * src/main.c
-       * src/prefs_common.[ch]
-               Updated for GNU/aspell support
-
-2002-08-28 [paul]      0.8.2claws2
-
-       * sync with 0.8.2cvs4
-               see ChangeLog 2002-08-27 and 2002-08-28
-
-2002-08-28 [colin]     0.8.2claws1
-
-       * src/summary_search.c
-               Added "AND search"
-
-2002-08-28 [jens]      0.8.2claws
-
-       *po/de.po
-               Updated German translations
-
-2002-08-27 [melvin]    0.8.2claws
-
-       * po/fr.po
-               Updated French translations
-
-2002-08-27 [paul]      0.8.2claws
-
-       * sync with 0.8.2 main release
-
-       * po/en_GB.po
-         po/es.po
-         po/it.po
-         po/pl.po
-         po/pt_BR.po
-         po/sr.po
-               updated message catalogs submitted by
-               Ricardo Mones Lastra, Alessandro Maestri,
-               Witold Wladyslaw Wojciech Wilk, Fabio Jr.
-               Beneditto and Urke MMI  
-
-2002-08-27 [hoa]       0.8.1claws123
-
-       * src/mainwindow.[ch]
-       * src/summaryview.[ch]
-               removed the "filter setting" menu option.
-               add a "cancel a news message" menu option.
-
-2002-08-26 [martin]    0.8.1claws122
-
-       * ChangeLog.claws
-               changed string under 0.8.1claws79 changed by myself
-               i'm sorry alfons :(
-
-2002-08-26 [martin]    0.8.1claws121
-
-       * src/crash.c
-               added kill command to debuggerrc to start crash dialog
-
-2002-08-26 [paul]      0.8.1claws120
-
-       * sync with 0.8.1cvs31
-               see ChangeLog 2002-08-26
-
-2002-08-25 [alfons]    0.8.1claws119
-
-       * src/procmsg.c
-               fix bug that didn't send out correct headers to news server
-               when sending news article and email from queue (bug reported
-               and patch provided by Tim Mann; closes bug 
-               "[ 583196 ] 0.7.8claws can't post news")
-
-2002-08-25 [alfons]    0.8.1claws118
-
-       * src/selective_download.c
-               mark two strings as translatable
-               (thanks to Urke MMI for pointing this out)
-
-2002-08-25 [alfons]    0.8.1claws117
-
-       * src/summaryview.c
-               treat sent boxes as special and allow sorting them by addressee
-               (closes "[ 589418 ] Sent folder sorting misbehavior"
-               submitted by Steve Lamb)
-
-2002-08-24 [alfons]    0.8.1claws116
-
-       * src/matcher.c
-               fix memleak reported by Martin Kluge
-               (see: "[ 599677 ] Very small memory leak in 0.81claws115")
-
-2002-08-24 [oliver]    0.8.1claws115
-
-       * src/prefs_toolbar.c
-               o code cleanup as suggested by Alfons
-               o memleak fix
-
-2002-08-24 [alfons]    0.8.1claws114
-
-       * src/summaryview.c
-               o fix another memory leak reported by Martin Kluge
-                 (see "[ 599568 ] Small Memory Leak")
-               o remove 'from' variable from 'summary_set_header()'; we can
-                 do with just 'to' 
-
-2002-08-24 [paul]      0.8.1claws113
-
-       * sync with 0.8.1cvs30
-               see ChangeLog 2002-08-23
-
-2002-08-24 [alfons]    0.8.1claws112
-
-       * src/summaryview.c
-               remove unnecessary allocations for search bar fixing leaks
-               reported by Martin Kluge
-               (see "[ 599451 ] Further memory leaks?")
+       * configure.ac
+       * src/plugins/trayicon/Makefile.am
+       * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
+       * src/plugins/trayicon/trayicon.c
+       * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
+       * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
+       * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
+       * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
+       * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
+       * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
+               replace my own EggTrayIcon backport with the backport
+               used by (l|x)mule and gabber.
 
-2002-08-24 [alfons]    0.8.1claws111
+2003-06-13 [alfons]    0.9.0claws34
 
-       * src/main.c
-               make get_socket_name() public for crash.c
-       * src/crash.c
-               o make report bug button work (goes to claws' 
-                 bug tracker at sf.net)
-               o introduce function for doing important stuff just
-                 before claws goes down
-               o clean up code 
+       * AUTHORS
+       * src/common/utils.c
+               add Aw: to list of reply prefixes (thanks to Martin Zwickel)
 
-2002-08-24 [alfons]    0.8.1claws110
+2003-06-13 [alfons]    0.9.0claws33
 
        * src/compose.c
-               move cursor to "To" entry when forwarding as attachment
-               (reported and solved by Steve Lamb, closes bug report
-               "[ 592880 ] Forward as attachment; cursor not in to")
-
-2002-08-24 [colin]     0.8.1claws109
-
-       * src/mainwindow.c
-               fix quick search visibility after GUI (de)separations.
-
-2002-08-23 [colin]     0.8.1claws108
-
-       * src/mainwindow.c
-               fix header pane visibility after folderview or
-               messageview (de)separation
-
-2002-08-23 [paul]      0.8.1claws107
-
-       * src/mainwindow.[ch]
-         src/toolbar.c
-               give full control of display or non-display 
-               of the Execute icon to Custom toolbar settings.
-               add new sensitivity condition to maninwindow.h: 
-               M_DELAY_EXEC
-
-       * ChangeLog
-         ChangeLog.jp
-         NEWS
-               more sync with 0.8.1cvs29
-
-2002-08-23 [melvin]    0.8.1claws106
-
-       * src/alertpanel.c
-               Readded support for custom widget in alertpanel lost in last
-               sync.
-
-2002-08-23 [paul]      0.8.1claws105
-
-       * sync with 0.8.1cvs29
-               see ChangeLog 2002-08-23
-
-2002-08-23 [colin]     0.8.1claws104
-
-       * src/summaryview.c
-               Fix folder and search pixmaps exchanging positions
-               after theme or toolbar changes. Thank to Oliver for 
-               reporting this.
-
-2002-08-23 [colin]     0.8.1claws103
-
-       * src/mainwindow.c
-         src/messageview.[ch]
-         src/noticeview.[ch]
-         src/summaryview.c
-               Changed messageview_create() and noticeview_create()
-               to avoid the last gdk_warning
-
-2002-08-22 [colin]     0.8.1claws102
-
-       * src/summaryview.c
-               Fix my new `Creating pixmap from xpm' warning
-
-2002-08-22 [colin]     0.8.1claws101
-
-       * src/mainwindow.c
-               Fix some of the gdk warnings
-
-2002-08-22 [colin]     0.8.1claws100
-
-       * src/Makefile.am
-       * src/stock_pixmap.c
-       * src/stock_pixmap.h
-       * src/pixmaps/quicksearch.xpm *ADDED*
-               Add the quicksearch pixmap
-       * src/mainwindow.c
-       * src/summaryview.c
-       * src/summaryview.h
-               Make quicksearch bar visible/hidden via a button
-
-2002-08-22 [christoph] 0.8.1claws99
-
-       * src/folder.c
-               fix folder update for newsgroups with message
-               numbers below minimum number of articles to fetch
-               (closes bug #598445)
-
-2002-08-22 [paul]      0.8.1claws98
-
-       * sync with 0.8.1cvs28
-               see ChangeLog 2002-08-22
-
-2002-08-21 [alfons]    0.8.1claws97
-
-       * src/crash.c
-               use bt instead of bt full which seems to work 
-               better, and bt full doesn't give a great deal 
-               of information anyway
+               clean up a little bit
 
-2002-08-21 [colin]     0.8.1claws96
+2003-06-12 [alfons]    0.9.0claws32
 
-       * src/summaryview.c
-               fix summaryview_searchtype_changed prototype
+       * src/compose.c
+               const correctness fix
 
-2002-08-21 [christoph] 0.8.1claws95
+       * src/common/sylpheed.[ch]
+               () -> (void)
+               prevent redef MIN/MAX
+               
+       * src/common/utils.[ch]
+               () -> (void)
 
-       * src/mainwindow.c
-               o fix broken menu update for sorting type, we have to
-                 get this info from the summaryview now
-               o removed setting of threaded state in menu callback
-       * src/summaryview.[ch]
-               more summaryview/folderitem seperation for
-               threading option
-       * configure.in
-               removed not required --with-compiler-flags option
+2003-06-12 [melvin]    0.9.0claws31
 
-2002-08-21 [oliver]    0.8.1claws94
-       
-       * src/toolbar.h 
-               o rename toolbar.xml to toolbar_main.xml
-                 since toolbar_compose.xml might come up 
-                 any time soon
-       * README.claws
-               add custom toolbar              
+       * src/compose.c
+               Updated to take into accounts changes in GtkAspell.
 
-2002-08-21 [darko]     0.8.1claws93
+2003-06-12 [alfons]    0.9.0claws30
 
+       * src/compose.c
        * src/procmsg.c
-               don't reset tmp flags for messages copied
-               to sent folder
-
-2002-08-21 [colin]     0.8.1claws92
-       
-       * src/prefs_filtering.c
-               fix renaming rules on folder rename 
-               when folder is not a leaf folder
-
-2002-08-21 [paul]      0.8.1claws91
-
-       * src/prefs_folder_item.c
-               fix alignment of colour selector
-
-2002-08-21 [paul]      0.8.1claws90
-
-       * sync with 0.8.1cvs27
-               see ChangeLog 2002-08-21
-
-2002-08-21 [paul]      0.8.1claws89
-
-       * src/summaryview.c
-               fix crash when changing field type in
-               Quick search bar
-
-2002-08-21 [colin]     0.8.1claws88
-
-       * src/summaryview.c
-               Made quick search case-insensitive
-
-2002-08-21 [paul]      0.8.1claws87
+       * src/common/utils.[ch]
+               handle reply subject prefixes better (initial 
+               suggestion by Robert Story adapted and enhanced 
+               using regexps)
 
-       * sync with 0.8.1cvs26
-               see ChangeLog 2002-08-21
+2003-06-12 [melvin]    0.9.0claws29
 
-2002-08-20 [christoph] 0.8.1claws86
+       * src/compose.c
+               Use new gtkaspell_checkers_strerror() to get the speller's
+               error message instead of accessing the (now private)
+               checkers structure.
+               Minor code clean up
 
-       * src/folderview.c
        * src/main.c
-       * src/summaryview.[ch]
-               more summaryview/folderitem seperation for
-               sort_key and sort_type
-       * src/procmsg.c
-               added missing return statement
-
-2002-08-20 [colin]     0.8.1claws85
-
-       * src/summaryview.[ch]
-               Added a quick search box
-       * src/mainwindow.c
-       * src/prefs_common.[ch]
-               Added a show/hide option for the quick search
-
-2002-08-20 [oliver]    0.8.1claws84
-       
-       * src/mainwindow.c
-               remove toolbar_create_popups
-       * src/toolbar.[ch]
-               o remove toolbar_create_popups
-               o fix toolbar_set_sensitive 
-                 (Bug reports #596834 and #596832)     
-       * src/prefs_toolbar.c
-               o add "Set default" button
-               o align label and text + combo widgets
+               Use #ifdef instead of #if for USE_ASPELL
+               Use the new spell checkers init/quit functions 
 
-2002-08-20 [hoa]       0.8.1claws83bis
+       * src/gtk/gtkaspell.c
+               Use #ifdef instead of #if for USE_ASPELL
+               Moved in the majority of GtkAspell structures that were
+               exported before by gtkaspell.h
+       
+       * src/gtk/gktaspell.h
+               Made gtkaspell.h contain only the necessary data to be
+               publicized by moving many structures to gtkaspell.c.
+               Enclosed all the declaration in a #ifdef USE_ASPELL #endif
+               gtkaspell_checkers_new(): replaced by...
+               gtkaspell_checkers_init(): new function for initialization
+               gtkaspell_checkers_delete(): replaced by...
+               gtkaspell_checkers_quit(): new function
+               gtkaspell_checkers_strerror(): new function that returns
+               the checker's last error message.
+               
+2003-06-11 [melvin]    0.9.0claws28
 
-       * src/imap.c
-               fixed a bug in imap_fetch_msginfo() in case there is no
-               current folder.
+       * po/POTFILES.in
+               Updated to take into account gtkaspell.c migration to
+               ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
 
-2002-08-20 [darko]     0.8.1claws83
+2003-06-10 [alfons]    0.9.0claws27
 
-       * src/folderview.c
-               copy the color style of folder view so it
-               works with GTK themes
+       * src/filtering.[ch]
+       * src/folder.c
+       * src/matcher.c
+       * src/scoring.[ch]
+               - try fixing bug #18 (any brave testers?)
+               - add more robustness by refusing previously 
+                 unchecked NULL pointers 
 
-2002-08-20 [darko]     0.8.1claws82
+2003-06-10 [alfons]    0.9.0claws26
 
-       * src/folder.h
-       * src/folderview.c
-       * src/prefs_folder_item.[hc]
-               don't use UI stuff in folder.h
+       * src/procmsg.c
+               fix bug #176 by don't checking MsgInfos with a NULL msgid 
 
-2002-08-20 [darko]     0.8.1claws81
+2003-06-09 [alfons]    0.9.0claws25
 
-       * src/folder.h
-       * src/prefs_folder_item.h
-       * src/folderview.c
-       * src/prefs_folder_item.c
-               ability to set folder color in folderview
+       * src/prefs_common.c
+               fix bug #163 "Icon switching doesnt work properly" by 
+               preventing early freeing of prefs_common.pixmap_theme_path.
 
-2002-08-19 [alfons]    0.8.1claws80
+2003-06-09 [christoph] 0.9.0claws24
 
-       * src/summaryview.c
-               fix one of the earlier memleaks reported by Martin Kluge
+       * src/gtk/gtkaspell.c
+               revert Thorsten's fix and add forgotten g_strdup for
+               aspell path (it should not be possible to alter the path a
+               GtkASpell uses from outside)
 
-2002-08-19 [alfons]    0.8.1claws79
+2003-06-09 [thorsten]  0.9.0claws23
 
-       * src/mainwindow.c
-               hide notice view when selecting seperate folder
-               view (reported by Urke MMI)
+       * src/gtk/gtkaspell.c
+               dont free prefs_common.aspell_path when closing compose
 
-2002-08-19 [christoph] 0.8.1claws78
+2003-06-08 [colin]     0.9.0claws22
 
-       * src/folderview.c
-       * src/prefs_folder_item.h
-       * src/summaryview.[ch]
-               o add summary_set_prefs_from_folderitem to set
-                 summaryview prefs (first step to remove all
-                 references to the folderitem in summaryview)
-               o moved compiled regex stuff from folderitem prefs
-                 to summaryview code
+       * src/plugins/spamassassin/spamassassin.c
+               fix prefs types
 
-2002-08-19 [paul]      0.8.1claws77
+2003-06-07 [christoph] 0.9.0claws21
 
+       * src/Makefile.am
        * src/compose.c
-               add check for '.' to QUOTE_IF_REQUIRED
+       * src/gtkaspell.[ch]            ** REMOVE **
+       * src/gtk/Makefile.am
+       * src/gtk/gtkaspell.[ch]        ** NEW **
+               o make gtkaspell independent from sylpheed's prefs
+               o move gtkaspell.[ch] to gtk directory
 
-2002-08-19 [paul]      0.8.1claws76
+2003-06-07 [christoph] 0.9.0claws20
 
-       * src/inc.c
-               sync with 0.8.1cvs25 (plug memory leak)
+       * src/Makefile.am
+       * src/crash.c
+       * src/export.c
+       * src/filesel.[ch]              ** REMOVE **
+       * src/folder.c
+       * src/main.[ch]
+       * src/common/sylpheed.[ch]
+       * src/gtk/Makefile.am
+       * src/gtk/filesel.[ch]          ** NEW **
+       * src/gtk/pluginwindow.c
+       * src/gtk/sslcertwindow.c
+               move filesel.[ch] to gtk directory
 
-       * src/prefs_toolbar.c
-               re-order prefs_toolbar_cancel()
+2003-06-07 [alfons]    0.9.0claws19
 
-2002-08-18 [alfons]    0.8.1claws75
+       * src/filesel.c
+               make (multi) file selection dialog work again (Claws-only)
 
-       * src/inc.c
-       * src/matcher.c
-               plug other memleaks reported by Martin Kluge
+2003-06-07 [thorsten]  0.9.0claws18
 
-2002-08-18 [paul]      0.8.1claws74
+       * po/de.po
+               fix typos
 
-       * po/pt_BR.po
-               updated by Fabio Jr. Beneditto
+2003-06-07 [alfons]    0.9.0claws17
 
-2002-08-18 [paul]      0.8.1claws73
+       * configure.ac
+       * src/mimeview.c
+               detect apache mishap in which case don't include fnmatch.h
+               if regex.h is already included
 
-       * src/toolbar.[ch]
-               fix bug where tooltips were displayed untranslated              
+2003-06-06 [christoph] 0.9.0claws16
 
-       * src/prefs_toolbar.c
-               fix bug where clicking 'Cancel' creates an icon & text
-               toolbar regardless of prefs
-       
+       * configure.ac
+       * src/mimeview.h
+               add check for fnmatch.h and include it when available
 
-2002-08-17 [oliver]    0.8.1claws72
+       * src/mimeview.[ch]
+               fix wrong case sensitivity of Content-Types
 
-       * src/prefs_toolbar.c
-               update toolbar on CANCEL
-               bug reported by Martin Kluge
-       * src/toolbar.c
-               toolbar_destroy memleak fixed           
+       * src/gtk/Makefile.am
+               need the same include paths in gtk directory as in
+               common directory because .h files in common can
+               include files from these directories, when included
+               in gtk's .h or .c files
 
-2002-08-17 [alfons]    0.8.1claws71
+2003-06-06 [alfons]    0.9.0claws15
 
-       * src/toolbar.c
-               plug another memleak reported by Martin Kluge
+       * src/mimeview.c
+       * src/summaryview.c
+               make it compile again because of regex.h / fnmatch.h 
+               include problems (related to recent mime stuff, can
+               someone check this?)
 
-2002-08-16 [alfons]    0.8.1claws70
+2003-06-06 [thorsten]  0.9.0claws14
 
-       * src/crash.c
-               use execvp() correctly (suggested by wwp; thanks!)
+       * src/folderview.c
+               possible use of uninitialized pointer while dragging
 
-2002-08-16 [alfons]    0.8.1claws69
+2003-06-06 [paul]      0.9.0claws13
 
-       * src/gtksctree.c
-               plug memory leak reported by Kim Schultz & Martin Kluge
+       * src/compose.c
+               fix bug where the insert sig button would be effective
+               only when auto_sig was set
 
-2002-08-16 [paul]      0.8.1claws68
+2003-06-06 [paul]      0.9.0claws12
 
-       * po/es.po
-               updated by Ricardo Mones Lastra
+       * sync with 0.9.2 release
 
-2002-08-16 [paul]      0.8.1claws67
+2003-06-02 [paul]      0.9.0claws11
 
-       * src/toolbar.h
-               fix bug where 'Compose News' icon showed wrong
-               tooltip
+       * sync with 0.9.1cvs1
+               see ChangeLog 2003-06-02
+               
+       * po/de.po
+               update by Jens
 
-2002-08-16 [paul]      0.8.1claws66
+2003-06-01 [christoph] 0.9.0claws10
 
-       * sync with 0.8.1cvs24
-               see ChangeLog 2002-08-16
+       * src/account.c
+               don't use substring search to find accounts by email address
 
-       * po/it.po
-               updated by Alessandro Maestri
+       (closes Bug 169 Overly loose matching of "From" address)
 
-2002-08-15 [paul]      0.8.1claws65
+2003-05-31 [christoph] 0.9.0claws9
 
-       * po/sr.po
-               updated by Urke MMI
+       * doc-src/rfc2683.txt
+       * src/imap.c
+               limit IMAP command length as recommended in RFC2683
+               (message number lists will be split into multiple imap
+               sets, the limit of 1000 octets is not a hard limit)
 
-2002-08-15 [paul]      0.8.1claws64
+       (closes Bug 161 sylpheed-claws exits with segfault when logging
+        in to certain imap-servers)
 
-       * src/*.c
-               don't translate debug info
+2003-05-29 [alfons]    0.9.0claws8
 
-       * src/matcher.[ch]
-               add copyright info
+       * src/toolbar.[ch]
+               add print button (calling summary_print());
+               fine tune setting tooltip text;
+               (if someone needs other buttons, please take these 
+               commits as a guide, instead of bothering us - also
+               see 0.8.11claws150) 
 
-2002-08-15 [paul]      0.8.1claws63
+2003-05-29 [darko]     0.9.0claws7
 
-       * src/prefs_toolbar.c
-               fix bug where clicking 'OK' creates an icon & text
-               toolbar regardless of prefs
+       * src/compose.c
+               fix crash when word wrapping kicks in due to
+               changed text by spell checker
 
-2002-08-14 [alfons]    0.8.1claws62
+2003-05-29 [paul]      0.9.0claws6
 
-       * src/main.c
-               add global var that has the full argv[0]
-       * src/crash.c
-               o execvp the correct sylpheed by using argv0
-                 and setting the correct work dir
-               o other tweaks  
+       * src/compose.c
+               fix bug where changing account would insert
+               sig even if auto_sig was FALSE
+               
+       * ChangeLog
+         ChangeLog.jp
+         INSTALL
+               sync with 0.9.1 release
 
-2002-08-14 [oliver]    0.8.1claws61
-       
-       * enable/disable Toolbar Action Buttons 
-       * code cleanups
-       * src/mainwindow.c
-       * src/toolbar.[ch]      
-       * src/prefs_toolbar.c   
+2003-05-28 [christoph] 0.9.0claws5
+
+       * src/imap.c
+               fix truncation of too long commands
 
-2002-08-14 [melvin]    0.8.1claws60
+       (closes Bug 167 IMAP hangs trying to get envelope
+        information in imap_get_uncached_messages)
 
-       * po/fr.po
-               Updated French translations
+2003-05-27 [paul]      0.9.0claws4
 
-2002-08-14 [melvin]    0.8.1claws59
+       * tools/Makefile.am
+         tools/maildir2sylpheed.pl     ** NEW FILE **
+               add kmail to sylpheed mailbox conversion script
 
-       * src/crash.c
-               Made bug report not translatable
-       * src/exporthtml.c
-               Fixed exporthtml_build_filespec() return value
-       * src/foldersel.c
-               Fixed incorrect include file
-       * src/gtkspell.c
-       * src/prefs_actions.c
-       * src/prefs_toolbar.c
-               Made debug info not translatable
-       * src/mutt.c
-       * src/quote_fmt.c
-               Added missing includes
-       * src/prefs_common.c
-               Fixed typo
+2003-05-27 [paul]      0.9.0claws3
 
-2002-08-14 [paul]      0.8.1claws58
+       * sync with 0.9.0cvs10
+               see ChangeLog 2003-05-26
 
-       * faq/es/sylpheed-faq.html
-         faq/es/sylpheed-faq-[1-3].html
-         faq/es/sylpheed-faq-4.html     **NEW FILE **
-               update Spanish FAQ
+2003-05-26 [paul]      0.9.0claws2
 
-2002-08-13 [christoph] 0.8.1claws57
+       * sync with 0.9.0cvs9
+               see ChangeLog 2003-05-26
 
-       * src/procmsg.c
-               ignore thread fix that did not mark all
-               child nodes of a ignored thread as
-               ignored. Does not work perfectly yet,
-               but it is better now
+2003-05-24 [paul]      0.9.0claws1
 
-2002-08-13 [alfons]    0.8.1claws56
+       * sync with 0.9.0cvs8
+               see ChangeLog 2003-05-23
 
-       * src/crash.c
-               o implement 'save crash log'
-               o some tweaks
+2003-05-24 [paul]      0.9.0claws
 
-2002-08-13 [melvin]    0.8.1claws55
+       * version 0.9.0claws released
 
-       * src/main.c
-               removed unrequired "execinfo.h" header
+2003-05-24 [paul]      0.8.11claws177
 
-2002-08-12 [paul]      0.8.1claws54
+       * src/plugins/dillo-viewer/Makefile.am
+         src/plugins/traycon/Makefile.am
+               add missing files
+               
+       * po/bg.po
+         po/en_GB.po
+         po/es.po
+         po/it.po
+         po/pt_BR.po
+         po/ru.po
+         po/sr.po
+               update Bulgarian, British English, Spanish, Italian, 
+               Brazilian Portuguese, Russian, and Serbian translations, 
+               submitted by George Danchev, [me], Ricardo Mones Lastra,
+               André Filipe de Assunção e Brito, Alessandro Maestri, 
+               Ruslan N. Balkin, and Urke MMI
 
-       * faq/en/sylpheed-faq.html
-         faq/en/sylpheed-faq-[1-3].html
-         faq/en/sylpheed-faq-4.html     **NEW FILE **
-               update English FAQ
+2003-05-23 [melvin]    0.8.11claws176
 
-2002-08-12 [alfons]    0.8.1claws53
+       * po/fr.po
+               Updated French translations
 
-       * po/POTFILES.in
-               add crash.c to translatables
-       * src/crash.c
-               bring in Leandro's crash dialog
+2003-05-22 [paul]      0.8.11claws175
 
-2002-08-11 [alfons]    0.8.1claws52
+       * src/Makefile.am
+         src/addrbook.[ch]
+         src/addrcache.[ch]
+         src/addr_compl.[ch]
+         src/adressbook.[ch]
+         src/addrindex.[ch]
+         src/addritem.[ch]
+         src/editaddress.c
+         src/editgroup.c
+         src/editldap_basedn.c
+         src/editldap.c
+         src/jpilot.c
+         src/vcard.c
+               revert to get ldap into it previous working state
+               
+       * po/zh_TW.Big5.po
+               new Taiwanese translation,
+               submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
 
-       * src/crash.c
-               clean up some warnings
+2003-05-22 [christoph] 0.8.11claws174
 
-2002-08-11 [alfons]    0.8.1claws51
+       * src/plugins/spamassassin/libspamc.[ch]
+               sync libspamc with SpamAssaain release 2.55
 
-       * acconfig.h
-       * configure.in
-       * src/crash.[ch]        ** NEW FILES **
-       * src/main.c            
-               initial gdb crash handler
+2003-05-22 [paul]      0.8.11claws173
 
-2002-08-11 [paul]      0.8.1claws50
+       * sync with 0.9.0cvs7
+               see ChangeLog 2003-05-22
+               
+       * src/summaryview.c
+               revert change in 0.8.11claws172: follow
+               Hiroyuki's decision and that's the end of it.
 
-       * src/prefs_toolbar.c
-               replace Up/Down arrow pixmaps with text to be
-               consistent across icon themes
+2003-05-21 [paul]      0.8.11claws172
 
-2002-08-11 [paul]      0.8.1claws49
+       * src/summaryview.c
+               fix discrepency between open_unread_on_enter
+               and always_show_msg
 
-       * src/prefs_common.c
-         src/prefs_toolbar.c
-               rename 'Pixmap' -> 'Icon'
+2003-05-21 [paul]      0.8.11claws171
 
-       * src/toolbar.[ch]
-               rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
+       * sync with 0.9.0cvs6
+               see ChangeLog 2003-05-21
 
-2002-08-10 [paul]      0.8.1claws48
+2003-05-21 [paul]      0.8.11claws170
 
-       * src/prefs_toolbar.c
-               re-work the UI
+       * sync with 0.9.0cvs5
+               see ChangeLog 2003-05-21
 
-2002-08-10 [paul]      0.8.1claws47
+2003-05-20 [paul]      0.8.11claws169
 
-       * src/main.c
-               don't write Processing progress to status bar
-               patch submitted by Alexander Evseev
+       * sync with 0.9.0cvs4
+               see ChangeLog 2003-05-20
+               fixes bug #152, 'encoding of IMAP folders names'
 
-       * src/prefs_toolbar.c
-               re-position and resize window
-               make window assume correct size on first call
+2003-05-20 [paul]      0.8.11claws168
 
-2002-08-10 [paul]      0.8.1claws46
+       * sync with 0.9.0cvs3
+               see ChangeLog 2003-05-20
+               
+       * src/tools/convert_mbox.pl
+               minor change in the comments, submitted by Fred Marton
 
-       * src/mainwindow.c
-         src/prefs_toolbar.c
-         src/toolbar.c
-         src/toolbar.h
-               obey coding style
-               follow UI text conventions
+2003-05-19 [paul]      0.8.11claws167
 
-2002-08-10 [alfons]    0.8.1claws45
+       * src/plugins/clamav/Makefile.am
+         configure.ac
+               link clamav_lib to the plugin and not to the main program
 
-       * src/toolbar.c
-               correct pixmap for delete action
+2003-05-19 [christoph]
 
-2002-08-10 [paul]      0.8.1claws44
+       * src/Makefile.am
+               add -export-dynamic for linking
 
-       * po/pt_BR.po
-               updated by Fabio Jr. Beneditto
+2003-05-19 [paul]      0.8.11claws166
 
-2002-08-10 [paul]      0.8.1claws43
+       * sync with 0.9.0cvs1
+               see ChangeLog 2003-05-19
 
-       * po/POTFILES.in
-               add custom toolbar files
+2003-05-19 [paul]      0.8.11claws165
 
-2002-08-10 [paul]      0.8.1claws42
+       * src/inc.c
+               fix 'pop before smtp' timeout
 
-       * sync with 0.8.1cvs22
-               see ChangeLog 2002-08-09
+2003-05-18 [alfons]    0.8.11claws164
 
-2002-08-09 [paul]      0.8.1claws41
+       * src/prefs_matcher.c
+               put "execute" action command line ("expression") in edit box
 
-       * tools/Makefile.am
-         tools/README
-         tools/outlook2sylpheed.pl     ** NEW FILE **
-               add script to convert exported Outlook
-               contacts list to a Sylpheed addressbook.
-               Submitted by Ricardo Mones Lastra.
+2003-05-18 [christoph] 0.8.11claws163
 
-2002-08-09 [paul]      0.8.1claws40
+       * src/mimeview.[ch]
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/image_viewer/viewer.c
+       * src/plugins/mathml_viewer/mathml_viewer.c
+               let a viewer have a list of Content-Types
 
-       * AUTHORS
-         configure.in
-         po/sr.po      ** NEW FILE **
-               add Serbian message catalog. Submitted by
-               Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
+2003-05-18 [paul]      0.8.11claws162
 
-2002-08-09 [paul]      0.8.1claws39
+       * src/prefs_filtering.c
+               add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
+               and REDIRECT actions
 
-       * sync with 0.8.1cvs21
-               see ChangeLog 2002-08-08
+2003-05-17 [christoph]
 
-2002-08-08 [oliver]    0.8.1claws38
+       * README.claws
+               o remove dynamic signatures that was syned with main
+               o add infos about no longer "build in" image viewer
+               o update bugtracker URL
 
-       * src/mainwindow.c
-               move Custom Toolbar to Configuration menu
+2003-05-17 [christoph] 0.8.11claws161
 
-2002-08-08 [oliver]    0.8.1claws37
+       * src/folder.c
+       * src/folderview.c
+       * src/imap.c
+               don't use imap_scan_folder anymore. Instead call folder_item_scan
+               for every folder after rebuilding the folder tree.
 
-       * src/prefs_toolbar.c
-               fix substitute pixmap bug
+       (closes Bug 19 imap_scan_folder() computes incorrectly number of new
+        messages)
 
-2002-08-08 [paul]      0.8.1claws36
+2003-05-17 [christoph] 0.8.11claws160
 
-       * sync with 0.8.1cvs19
-               see ChangeLog 2002-08-08
+       * src/imap.c
+               don't use STATUS command on current folder to check for
+               content changes. imap_cmd_ok() now tracks changes to
+               folder and number of existing messages.
+
+2003-05-17 [paul]      0.8.11claws159
+
+       * src/plugins/clamav/clamav_plugin.c
+               remove unnecessary debug_print
+
+2003-05-16 [thorsten]  0.8.11claws158
 
-2002-08-07 [christoph] 0.8.1claws35
+       * src/plugins/demo.c
+               included missing intl.h
 
-       * src/utils.c
-               fixed a memory leak in new canonicalize_file_replace
+2003-05-16 [paul]      0.8.11claws157
 
-2002-08-07 [christoph] 0.8.1claws34
+       * po/POTFILES.in
+               remove non-existant entries
+       
+       * src/plugins/clamav/clamav_plugin.c
+         src/plugins/clamav/clamav_plugin_gtk.c
+         src/plugins/dillo_viewer/dillo_prefs.c
+         src/plugins/dillo_viewer/dillo_viewer.c
+               gettextise
 
-       * src/utils.[ch]
-               o canonicalize_file_replace should create the temporary
-                 file in the same directory as the original file.
-               o added get_tmpfile_in_dir that creates a temorary file
-                 in a specified directory.
+2003-05-16 [christoph] 0.8.11claws156
 
-2002-08-07 [melvin]    0.8.1claws33
+       * po/POTFILES.in
+               include plugin .c files for translation until I
+               find a better solution to have plugins have their
+               own textdomain
+       * src/plugins/demo/demo.c
+       * src/plugins/image_viewer/plugin.c
+       * src/plugins/mathml_viewer/mathml_viewer.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/trayicon/trayicon.c
+               add gettext macros for plugin name and description
 
-       * src/toolbar.c
-               fixed bug where 'Article' button acted as 'Email' button.
+2003-05-16 [paul]
 
-2002-08-07 [paul]      0.8.1claws32
+       * sync with 0.9.0
 
-       * sync with 0.8.1.cvs17
-               see ChangeLog 2002-08-07
+2003-05-16 [paul]      0.8.11claws155
 
-2002-08-07 [colin]     0.8.1claws31
-       
-       * src/news.c
-               fix mass-cancel problem
+       * sync with lastest 0.9.0pre1
+               see ChangeLog 2003-05-16
 
-2002-08-07 [thorsten]  0.8.1claws30
+2003-05-15 [paul]      0.8.11claws154
 
-       * src/prefs_toolbar.c
-               fix: crash on replace or add new button
-       * src/toolbar.c
-               fix: close xmlfile after reading
-       * src/utils.c
-               fix: unlink() file before rename()
+       * sync with latest 0.9.0pre1
+               see ChangeLog 2003-05-14 and 2003-05-15
 
-2002-08-06 [paul]      0.8.1claws29
+2003-05-14 [christoph] 0.8.11claws153
 
-       * sync with 0.8.cvs15
-               see ChangeLog 2002-08-06
+       * src/plugins/image_viewer/viewer.c
+       * src/plugins/image_viewer/viewer.glade         ** NEW **
+       * src/plugins/image_viewer/viewerprefs.c
+               make it possible to disable the autoload function in the
+               imageviewer again
 
-2002-08-06 [oliver]    0.8.1claws28
+2003-05-14 [christoph] 0.8.11claws152
 
-       * src/toolbar.c
-       * src/prefs_toolbar.c
-               fixed empty toolbar issue
+       * src/folder.c
+               fix folder update after adding a message
 
-2002-08-06 [oliver]    0.8.1claws27
+2003-05-13 [alfons]    0.8.11claws151
 
-       * Custom Toolbar Final 
-       * src/folderview.c
-       * src/inc.c
-       * src/summaryview.c
-               o toolbar stuff now lives in src/toolbar.[ch]
-               o main_window_toolbar_* functions are renamed to
-                 toolbar_* reflecting their new source file
-       * src/mainwindow.[ch]
-               o remove toolbar stuff  
+       * src/common/session.c
+               remove debug traces
+               
+       * src/addrcache.[ch]
+       * src/filtering.[ch]
+       * src/folder.[c]
+       * src/gtkaspell.[ch]
+       * src/imap.[ch]
+       * src/mbox_folder.[ch]
+       * src/mh.[ch]
+       * src/mimeview.h
+       * src/msgcache.[ch]
+       * src/news.[ch]
+       * src/passphrase.[ch]
+       * src/prefs_common.[ch]
+       * src/prefs_gtk.[ch]
+       * src/procmsg.c
+       * src/scoring.[ch]
+               be pedantic; (in prototypes () implies (int))
 
-2002-08-06 [oliver]    0.8.1claws26
-       
-       * src/Makefile.am
-       * src/prefs_toolbar.[ch]        **New File**
-       * src/toolbar.[ch]              **New File**
-               o prefs_toolbar.[ch] custom toolbar frontend
-               o toolbar.[ch]       backend 
+2003-05-13 [alfons]    0.8.11claws150
 
-2002-08-06 [oliver]    0.8.1claws25
+       * src/prefs_toolbar.[ch]
+       * src/summaryview.[ch]
+       * src/toolbar.[ch]
+               change misleading text in toolbar prefs;
+               add toolbar action for ignore thread (toggles ignore thread flag);
+               clean up a little bit;
 
-       * src/prefs_actions.[ch]
-               o new exported function actions_execute
+2003-05-12 [paul]
 
-2002-08-06 [paul]      0.8.1claws24
+       * tools/convert_mbox.pl
+               bug fixed by Fred Marton
 
-       * sync with 0.8.1cvs4
-               see ChangeLog 2002-08-06
+2003-05-12 [paul]
 
-2002-08-06 [paul]      0.8.1claws23
+       * sync with 0.9.0pre1
 
-       * sync with 0.8.1cvs13
-               see ChangeLog 2002-08-06
+2003-05-09 [paul]      0.8.11claws149
 
-2002-08-06 [paul]      0.8.1claws22
+       * sync with 0.8.11cvs43
+               see ChangeLog 2003-05-09
 
-       * sync with 0.8.1cvs12
-               see ChangeLog 2002-08-05 and 2002-08-06
+2003-05-08 [christoph] 0.8.11claws148
 
-2002-08-06 [match]     0.8.1claws21
+       * src/imap.[ch]
+               o use CAPABILIY as first command and check for PREAUTH
+                 information in the response to it
+               o rewrite all imap_cmd_* functions to use an IMAPSession
+                 instead of a SockInfo as parameter
+               o do STARTTLS after fetching and checking the server
+                 capabilities
 
-       * src/addrclip.c
-               improvements to cut/copy/paste address
+2003-05-08 [paul]      0.8.11claws147
 
-2002-08-05 [match]     0.8.1claws20
+       * tools/Makefile.am
+         tools/README
+         tools/convert_mbox.pl         ** NEW FILE **
+               add mbox conversion script. Submitted by 
+               Fred Marton <Fred.Marton@uni-bayreuth.de>
 
-       * src/addritem.[ch]
-       * src/addrcache.c
-       * src/addrbook.c
-       * src/editaddress.c
-       * src/addressbook.c
-               fixes to improve cut/copy/paste
+2003-05-07 [christoph]
 
-2002-08-06 [melvin]    0.8.1claws19
+       * doc-src/glade.txt
+       * src/gtk/pluginwindow.glade
+       * src/plugins/image_viewer/viewerprefs.glade
+       * src/plugins/spamassassin/spamassassin_gtk.glade
+               add glade files for user interfaces and a description how
+               to use glade to create the sylpheed code
 
-       * src/account.[ch]
-               account_find_all_from_address(): new function that returns the
-               list of all accounts that are matched in an address.
-       * src/alertpanel.[ch]
-               alertpanel() now accepts a custom widget
-               alertpanel_with_widget(): new function that pops up a panel with
-               a custom widget in it 
-       * src/gtkutils.[ch]
-               gtkut_account_menu_new(): new function that allows the selection
-               of an account from a list of accounts.
-       * src/messageview.c
-               Extended Return Receipt notification to select the correct 
-               account and to make a security test on the Delivery-Notification
-               address which should be the same as the Return-Path.
+2003-05-07 [paul]      0.8.11claws146
 
-2002-08-06 [thorsten]  0.8.1claws18
+       * sync with 0.8.11cvs41
+               see ChangeLog 2003-05-07
 
-       * src/mimeview.c
-               attach_all: save unnamed as "noname.%d",
-               dont free static dirname
+2003-05-06 [christoph] 0.8.11claws145
 
-2002-08-05 [alfons]    0.8.1claws17
+       * src/main.c
+       * src/plugins/image_viewer/viewer.c
+               fix usage of imlib in imageviewer plugin
 
-       * configure.in
-               detect XIM by trying to link rather than compile a XIM program
+       * src/gtk/prefswindow.c
+               handle window close event correctly
 
-2002-08-05 [oliver]    0.8.1claws16
-               
-       * src/stock_pixmap.[ch]
-               o add UP_ARROW to available pixmaps (already in pixmap-directory)
-               o new func to retrieve pixmaps
+2003-05-06 [paul]      0.8.11claws144
 
-2002-08-05 [paul]      0.8.1claws15
+       * src/common/ssl.c
+               fix typo introduced in sync
 
-       * sync with 0.8.1cvs10
-               see ChangeLog 2002-08-05
+2003-05-06 [paul]      0.8.11claws143
 
-2002-08-04 [alfons]    0.8.1claws14
+       * sync with 0.8.11cvs39
+               see ChangeLog 2003-05-06
 
-       * src/textview.c
-               see if this plugs memleak
+2003-05-06 [paul]      0.8.11claws142
 
-2002-08-04 [melvin]    0.8.1claws13
+       * AUTHORS
+         po/cs.po
+               updated Czech translation, submitted by 
+               Radek Vybiral <Radek.Vybiral@vsb.cz>
+               
+       * src/plugins/clamav/clamav_plugin_gtk.c
+               clean up
 
-       * src/gtkspell.c
-               fixed bug that could crash Sylpheed when highlighting
-               all misspelled words.
+2003-05-03 [alfons]    0.8.11claws141
 
-2002-08-03 [melvin]    0.8.1claws12
+       * src/compose.[ch]
+               make paste as quotation work even when the call to 
+               text_inserted() was deferred (fixes bug #140 "Paste 
+               as quotation does not work when using "external" 
+               clipboard")
 
-       * src/prefs_actions.c
-               removed unnecessary checks for NULL introduced in 0.8.1claws11.
-       * src/messageview.c
-               fixed bug where the Return Receipt was sent to
-               Delivery-Notification-To address even if it was not present
+2003-05-03 [thorsten]  0.8.11claws140
 
-2002-08-02 [alfons]    0.8.1claws11
+       * src/addrquery.h
+         src/ldapquery.h
+         src/mainwindow.c
+               removed C++ comments
+       * src/addr_compl.c
+               function with non-int retval/param used before
+               implementation/declaration
 
-       * src/prefs_actions.c
-               o more check for NULLs
-               o put create_io_dialog() in right conditional block
+2003-05-02 [paul]      0.8.11claws139
 
-2002-08-02 [paul]      0.8.1claws10
+       * src/addr_compl.[ch]
+         src/addressbook.[ch]
+         src/addrindex.c
+         src/summaryview.c
+               revert match's changes to (finally) remove the bug where
+               opening a folder causes massive slowdown when using the 
+               'Display sender using address book' option
 
-       * po/es.po
-               updated by Ricardo Mones Lastra
+2003-05-01 [melvin]    0.8.11claws138
 
-2002-08-01 [christoph] 0.8.1claws9
+       * src/plugins/dillo_viewer/dillo_prefs.[ch]
+       * src/plugins/dillo_viewer/dillo_viewer.c
+               Fixed bug where "Cancel" button from prefs issued
+               warnings.
+               Comply a little more to coding style
 
-       * src/folder.c
-               don't free the cache of the opened
-               folder in the summaryview
-       * src/summaryview.c
-               don't unset flags, if it is not required
+2003-05-01 [paul]      0.8.11claws137
 
-2002-08-01 [paul]      0.8.1claws8
+       * sync with 0.8.11cvs38
+               see ChangeLog 2003-05-01
 
-       * sync with 0.8.1cvs8
-               see ChangeLog entry 2002-08-01
+2003-05-01 [paul]      0.8.11claws136
 
-2002-08-01 [paul]      0.8.1claws7
+       * po/bg.po
+               updated by George Danchev
 
-       * sync with 0.8.1cvs7
-               see ChangeLog 2002-07-31 and 2002-08-01
+2003-04-30 [christoph] 0.8.11claws135
 
-2002-07-31 [christoph] 0.8.1claws6
+       * src/plugins/dillo_viewer/dillo_prefs.c
+       * src/plugins/image_viewer/viewerprefs.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               remove gtk_widget_ref() calls for widgets in
+               glade code
 
-       * src/mainwindow.c
-               forgot to update menu sensitivity
-               function for new menu entry
+2003-04-30 [paul]      0.8.11claws134
 
-2002-07-31 [alfons]    0.8.1claws5
+       * src/addrindex.c
+               ok, this time a better fix for the bug where opening folder
+               has massive slowdown when using the 'Display sender using 
+               address book' option
 
-       * src/main.c
-               check folder item and its path for NULL on
-               initial processing
+2003-04-30 [paul]      0.8.11claws133
 
-2002-07-31 [christoph] 0.8.1claws4
+       * src/addrindex.c
+               revert the 'fix' of 0.8.11claws128 because it doesn't fix it
+       
+2003-04-30 [melvin]    0.8.11claws132
 
-       * src/folder.c
-               check if folder_item_get_msginfo in
-               folder_item_remove_msg returned NULL
-       * src/imap.c
-               better clear the uid cache in the
-               uid validity check function and delete
-               cached messages
+       New: Dillo plugin preferences (patch by Dimitar Haralanov)
 
-2002-07-31 [paul]      0.8.1claws3
+       * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
+               Preferences for the dillo plugin
+       * src/plugins/dillo_viewer/dillo_viewer.c
+               Support for preferences
+       * src/plugins/dillo_viewer/Makefile.am
+               Added dillo_prefs.[ch]
 
-       * man/sylpheed.1
-               add the '--attach' option and a few other
-               minor changes
+2003-04-30 [alfons]    0.8.11claws131
 
-2002-07-31 [paul]      0.8.1claws2
+       * src/common/plugin.[ch]
+               see? this ANSI C'fication immediately gives us type
+               checking for free.
 
-       * sync with 0.8.1cvs5
-               see ChangeLog 2002-07-31
+2003-04-30 [alfons]    0.8.11claws130
 
-2002-07-31 [christoph] 0.8.1claws1
+       * src/common/plugin.[ch]
+       * src/plugins/clamav/clamav_plugin.[ch]
+       * src/plugins/clamav/clamav_plugin_gtk.c
+       * src/plugins/demo/demo.c
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/image_viewer/plugin.c
+       * src/plugins/image_viewer/viewer.[ch]
+       * src/plugins/image_viewer/viewerprefs.[ch]
+       * src/plugins/mathml_viewer/mathml_viewer.c
+       * src/plugins/spamassassin/spamassassin.[ch]
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/trayicon/trayicon.c
+               clean up
 
-       * src/folderview.[ch]
-       * src/mainwindow.c
-               replace "Rescan all folders..." with
-               "Check all folders for new messages..."
+2003-04-30 [alfons]    0.8.11claws129
 
-2002-07-30 [paul]      0.8.1claws
+       * src/common/utils.c
+               make is_ascii_str() fail gracefully when NULL pointer
+               is passed
 
-       * version 0.8.1claws released
+2003-04-30 [paul]      0.8.11claws128
 
-2002-07-30 [paul]      0.8.0claws29
+       * src/addrindex.c
+               fix bug where opening folder has massive slowdown when
+               using the 'Display sender using address book' option
 
-       * tools/OOo2sylpheed.pl ** NEW FILE **
-         tools/README
-               add script to enable sending documents as
-               attachments from OpenOffice.org
+2003-04-30 [paul]      0.8.11claws127
 
-2002-07-30 [melvin]    0.8.0claws28
+       * src/plugins/clamav/clamav_plugin.c
+         src/plugins/clamav/clamav_plugin_gtk.c
+         src/plugins/demo/demo.c
+         src/plugins/dillo_viewer/dillo_viewer.c
+         src/plugins/image_viewer/plugin.c
+         src/plugins/mathml_viewer/mathml_viewer.c
+         src/plugins/spamassassin/spamassassin.c
+         src/plugins/spamassassin/spamassassin_gtk.c
+         src/plugins/trayicon/trayicon.c
+               get rid of eye-hurting function signatures
 
-       * src/prefs_actions.c
-               Made the actions' input/output dialog display
-               without delay.
+2003-04-30 [paul]      0.8.11claws126
 
-2002-07-30 [christoph] 0.8.0claws27
+       * src/plugins/trayicon/trayicon.c
+               add description
+               
+       * src/mimeview.c
+               be more descriptive
 
-       * src/procmsg.c
-               check if folder_item_get_msginfo in
-               procmsg_save_to_outbox returned NULL
+2003-04-30 [paul]      0.8.11claws125
 
-2002-07-30 [paul]      0.8.0claws26
+       * configure.ac
+               arrange the plugins in reverse alphabetical order
+               
+       * src/plugins/clamav/clamav_plugin.[ch]
+         src/plugins/clamav/clamav_plugin_gtk.c
+               rename some params
+               resize max_size window
+               re-arrange the order of some gui elements
+               improve descriptions
+       
+       * src/plugins/image_viewer/plugin.c
+         src/plugins/mathml_viewer/mathml_viewer.c
+               add descriptions
+               
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               resize max_size window
+               re-arrange the order of some gui elements
+               
+       * src/messageview.c
+         src/mimeview.c
+               correct typos
 
-       * sync with 0.8.1cvs4
-               see ChangeLog 2002-07-29
+2003-04-30 [alfons]    0.8.11claws124
 
-2002-07-29 [thorsten]  0.8.0claws25
+       * src/imap.c
+               fix a leak found while browsing Martin Kluge's 
+               valgrind log (Claws only)
 
-       * README.claws
-               added selective download, delete on server
+2003-04-29 [darko]     0.8.11claws123
 
-2002-07-29 [paul]      0.8.0claws24
+       * src/gtk/gtkstext.h
+               include wchar.h if it is available, fixes compilation
+               on HP-UX systems
 
-       * sync with 0.8.1cvs3
-               see ChangeLog 2002-07-29
+2003-04-29 [melvin]    0.8.11claws122
 
-2002-07-27 [christoph] 0.8.0claws23
+       * src/prefs_actions.c
+               Improved help text of Actions' syntax
 
-       * src/folder.c
-               add extra check if fetching the msginfo
-               returned NULL
+2003-04-28 [paul]      0.8.11claws121
 
-2002-07-27 [paul]      0.8.0claws22
+       * src/action.c
+               a better fix for the crash when performing an action
+               on a mime part
 
-       * sync with 0.8.1cvs2
-               see ChangeLog 2002-07-26
+2003-04-28 [paul]      0.8.11claws120
 
-2002-07-27 [christoph] 0.8.0claws21
+       * src/action.c
+               fix crash when performing an action on a
+               mime part
 
-       * src/imap.c
-               add another check if a valid msginfo
-               was returned
+2003-04-28 [paul]      0.8.11claws119
 
-2002-07-26 [hoa]       0.8.0claws20
+       * sync with 0.8.11cvs36
+               see ChangeLog 2003-04-28
 
-       * src/folder.c
-               Fixed a condition in folder_item_destroy()
+2003-04-27 [paul]      0.8.11claws118
 
-       * src/imap.c
-               Fixed an error in IMAP protocol
+       * more sync with 0.8.11cvs35
+               see ChangeLog 2003-04-25
 
-2002-07-26 [alfons]    0.8.0claws19
+2003-04-26 [christoph] 0.8.11claws117
 
        * src/folder.c
-               ofcourse compare with identifier, not the path
+               fix remove virtual check
 
-2002-07-26 [alfons]    0.8.0claws18
+2003-04-26 [paul]      0.8.11claws116
 
-       * src/folder.c
-               use folder item identifier for saving / restoring
-               preferences because folder->path might not be unique
+       * src/messageview.c
+               fix return-receipt, make it work again
 
-2002-07-26 [melvin]    0.8.0claws17
+2003-04-26 [paul]      0.8.11claws115
 
-       * src/logwindow.c
-               Fixed a crash introduced in 0.8.0claws5 when log is 
-               cut under 80 characters.
+       * src/mimeview.c
+               restore double-clicking of the [application/pgp-signature 
+               (Select "Check signature" to check)] line in the message view,
+               broken in recent sync
 
-2002-07-26 [paul]      0.8.0claws16
+2003-04-26 [christoph] 0.8.11claws114
 
-       * sync with 0.8.1cvs1
-               see ChangeLog 2002-07-26
+       * src/folder.c
+               check if remove virtual really exists before
+               calling the function
 
-2002-07-26 [christoph] 0.8.0claws15
+2003-04-25 [match]     0.8.11claws113
 
-       * src/imap.[ch]
-               imap folder now remembers the last selected
-               folder and imap_fetch_msginfo skips selecting
-               the folder if it is already selected
+       * src/addrindex.c
+       * src/addrbook.c
+       * src/ldapquery.[ch]
+       * src/ldapctrl.[ch]
+               fix memleak.
+       * src/ldapserver.[ch]
+               fix memleak. fix segfault.
+               plug a Claws memleak
 
-2002-07-26 [christoph] 0.8.0claws14
+2003-04-25 [alfons]    0.8.11claws112
 
        * src/folder.c
-       * src/folderview.c
-       * src/imap.c
-               fix imap folder rescanning
+               plug a Claws memleak
 
-2002-07-25 [christoph] 0.8.0claws13
+2003-04-25 [alfons]    0.8.11claws111
 
-       * src/filter.c
-       * src/folder.[ch]
-       * src/folderview.c
-       * src/imap.[ch]
-       * src/mainwindow.c
-       * src/mbox_folder.c
-       * src/mh.c
-       * src/news.c
-               implement imap uid cache and uid validity check
+       * src/common/session.c
+               plug a memleak
 
-2002-07-25 [alfons]    0.8.0claws12
+2003-04-25 [paul]      0.8.11claws110
 
-       * src/summaryview.c
-               fix a brown paper bag bug, and also add some more
-               checks
+       * sync with 0.8.11cvs35
+               see ChangeLog 2003-04-24 and 2003-04-25
+               
+       * src/gtk/pluginwindow.c
+               correct another strange float value
 
-2002-07-25 [christoph] 0.8.0claws11
+2003-04-24 [christoph] 0.8.11claws109
 
        * src/folder.c
-               don't mix copy, fetch_msginfo and remove
-               operations in folder item copy and move
-               operations
-
-2002-07-25 [christoph] 0.8.0claws10
+               freeze folder item updates when unsetting new flags
 
-       * src/folderview.c
-       * src/mainwindow.c
-       * src/prefs_folder_item.c
-       * src/summaryview.[ch]
-               remove no longer required parameter update_cache from
-               summary_show
+       * src/gtk/pluginwindow.c
+               correct strange float value
 
-2002-07-25 [paul]      0.8.0claws9
+2003-04-23 [paul]      0.8.11claws108
 
-       * sync with 0.8.1
-       
-       * AUTHORS
-               a few corrections
+       * sync with 0.8.11cvs33
+               see ChangeLog 2003-04-23
 
-2002-07-24 [alfons]    0.8.0claws8
+2003-04-22 [paul]      0.8.11claws107
 
-       * src/summaryview.c
-               sort correctly when using simplified subject line
-               (closes feature request "[ 585141 ] applying regexp to subject 
-               before sort" submitted by Alexandra Walford)
+       * src/Makefile.am
+         src/messageview.c
+         src/mimeview.c
+         src/pgptext.[ch]      ** REMOVED **
+               remove pgptext.[ch] as its not used any more
 
-2002-07-24 [paul]      0.8.0claws7
+2003-04-22 [paul]      0.8.11claws106
 
-       * sync with 0.8.0cvs3
-               see ChangeLog 2002-07-24
+       * sync with 0.8.11cvs31
+               see ChangeLog 2003-04-21 and 2003-04-22
 
-2002-07-23 [christoph] 0.8.0claws6
+2003-04-21 [alfons]    0.8.11claws105
 
-       * src/folder.c
-        * src/folder.h
-       * src/summaryview.c
-       * src/summaryview.h
        * src/main.c
-               o separate processing and summaryview
-               o removed summary_write_cache from summaryview
-               o removed summaryview->killed_messages, because we don't have
-                 to keep a list of killed messages anymore. New cache will
-                 keep the hidden messages in cache anyway
-       * src/folderview.c
-       * src/inc.c
-       * src/selective_download.c
-               o removed unnecessary summary_write_cache calls
-       * src/procmsg.c
-               o don't set ignore thread flag in procmsg_get_thread_tree
-                 if it is already set
-       * src/mainwindow.c
-       * src/statusbar.h
-               o moved STATUSBAR_PUSH/POP to statusbar.h because
-                 they are used in different files
-
-2002-07-23 [melvin]    0.8.0claws5
-
-       * src/addressbook.c
-       * src/addrgather.c
-       * src/editaddress.c
-       * src/editgroup.c
-       * src/editldap_basedn.c
-       * src/importldif.c
-       * src/prefs_common.c
-               Fixed few memory leak (gtk_editable_get_chars returns
-               an allocated string)
-       * src/logwindow.c
-               Fixed few memory leak (gtk_editable_get_chars returns
-               an allocated string) and modified a little the log cutting
-               loop.
-       * src/compose.c
-               Replaced a call to an obsolete function gtk_entry_get_text()
-               by gtk_editable_get_chars()
-       * src/send.c
-               Removed a debug printf
-
-2002-07-23 [christoph] 0.8.0claws4
+               No access to GTK structures if we're a spawned child
+               (and clean up code a little bit...) Should fix #126.
 
-       * src/filesel.c
-               fix another g_dirname memory leak
+2003-04-21 [melvin]    0.8.11claws104
 
-2002-07-23 [christoph] 0.8.0claws3
+       * src/plugins/dillo_viewer/README
+               Improved slightly the text.
 
-       * src/mh.c
-               fixed a memory leak in mh_fetch_msginfo
-               fixed crash when message header could not be
-               parsed
+2003-04-21 [melvin]    0.8.11claws103
 
-2002-07-23 [paul]      0.8.0claws2
+       * src/plugins/dillo_viewer/README *** NEW ***
+               Added a README file for the Dillo plugin
 
-       * sync with 0.8.0cvs2
-               see ChangeLog 2002-07-23
+2003-04-20 [paul]
 
-2002-07-23 [paul]      0.8.0claws1
+       * tools/README
+         tools/outlook2sylpheed.pl
+               updated and improved by Ricardo Mones Lastra
 
-       * sync with 0.8.0cvs1
-               see ChangeLog 2002-07-23
+2003-04-18 [oliver]    0.8.11claws102
 
-2002-07-23 [paul]      0.8.0claws
+       * src/inc.c 
+       * src/prefs_account.h
+               remove Pop3SessionType (used by selective download)
+       * src/prefs_toolbar.c
+               enable set Default Toolbar button
 
-       * release of 0.8.0claws
+2003-04-18 [paul]      0.8.11claws101
 
-2002-07-23 [paul]      0.7.8claws99
+       * sync with 0.8.11cvs29
+               see ChangeLog 2003-04-18
 
-       * po/ru.po
-               new Russian translation, submitted by
-               Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
+2003-04-17 [paul]      0.8.11claws100
 
-2002-07-22 [jens]      0.7.8claws98
+       * src/prefs_common.[ch]
+         src/summaryview.c
+               remove 'Open next message on deletion' option,
+               as the same effect can now be achieved via the
+               'Always open messages in summary when selected'
+               option.
 
-       * po/de.po
-               Updated German translations.
+2003-04-17 [paul]      0.8.11claws99
 
-2002-07-22 [paul]      0.7.8claws97
+       * sync with 0.8.11cvs28
+               see ChangeLog 2003-04-17
 
-       * po/es.po
-         po/it.po
-         po/nl.po
-         po/pt_BR.po
-               updated translations by Ricardo Mones Lastra,
-               Alessandro Maestri, Wilbert Berendsen and 
-               Fabio Jr. Beneditto respectively
+2003-04-17 [christoph] 0.8.11claws98
 
-2002-07-22 [christoph] 0.7.8claws96
+       * ac/spamassassin.m4
+       * src/plugins/spamassassin/libspamc.[ch]
+       * src/plugins/spamassassin/utils.[ch]
+               sync libspamc with SpamAssassin project
 
-       * src/mimeview.c
-               fix memory leak caused by wrong g_dirname usage
+2003-04-17 [christoph] 0.8.11claws97
 
-2002-07-22 [christoph] 0.7.8claws95
+       * src/common/socket.h
+       * src/gtk/sslcertwindow.h
+               rename old USE_SSL to USE_OPENSSL
 
-       * src/summaryview.c
-               update new and unread message counts for summaryview
-               summaryview does not get it from the folder anymore
-               and has to update the values itself
+2003-04-17 [paul]      0.8.11claws96
 
-2002-07-22 [melvin]    0.7.8claws94
+       * src/prefs_common.h
+               use gulong for P_COLOR so that it compiles/runs on
+               64-bit systems. Patch submitted by James Noyes
+               <jnoyes-claws@retrogeeks.com>
+               
+       * po/de.po
+               updated by Jens
 
-       * po/fr.po
-               Updated French translations.
+2003-04-17 [paul]      0.8.11claws95
 
-2002-07-22 [christoph] 0.7.8claws93
+       * sync with 0.8.11cvs27
+               see ChangeLog 2003-04-16
 
-       * src/matcher.c
-               set prop->preg pointer to NULL or following check
-               will not fail and regexec will be called with
-               invalid pointer
+2003-04-15 [paul]      0.8.11claws94
 
-2002-07-21 [alfons]    0.7.8claws92
-       
        * src/prefs_common.[ch]
-               remove option "Send return receipt on request"
-
-2002-07-21 [thorsten]  0.7.8claws91
+               rearrange to stop the window getting too long:
+                       move Receive dialog stuff to Receive tab
+                       move Send dialog to Send tab
+                       remove Dialogs frame
+               rename 'Open messages in summary with cursor keys' to
+               'Always open messages in summary when selected', as its
+               more appropriate
 
-       * src/mimeview.c
-               fixed memleaks, coding style as pointed out by alfons
+2003-04-15 [paul]      0.8.11claws93
 
-2002-07-21 [alfons]    0.7.8claws90
+       * src/prefs_common.[ch]
+         src/summaryview.c
+               add new option '/Interface/Open next message on deletion'
 
-       * src/messageview.c
-       * src/noticeview.[ch]
-               o fix bug notice view being displayed when going to empty folder 
-                 (noticed by Christoph)
-               o allow RRR to be sent when restarting sylpheed, or changing folder 
-                 (noticed by Thorsten)
+2003-04-15 [paul]      0.8.11claws92
 
-2002-07-21 [thorsten]  0.7.8claws89
+       * src/summaryview.[ch]
+               add /Mark/Lock and /Mark/Unlock to the pop-up
+               menu. Patch submitted by Ivan Francolin Martinez
+               <ivanfm@users.sourceforge.net>
 
-       * src/mimeview.c
-               Included save_all patch from Xaview FACQ
-               added support for pathnames
+2003-04-15 [paul]      0.8.11claws91
 
-2002-07-21 [alfons]    0.7.8claws88
+       * sync with 0.8.11cvs24
+               see ChangeLog 2003-04-15
 
-       * po/POTFILES.in
-       * src/Makefile.am
-       * src/mainwindow.c
-       * src/messageview.[ch]
-       * src/noticeview.c      ** NEW FILE **
-       * src/noticeview.h      ** NEW FILE **
-               make return receipts work again
-               (UI idea by Leandro Pereira)
+2003-04-14 [jens]      0.8.11claws90
 
-2002-07-21 [paul]      0.7.8claws87
+       * updated German translation and some corrections from
+               Roland Bless <bless@tm.uka.de>
 
-       * src/summaryview.c
-               fix sensitivity of 'Select thread'
+2003-04-14 [paul]      0.8.11claws89
 
-2002-07-21 [paul]      0.7.8claws86
+       * sync with 0.8.11cvs22
+               see ChangeLog 2003-04-14
 
-       * src/prefs_common.c
-               add browser command line for Galeon
+2003-04-13 [paul]      0.8.11claws88
 
-2002-07-21 [paul]      0.7.8claws85
+       * src/plugins/clamav/clamav_plugin.c
+               fix memory leaks
+               clean up
 
-       * Makefile.am
-               fix 'EXTRA_DIST': remove README.README, add TODO
-               and TODO.claws
+2003-04-12 [paul]      0.8.11claws87
 
-2002-07-21 [alfons]    0.7.8claws84
+       * src/plugins/clamav/clamav_plugin.c
+               activate enable/disable archive scanning option
+               
+       * src/plugins/clamav/.cvsignore         ** NEW FILE **
 
-       * src/gtkstext.c
-               make enter clear selection
-               (closes "[ 579888 ] Editor selection/entry error"
-               reported by Steve Lamb)
+2003-04-12 [paul]      0.8.11claws86
 
-2002-07-21 [alfons]    0.7.8claws83
-       
-       * src/summaryview.c
-               sort message list when selecting unthread messages
-               (closes "[ 501593 ] switching threaded view doesn't sort"
-               reported by Simon Schubert)
+       * src/plugins/Makefile.am
+         src/plugins/clamav/Makefile.am                ** NEW FILE **
+         src/plugins/clamav/README                     ** NEW FILE ** 
+         src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
+         src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
+               add Clam AntiVirus plugin
 
-2002-07-20 [alfons]    0.7.8claws82
-       
-       * src/matcher.c
-               const-correctness
+2003-04-12 [paul]      0.8.11claws85
 
-2002-07-20 [thorsten]  0.7.8claws81
+       * sync with 0.8.11cvs21
+               see ChangeLog 2003-04-11
 
-       * src/matcher.c
-               Fixed expansion of empty fields in matchactions
+2003-04-11 [paul]      0.8.11claws84
 
-2002-07-19 [melvin]    0.7.8claws80
+       * po/es.po
+               update Spanish translation. Submitted by Ricardo
+               Mones Lastra.
 
-       * src/gtkspell.c
-               Removed a duplicate menu entry (fast mode) introduced during
-               the new cache merge
-               Added a menu separator between 'Use alternate' and 'Fast mode'
+2003-04-10 [christoph] 0.8.11claws83
 
-2002-07-19 [paul]      0.7.8claws79
+       * src/mbox.c
+               fix typo that did not move unfiltered mails to destination
+               folder
 
-       * tools/Makefile.am
-         tools/README
-               correct typos
+       (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
+        when filtering from spool)
 
-2002-07-19 [thorsten]  0.7.8claws78
+2003-04-10 [christoph] 0.8.11claws82
 
-       * tools/calypso_convert.pl      ** NEW FILE **
-         tools/README
-         tools/Makefile.am
-               script to import mbox files exported
-               by calypso
-               o generates folder structure
-               o includes attachments
-
-2002-07-19 [melvin]    0.7.8claws77
-
-       * src/selective_download.[ch]
-               Fixed bug where closing the dialog with the window manager's
-               close button will not unlock the summary
-               Corrected some function declarations that missed a return value
-               Made the source code comply better with coding style.
-       * src/prefs_common.c
-               Added new browser command line for Mozilla.
+       * src/imap.c
+               use BODY.PEEK instead of BODY in in message fetch operation
+               to make sure the IMAP server does not set the \Seen flag for
+               messages. Sylpheed does that later itself, when the message
+               is opened in sylpheed
 
-2002-07-18 [paul]      0.7.8claws76
+       (closes Bug 111 Claws destroys unread marks)
 
-       * src/mainwindow.c
-         src/selective_download.[ch]
-               reflect theme changes, fix Gdk Warning when creating 
-               pixmap from NULL window, and minor clean up.
-               Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
+2003-04-09 [oliver]    0.8.11claws81
+       
+       * src/folder.c
+               fix crash in folder_destroy
+       * README.claws
+               remove selective download
 
-       * po/en_GB.po
-               updated
+2003-04-09 [christoph] 0.8.11claws80
 
-2002-07-17 [paul]      0.7.8claws75
+       * src/imap.c
+               fix crash in imap_get_msginfo() when then fetched message
+               is not found
 
-       * INSTALL[.jp]
-               sync with 0.8.0
-       
-       * po/en_GB.po
-               updated
+       (closes Bug 110 Crash during mail composition)
 
-2002-07-16 [paul]      0.7.8claws74
+2003-04-08 [christoph] 0.8.11claws79
 
-       * tools/filter_conv.pl
-         tools/README
-               replace conversion script with reimplemented version, 
-               submitted by Torsten Schoenfeld <kaffeetisch@web.de>
+       * src/folder.c
+       * src/prefs_account.c
+               Filter new messages that are found in an INBOX folder
+               when 'Filter messages on receiving' is enabled in the
+               Folder's AccountPrefs. This allows to use Sylpheed's
+               filtering engine for IMAP folders where messages are
+               added to the INBOX by a MTA
 
-2002-07-16 [colin]     0.7.8claws73
+2003-04-08 [paul]      0.8.11claws78
 
-       * src/summaryview.c
-               remove forgotten debug messages - sorry ;-)
+       * src/procmsg.h
+               clean up after last commit
 
-2002-07-16 [colin]     0.7.8claws72
+2003-04-08 [paul]      0.8.11claws77
 
-       * src/mimeview.c
-         src/summaryview.c
-         src/textview.c
-         src/textview.h
-               add the ability to select part of a text mime-part 
-               to reply.
+       * sync with 0.8.11cvs20
+               see ChangeLog 2003-04-07 and 2003-04-08
 
-2002-07-15 [christoph] 0.7.8claws71
+2003-04-07 [christoph] 0.8.11claws76
 
-       * src/folder.c
-               fix folder message count for folders without
-               msg_is_changed (includes news folders)
+       * src/filtering.[ch]
+       * src/inc.[ch]
+       * src/mbox.c
+       * src/procmsg.[ch]
+               add procmsg_msginfo_filter() to execute filtering actions
 
-2002-07-15 [martin]    0.7.8claws70
+2003-04-06 [christoph] 0.8.11claws75
 
-       * src/summaryview.c
-               option "display recipient on 'From'..." now works
-               without the need of enabling the option
-               "display  sender  using  address  book".
+       * src/imap.c
+               use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
 
-2002-07-15 [christoph] 0.7.8claws69
+2003-04-06 [christoph] 0.8.11claws74
 
-       * src/summaryview.c
-               removed setting folder status from summaryview.
-               folder.c should update all message counts correctly.
+       * src/common/utils.[ch]
+               add g_int_compare() function for slist sorting
 
-2002-07-15 [paul]      0.7.8claws68
+       * src/imap.c
+               fetch all MsgInfos with one command in imap_get_msginfos()
+               using an imap set with a list of ranges
 
-       * po/pt_BR.po
-               updated by Fabio Junior Beneditto
+       * src/news.c
+               use new g_int_compare() function
 
-2002-07-15 [darko]     0.7.8claws67
+2003-04-06 [thorsten]  0.8.11claws73
 
        * src/mh.c
-               Fixed target folder colorization, don't decrease op
-               number twice
-
-2002-07-14 [paul]      0.7.8claws66
+               corrected implementation of mh_folder_destroy()
 
-       * sync with main 0.8.0
-               see ChangeLog 2002-07-14
+2003-04-05 [christoph] 0.8.11claws72
 
-2002-07-13 [melvin]    0.7.8claws65
-       
-       * src/addrbook.c
-       * src/addressbook.c
-       * src/addrindex.c
-               Replaced sprintf by g_snprintf to prevent possible buffer
-               overflow.
+       * src/account.c
+       * src/folder.[ch]
+       * src/folderview.c
+       * src/imap.c
+       * src/inc.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/mbox_folder.c
+       * src/mh.c
+       * src/mimeview.h
+       * src/msgcache.[ch]
        * src/news.c
-               Corrected a log message output format.
-               Added a missing "done" debug output.
-       * src/compose.c
-               Added keyboard accelerator for Priority menu items
-               Added missing \n in debug output
-       * src/logwindow.c
-       * src/gtkspell.c
-       * src/rfc2015.c
-               Added missing \n in debug output
-
-2002-07-13 [paul]      0.7.8claws64
+       * src/procmime.h
+       * src/procmsg.[ch]
+       * src/setup.c
+       * src/gtk/gtkutils.c
+               o rename structure field names class and new to klass and
+                 new_msgs, to allow including files in C++
+               o add 'extern "C"' block to some header files
+               o add MsgInfoList and MsgNumberList as alias for GSList for
+                 developers to know what type of list is expected
 
-       * man/sylpheed.1
-               change Sergey's email address to the sf address
+       * src/plugins/image_viewer/plugin.c
+       * src/plugins/image_viewer/viewer.[ch]
+       * src/plugins/image_viewer/viewerprefs.[ch]
+               rename function names to prevent conflicts
 
-       * src/textview.c
-               increase show_url_timeout (more useful for long
-               urls)
+2003-04-05 [paul]      0.8.11claws71
 
-2002-07-12 [sergey]    0.7.8claws63
+       * sync with 0.8.11cvs18
+               see ChangeLog 2003-04-03 and 2003-04-04
 
-       * src/rfc2015.c
-               applied (with some modifications) patch to set the
-               micalg parameter for signatures
-               (2001-08-28 Werner Koch <wk@gnupg.org>)
+2003-04-02 [christoph] 0.8.11claws70
 
-2002-07-12 [sergey]    0.7.8claws62
+       * src/folder.[ch]
+       * src/imap.[ch]
+       * src/mbox_folder.[ch]
+       * src/mh.[ch]
+       * src/news.[ch]
+               o Make all virtual folder functions private
+               o remove unused folder code
 
-       * man/Makefile.am
-       * configure.in
-               fixed man page installation
+       * src/common/socket.[ch]
+       * src/summaryview.c
+               fix warnings
 
-2002-07-12 [paul]      0.7.8claws61
+2003-03-30 [alfons]    0.8.11claws69
 
-       * sync with 0.7.8cvs26
-               see ChangeLog 2002-07-11 and 2002-07-12
+       * src/send_message.c
+               remove two debug traces and see if people still report
+               errors
 
-2002-07-11 [christoph] 0.7.8claws60
+2003-03-30 [alfons]    0.8.11claws68
 
-       * src/compose.c
-       * src/procmsg.c
-               first use the message number to find the message
-               to mark with a reply flag but check the
-               message-id if we got the correct message, if not
-               try to find it by message-id.
-               use new string seperator that is not allowed
-               in message-ids.
+       * src/send_message.c
+       * src/commons/session.c
+               add more debug traces
 
-2002-07-11 [paul]      0.7.8claws59
+2003-03-30 [christoph] 0.8.11claws67
 
-       * sync with 0.7.8cvs23
-               see ChangeLog 2002-07-10
+       * src/folder.c
+               change processing folder name from .processing to processing
 
-2002-07-10 [christoph] 0.7.8claws58
+       * src/common/ssl.c
+               disable SSL certificate check because it causes Xlib error
+               when the child process want's to open an GTK window
 
-       * src/folder.[ch]
-       * src/msgcache.[ch]
-               Added message-id table to the cache in memory
-               and functions to msgcache.c and folder.c to
-               fetch MsgInfos by message id
-       * src/compose.c
-       * src/procmsg.c
-               store folder and message-id of message replying
-               to in queue header and set reply flag after sending
-               (Closes bug #469498)
+2003-03-30 [christoph] 0.8.11claws66
 
-2002-07-10 [paul]      0.7.8claws57
+       * src/folder.c
+               don't use default folder for processing folder item because
+               it can be a non local folder
 
-       * AUTHORS
-         man/sylpheed.1.gz
-               add Martin to the list of authors
+       (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
 
-2002-07-09 [martin]    0.7.8claws56
-       * src/gtksctree.c
-               Added gtk_ctree_last_visible(), tree_update_level(),
-               gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
-               tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
-               from gtk+ to gtksctree.c for the new sorting code
-               Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
-               Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
-       * src/gtksctree.h
-               Added declaration for gtk_sctree_sort_recursive() and
-               gtk_sctree_sort_node
-       * src/addressbook.c
-       * src/foldersel.c
-       * src/folderview.c
-       * src/summaryview.c
-               changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
-               to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
+2003-03-30 [alfons]    0.8.11claws65
 
-2002-07-08 [paul]      0.7.8claws55
+       * src/send_message.c
+               try fixing crashes when sending messages: my gcc 2.95.4 seems 
+               to generate bad code for 'send_send_data_progressive': When
+               called from 'send_send_data_finished', the 'data' pointer is
+               cleared just before the assignment to the dialog pointer
 
-       * more sync with 0.7.8cvs21
-               see ChangeLog 2002-07-08
+2003-03-29 [christoph] 0.8.11claws64
 
-2002-07-08 [paul]      0.7.8claws54
+       * src/common/prefs.h
+       * src/plugins/image_viewer/Makefile.am
+       * src/plugins/image_viewer/plugin.c
+       * src/plugins/image_viewer/viewer.[ch]
+       * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
+               add PrefsPage for ImageViewer
 
-       * sync with 0.7.8cvs21
-               see ChangeLog 2002-07-08
+2003-03-28 [thorsten]  0.8.11claws63
 
-2002-07-07 [alfons]    0.7.8claws53
+       * src/common/session.c
+               added some comments
 
-       * src/Makefile.am
-       * src/stock_pixmap.[ch]
-       * src/pixmaps/notice_warn.xpm   ** NEW FILE **
-       * src/pixmaps/notice_error.xpm  ** NEW FILE **
-       * src/pixmaps/notice_note.xpm   ** NEW FILE **
-               add new pixmaps for upcoming notice pane
+2003-03-28 [paul]      0.8.11claws62
 
-2002-07-06 [melvin]    0.7.8claws52
+       * sync with 0.8.11cvs16
+               see ChangeLog 2003-03-28
 
-       * src/gtkspell.[ch]
-               Made them a bit closer to Sylpheed's coding style.
-               Removed old code.
-               Removed possible memory leaks when some errors occurs.
+2003-03-28 [paul]      0.8.11claws61
 
-2002-07-06 [melvin]    0.7.8claws51
+       * sync with 0.8.11cvs15
+               see ChangeLog 2003-03-28
 
-       * po/Makefile.in.in
-               Removed --no-location in xgettext command line to help
-               translators that use Emacs' po-mode
-       * src/quote_fmt.c
-               Removed unnecessary comments that messed up sylpheed.pot
+2003-03-27 [christoph] 0.8.11claws60
 
-2002-07-06 [paul]      0.7.8claws50
+       * src/folder.c
+       * src/imap.c
+       * src/common/socket.[ch]
+               set socket state to DISCONNECTED when any operation
+               fails to allow reconnecting in IMAP code without
+               checking the return code of all calls to the command
+               functions
 
-       * sync with 0.7.8cvs19
-               see ChangeLog 2002-07-05
+       * src/folderview.c
+       * src/summaryview.c
+               remove some more stuff that depends on specific
+               folder types
 
-2002-07-06 [christoph] 0.7.8claws49
+2003-03-27 [paul]      0.8.11claws59
 
-       * src/folder.c
-       * src/mainwindow.c
-               fix folder_item_remove_all_msg and folderview
-               status for trash folders after emptying trash
+       * sync with 0.8.11cvs14
+               see ChangeLog 2003-03-27
+               
+       * src/selective_download.[ch]   ** REMOVED **
+               really removed
 
-2002-07-05 [paul]      0.7.8claws48
+2003-03-27 [christoph] 0.8.11claws58
 
-       * sync with 0.7.8cvs16
-               see ChangeLog 2002-07-04 and 2002-07-05
+       * src/folder.c
+               fix handling of tmp_flags in flag copy function
 
-2002-07-04 [paul]      0.7.8claws47
+2003-03-27 [paul]      0.8.11claws57
 
-       * sync with 0.7.8cvs14
-               see  ChangeLog 2002-07-04
+       * sync with 0.8.11cvs13
+               see ChangeLog 2003-03-27
 
-2002-07-03 [alfons]    0.7.8claws46
+2003-03-27 [oliver]    0.8.11claws56
 
-       * src/folder.c
-               dupe folder item's path because it's being reallocated
-               by new folder scanning code
+       * src/maiwindow.c
+               remove sel_download_cb
 
-2002-07-03 [christoph] 0.7.8claws45
+2003-03-27 [oliver]    0.8.11claws55
+       
+       * src/inc.c
+               remove POP3_TOP
+       
+2003-03-26 [oliver]    0.8.11claws54
 
-       * src/imap.c
-               better IMAP uid fetching using 'FETCH 1:* (UID)'
-       * src/msgcache.c
-               add missing return in msgcache_write
+       *src/pop.h
+               remove POP3_TOP*
+       * README.claws
+               remove selective donwload readme
 
-2002-07-02 [thorsten]  0.7.8claws44
+2003-03-26 [oliver]    0.8.11claws53
+       * src/matcher.[ch]
+       * src/matcher_parser_parse.y 
+       * src/pop.c 
+       * src/prefs_account.[ch]
+       * src/prefs_filtering.c
+               remove selective donwload
 
-       * src/jpilot.c
-       * src/msgcache.c
-       * src/rfc2015.c
-               use binary mode for file access
+2003-03-26 [oliver]    0.8.11claws52
 
-2002-07-02 [christoph] 0.7.8claws43
+       * src/inc.[ch] 
+       * src/filtering.c 
+       * src/mainwindow.c 
+               remove selective donwload
 
-       * major code cleanup (part 1)
+2003-03-26 [oliver]    0.8.11claws51
        
-               - unused variables removed
-               - unused functions removed
-               - uninitialized variables checked
-               - missing return statements added
-               - missing function return types added
-               - added parentheses around assignment and
-                 && in || when suggested by gcc
-             
-       * src/mh.c
-       * src/folder.c
-               replaced direct calls to folder->scan_tree
-               with folder_scan_tree and restore folder
-               prefs in this function. The folder should
-               not have to deal with them.
-               ( Should now work for all folder types )
+       * src/Makefile.am
+       * src/selective_download.[ch]   ** REMOVE **    
 
-2002-07-02 [paul]      0.7.8claws42
+2003-03-26 [christoph] 0.8.11claws50
 
-       * sync with 0.7.8cvs13
-               see ChangeLog 2002-07-01 and 2002-07-02
+       * src/news.c
+               fix NEWS that got broken by a sync with sylpheed-main
 
-2002-07-01 [christoph] 0.7.8claws41
+2003-03-26 [christoph] 0.8.11claws49
 
-       * src/summaryview.c
-               fix "goto next/prev unread message" with
-               ignored threads
+       * src/mimeview.c
+               fix mime type guessing when no mime type is found for a file
 
-2002-07-01 [paul]      0.7.8claws40
+2003-03-25 [christoph] 0.8.11claws48
 
-       * po/es.po
-               updated by Ricardo Mones Lastra
+       * src/mimeview.c
+       * src/procmime.c
+               remove mime type guessing from mime parser and use
+               name based mime types in viewer lookup for mime type
+               application/octet-stream
 
-2002-06-30 [match]     0.7.8claws39
+2003-03-25 [christoph] 0.8.11claws47
 
-       * src/jpilot.c
-               applied variation of leonerd's patch (566661) to
-               allow multiple email addresses per JPilot entry.
-               addresses may be separated by space, comma, pipe,
-               semi-colon, new-line.
+       * doc-src/readme.txt
+       * doc-src/rfc2554.txt
+               add RFC about SMTP AUTH
 
-2002-06-30 [alfons]    0.7.8claws38
+       * src/send_message.c
+       * src/common/smtp.[ch]
+               add extra error code for authentication errors and
+               clear temporary password when this error occurs
 
-       * src/procmsg.c
-               simple fix for putting older nodes before
-               newer nodes when threading by subject
+       (closes Bug 84 authentication failure while sending should
+        prompt for password again)
 
-2002-06-30 [christoph] 0.7.8claws37
+2003-03-25 [christoph] 0.8.11claws46
 
-       * src/folder.c
-       * src/folderview.c
-       * src/mh.c
-       * src/news.c
-       * src/procmsg.c
-               fix broken folder tree rescaning
-               and don't use procmsg_get_mark_sum
-               anymore
+       * configure.ac
+       * src/Makefile.am
+       * src/imageview.[ch]                            ** REMOVE **
+       * src/messageview.[ch]
+       * src/mimeview.[ch]
+       * src/prefs_common.[ch]
+       * src/textview.c
+       * src/plugins/Makefile.am
+       * src/plugins/image_viewer/.cvsignore           ** NEW **
+       * src/plugins/image_viewer/Makefile.am          ** NEW **
+       * src/plugins/image_viewer/plugin.c             ** NEW **
+       * src/plugins/image_viewer/viewer.[ch]          ** NEW **
+               move image viewer into a plugin (building is enabled by default)
+               [ToDo: Prefs for resize and autoview]
 
-2002-06-30 [christoph] 0.7.8claws36
+2003-03-25 [paul]      0.8.11claws45
 
-       * merge new cache branch
-       * src/imap.c
-               fix new cache imap copy bug
-       * src/folder.c
-               improved folder_item_scan
-               it should now always set the correct
-               new, unread and total message counts
+       * sync with 0.8.11cvs12
+               see ChangeLog 2003-03-26
 
-2002-06-29 [paul]      0.7.8claws35
+2003-03-25 [paul]      0.8.11claws44
 
-       * configure.in
-               correct syntax error
+       * sync with 0.8.11cvs11
+               see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
+               
+       Note: Selective Download is broken.
+               
+2003-03-22 [christoph] 0.8.11claws43
 
-2002-06-29 [paul]      0.7.8claws34
+       * src/folder.c
+               code cleanup for flags copying
 
-       * configure.in
-         Makefile.am
-         man/Makefile.am       ** NEW FILE **
-         man/sylpheed.1.gz     ** NEW FILE **
-               add Sylpheed man page
+2003-03-22 [christoph] 0.8.11claws42
 
-2002-06-29 [paul]      0.7.8claws33
+       * src/plugins/trayicon/trayicon.c
+               fix setting the transparent area when the window size
+               is forced by the system tray
 
-       * po/pt_BR.po
-               updated by Fabio Junior Beneditto
+2003-03-22 [christoph] 0.8.11claws41
 
-2002-06-28 [jens]      0.7.8claws32
+       * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
+       * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
+       * src/plugins/trayicon/newmail.xpm              ** NEW **
+       * src/plugins/trayicon/nomail.xpm               ** NEW **
+       * src/plugins/trayicon/trayicon.c
+       * src/plugins/trayicon/unreadmail.xpm           ** NEW **
+               o replace GBiff icons with KBiff icons resized to 16x16 pixel
+               o add icon for unread mails
+               o set transparency for window
 
-       * po/de.po
-               translation updated
+2003-03-22 [christoph] 0.8.11claws40
 
-       * src/selective_download.c
-               removed gettext for space " "
+       * src/news.c
+               init news session to prevent crash when session is closed
 
-       * src/imap.c
-               removed wrong space
+2003-03-22 [christoph] 0.8.11claws39
 
-2002-06-28 [paul]      0.7.8claws31
+       * src/imap.c
+       * src/common/session.[ch]
+               Init session data to make sure we don't have invalid pointers
+               for read_ch and write_ch when new multi process sessions are
+               not used
 
-       * sync with 0.7.8cvs11
-               see ChangeLog 2002-06-28
+       * src/main.c
+       * src/common/plugin.c
+       * src/common/sylpheed.c
+       * src/plugins/demo/demo.c
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/mathml_viewer/mathml_viewer.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               add plugin types to allow loading plugins at different times
+               (and maybe for different frontends), because it's not good to
+               load GTK-Plugins gefore gtk_init was called
 
-2002-06-28 [paul]      0.7.8claws30
+       * configure.ac
+       * src/plugins/Makefile.am
+       * src/plugins/trayicon/.cvsignore               ** NEW **
+       * src/plugins/trayicon/Makefile.am              ** NEW **
+       * src/plugins/trayicon/eggtrayicon.c            ** NEW **
+       * src/plugins/trayicon/eggtrayicon.h            ** NEW **
+       * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
+       * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
+       * src/plugins/trayicon/trayicon.c               ** NEW **
+               New Trayicon plugin that shows an icon in a systray that uses
+               XEMBED protocol like Gnome's systray. Icon shows if there
+               are new mails and a tooltip shows information about new,
+               unread and total messages.
 
-       * sync with 0.7.8cvs10
-               see ChangeLog 2002-06-27 and 2002-06-28
+2003-03-22 [paul]      0.8.11claws38
 
-2002-06-26 [paul]      0.7.8claws29
+       * src/common/smtp.c
+               fix ESMTP AUTH CRAM-MD5
+               [sync with main (still version 0.8.11cvs6), see
+                ChangeLog 2003-03-22]
 
-       * src/addrgather.c
-         src/selective_download.c
-               don't gettextise empty strings.
-               reserved by gettext. gettext("") returns 
-               the header entry with meta information, 
-               not the empty string
+2003-03-21 [colin]     0.8.11claws37
 
-       * po/en_GB.po
-               updated
+       * src/send_message.c
+               Fix USE_SSL => USE_OPENSSL
 
-2002-06-26 [paul]      0.7.8claws28
+2003-03-21 [colin]     0.8.11claws36
 
-       * sync with 0.7.8cvs7
-               see ChangeLog 2002-06-25
+       * src/folderview.c
+               Fix counts in drag and dropped subfolders
 
-       * src/prefs_common.c
-               ...and in the process, tweak the gui a little
+2003-03-21 [colin]     0.8.11claws35
 
-2002-06-25 [alfons]    0.7.8claws27
-       
-       * configure.in
-       * src/Makefile.am
-               fine tune ldap library detection
+       * src/folder.c 
+       * src/folderview.c
+               speed up a bit folder dnd
 
-2002-06-25 [alfons]    0.7.8claws26
+2003-03-20 [alfons]    0.8.11claws34
 
-       * src/compose.c
-               don't allow return receipts when composing a news article
+       * src/main.c
+       * src/toolbar.c
+       * src/procmsg.c
+               don't send locked queue messages
+               (feature request "[ 705245 ] Locking message in outbox 
+                should prevent sending")
 
-2002-06-25 [paul]      0.7.8claws25
+2003-03-20 [christoph] 0.8.11claws33
 
-       * Makefile.am
-               add '$(AMTAR)' to 'release' section to allow for
-               new and older autotools
+       * src/folder.c
+               remove NEW and UNREAD flag in special folders when scanning
+               
+       * src/common/smtp.c
+               fix ESMTP AUTH CRAM-MD5
 
-2002-06-25 [paul]      0.7.8claws24
+2003-03-20 [paul]      0.8.11claws32
 
-       * src/summaryview.c
-               fix "No more unread messages" persistant pop-up
-               window bug
+       * src/prefs_account.c
+               Re-write 'Tunnel command to open connection' as
+               'Use command to communicate with server', and disable
+               it for all except IMAP accounts
 
-2002-06-25 [paul]      0.7.8claws23
+2003-03-20 [paul]      0.8.11claws31
 
-       * po/it.po
-               updated by Alessandro Maestri
+       * sync with 0.8.11cvs6
+               see ChangeLog 2003-03-20
 
-2002-06-25 [paul]      0.7.8claws22
+2003-03-19 [match]     0.8.11claws30
 
-       * sync with 0.7.8cvs6
-               see ChangeLog 2002-06-25
+       * src/addritem.[ch]
+               include documentation. minor refactoring.
+       * src/addr_compl.[ch]
+       * src/addrindex.[ch]
+       * src/addresbook.[ch]
+       * src/summaryview.c
+               re-enable address lookup (was disabled in
+               0.8.11claws20).
 
-2002-06-24 [paul]      0.7.8claws21
+2003-03-19 [christoph] 0.8.11claws29
 
-       * tools/update-po
-               add GPL copyright information
+       * src/procmsg.c
+               add temp flag handling, will make moving and copying
+               messages possible again
 
-2002-06-24 [paul]      0.7.8claws20
+       * src/folder.c
+               correct calulation of folder stats
 
-       * tools/Makefile.am
-         tools/README
-         tools/update-po       ** NEW FILE **
-               add script that eases the creation of *.po files
-               Submitted by Wilbert Berendsen <wilbert@oswf.org>
+2003-03-18 [match]     0.8.11claws28
 
-2002-06-23 [alfons]    0.7.8claws19
+       * src/editgroup.h
+               remove case sensitive comparison (closes bug 80).
 
-       * src/messageview.c
-               make notification_convert_header obey const correctness
-               (next step will be fixing the broken return receipt)
+2003-03-18 [christoph] 0.8.11claws27
 
-2002-06-23 [paul]      0.7.8claws18
+       * src/imap.c
+               fix imap using a tunnel command
 
-       * src/messageview.c
-               fix bug introduced in last commit:
-               removed too much code in last commit - put back what's
-               needed
+       (closes bug 87)
 
-2002-06-23 [paul]      0.7.8claws17
+2003-03-18 [christoph] 0.8.11claws26
 
-       * src/messageview.[ch]
-               remove code committed in error from locally patched
-               source
+       * src/folder.[ch]
+       * src/imap.c
+       * src/procmsg.[ch]
+               rewrite flag handling for folders
 
-2002-06-23 [colin]     0.7.8claws16
+2003-03-18 [christoph] 0.8.11claws25
 
-       * src/compose.[ch]
-               add compose_entry_select(), used to select the default_to
-               email address - hopefully avoiding people sending mails to
-               wrong recipients.
+       * src/folder.c
+       * src/procmsg.c
+       * src/summaryview.c
+               unset NEW and UNREAD flags when message is ignored, to make
+               sure messages don't show up as unread on other IMAP clients,
+               because the IGNORE_THREAD flag can not be syncronized through
+               the IMAP folder
 
-2002-06-22 [alfons]    0.7.8claws15
+2003-03-17 [christoph] 0.8.11claws24
 
-       * AUTHORS
-               add Bram Metsch & Stanislav Karchebny
-       * src/smtp.[ch]
-       * src/prefs_account.[ch]
-       * src/send.c
-               - apply and adapt Bram's patch which allows user to set SMTP AUTH 
-                 options.  (see <http://sourceforge.net/tracker/index.php
-                 ?func=detail&aid=566937&group_id=25528&atid=384600>);
+       * src/imap.c
+               don't use recursion to fetch uids when the number of messages
+               does not match. Moved code into subfunction that is used
+               again when needed, to prevent an endless loop.
 
-               - merge Stanislav's fix to make SMTP AUTH work with qmail
-                 (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
+2003-03-17 [thorsten]  0.8.11claws23
 
-2002-06-22 [paul]      0.7.8claws14
+       * src/imageview.[ch]
+               export imageview_get_resized_size() (for plugins)
+       * src/prefs_common.[ch]
+               added prefs_common_get() (for plugins)
 
-       * sync with 0.7.8cvs5
-               see ChangeLog 2002-06-19 and 2002-06-20
+2003-03-17 [christoph] 0.8.11claws22
 
-2002-06-22 [alfons]    0.7.8claws13
+       * src/imap.c
+               o remove UID guessing from copy code
+               o support UIDPLUS extension for APPEND command
 
-       * src/selective_download.c
-               fix a stupid mistake I made
+2003-03-17 [paul]      0.8.11claws21
 
-2002-06-22 [alfons]    0.7.8claws12
+       * src/gtk/about.c
+               remove 'Compiled-plugins' section.
+               
+       * src/plugins/dillo_viewer/dillo_viewer.c
+               slight change to description text
 
-       * src/selective_download.[ch]
-               fix another unnoticed leak; cleanup code
+2003-03-16 [match]     0.8.11claws20
+       * src/ldapserver.[ch]           ** NEW **
+       * src/ldapctrl.[ch]             ** NEW **
+       * src/ldapquery.[ch]            ** NEW **
+       * src/ldaputil.[ch]             ** NEW **
+       * src/addrcindex.[ch]           ** NEW **
+       * src/addrquery.h               ** NEW **
+       * src/addritem.[ch]
+       * src/addrcache.[ch]
+       * src/addrindex.[ch]
+       * src/addr_compl.[ch]
+       * src/addressbook.[ch]
+       * src/addrbook.[ch]
+       * src/editgroup.c
+       * src/editaddress.c
+       * src/editldap.c
+       * src/editldap_basedn.c
+       * src/vcard.c
+       * src/jpilot.c
+       * src/Makefile.am
+               included dynamic LDAP queries. improved address
+               completion.
 
-2002-06-21 [alfons]
+2003-03-16 [paul]      0.8.11claws19
 
-       * tools/Makefile.am
-               gpg-sign <-- gpg-sign-syl
+       * tools/multiwebsearch.pl
+               fix a fatal typo
 
-2002-06-21 [alfons]    0.7.8claws11
+2003-03-16 [christoph] 0.8.11claws18
 
-       * src/selective_download.c
-       * src/selective_download.h
-               fix assorted mix of allocation errors (should solve
-               problem reported by Philippe Gramoullé, see:
-               http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
+       * src/mimeview.c
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/mathml_viewer/mathml_viewer.c
+               make unregistering of MimeViewerFactorys possible
 
-2002-06-20 [melvin]    0.7.8claws10
+2003-03-16 [alfons]    0.8.11claws17
 
-       * tools/gpg-sign *REMOVED*
-         tools/gpg-sign-syl *ADDED*
-               Replaced the gpg clearsigning script with the version using
-               xterm instead of ssh-askpass and changed its name.
+       * configure.ac
+               correct typo
 
-       * README.claws
-               Updated actions example to reflect the renaming of the
-               gpg clearsigning script.
+2003-03-16 [melvin]    0.8.11claws16
 
-2002-06-19 [paul]      0.7.8claws9
+       * src/plugins/dillo_viewer.c
+               Fixed bug where it was not possible to view more than
+               one text/html attachment per message (bug discovered
+               by Christoph Hohmann).
 
-       * sync with 0.7.8claws9
-               see ChangeLog 2002-06-18 and 2002-06-19
+2003-03-15 [melvin]    0.8.11claws15
 
-2002-06-19 [paul]      0.7.8claws8
+       * src/prefs_actions.c
+               Fixed compilation warnings.
 
-       * sync with 0.7.8cvs1
-               see ChangeLog 2002-06-18
+2003-03-15 [melvin]    0.8.11claws14
 
-2002-06-18 [alfons]    0.7.8claws7
+       * src/plugins/Makefile.am
+       * 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/).
 
-       * src/mainwindow.h
-               add omitted prototype
+2003-03-15 [christoph] 0.8.11claws13
 
-2002-06-17 [paul]      0.7.8claws6
+       * src/imap.c
+               don't query imap folder for attributes because we already
+               for them from imap_status
 
-       * src/mainwindow.c
-               fix hiding of exec_btn
+       * src/mimeview.[ch]
+               add support for plugable MimeViewers (unloading Viewers
+               not yet complete)
 
-2002-06-17 [paul]      0.7.8claws5
+       * 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/
 
-       * src/pop.c
-               remove unneeded code: should_delete() 
-               and Pop3State::uidl_todelete_list
+2003-03-14 [christoph] 0.8.11claws12
 
-2002-06-17 [paul]      0.7.8claws4
+       * src/folder.[ch]
+               o error return code's should better be negative
+               o replace printf with debug_print
 
-       * sync with 0.7.8
-               see ChangeLog 2002-06-11 and 2002-06-13
+       * src/imap.c
+               improve IMAP folder scan by checking UID-NEXT
 
-2002-06-16 [alfons]    0.7.8claws3
-       
-       * src/folder.c
-               make sure lock sort mode (claws specific) is
-               also persists after a tree rescan
+       * src/summaryview.c
+               remove check that are unnecessary in my opinion
 
-2002-06-16 [alfons]    0.7.8claws2
+2003-03-13 [christoph] 0.8.11claws11
 
-       * src/prefs_folder_item.c
        * src/folder.[ch]
-               fix persistence of folder sort mode (broken
-               by adapting Hiro's new folder persistence code)
-
-2002-06-16 [alfons]    0.7.8claws1
+       * 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
 
-       * AUTHORS
-       * src/logwindow.c
-       * src/prefscommon.[ch]
-               control size of log text in log window; 
-               closes patch #569155 submitted by Mitko Haralanov.
+2003-03-13 [paul]      0.8.11claws10
 
-2002-06-15 [paul]      0.7.8claws
+       * tools/Makefile.am
+         tools/README
+         tools/multiwebsearch.conf     ** NEW FILE **
+         tools/multiwebsearch.pl       ** NEW FILE **
+               add multiwebsearch Actions script
 
-       * release of 0.7.8claws
+2003-03-13 [colin]     0.8.11claws9
 
-2002-06-15 [paul]      0.7.7claws
+       * src/compose.c
+               Remove leading emtpy lines from quoted text
+               before quoting it
 
-       * po/pt_BR.po
-               updated by Fabio Junior Beneditto
+2003-03-13 [melvin]    0.8.11claws8
 
-2002-06-14 [paul]      0.7.6claws49
+       * src/prefs_actions.c
+               Fixed a memory leak
+               Code clean ups
+               Added Cancel and OK buttons
+               Corrected help text
 
-       * po/es.po
-               updated by Ricardo Mones Lastra
+2003-03-13 [christoph] 0.8.11claws7
 
-2002-06-14 [paul]      0.7.6claws48
+       * 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
 
-       * po/nl.po
-               updated translation by Wilbert Berendsen
+2003-03-13 [melvin]    0.8.11claws6
 
-2002-06-14 [melvin]    0.7.6claws47
+       * 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 
 
-       * po/fr.po
-               Updated French translation
+2003-03-13 [paul]      0.8.11claws5
 
-2002-06-13 [paul]      0.7.6claws46
+       * sync with 0.8.11cvs5
+               see ChangeLog 2003-03-11, 2003-03-12
 
-       * src/filesel.c
-               allow filename to be typed in, rather than just
-               selected by the mouse. Patch by Gustavo Noronha Silva.
+2003-03-12 [christoph] 0.8.11claws4
 
-2002-06-13 [alfons]    0.7.6claws45
+       * src/folder.c
+               use folder class idstr when writing folderlist.xml
 
-       * src/mainwindow.[ch]
-               more cleanups (removing unnecessary menu items Expand 
-               summary / message view)
+       * src/folder.h
+       * src/imap.c
+       * src/news.c
+               replace folder type checks with folder class checks
 
-2002-06-13 [melvin]    0.7.6claws44
+2003-03-12 [christoph] 0.8.11claws3
 
-       * po/POTFILES.in
-               Added src/string_match.c
-       * src/string_match.c
-               Fixed possible buffer overflow.
-               Corrected typo.
-               Added missing config.h header.
-       * src/prefs_common.c
-         src/prefs_matcher.c
-         src/prefs_scoring.c
-               Made some strings translatable (missing _(..)).
+       * 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
 
-2002-06-13 [melvin]    0.7.6claws43
+2003-03-12 [christoph] 0.8.11claws2
 
-       * README.claws
-               Corrected action example (verifying clearsigned mail).
-       * src/prefs_account.c
-               Corrected typo.
-       * src/prefs_common.c
-               Removed incorrect line that generated a Gtk-CRITICAL msg.
+       * src/imap.c
+               fix imap uid validity check
 
-2002-06-12 [alfons]    0.7.6claws42
+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
-               add init of score column lost in 0.7.6claws42
+               initial restructuring of folder system, seperating
+               folders and folder classes
 
-2002-06-12 [paul]      0.7.6claws41
+2003-03-12 [paul]      0.8.11claws
 
-       * src/prefs_account.c
-               CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
-               behavior of the radio buttons, (from 0.7.7cvs2)
+       0.8.11claws release
 
-2002-06-11 [alfons]    0.7.6claws40
+2003-03-12 [christoph]
 
-       * src/messageview.[ch]
-       * src/summaryview.[ch]
-       * src/summary_search.c
-       * src/mainwindow.c
-               perform a sync to bring in Hiro's separate view implementation 
+       * src/gtk/prefswindow.c
+               fix translation of "Page Index"
 
-               (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
+2003-03-12 [paul]      0.8.10claws110
 
-2002-06-11 [paul]      0.7.6claws39
-       
-       * src/prefs_account.c
-               correct a typo on the Receive tab
+       a sync from 0.8.11cvs4 before the release
 
-2002-06-10 [match]     0.7.6claws38
+       * src/common/utils.c
+               subject_compare_for_sort(): allow null strings (fixes
+               summary sorting).
 
-       * src/addressbook.c
-               Included address completion patch from Gustavo Noronha.
+2003-03-11 [paul]      0.8.10claws109
 
-2002-06-10 [paul]      0.7.6claws37
+       * po/es.po
+               update Spanish translation, submitted by
+               Ricardo Mones Lastra
 
-       * src/inc.[ch]
-         src/pop.c
-         src/prefs_account.[ch]
-         src/selective_download.[ch]
-               apply PATCH #561712
-                NEW:
-               - check if POP Account
-               - Receive Button renamed to Preview
-               - Preview Button Popup: preview new/all messages
-               - Download Button
-               - Account Preferences-->Receive tab checkbutton if you
-                 want to remove Mail after Download
-               -: default YES
-               - Account Preferences-->Receive tab checkbutton use
-                 filtering rules on preview
-                 (think of delete_on_server)
-               -: default YES
-               - Account selectable from SD dialog
-               - checkbutton to show already downloaded messages if
-                 all messages are previewed
-               - new clist column showing Date
-               - ESC KEY close
-               FIXES:
-               - play ball with UIDL
-               - fault tolerant (?) 
-               Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
-
-2002-06-10 [melvin]    0.7.6claws36
+2003-03-11 [melvin]    0.8.10claws108
 
-       * README.claws
-               Added a hint to ac/README in cvs instructions.
+       * po/fr.po
+               Updated French translations
 
-       * src/prefs_actions.c
-               Made it possible to use a more elaborate command line
-               for asynchronous actions, too.
+2003-03-11 [paul]      0.8.10claws107
 
-2002-06-10 [melvin]    0.7.6claws35
-       
-       * src/prefs_actions.c
-               Make it possible to use a more elaborate command line
-               (e.g. |foo|bar|cat>there;echo Done|)
-               Corrected error message when calling %f, %F and %p commands
-               from the compose window.
+       * 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
 
-2002-06-09 [colin]     0.7.6claws34
+2003-03-10 [paul]      0.8.10claws106
 
-       * src/summaryview.c
-               Automatically find unread messages in current folder
-               before annoying the user.
+       * src/gtk/about.c
+         src/gtk/prefswindow.c
+               make some strings translatable
 
-2002-06-08 [alfons]    0.7.6claws33
+2003-03-10 [darko]     0.8.10claws105
 
-       * po/it.po
-               remove bad formatting string in it.po translation
-               (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
+       * src/compose.c
+               code cleanup to make Hiro happy
 
-2002-06-08 [paul]      0.7.6claws32
+2003-03-10 [paul]      0.8.10claws104
 
-       * sync with 0.7.6cvs25
-               see ChangeLog 2002-06-07
+       * sync with 0.8.11cvs2
+               see ChangeLog 2003-03-10
 
-2002-06-05 [paul]      0.7.6claws31
+2003-03-09 [melvin]    0.8.10claws103
 
-       * src/mainwindow.c
-               add 'Sort by locked' and 'Sort by score'
+       * src/textview.c
+               textview_set_font(): fix for message display in
+               UTF-8 locales (thanks to Sergey Vlasov).
+               (was unintentionnaly reverted in 0.8.6claws6)   
 
-2002-06-05 [paul]      0.7.6claws30
+2003-03-08 [darko]     0.8.10claws102
 
-       * sync with 0.7.6cvs24
-               see ChangeLog 2002-06-04
+       * src/compose.c
+               fix infinite loop in wrapping as reported
+               by happycactus
+               obsoletes patch #696482
 
-2002-06-04 [paul]      0.7.6claws29
+2003-03-08 [christoph] 0.8.10claws101
 
-       * po/pt_BR.po
-               updated by Fabio Junior Beneditto
+       * src/imap.c
+               add workaround for IMAP servers that do not
+               support the "UID SEARCH UID" command
 
-2002-06-03 [thorsten]  0.7.6claws28
+2003-03-07 [christoph] 0.8.10claws100
 
-       * src/matcher.c
-               fclose() matcherrc after reading
+       * src/plugins/spamassassin/spamassassin.[ch]
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               code cleanup
+
+2003-03-07 [paul]      0.8.10claws99
+
+       * po/es.po
+               updated Spanish translation, submitted by
+               Ricardo Mones Lastra
 
-2002-06-03 [paul]      0.7.6claws27
+2003-03-07 [christoph] 0.8.10claws98
 
-       * sync with 0.7.6cvs21
-               see ChangeLog 2002-05-31
+       * src/send.c
+               fix in 0.8.10claws94 was wrong
+               local delivery does not require escaping, remove escaping
+               code to make signatures of mails with "." lines valid
+               
+               NOTE: requires that sendmail is executed with "-i" option,
+                     what is the default now, but has to be changed in all
+                     exsiting accounts)
 
-2002-05-31 [paul]      0.7.6claws26
+2003-03-07 [paul]      0.8.10claws97
 
-       * sync with 0.7.6cvs20
-               see ChangeLog 2002-05-29 and 2002-05-30
+       * sync with 0.8.11 release
+               see ChangeLog 2003-03-07
 
-2002-05-31 [paul]      0.7.6claws25
+2003-03-06 [paul]      0.8.10claws96
 
-       * src/imap.c
-               hopefully fix last buggy sync
+       * src/compose.c
+               revert commit 0.8.10claws92
 
-       * README.claws
-               correct typo in 'Actions' examples
+2003-03-06 [paul]      0.8.10claws95
 
-2002-05-29 [paul]      0.7.6claws24
+       * src/folderview.c
+               fix (solaris) bug 73, 'Crash when selecting top-level folder'
 
-       * sync with 0.7.6cvs18
-               see ChangeLog 2002-05-28 and 2002-05-29
+       * src/gtkaspell.c
+               fix bug 74, 'Crash opening editor window with pseudo-color
+               display'
+               
+       Patches submitted by Kevin Vigor <kevin@vigor.nu>
 
-       * src/news.c
-         src/nntp.[ch]
-               sync with above 
-
-2002-05-28 [paul]      0.7.6claws23
-
-       * sync with 0.7.6cvs16
-               see ChangeLog 2002-05-28
-
-2002-05-27 [thorsten]  0.7.6claws22 
-
-       * faq/it/sylpheed-faq-1.html
-         faq/it/sylpheed-faq-2.html
-         faq/it/sylpheed-faq-3.html
-         faq/it/sylpheed-faq.html
-               corrected DOS lineendings
-       * faq/de/sylpheed-faq-1.html
-         faq/de/sylpheed-faq-2.html
-         faq/en/sylpheed-faq-1.html
-         faq/en/sylpheed-faq-2.html
-         faq/en/sylpheed-faq-3.html
-         faq/es/sylpheed-faq-1.html
-         faq/es/sylpheed-faq-2.html
-         faq/es/sylpheed-faq-3.html
-         faq/fr/sylpheed-faq-1.html
-         faq/it/sylpheed-faq-1.html
-         faq/it/sylpheed-faq-2.html
-         faq/it/sylpheed-faq-3.html
-         faq/it/sylpheed-faq.html
-               changed ">" to &quot;
-
-2002-05-27 [paul]      0.7.6claws21
-       
-       * sync with 0.7.6cvs15
-               see ChangeLog 2002-05-27
+2003-03-06 [christoph] 0.8.10claws94
 
-2002-05-27 [paul]      0.7.6claws20
+       * src/send.c
+               fix rfc2821 (4.5.2) violation in SMTP data sending,
+               all lines starting with a period get an extra period
+               inserted
+               (found by Simon 'corecode' Schubert)
 
-       * src/prefs_account.c
-               correct a typo
+2003-03-06 [paul]      0.8.10claws93
 
-2002-05-26 [paul]      0.7.6claws19
+       * src/folderview.c
+               if configured font can't be loaded fall back to gtk
+               default. (with thanks to Christoph)
+               
+               closes long-standing bug 15 'Crashes on startup'
 
-       * tools/README
-               correct a typo
+2003-03-06 [paul]      0.8.10claws92
 
-2002-05-25 [paul]      0.7.6claws18
+       * src/compose.c
+               freeze text before autosave and thaw afterwards
+               fixes bug 67 'autosave make re-rediting message crazy'
 
-       * tools/README
-               add description of kmail2sylpheed.pl
+2003-03-06 [christoph] 0.8.10claws91
 
-2002-05-25 [paul]      0.7.6claws17
+       * src/compose.c
+               ignore address comment in dupe check for Cc-list
 
-       * tools/kmail2sylpheed.pl       ** NEW FILE **
-               perl script that converts an exported Kmail address
-               book, converts it to sylpheed addressbook file,
-               writes the file to .sylpheed, and updates
-               addrbook--index.xml 
+       (closes reopened bug 47 Replying to message strips name part of
+        e-mail addresses of Cc: lines)
 
-2002-05-25 [paul]      0.7.6claws16
+2003-03-06 [paul]      0.8.10claws90
 
-       * sync with 0.7.6cvs14
-               see ChangeLog 2002-05-23
+       * src/Makefile.am
+               remove reference to gtkxtext.h as its no longer in
+               the repository
 
-2002-05-24 [paul]      0.7.6claws15
+2003-03-06 [paul]      0.8.10claws89
 
-       * README.claws
-               make a correction and add some more info
+       * sync with 0.8.10cvs25
+               see ChangeLog 2003-03-06
 
-2002-05-24 [paul]      0.7.6claws14
+2003-03-06 [oliver]    0.8.10claws88
+       
+       * src/messageview.c
+               remove include
 
-       * src/compose.c
-               fix memory leak in 
-               compose_redirect_write_headers_from_headerlist()
-               add Subject and Resent-Message-ID to
-               compose_redirect_write_headers()
-               Received, Subject, and X-UIDL are filtered out in 
-               compose_redirect_write_to_file()
+2003-03-06 [oliver]    0.8.10claws87
+       
+       * src/folderview.c 
+               remove changes introduced inclaws74
+       * src/messageview.c
+               another attempt to sanely delete and update
+               messages deleted in separate messageview
 
-2002-05-23 [paul]      0.7.6claws13
+2003-03-05 [christoph] 0.8.10claws86
 
-       * src/compose.[ch]
-         src/filtering.c
-         src/mainwindow.c
-         src/matcher.[ch]
-         src/matcher_parser_lex.l
-         src/matcher_parser_parse.y
-         src/prefs_common.[ch]
-         src/prefs_filtering.c
-         src/summaryview.c
-               rename 'Bounce' to 'Redirect'
+       * src/summaryview.c
+               check if "From" matches any account's address if
+               addressbook completion of addresses is disabled too
 
-2002-05-23 [paul]      0.7.6claws12
+       (closes Bug 70 "Display recipient in from" doesn't check
+        folder's default account)
 
-       * more sync with 0.7.6cvs13
-         src/compose.c
-               see ChangeLog 2002-05-22
+2003-03-05 [christoph] 0.8.10claws85
 
-2002-05-22 [paul]      0.7.6claws11
+       * src/compose.c
+       * src/common/utils.[ch]
+               don't strip address comments when building Cc lists
 
-       * sync with 0.7.6cvs13
-         src/codeconv.c
-               see ChangeLog 2002-05-20
-         src/prefs_common.c
-               see ChangeLog 2002-05-22
+       (closes Bug 47 Replying to message strips name part of e-mail addresses
+        of Cc: lines)
 
-2002-05-21 [melvin]    0.7.6claws10
+       * src/folder.c
+               fix return value of copy function
 
-       * src/folderview.c
-               Added missing filtering and scoring headers
-               Fixed bad function call that showed garbage 
-               in Folder->Processing
+2003-03-05 [christoph] 0.8.10claws84
 
-2002-05-21 [paul]      0.7.6claws9
+       * src/imap.c
+               don't ask imap server for non rfc822 headers
 
-       * tools/Makefile.am
-               make all tools executable, (patch by Alfons).
+       (closes bug 71 IMAP FETCH asks for FROM header field twice)
 
-2002-05-20 [alfons]    0.7.6claws8
+       * src/imap.c
+               destroy session on socket error to allow reconnecting
 
-       * src/procheader.c
-               don't forget to call mktime() so we have a valid week 
-               and year day
-               (Bug report by Roger Sondermann <mail@jumaros.de>)
+2003-03-05 [christoph] 0.8.10claws83
 
-2002-05-20 [paul]      0.7.6claws7
+       * configure.ac
+               fix building with gnome when no prefix is set
 
-       * src/html.c
-               fix broken parsing of urls
-       * src/textview.c
-               fix displaying of urls
+       (closes bug 66 Gnome directory is set to NONE)
 
-               both fixes from the patch [547855] by Eugene 
-               Brevdo (zonem)
+2003-03-05 [paul]      0.8.10claws82
 
-2002-05-19 [alfons]    0.7.6claws6
+       * sync with 0.8.10cvs23
+               see ChangeLog 2003-03-05
 
-       * configure.in
-               make sylpheed configure correctly with the latest
-               and greatest of automake / autoconf / gettext
+2003-03-04 [christoph] 0.8.10claws81
 
-2002-05-19 [alfons]    0.7.6claws5
+       * src/folder.c
+               o fix moving and copying when folder returns 0 for new
+                 message number
+               o remove some code for single message copy and move
+                 operations and use functions for multiple messages
 
-       * src/procheader.c
-       * src/procheader.h
-               add function for returning ime zone offset
-       * src/quote_fmt.c
-       * src/quote_fmt_parse.y
-               better quotation formatting - does not convert
-               to local time, but uses the original date string.
-               
-               Note: %z inserts the timezone offset (should 
-               work also on platforms where strftime does not
-               support %z).
+       (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
 
-2002-05-18 [christoph] 0.7.6claws4
+       * src/news.c
+               remove unused include
 
-       * src/summaryview.c
-               fix indentation of some code
-       * tools/Makefile.am
-               fix spaces after \
-       * src/Makefile.am
-               add missing \
-               correct path for ignorethread.xpm
-               incorrect filename for sylpheed_logo.xpm
-               add missing include matcher_parser_parse.h
+2003-03-04 [paul]      0.8.10claws80
 
-2002-05-18 [paul]      0.7.6claws3
+       * src/gtk/about.c
+               list 'Compiled plugins'
 
-       * sync with 0.7.6cvs8
-               see ChangeLog 2002-05-16 and 2002-05-17
+2003-03-03 [christoph] 0.8.10claws79
 
-2002-05-18 [melvin]    0.7.6claws2
+       * src/news.[ch]
+               have to multiply the percentage of the current fetch with
+               the percentage that it has of the total fetch operation
+               for correct values
 
-       * README.claws
-               Corrected an action's definition and fixed some misspellings.
+2003-03-03 [christoph] 0.8.10claws78
 
-2002-05-18 [paul]      0.7.6claws1
+       * src/news.c
+               fix calculation of expected lines for progress indicator
 
-       * tools/Makefile.am
-         tools/gpg-sign        ** new file **
-         tools/uudec           ** new file **
-               add Melvin's Actions scripts
+2003-03-03 [christoph] 0.8.10claws77
 
-       * README.claws
-               add Melvin's descriptions for Actions
+       * src/summaryview.c
+       * src/common/utils.c
+               fix segfault when opening the root news folder
 
-2002-05-18 [paul]      0.7.6claws
+2003-03-03 [christoph] 0.8.10claws76
 
-       * Version 0.7.6claws released
+       * src/mainwindow.[ch]
+       * src/common/Makefile.am
+       * src/common/progressindicator.[ch]
+               add UI independent progress indicator handling
 
-2002-05-17 [paul]      0.7.5claws32
+       * src/news.[ch]
+               use new progress indicator for message info fetching
 
-       * po/es.po
-               updated by Ricardo Mones Lastra
+       * src/common/hooks.h
+               code cleanup
 
-2002-05-17 [paul]      0.7.5claws31
+2003-03-03 [oliver]    0.8.10claws75
 
+       * src/toolbar.c
        * src/compose.c
-               fix Account prefs default folder for sent/draft/deleted
-               messages bug
+               removed commented code
 
-       * po/it.po
-         po/nl.po
-               updated translation by Alessandro Maestri and
-               Wilbert Berendsen
+2003-03-03 [oliver]    0.8.10claws74
 
-2002-05-17 [melvin]    0.7.5claws30
+       * src/toolbar.[ch]
+               cleanups and refactoring
+       * src/compose.[ch]
+               compose_reply_mode reply & forwarding interface for
+               toolbar buttons
+       * src/folderview.c
+               act on messages marked for deletion in folderview_selected
+               based on prefs_common.immediate_exec since a message might 
+               have been deleted by messageview in a folder we are changing 
+               to (does anybody understand what I'm on about ?)
 
-       * src/prefs_actions.c
-               Fixed bug where using %F not at the end of the command 
-               resulted in an additional empty argument being created.
-               Thanks to Darko Koruga for reporting the bug.
+2003-03-03 [oliver]    0.8.10claws73
+       
+       * src/messageview.[ch]
+               new functions
+               - messageview_delete: delete message shown in messagview
+               - messageview_update_view: update messageview to currently 
+                 selected summaryview message
+               - add separate messageview to msgview_list in order to update 
+                 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
+       * src/summaryview.[ch]
+               summary_get_selection returns a list of selected msgs
+               in summaryview
+       * src/mainwindow.c
+               toolbar reply refactoring
 
-2002-05-17 [melvin]    0.7.5claws29
+2003-03-03 [paul]      0.8.10claws72
 
-       * po/fr.po
-               Updated French translations.
+       * sync with 0.8.10cvs21
+               see ChangeLog 2003-03-03
 
-2002-05-15 [paul]      0.7.5claws28
-       
-       * po/es.po
-               updated by Ricardo Mones Lastra
+2003-03-02 [christoph] 0.8.10claws71
 
-2002-05-15 [paul]      0.7.5claws27
+       * src/common/passcrypt.c
+               use POSIX includes
 
-       * sync with 0.7.6cvs4
-               see ChangeLog 2002-05-14 and 2002-05-15
+2003-03-02 [christoph] 0.8.10claws70
 
-2002-05-14 [paul]      0.7.5claws26
+       * configure.ac
+       * src/prefs_account.c
+       * src/prefs_gtk.[ch]
+       * src/common/.cvsignore
+       * src/common/Makefile.am
+       * src/common/passcrypt.c                ** NEW **
+       * src/common/passcrypt.h.in             ** NEW **
+               Implement password encryption in config files
+               using unix encrypt and setkey functions. The crypt
+               key can be set as a configure parameter. Old
+               passwords will be converted if they do not begin
+               with '!'
 
-       * sync with 0.7.6cvs1
-               see ChangeLog 2002-05-13
+2003-03-02 [paul]      0.8.10claws69
 
-2002-05-13 [thorsten]  0.7.5claws25
+       * src/prefs_account.c
+               fix compile error
 
-       * src/messageview.c
-               fix select_all and copy in multipart messages
-       * src/mainwindow.c
-               fix select_all and copy in multipart messages
+2003-03-01 [thorsten]  0.8.10claws68
 
-2002-05-12 [paul]      0.7.5claws24
+       * po/el.po
+         po/hr.po
+         po/it.po
+         po/nl.po
+         po/sr.po
+         po/sv.po
+               corrected format strings
+       * po/en_GB.po
+               corrected headers
+               (fix compile errors with GNU gettext-0.11.5)
+
+2003-03-01 [oliver]    0.8.10claws67
 
        * src/summaryview.c
-               reverse last commit, bug already fixed in 0.7.5claws3
+               menu callbacks call toolbar_menu_reply
 
-2002-05-12 [netztorte] 0.7.5claws23
+2003-03-01 [oliver]    0.8.10claws66
 
-       * src/summaryview.c
-               dont parse empty addressbook (checked in before claws20)
+       * src/mainwindow.c
+       * src/messageview.c
+               menu callbacks call toolbar_menu_reply
+       * src/toolbar.[ch]
+               callbacks from menu handled by toolbar_menu_reply
 
-2002-05-12 [melvin]    0.7.5claws22
+2003-03-01 [paul]      0.8.10claws65
 
-       * src/procmsg.[ch]
-               Removed unneeded priority code introduced by the previous 
-               commit.
+       * src/addressbook.c
+               revert commit 0.8.10claws54 - breaks editing of
+               addressbook.
+               
+       * po/bg.po
+               update Bulgarian translation, submitted by
+               George Danchev
 
-2002-05-12 [melvin]    0.7.5claws21
+2003-02-28 [christoph] 0.8.10claws64
 
-       * src/compose.[ch]
-               Added possibility to set message's priority.
+       * src/account.c
+       * src/addressadd.c
+       * src/compose.c
+       * src/gtkaspell.c
+       * src/gtkxtext.h                ** REMOVE **
+       * src/imap.c
+       * src/matcher.[ch]
+       * src/mh.c
+       * src/news.c
+       * src/pine.c
+       * src/prefs_common.c
+       * src/prefs_matcher.c
+       * src/procheader.[ch]
        * src/procmsg.[ch]
-               Added possibility to set message's priority.
-               Added missing headers
+       * src/toolbar.c
+       * src/common/ssl_certificate.c
+       * src/gtk/colorlabel.c
+       * src/gtk/menu.c
+               o fix warnings
+               o remove code obsoleted by new cache and folder system rework
 
-2002-05-12 [melvin]    0.7.5claws20
+2003-02-28 [oliver]    0.8.10claws63
+       
+       * src/toolbar.[ch]
+               * fix bug where reply in Messageview replied to 
+               Message displayed in summaryview
+               (reportedd via ML by chinatinte at gmx dot ch)
+               * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
+               didn't work in separate MessageView Toolbar
+               (wondering if anybody uses this at all ?)
+       * src/summaryview.[ch]
+               use toolbar.c's toolbar_reply instead of summary_reply (removed)
+               (generalize reply and forward code);
+       * src/messageview.c 
+               remove focus_in event which updated summaryview to messageview
 
-       * src/prefs_actions.c
-               Removed implicitely added quotes around the name
-               of the temporary files of mime parts.
+2003-02-28 [paul]      0.8.10claws62
 
-2002-05-12 [paul]      0.7.5claws19
+       * po/Makefile.in.in
+               add the --check option
+               Patch submitted by Ricardo Mones Lastra
 
-       * sync with 0.7.5cvs20
-               see ChangeLog 2002-05-11
+2003-02-28 [paul]      0.8.10claws61
 
-2002-05-12 [alfons]    0.7.5claws18
+       * src/prefs_account.c
+               re-order 'Signature' items
 
-       * src/quote_fmt_lex.l
-       * src/quote_fmt_parse.y
-               allow quote / reply date & time format to be set using
-               %D{format}. format is a format string you'd pass to
-               strftime() (see man strftime, or the Display tab |
-               Date format setting).
+2003-02-28 [paul]      0.8.10claws60
 
-               Currently %D converts the date to local time. 
+       * sync with 0.8.10cvs20
+               see ChangeLog 2003-02-28
 
-2002-05-11 [paul]      0.7.5claws17
+2003-02-28 [paul]      0.8.10claws59
 
-       * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
-               see ChangeLog 2002-05-10 and 2002-05-11
+       * po/POTFILES.in
+               update to reflect recent movement of files
 
-2002-05-10 [paul]      0.7.5claws16
+2003-02-28 [paul]      0.8.10claws58
 
-       * sync with 0.7.5cvs16
-               see ChangeLog entries 2002-05-09 and 
-               2002-05-10
+       * sync with 0.8.10cvs19
+               see ChangeLog 2003-02-28
 
-2002-05-10 [colin]     0.7.5claws15
+2003-02-27 [martin]    0.8.10claws57
 
-       * src/textview.c
-               Corrected a bug that prevented sylpheed to open
-               double-clicked URIs.
+       * src/prefs_matcher.c 
+               fix segfault in prefs_matcher_ok() when the
+               last entry is deleted and prevents that the
+               message "entry not saved" comes up after deleting
+               an entry
 
-2002-05-09 [paul]      0.7.5claws14
+2003-02-27 [martin]    0.8.10claws56
 
-       * sync with 0.7.5cvs14
-               see ChangeLog 2002-05-08 and 2002-05-09
+       * src/prefs_filtering.c 
+               fix segfault in prefs_filtering_ok() when the
+               last entry is deleted and prevents that the
+               message "entry not saved" comes up after deleting
+               an entry
 
-2002-05-08 [paul]      0.7.5claws13
+2003-02-27 [paul]      0.8.10claws55
 
-       * sync with 0.7.5cvs11
-               see ChangeLog entry 2002-05-08
+       * sync with 0.8.10cvs18
+               see ChangeLog 2003-02-27
 
-2002-05-08 [paul]      0.7.5claws12
+2003-02-27 [paul]      0.8.10claws54
 
-       * src/mainwindow.c
-         src/textview.[ch]
-               fix segfault on View->Open in new window
-               patch submitted by Thorsten Maerz <torte@netztorte.de>
+       * src/addressbook.c
+               fix bug where the address book crashes with 
+               multiple lookups.
+               Patch [687729] submitted by David Frager 
+               <dbfrager@users.sourceforge.net>
 
-2002-05-07 [paul]      0.7.5claws11
+2003-02-25 [christoph] 0.8.10claws53
 
-       * sync with 0.7.5cvs9
-               see ChangeLog entry 2002-05-07
+       * src/Makefile.am
+       * src/colorlabel.[ch]           ** REMOVE **
+       * src/gtk/Makefile.am
+       * src/gtk/colorlabel.[ch]       ** NEW **
+               move colorlabel files to gtk directory
 
-2002-05-06 [paul]      0.7.5claws10
+       * src/esmtp.[ch]                ** REMOVE **
+               has been merged into smtp.[ch] in 0.7.5
 
-       * src/messageview.c
-         src/textview.c
-               display url in statusbar on single-click
-               patch submitted by Thorsten Maerz <torte@netztorte.de>
+2003-02-25 [christoph] 0.8.10claws52
 
-2002-05-06 [match]     0.7.5claws9
+       * src/Makefile.am
+       * src/about.[ch]                ** REMOVE **
+       * src/gtk/Makefile.am
+       * src/gtk/about.[ch]            ** NEW **
+               move about files to gtk directory
 
-       * src/addritem.[ch]
-               new functions.
-       * src/addrcache.c
-               tidy up.
-       * src/xmlprops.[ch]
-               XML implementation of properties file.
-       * src/exporthtml.[ch]
-       * src/expthtmldlg.[ch]
-       * src/addressbook.c
-               export to HTML.
+2003-02-25 [christoph] 0.8.10claws51
 
-2002-05-02 [sergey]    0.7.5claws8
+       * src/folder.c
+               some code optimization of folder scanning code
 
-       * src/mainwindow.c (mainwin_entries),
-         src/prefs_common.c (prefs_send_create()),
-         src/codeconv.c (locale_table):
-               use charset name "Windows-1251" instead of "CP1251".
+       Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
 
-2002-05-02 [colin]     0.7.5claws7
-       
-       * src/compose.c
-         src/prefs_common.c
-         src/prefs_folder_item.c
-               Fixed cosmetics bugs due to Outbox renamed to Sent.
+2003-02-25 [christoph] 0.8.10claws50
 
-2002-05-02 [hiro]      0.7.5claws6
+       * src/main.c
+       * src/common/sylpheed.c
+               add command line parameter parsing to common code
 
-       * src/imap.c
-               sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
+2003-02-24 [christoph]
 
-2002-05-02 [paul]      0.7.5claws5
+       * Makefile.am
+       * configure.ac
+               fix gnome prefix problems, the configure script now removed
+               `gnome-config --prefix` from `gnome-config --datadir`
+               and adds $(prefix} instead
 
-       * src/compose.c
-               more sync with 0.7.5cvs7, see ChangeLog entry
-               2002-05-02
+       (closes Bug 24 Makefile does not respect prefix when installing
+        GNOME data)
 
-2002-05-02 [hiro]      0.7.5claws4
+2003-02-24 [christoph] 0.8.10claws49
 
-       * src/compose.c
-               compose_queue_sub():
-               check if queue folder exists (closes #550397).
-               removed directory creation since it should be handled
-               transparently.
-       * src/imap.c
-               imap_add_msg(): return UID for appended message
-               (closes #548842).
+       * src/news.c
+               check for valid session before trying to authenticate
 
-2002-04-30 [paul]      0.7.5claws3
+       (closes Bug 60 crash if "authenticate on logon" is activated
+        and newsserver-hostname is not valid)
 
-       * src/summaryview.c
-               fix account_find_from_address() bug
+2003-02-24 [melvin]    0.8.10claws48
 
-2002-04-28 [colin]     0.7.5claws2
+       * src/prefs_actions.c
+               Make sure all user's input is sent to the action and then
+               close the socket..
 
-       * src/compose.c
-         src/textview.c
-         src/prefs_common.[ch]
-         src/utils.[ch]
-               Added user-definable quotation characters recognition.
+2003-02-23 [alfons]    0.8.10claws46
 
-2002-04-28 [paul]      0.7.5claws1
+       * src/summaryview.c
+               also wait cursor when deleting files
 
-       * sync with 0.7.5cvs4
-               see ChangeLog entry  2002-04-25
+2003-02-23 [paul]
 
-2002-04-28 [paul]      0.7.5claws
+       * tools/freshmeat_search.pl
+         tools/google_search.pl
+               scripts should now work for any browser/browser command line
 
-       * po/es.po
-         po/nl.po
-         po/pt_BR.po
-               updated by Ricardo Mones Lastra, Wilbert Berendsen, and
-               Fabio Junior Beneditto
+2003-02-22 [christoph] 0.8.10claws45
 
-2002-04-27 [jens]      0.7.4claws103
+       * src/procmsg.c
+               fix IMAP flag setting, IMAP flag is not handled correctly
+               anymore by the folder system and information about the
+               folder should not be saved in the MsgInfo (in my opinion)
 
-       * po/de.po
-               updated German translation.
+       Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
 
-2002-04-27 [hiro]      0.7.4claws102
+2003-02-22 [christoph] 0.8.10claws44
 
        * src/summaryview.c
-               summary_write_cache(): fixed the mark loss of hidden messages.
-
-2002-04-26 [melvin]    0.7.4claws101
-
-       * src/procmsg.c
-               fixed a second typo (same one)
-       * po/fr.po
-         po/it.po
-         po/pt_BR.po
-               fixed the type again...
+               fix spelling of "label" ;-)
 
-2002-04-26 [melvin]    0.7.4claws100
+2003-02-22 [thorsten]  0.8.10claws43
 
-       * src/procmsg.c
-               fixed a typo in an alert message ("temorary").
-       * po/it.po
-       * po/pt_BR.po
-               corrected the typo  described above.
-       * po/fr.po
-               updated French translation.
+       * src/mimeview.c
+         src/prefs_common.[ch]
+         src/procmime.[ch]
+               do not use description as attachment name
 
-2002-04-26 [darko]     0.7.4claws99
+2003-02-22 [alfons]    0.8.10claws42
 
        * src/summaryview.c
-               fix target folder colorization
+               freeze/thaw folder item updates when changing color labels,
+               and put a wait cursors on
 
-2002-04-25 [paul]      0.7.4claws98
+2003-02-22 [thorsten]  0.8.10claws41
 
-       * po/it.po
-               updated by Alessandro Maestri
+       * src/mimeview.c
+               save-all fixes: crash if invoked on multipart container,
+               mimeinfo access, pathseparators, error dialog
 
-2002-04-24 [colin]     0.7.4claws97
-       
-       * src/compose.c
-               Fixed double "subject is empty" question.
+2003-02-21 [alfons]    0.8.10claws40
 
-2002-04-23 [colin]     0.7.4claws96
-       
-       * src/mimeview.c
-               Corrected issue when "automatically display images" was
-               not set : first image remained after selecting second.
+       * src/prefs_gtk.c
+               remove unused var
 
-2002-04-23 [melvin]    0.7.4claws95
+2003-02-21 [colin]     0.8.10claws39
 
-       * src/prefs_actions.c
-               Don't display in/out dialog if there is nothing to show.
+       * src/send.c
+               Fix smtp logging
 
-2002-04-23 [paul]      0.7.4claws94
+2003-02-21 [colin]     0.8.10claws38
 
-       * sync with 0.7.5cvs3
-               bug fixes: see ChangeLog entry 2002-04-23
+       * src/summaryview.c
+               Freeze/thaw folderItem updates when filtering messages 
+               via Tools/Filter messages
 
-2002-04-22 [darko]     0.7.4claws93
+2003-02-21 [paul]      0.8.10claws37
 
        * src/compose.c
-               fix previous check-in which changed code after
-               merge from main
-
-2002-04-22 [paul]      0.7.4claws92
-
-       * faq/de/*
-               add German FAQ
-       * faq/en/*
-         faq/es/*
-         faq/fr/*
-               update English, Spanish and French FAQs
-       * manual/de/*
-         manual/es/*
-               add German and Spanish manuals
-       * manual/en/*
-         manual/fr/*
-               update English and French manuals
-
-       * src/Makefile.am
-               add to and re-arrange the pixmap entries
+               revert commit 0.8.10claws26, there are ulterior motives
+               for users to set a Reply-To header when posting to
+               newsgroups
 
-2002-04-22 [darko]     0.7.4claws91
+2003-02-21 [paul]      0.8.10claws36
 
-       * src/compose.c
-               fix sender initials recognition to only allow
-               '>' after the initials
+       * sync with 0.8.10cvs17
+               see ChangeLog 2003-02-21
 
-2002-04-21 [paul]      0.7.4claws90
+2003-02-20 [christoph] 0.8.10claws35
 
-       * sync with 0.7.5 release
-               see ChangeLog entry 2002-04-21
+       * src/imap.c
+               IMAP UID fetch speedup using SEARCH
 
-2002-04-21 [alfons]
+       Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
 
-       * src/Makefile.am
-               add colin's new pixmaps to EXTRA_DIST
+       * src/imap.c
+               fix problem with UIDs in IMAP UID cache that no longer existed
 
-2002-04-21 [colin]     0.7.4claws89
-       * src/compose.c
-       * src/inc.c
-       * src/mainwindow.[ch]
-       * src/prefs_common.[ch]
-       * src/stock_pixmap.[ch]
-               Added "Work offline" ability.
+2003-02-20 [christoph] 0.8.10claws34
 
-2002-04-21 [colin]     0.7.4claws88
-       
-       * src/mimeview.c
-       * src/prefs_common.c
-       * src/prefs_common.h
-       * src/textview.c : Added an option to common preferences -> display
-         to allow user not to automatically display images.
+       * src/imap.c
+       * src/procheader.c
+       * src/procheader.h
+               IMAP header fetch speedup (fetch only headers cached in MsgInfo)
 
-2002-04-21 [paul]      0.7.4claws87
+       Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
 
-       * sync with 0.7.4cvs52
-               see ChangeLog entry 2002-04-21 (src/imap.c)
+       * src/imap.c
+               Rewrite imap_cmd_gen_recv use sock_getline instead
+               of sock_gets to avoid problems with too long reply
+               lines
+    
+2003-02-20 [colin]     0.8.10claws33
+       
+       * src/prefs_account.c
+               Better wording
 
-2002-04-21 [paul]      0.7.4claws86
+2003-02-20 [colin]     0.8.10claws32
 
-       * sync with 0.7.4cvs51
-               see ChangeLog entry 2002-04-21
+       * src/compose.c
+               Remove useless '&& !to_sender' 
 
-2002-04-21 [paul]      0.7.4claws85
+2003-02-20 [darko]
 
-       * sync with 0.7.4cvs49
-               see ChangeLog entries 2002-04-20 and 2002-04-21
+       * AUTHORS
+               change my e-mail address
 
-       * src/Makefile.am
-               clean up: remove old 'stock_' element from xpm 
-               filenames.
+2003-02-19 [colin]     0.8.10claws31
 
-2002-04-21 [alfons]    0.7.4claws84
+       * src/prefs_common.c
+               X11 style colors for every configurable color
 
-       apply sync patch from Paul
+2003-02-19 [alfons]    0.8.10claws30
 
-       * src/folderview.c
-               use old claws prefs_folder_item_create() for now
+       * src/prefs_gtk.[ch]
+       * src/prefs_common.c
+               for color_new accept both plain integers and X11 style color
+               names (as found in /usr/lib/X11/rgb.txt)
 
-2002-04-19 [match]     0.7.4claws83
+2003-02-19 [paul]      0.8.10claws29
 
-       * src/addressbook.[ch]
-       * src/addrharvest.[ch]
-       * src/addrgather.[ch]
-               recurse folders.
        * src/mainwindow.c
-       * src/summaryview.[ch]
-               change menu option.
+               add tooltips to online/offline button and account selector
+               button
 
-2002-04-19 [paul]      0.7.4claws82
+2003-02-19 [paul]      0.8.10claws28
 
-       * po/pt_BR.po
-               updated by Fabio Junior Beneditto
+       * src/folder.c
+         src/news.c
+         src/prefs_account.[ch]
+         src/prefs_common.[ch]
+               move 'Maximum number of articles to download' to
+               account prefs.
+               clean up account prefs gui a little by hiding entries
+               rather then greying out entries
 
-2002-04-14 [alfons]    0.7.4claws81
+2003-02-19 [hiro]      0.8.10claws27
 
-       * src/passphrase.c
-               add #include <sys/types.h> for mode_t and off_t 
+       * src/common/utils.c
+               fix bug #54 'yesterdays date is displayed in the message 
+               summary window'
 
-2002-04-13 [paul]      0.7.4claws80
-       
-       * src/main.c
-         src/passphrase.[ch]
-         src/pgptext.c
-         src/prefs_common.[ch]
-         src/rfc2015.c
-               enable storing of GnuPG passphrase for the whole 
-               session or a user-defined number of minutes. patch 
-               submitted by Ravemax <ravemax@dextrose.com>
+2003-02-19 [paul]      0.8.10claws26
 
-2002-04-13 [alfons]    0.7.4claws79
+       * src/compose.c
+               fix bug reported in Feature Request [688596] 
+               'Reply-to header in news'
 
-       * src/textview.c
-               make email parser also stop scanning when encountering separators
-               ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
+2003-02-18 [paul]      0.8.10claws25
 
-2002-04-13 [paul]      0.7.4claws78
+       * src/select-keys.c
+               add a 'List all keys' button to key selection dialog
+
+2003-02-18 [colin]     0.8.10claws24
+       
+       * src/stock_pixmap.c
+               fix compile error
 
-       * sync with 0.7.4cvs39
-               see ChangeLog entry 2002-04-12
+2003-02-18 [colin]     0.8.10claws23
 
-2002-04-11 [paul]      0.7.4claws77
+       * src/common/smtp.[ch]
+         src/prefs_account.c
+               Try to starttls if it seems to be the only
+               way to authenticate a user
 
-       * sync with 0.7.4cvs37
-               see ChangeLog entry 2002-04-11
+2003-02-18 [paul]      0.8.10claws22
 
-2002-04-11 [paul]      0.7.4claws76
+       * src/Makefile.am
+         src/folderview.c
+         src/stock_pixmap.[ch]
+         src/pixmaps/drafts_close.xpm  ** NEW FILE **
+         src/pixmaps/drafts_open.xpm   ** NEW FILE **
+               as a Drafts folder is a special folder allow it to have
+               its own unique icons
 
-       * COPYING 
-               re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
-               the clause for OpenSSL). sync with sylpheed main
+2003-02-18 [colin]     0.8.10claws21
 
-2002-04-09 [melvin]    0.7.4claws75
+       * src/imap.c
+               Fix port selection when using starttls
 
-       * src/compose.c
-               Made 'Ctrl-Enter' on send ignore some modifiers 
-               (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
-               to bind other *-Enter (but not Alt-Enter).
+2003-02-18 [paul]      0.8.10claws20
 
-2002-04-09 [paul]      0.7.4claws74
+       * src/mainwindow.c
+         src/prefs_common.[ch]
+               make blue the default new mail colour
 
-       * sync with 0.7.4cvs35
-               see ChangeLog entries 2002-04-09
+2003-02-18 [paul]      0.8.10claws19
 
-2002-04-08 [paul]      0.7.4claws73
+       * sync with 0.8.10cvs14
+               see ChangeLog 2003-02-18
 
-       * sync with 0.7.4cvs33
-               see ChangeLog entry 200-04-08
+2003-02-17 [jens]       0.8.10claws18
 
-2002-04-07 [match]     0.7.4claws72
+        * src/common/md5.c
+               fixed a compile problem with gcc 3.3
+               works on 2.95.3 too (testet on PPC as it is big endian)
 
-       * src/addrharvest.[ch]
-               fixed to read all addresses in header, regardless
-               of header size. improved name parsing. accommodate
-               harvest from folders and selected message.
-       * src/addritem.[ch]
-               included new address parsing function.
-       * src/addrgather.[ch]
-       * src/addressbook.[ch]
-       * src/summaryview.[ch]
-       * src/mainwindow.c
-               allow address harvest of folder as well as selected
-               messages.
+2003-02-17 [paul]      0.8.10claws17
 
-2002-04-07 [paul]      0.7.4claws71
+       * sync with 0.8.10cvs13
+               see ChangeLog 2003-02-17
 
-       * src/esmtp.[ch]
-         src/smtp.c
-               don't try to authenticate with CRAM-MD5 in SMTP when 
-               SMTP-AUTH enabled if MTA doesn't issue this 
-               auth-method in it's ehlo-response. bug item #531364,
-               patch item #938910. patch submitted by Colin Leroy 
-               <colin@colino.net>
+2003-02-17 [paul]      0.8.10claws16
 
-2002-04-07 [paul]      0.7.4claws70
+       * sync with 0.8.10cvs12
+               see ChangeLog 2003-02-17
 
-       * src/nntp.c
-               fix missing MODE_READER bug. patch submitted by
-               Colin Leroy <colin@colino.net>
+2003-02-16 [match]     0.8.10claws15
 
-2002-04-07 [alfons]    0.7.4claws69
+       * src/addressbook.c
+               Eliminates reloading of address data when items
+               deleted or added. Applied submitted by
+               Luke Plant <lukeplant@softhome.net>
 
-       * src/matcher.[ch]
-       * src/prefs_filtering.c
-       * src/summaryview.c
-               escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
-               (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
+2003-02-16 [paul]      0.8.10claws14
 
-2002-04-07 [paul]      0.7.4claws68
+       * src/news.c
+               when a 'protocol error' is encountered disconnect from
+               the server. This means that the user can carry on viewing
+               other articles and doesn't have to either wait until the
+               server timesout or quit sylpheed.
+               Fixes bug #53 'Unable to read messages in newsgroups, 
+               displayed message doesn't change'
 
-       * sync with 0.7.4cvs32
-               see ChangeLog entry 2002-04-06
+2003-02-15 [christoph] 0.8.10claws13
 
-       * tools/filter_conv.pl
-               more bug fixes
+       * src/imap.c
+               fix bug that stopped scanning of folders when an
+               IMAP folder was empty
 
-2002-04-06 [paul]      0.7.4claws67
+       (closes bug 46 stop scan messages in folders after empty folder)
 
-       * tools/filter_conv.pl
-               modify to be able to find the name of the first
-               mailbox and use that. main's filter does not
-               record the full path to the mailbox and therefore
-               can only filter to the first mailbox.
+2003-02-15 [paul]
 
-2002-04-05 [paul]      0.7.4claws66
+       * tools/Makefile.am
+         tools/README
+         tools/freshmeat_search.pl     ** NEW FILE **
+         tools/google_search.pl        ** NEW FILE **
+               Add 2 Actions scripts which search freshmeat/google
+               for the selected text using the browser configured
+               in sylpheedrc.
+               
+       Note: These scripts are very dependent on the format of the
+       browser command and may not work on every occasion. Testing
+       is welcome. 
 
-       * tools/filter_conv.pl
-               attempt to make the script all-encompassing and
-               be able to convert any main 'filter' rule thrown
-               at it
+2003-02-14 [alfons]    0.8.10claws12
 
-2002-04-05 [paul]      0.7.4claws65
+       * src/compose.c
+               fix breakage because of uninitialized account pointer.
+               please verify.
 
-       * tools/filter_conv.pl
-               allow for collapsed folder trees
+2003-02-14 [paul]      0.8.10claws11
 
-2002-04-05 [paul]      0.7.4claws64
+       * src/compose.c
+         src/prefs_account.[ch]
+         src/prefs_common.[ch]
+               move signature settings to Account Prefs
 
-       * sync with 0.7.4cvs31
-               see ChangeLog entries 2002-04-05
+2003-02-14 [paul]      0.8.10claws10
 
-2002-04-03 [paul]      0.7.4claws63
+       * sync with 0.8.10cvs11
+               see ChangeLog 2003-02-14
 
-       * sync with 0.7.4cvs29
-               see ChangeLog entries 2002-04-02 and 2002-04-03
+2003-02-13 [thorsten]  0.8.10claws9
 
-2002-04-02 [paul]      0.7.4claws62
+       * src/news.c
+               revert news progressbar (GUI separation)
 
-       * sync with 0.7.4cvs26
-               see ChangeLog entry 2002-04-01
+2003-02-13 [paul]      0.8.10claws8
 
-2002-04-02 [match]     0.7.4claws61
+       * src/compose.c
+               make replies behave correctly, re: RFC 1036, Section 2.2.3,
+               paragraph 1
 
-       * src/pine.[ch]
-       * src/importpine.[ch]
-       * src/addressbook.c
-               import Pine address book.
+2003-02-13 [paul]      0.8.10claws7
 
-2002-04-02 [match]     0.7.4claws60
+       * src/compose.[ch]
+         src/summaryview.c
+               fix 'Follow-up and Reply-to' so that it creates a reply to
+               the newsgroup and the sender. If the message has the keyword
+               'poster' in the Followup-To header, all replies go to the
+               sender, re: RFC 1036, Section 2.2.3
+               rename all instances of 'ignore_replyto' to 'to_sender', both
+               were previously used, now we use just one.
 
-       * src/addrharvest.[ch]
-               improve address parsing of funky addresses.
+2003-02-13 [paul]      0.8.10claws6
 
-2002-04-02 [darko]     0.7.4claws59
+       * sync with 0.8.10cvs9
+               see ChangeLog 2003-02-13
 
-       * src/compose.c
-               wrap on send improvements, it now recognizes quoted
-               initials as part of the quotation string, and it
-               does not join lines separated by CR
+2003-02-13 [paul]      0.8.10claws5
 
-2002-04-01 [match]     0.7.4claws58
+       * configure.ac
+               show which plugins are configured in the configure
+               output.
 
-       * src/mgutils.[ch]
-               added new functions.
-       * src/mutt.[ch]
-               remove excessive duplicate address generation
-               on import.
+2003-02-12 [thorsten]  0.8.10claws4
 
-2002-04-01 [alfons]    0.7.4claws57
-       
-       * src/summaryview.c
-               put back g_free() 
+       * src/news.c
+               show progress while fetching news headers
 
-2002-04-01 [paul]      0.7.4claws56
+2003-02-12 [christoph] 0.8.10claws3
 
-       * sync with 0.7.4cvs25
-               see ChangeLog entry 2002-04-01
+       * configure.ac
+       * src/plugins/Makefile.am
+               use AM_CONDITIONAL to enable plugins, automake correctly
+               manages this when creating distdir
 
-2002-04-01 [alfons]    0.7.4aprilfool55
+2003-02-12 [christoph] 0.8.10claws2
 
-       * src/summaryview.c
-               honour feature request item #537427 to allow for
-               displaying names from address book for sent mail also
+       * ac/spamassassin.m4
+       * src/plugins/spamassassin/Makefile.am
+               fix building SpamAssassin plugin without OpenSSL
 
-2002-03-29 [paul]      0.7.4claws54
+2003-02-12 [paul]      0.8.10claws1
 
-       * src/mainwindow.c
-         src/prefs_filtering.[ch]
-         src/prefs_matcher.c
-         src/summaryview.c
-               add 'fast filter' for claws' filtering,
-               /Tools/Create filter rule/... patch submitted
-               by Neill Miller <neillm@thecodefactory.org>
+       * ac/Makefile.am
+         src/Makefile.am
+         src/plugins/Makefile.am
+               fix failure of 'make release'
 
-2002-03-29 [paul]      0.7.4claws53
+2003-02-12 [paul]      0.8.10claws
 
-       * sync with 0.7.4cvs24
-               see ChangeLog entry 2002-03-29
+       * 0.8.10claws released
 
-2002-03-28 [paul]      0.7.4claws52
+2003-02-12 [paul]      0.8.9claws56
 
-       * sync with 0.7.4cvs23
-               see ChangeLog entry 2002-03-28
+       * po/bg.po
+         po/es.po
+         po/it.po
+         po/ru.po
+         po/sr.po
+               updated translations by George Danchev, Ricardo Mones Lastra,
+               Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
+               
+       * sylpheed.spec.in
+               Allow the building of RPMs by a regular user. Submitted
+               by Sergei Astanin
 
-2002-03-27 [melvin]    0.7.4claws51
+2003-02-11 [alfons]    0.8.9claws55
 
-       * src/prefs_actions.c
-               Added support to pass only one message part (as a
-               file) to the command using '%p'. No quotes are needed
-               because doubles quotes are automatically added.
-               Fixed bug where Sylpheed could block when waiting for
-               a child process to finish.
-               Changed the help menu to remove quotes around symbols to 
-               avoid misinterpretation (they must not be used).
+       * src/colorlabel.c
+               don't use pixmaps for label color rect but draw rectangles
+               so we can respect the color map of palette based visuals
+               (fixes the long time crashes on Suns - thanks to Andreas
+               Engel and Steve O'Hara-Smith for testing)
 
-2002-03-27 [melvin]    0.7.4claws50
+2003-02-11 [christoph] 0.8.9claws54
 
-       * src/inc.c
-               Made the new mail notification command always 
-               execute asynchronously.
+       * src/matcher_parser_parse.y
+               correct bug where filering rules of not existing folders in
+               matcherrc were added to global filtering
+               
+       (closes Debian Bug #180253 - Directory's filter-rules are merged with
+        main filter-rules after removing directory, http://bugs.debian.org/180253)
+       
+2003-02-11 [paul]      0.8.9claws53
 
-2002-03-27 [paul]      0.7.4claws49
+       * sync with 0.8.10cvs7
+               see ChangeLog 2003-02-09
 
-       * src/compose.c
-               fix bug introduced in last commit
+2003-02-11 [melvin]    0.8.9claws52
 
-2002-03-27 [paul]      0.7.4claws48
+       * po/fr.po
+               Updated French tranlsations
 
-       * sync with 0.7.4cvs21
-               see ChangeLog 2002-03-26 and 2002-03-27
+2003-02-10 [paul]      0.8.9claws51
 
-2002-03-26 [hoa]       0.7.4claws47
+       * sylpheed.spec.in
+               correct --enable-openssl
+               Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
 
-       * src/prefs_folder_item.c
-               really fixed the bug #516442 with folder rescan.
+2003-02-09 [martin]    0.8.9claws50
 
-2002-03-26 [paul]      0.7.4claws46
+       * src/prefs_matcher.c
+               fix segfault in prefs_matcher_substitute_cb() when
+               no row is selected
 
-       * sync with 0.7.4cvs19
-               see ChangeLog entries 2002-03-25 and 2002-03-26
+2003-02-09 [paul]      0.8.9claws49
 
-2002-03-25 [hoa]       0.7.4claws45
+       * src/folderview.c
+               fix bug where a newsgroup folder's processing rules were
+               merged with the global filtering rules when the newsgroup
+               folder was deleted, causing some seriously bad results,
+               see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
 
-       * src/matcher.c
-       * src/mh.c
-               fix the bug #516442 with folder rescan.
+2003-02-08 [melvin]    0.8.9claws48
 
-       * src/prefs_common.[ch]
        * src/compose.c
-               added an option to enable two different behaviours
-               for bounce.
+               Corrected and modified an alert message.
 
+2003-02-07 [paul]      0.8.9claws47
 
-2002-03-25 [paul]      0.7.4claws44
+       * src/folderview.c
+               fix bug where both an 'Account properties' window and a
+               'Folder properties' window were opened when clicking on
+               'Properties' in an NNTP or IMAP folder's popup menu.
 
-       * src/mainwindow.c
-         src/selective_download.c
-               correct a few menuitem labels
+2003-02-07 [paul]      0.8.9claws46
 
-2002-03-25 [christoph] 0.7.4claws43
+       * sync with 0.8.10cvs6
+               see ChangeLog 2003-02-06
 
-       * src/procmsg.c
-               fix non deleted tmp message in
-               procmsg_save_to_outbox
-               fix problems caused by sync with
-               main branch's procmsg_send_queue
+2003-02-06 [christoph] 0.8.9claws45
 
-2002-03-25 [paul]      0.7.4claws42
+       * src/mbox.c
+               freeze folder updates while importing mbox files
+               (closes bug 43 importing mbox took hours)
+               
+       Patch submitted by Jens Rantil <jens.rantil@telia.com>
 
-       * src/quote_fmt.c
-         src/quote_fmt_lex.l
-         src/quote_fmt_parse.y
-               add Last name (%L) placeholder for quoting. 
-               patch submitted by Thorsten Thielen 
-               <thth@users.sourceforge.net>
+2003-02-06 [thorsten]  0.8.9claws44
 
-2002-03-25 [paul]      0.7.4claws41
+       * po/de.po
+               Updated german translations
 
-       * src/utils.c
-               get full hostname. patch submitted by
-               Bob Woodside <rwoodside1@comcast.net>
+2003-02-06 [thorsten]  0.8.9claws43
 
-2002-03-25 [paul]      0.7.4claws40
+       * src/news.h
+               use guint for message numbers (fix count in grouplist dialog)
 
-       * src/account.c
-         src/news.c
-         src/nntp.[ch]
-         src/prefs_account.[ch]
-               enable NNTP over SSL. patch submitted by
-               Pascal Jermini <pascal@infinity.hn.org>
+2003-02-05 [paul]      0.8.9claws42
 
-2002-03-24 [paul]      0.7.4claws39
+       * sync with 0.8.10cvs2
+               see ChangeLog 2003-02-05
 
-       * src/prefs_common.c
-               make the arrangement of the Compose tab more
-               coherent
+2003-02-04 [colin]     0.8.9claws41
 
-       * src/mainwindow.c
-               fix some irregularities of style
+       * src/prefs_common.[ch]
+         src/procmsg.c
+         src/summaryview.c
+               Add an option to disable threading by subject
 
-       * po/de.po
-               updated by Kilian Krause
+2003-02-04 [christoph] 0.8.9claws40
 
-2002-03-23 [paul]      0.7.4claws38
+       * src/inc.c
+               only abort fetching mails from multiple accounts when the
+               error is fatal and does not allow to check any more accounts
+               (currently only disk full error)
 
-       * po/pt_BR.po
-               updated by Fabio Junior Beneditto
+       (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
+        receive mails for other accouts)
 
-2002-03-23 [paul]      0.7.4claws37
+2003-02-04 [christoph] 0.8.9claws39
 
-       * src/mainwindow.c
-               move 'Gather addresses' to 'Tools' menu
-               make 'Selective download' sensitive
+       * src/folder.c
+               first add the new message to the cache, then
+               send the update notification
 
-2002-03-23 [paul]      0.7.4claws36
+       (closes bug 39 after sending message folderview doesnt get updated)
 
-       * sync with 0.7.4cvs16
-               see ChangeLog entries 2002-03-23
+2003-02-04 [colin]     0.8.9claws38
 
-2002-03-22 [christoph] 0.7.4claws35
+       * src/inc.c
+               _really_ fix this Connecting... status
 
-       * src/quote_fmt_parse.y
-               fix include program output
+2003-02-04 [paul]      0.8.9claws37
 
-2002-03-22 [alfons]    0.7.4claws34
+       * sync with 0.8.10
+               see ChangeLog 2003-02-04
 
-       * src/pop.c
-               initialize GDate stack variable correctly (sorry!)
+2003-02-04 [paul]      0.8.9claws36
 
-2002-03-22 [paul]      0.7.4claws33
+       * sync with 0.8.9cvs6
+               see ChangeLog 2003-02-03
 
-       * src/compose.c
-         src/mainwindow.c
-         src/prefs_actions.c
-         src/prefs_common.c
-               rename 'Tool' to 'Tools'
+2003-02-04 [paul]      0.8.9claws35
 
-       * src/mainwindow.c
-               move 'Delete duplicated messages' from
-               'Message/' to 'Tools/'
-               re-arrange the order of 'Tools/' items
+       * po/pt_BR.po
+               updated by André Filipe de Assunção e Brito 
+               <bedecko@netsite.com.br>
 
-2002-03-22 [paul]      0.7.4claws32
+2003-02-03 [thorsten]  0.8.9claws34
 
-       * src/addr_compl.c
-         src/addressbook.[ch]
-               auto-address completion now also matches on
-               Nickname. patch submitted by Bob Forsman 
-               <hammor@users.sourceforge.net>
+       * po/de.po
+               Updated german translations
 
-       * src/editaddress.c
-               correct a spelling mistake
+2003-02-02 [paul]      0.8.9claws33
 
-2002-03-22 [alfons]    0.7.4claws31
+       * po/es.po
+               updated by Ricardo Mones Lastra
 
-       * src/pop.c
-               fix getting uidl from incorrect string 
-               (spotted by Colin)
+2003-02-02 [thorsten]  0.8.9claws32
 
-2002-03-21 [alfons]    0.7.4claws30
+       * src/mh.c
+               Fix mh_get_msginfo() segfault if file is inaccessible
 
-       * src/pop.c
-               more code refactoring
-               plug mem leak introduced by delete on server
+2003-01-31 [colin]     0.8.9claws31
 
-2002-03-21 [paul]      0.7.4claws29
+       * src/procheader.c
+               Fix last commit's bug
 
-       * sync with 0.7.4cvs11
-               see ChangeLog entries 2002-03-20
+2003-01-31 [colin]     0.8.9claws30
 
-2002-03-20 [alfons]    0.7.4claws28
+       * src/procheader.c
+               Missing a change for gpg-signed messages
 
-       * src/inc.c
-               apply Colin's patch and refactor
+2003-01-31 [paul]      0.8.9claws29
 
-2002-03-20 [paul]      0.7.4claws27
+       * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
+         src/procheader.c
+         src/stock_pixmap.[ch]
+         src/summaryview.c
+               indicate GnuPG signed messages by displaying an icon
+               in the Attachment column.
 
-       * sync with sylpheed 0.7.4cvs9
-               see ChangeLog entry 2002-03-20
+2003-01-31 [paul]      0.8.9claws28
 
-2002-03-19 [christoph] 0.7.4claws26
+       * sync with 0.8.9cvs4
+               see ChangeLog 2003-01-31
 
-       * src/mh.c
-       * src/procmsg.[ch]
-       * src/summaryview.c
-               revert changes for flag updates
-               (does not work correctly and no time to debug)
+2003-01-31 [alfons]    0.8.9claws27
 
-2002-03-20 [alfons]    0.7.4claws25
+       * src/textview.c
+               tune URI parser to accept mailto URLs with a '?'
+               (patch from Ruslan Balkin)
 
-       * src/pop.c
-               refactor should_delete() a little bit 
+2003-01-31 [colin]     0.8.9claws26
 
-2002-03-19 [paul]      0.7.4claws24
+       * src/summaryview.c
+               Fix a leak introduced in claws24
 
-       * src/inc.[ch]
-         src/pop.c
-         src/prefs_account.[ch]
-               allow the user to leave downloaded mail on the 
-               server for n days. Patch submitted by Colin Leroy 
-               <colin@colino.net>
+2003-01-31 [colin]     0.8.9claws25
 
-2002-02-19 [paul]      0.7.4claws23
+       * src/summaryview.c
+               Freeze/Thaw folder updates when deleting dups
 
-       * sync with sylpheed 0.7.4cvs8
-               see ChangeLog entries 2002-03-19
+2003-01-31 [colin]     0.8.9claws24
+       
+       * src/addr_compl.c
+         src/summaryview.c
+         src/msgcache.c
+               little speed improvements
 
-2002-03-18 [paul]      0.7.4claws22
+2003-01-31 [colin]     0.8.9claws23
 
-       * sync with sylpheed 0.7.4cvs6
-               see ChangeLog entry 2002-03-18
+       * src/summaryview.c
+               Fix segfault when forwarding nothing
+               Patch from "Ruslan N. Balkin" <baron@voices.ru>
+               
+2003-01-30 [paul]      0.8.9claws22
 
-2002-03-18 [paul]      0.7.4claws21
+       * sync with 0.8.9cvs3
+               see ChangeLog 2003-01-30
 
-       * po/en_GB.po
-               add en_GB message catalogue
+2003-01-30 [paul]      0.8.9claws21
 
-       * src/mbox_folder.c
-         src/prefs_account.c
-         src/prefs_actions.c
-               correct a few spelling mistakes
+       * sync with 0.8.9cvs2
+               see ChangeLog 2003-01-30
 
-2002-03-17 [alfons]    0.7.4claws20
+2003-01-29 [paul]      0.8.9claws20
 
-       * src/matcher.c
-               more stringent checks for NULL params when writing
-               filtering actions to a file
-               
-2002-03-17 [hoa]       0.7.3claws20
+       * sync with 0.8.9cvs1
+               see ChangeLog 2003-01-29
 
-       * src/news.c
-               fixed the count of new messages
+2003-01-28 [paul]      0.8.9claws19
 
-       * src/compose.c
-               fixed the "attachment properties" window
+       * po/POTFILES.in
+               update to reflect changes. 
+               thanks to Ricardo Mones Lastra
 
-2002-03-17 [paul]      0.7.4claws19
+2003-01-27 [christoph] 0.8.9claws18
 
-       * src/defs.h
-         src/folder.h
-         src/news.c
-         src/prefs_account.[ch]
-         src/procmsg.[ch]
-         src/summaryview.c
-               automatically mark cross-posted messages as read 
-               and (optionally) give them a colour label
-               Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
-               
+       * ac/openssl.m4
+       * ac/spamassassin.m4
+       * src/plugins/spamassassin/README
+       * src/plugins/spamassassin/libspamc.[ch]
+       * src/plugins/spamassassin/utils.[ch]
+               updated to latest libspamc
 
-2002-03-17 [paul]      0.7.4claws18
+2003-01-27 [christoph] 0.8.9claws17
 
-       * sync with sylpheed 0.7.4cvs5
-               see ChangeLog entry 2002-03-17
+       * src/folder.c
+               fix wrong use of procheader_get_header_fields
 
-2002-03-17 [melvin]    0.7.4claws17
-       
-       * src/textview.c
-               Worked around a gtktext 'bug': when searching for 
-               a text in a long message it was scrolling slowly
-               line by line until it hit the searched text.
-       * po/fr.po
-               Updated French translation
+2003-01-27 [christoph] 0.8.9claws16
 
-2002-03-17 [melvin]    0.7.4claws16
+       * src/news.c
+       * src/prefs_account.[ch]
+       * src/common/nntp.[ch]
+               allow to force authentication for NNTP servers
 
-       * src/mainwindow.c
-       * src/compose.c
-       * src/prefs_actions.c
-               Moved "Edit/Actions" to "Tool/Actions"
-               Made mainwindow/compose window sensitive as soon as
-               no child process is running anymore even if the io dialog
-               is open.
-               Fixed a struct being initialized with a non constant char*
+       Patch submitted by Florian Mickler <dmk@d-labs.de>
 
-2002-03-16 [christoph] 0.7.4claws15
+2003-01-26 [paul]      0.8.9claws15
 
-       * configure.in
-               add --with-compiler-flags option
-               (only for developer hacking)
-       * src/mh.c
-       * src/procmsg.[ch]
        * src/summaryview.c
-               try to make folder-stats and flag handling more
-               independent from the summaryview. msgcounts
-               are only set when the folder is opened and
-               procmsg_msginfo_(un)set_flags will handle it
-               later and summaryview will get the values
-               from the folder.
+               speed up of marking messages as read
+               patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
 
-2002-03-16 [paul]      0.7.4claws14
+2003-01-26 [christoph] 0.8.9claws14
 
-       * src/messageview.c
-               fix Return-receipt. Patch submitted by Bob
-               Woodside <rwoodside1@comcast.net>
+       * src/Makefile.am
+       * src/mgutils.[ch]              ** REMOVE **
+       * src/xml.[ch]                  ** REMOVE **
+       * src/xmlprops.[ch]             ** REMOVE **
+       * src/common/Makefile.am
+       * src/common/mgutils.[ch]       ** NEW **
+       * src/common/xml.[ch]           ** NEW **
+       * src/common/xmlprops.[ch]      ** NEW **
+               move xml files to common directory
 
-2002-03-16 [paul]      0.7.4claws13
+2003-01-26 [christoph] 0.8.9claws13
 
-       * src/compose.c
-               fix 'dynamic' signatures, make it work again
-               broken during sync on 2002-03-14 (0.7.4claws2)
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               only set gtk entry text if string is available
 
-2002-03-15 [match]     0.7.4claws12
+2003-01-26 [melvin]    0.8.9claws12
 
-       * src/addrharvest.[ch]
-       * src/addrgather.[ch]
-       * src/addressbook.[ch]
-       * src/mainwindow.c
-               included address harvester feature. still some
-               issues with address parsing that I will fix.
+       * src/description_window.c
+               Allow resizing of the window
+               Allow automatic horizontal scroll bar
+               Do not vertically expand and fill
 
-2002-03-15 [match]     0.7.4claws11
+2003-01-26 [christoph] 0.8.9claws11
 
-       * src/addrbook.[ch]
-       * src/addrcache.[ch]
-       * src/addressbook.[ch]
-       * src/addrindex.c
-       * src/editbook.c
-       * src/importldif.c
-       * src/importmutt.c
-       * src/jpilot.[ch]
-       * src/main.c
-       * src/syldap.[ch]
-       * src/vcard.[ch]
-               tidy up. fix memory leaks. moved attribs and methods
-               from individual interfaces to addrcache object. prep
-               for new stuff to come in.
+       * src/Makefile.am
+       * src/gtkutils.[ch]             ** REMOVE **
+       * src/common/sylpheed.c
+       * src/gtk/Makefile.am
+       * src/gtk/description_window.c
+       * src/gtk/gtkutils.[ch]         ** NEW **
+       * src/gtk/prefswindow.c
+               move gtkutils to gtk directory
 
-2002-03-15 [alfons]    0.7.4claws10
+2003-01-26 [paul]      0.8.9claws10
 
-       * src/matcher.[ch]
-       * src/matcher_parser_parse.y
-       * src/matcher_parser_lex.l
-       * src/prefs_matcher.c
-               add filtering conditions message greater than, smaller 
-               than, and exactly matching a size in bytes
-               (does not work with delete from POP3 server yet)
+       * src/summaryview.c
+               rename summary_unread_clicked() to summary_status_clicked()
 
-               this should also give others an idea what you should
-               do to add new criterions to claws filtering system
-               
+2003-01-26 [melvin]    0.8.9claws9
 
-2002-03-15 [paul]      0.7.4claws9
+       * src/prefs_actions.c
+               Cosmetical changes to the help text
 
-       * tools/filter_conv.pl
-               exit if there are no filter rules to convert
-               rename filterrc to filterrc.old after completion
+2003-01-26 [paul]      0.8.9claws8
 
-2002-03-15 [paul]      0.7.4claws8
+       * src/folder.[ch]
+         src/mainwindow.c
+         src/prefs_common.c
+         src/prefs_sumamry_column.c
+         summaryview.[ch]
+               rename the 'Unread' column to 'Status'
 
-       * sync with sylpheed 0.7.4cvs3
-               see ChangeLog entry 2002-03-14
+2003-01-25 [match]     0.8.9claws7
 
-2002-03-14 [paul]      0.7.4claws7
+       * src/mgutils.[ch]
+               removed reference to LDAP constants. removed error2string.
+               included functions to support LDAP dynamic queries.
+       * src/syldap.h
+               moved LDAP constants here.
+       * src/addressbook.c
+       * src/addrindex.c
+       * src/importldif.c
+               removed references to LDAP constants and references to
+               error2string.
 
-       * src/compose.c
-               clean up the last commit (ahem)
+2003-01-25 [paul]      0.8.9claws6
 
-2002-03-14 [paul]      0.7.4claws6
+       * src/summaryview.c
+               summary_thread_build(), summary_thread_init(): remove 
+               unneeded reference to summaryview->folder_item
 
-       * src/compose.c
-               fix bug #515655. honour account preferences
-               regarding gpg default signing/encryption when 
-               changing account from the compose window.
+2003-01-25 [christoph] 0.8.9claws5
 
-2002-03-14 [paul]      0.7.4claws5
+       * src/gtk/description_window.c
+               o allow description texts to expand over multiple columns
+               o translate all columns
+       * src/prefs_actions.c
+               change syntax description to use new multi column feature
 
-       * src/folderview.c
-               remove unnecessary curly brackets
+       Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
 
-2002-03-14 [paul]      0.7.4claws4
+2003-01-25 [match]     0.8.9claws4
 
-       * src/folderview.c
-         src/prefs_filtering.[ch]
-               add filter rename on folder rename and filter
-               delete on folder delete. Patch submitted by
-               Neill Miller <neillm@thecodefactory.org> 
+       * src/vcard.c
+               fixed bug with Quoted-Printable
 
-2002-03-14 [christoph] 0.7.4claws3
+2003-01-25 [paul]      0.8.9claws3
 
-       * src/procmsg.c
-       * src/send.c
-               fix local delivery
-               (patch submitted by "Simon 'corecode' Schubert")
+       * src/folder.[ch]
+         src/summaryview.[ch]
+               implement per-folder collapsed/expanded threads setting
+               
        * src/prefs_common.c
-       * src/procmsg.c
-               fix gcc 3.0 warning
+               remove global collapsed/expanded threads option
+
+2003-01-25 [christoph] 0.8.9claws2
 
-2002-03-14 [paul]      0.7.4claws2
+       * po/POTFILES.in
+               add pluginwindow and prefswindow
+       * src/compose.c
+               make send respond correctly to messages that could be added
+               to the queue folder, but the UID of the message is unknown
+       * src/folder.c
+       * src/imap.c
+               don't return guessed UIDs in imap_add_msg anymore. We return
+               0 to tell the folder system it was appened but the UID is
+               unknown. Folder system now get's the UID by scaning the folder
+               and searching the cache for the Message-ID
+               (closes bug #29 Messages queued, but not sent)
 
-       * sync with sylpheed 0.7.4cvs2
-               see ChangeLog entry 2002-03-13
+2003-01-25 [paul]      0.8.9claws1
 
-2002-03-12 [darko]     0.7.4claws1
+       * src/codeconv.c
+               conv_encode_header():  fix bug when long headers with 8-bit
+               characters are used, so that the encoded words are wrapped.
+               If the space in the original text falls on the wrap boundary,
+               it can be lost.
+               Patch by Sergey Vlasov.
+               
+       * src/folderview.c
+                fix bug where a change to the sorting method or thread view
+                of a folder's messages is lost if simpify-subject is set and
+                toggled on or off.
+                Patch by Luke Plant.
 
-       * src/mainwindow.c
-               fix what seems to be a copy and paste error
-               when setting color for important messages
-               (reported by wwp)
+2003-01-24 [paul]      0.8.9claws
 
-2002-03-11 [paul]      version 0.7.4claws released
+       * sylpheed-0.8.9claws released
+       
+       * Makefile.am
+         sylpheed.spec.in
+               remove reference to 'INSTALL.jp'
 
-2002-03-11 [paul]      0.7.4claws
+2003-01-23 [paul]      0.8.8claws128
 
        * po/es.po
          po/it.po
-         po/nl.po
-         po/pt_BR.po
-               update message catalogs. Submitted by Ricardo Mones 
-               Lastra, Alessandro Maestri, Wilbert Berendsen, and 
-               Fabio Junior Beneditto
-
-       * configure.in
-         faq/Makefile.am
-         faq/it/Makefile
-         faq/it/sylpheed-faq*
-         src/mainwindow.c
-         src/manual.[ch]
-               add FAQ in Italian
-       
+         po/ru.po
+         po/sr.po
+               updated translations. submitted by Ricardo Mones Lastra,
+               Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
 
-2002-03-11 [jens]      0.7.3claws7
+2003-01-23 [colin]     0.8.8claws127
 
-       * po/de.po
-               updated German translation
+       * src/compose.c
+               Fix drafted and queued news articles re-edition
 
-2002-03-11 [melvin]    0.7.3claws6
+2003-01-23 [melvin]    0.8.8claws126
 
        * po/fr.po
-               updated and corrected French translation
+               Updated French translations
 
-2002-03-10 [hoa]       0.7.3claws5
+2003-01-23 [colin]     0.8.8claws125
 
-       * src/account.c
        * src/inc.c
-       * src/prefs_account.c
-       * src/procmsg.c
-       * src/send.[ch]
-               fixed the local account.
-               you have to change the default "/usr/sbin/sendmail"
-               to "/usr/sbin/sendmail -t" in the preferences of
-               the local account.
-
-       * src/procmime.c
-               removed some debug display for renderer
+               Fix "Connecting to..." status message
 
-2002-03-10 [paul]      0.7.3claws4
+2003-01-22 [paul]      0.8.8claws124
 
-       * faq/en/sylpheed-faq-1.html
-         faq/en/sylpheed-faq-2.html
-               update
+       * po/bg.po
+               updated by George Danchev
+               
+       * src/folder.c
+               revert last commit [0.8.8claws111] as it breaks folder d'n'd
+               and folder deletion
 
-2002-03-09 [paul]      0.7.3claws3
+2003-01-21 [paul]      0.8.8claws123
 
-       * sync with sylpheed 0.7.4
-               see ChangeLog entry 2002-03-09
+       * po/bg.po
+               updated by George Danchev
+               
+       * src/about.c
+               its now 2003
+               
+       * src/toolbar.c
+               don't translate 'Separator'
+               
+       * src/plugins/spamassassin/Makefile.am
+               add aspell to CPPFLAGS
+               
+       * src/plugins/spamassassin/spamassassin.c
+         src/plugins/spamassassin/spamassassin_gtk.c
+               set correct default for spamassassin_receive_spam
+               slightly re-word descriptions and some
+               other minor changes
 
-2002-03-08 [paul]      0.7.3claws2
+2003-01-19 [alfons]    0.8.8claws122
+               
+       * src/mimeview.c
+               mimeview_save_as(): we might as well show the file name for
+               the single case "Save As" too
 
-       * faq/en/sylpheed-faq*
-         faq/es/sylpheed-faq*
-         faq/fr/sylpheed-faq*
-               update the FAQs
+2003-01-19 [alfons]    0.8.8claws121
 
-       * manual/fr/.cvsignore
-         manual/fr/Makefilea.am
-         manual/fr/sylpheed*
-         src/mainwindow.c
-         src/manual.[ch]
-               add the French manual
+       * src/crash.c
+               change bug tracker URL to bugzilla URL
 
-2002-03-07 [paul]      0.7.3claws1
+2003-01-19 [alfons]    0.8.8claws120
 
-       * sync with sylpheed 0.7.3cvs4
-               see ChangeLog entries  2002-03-06 and 2002-03-07
-       
-       * po/nl.po
-               updated by Wilbert Berendsen
+       * src/mimeview.c
+               mimeview_save_all(): display name of file before overwriting;
+               continue saving all, even when one overwrite was cancelled
 
-2002-03-07 [melvin]    0.7.2claws34
+2003-01-19 [christoph] 0.8.8claws119
 
-       * src/selective_download.c
-               Changed the pixmap of the receive button to MAIL_RECEIVE.
+       * src/summaryview.c
+       * src/procmsg.[ch]
+               fix wrong usage of procmsg_find_children in summaryview
+               by using procmsg_update_unread_children instead of
+               summaryview_update_unread_children
 
-2002-03-06 [paul]      0.7.2claws33
+2003-01-19 [christoph] 0.8.8claws118
 
-       * sync with sylpheed 0.7.3cvs1
-               bug fix, see ChangeLog entry 2002-03-05
+       * src/procmsg.c
+               fix infinite loop in procmsg_find_children
+                (closes bug #25 sylpheed crashes on delete.)
 
-2002-03-05 [paul]      0.7.2claws32
+       Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
 
-       * src/mimeview.c
-         src/pgptext.[ch]
-         src/procmsg.c
-               reverse the pgp ascii-armored code implemented in 
-               0.7.2claws16. removal of this code until it matures.
-               this means that verifying ascii-armored pgp sigs and
-               automatic decryption of ascii-armored encrypted
-               messages no longer works.
+2003-01-19 [paul]      0.8.8claws117
 
-2002-03-05 [paul]      0.7.2claws31
+       * po/pt_BR.po
+               updated by Ivan Francolin Martinez
 
-       * configure.in
-         Makefile.am
-       * faq/Makefile.am
-       * faq/en/Makefile.am
-         faq/en/sylpheed-faq.html
-         faq/en/sylpheed-faq-1.html
-          faq/en/sylpheed-faq-2.html
-         faq/en/sylpheed-faq-3.html
-       * faq/es/Makefile.am
-         faq/es/sylpheed-faq.html
-         faq/es/sylpheed-faq-1.html
-          faq/es/sylpheed-faq-2.html
-         faq/es/sylpheed-faq-3.html
-         faq/es/sylpheed-faq-4.html
-       * faq/fr/Makefile.am
-         faq/fr/sylpheed-faq.html
-         faq/fr/sylpheed-faq-1.html
-          faq/fr/sylpheed-faq-2.html
-         faq/fr/sylpheed-faq-3.html
-       * src/Makefile.am
-         src/defs.h
-         src/mainwindow.c
-         src/manual.[ch]
-               add FAQs in English, Spanish and French
+2003-01-18 [melvin]    0.8.8claws116
 
+       * src/prefs_actions.c
+               Removed syntax limitation of only one '&' at the end of command.
+                       Now actions that contain '>/dev/null 2>&1' are possible.
 
-2002-03-05 [paul]      0.7.2claws30
+2003-01-18 [melvin]    0.8.8claws115
 
-       * manual/en/sylpheed.html
-         manual/en/sylpheed-XX.html
-               updated the English manual
+       * src/prefs_actions.c
+               Actions IO dialog: when the action ends
+               the "Close" button now has focus and [Escape] closes the
+               window.
 
-2002-03-05 [hoa]       
+2003-01-18 [christoph] 0.8.8claws114
 
-       * src/summaryview.c
-               dialog box pops up if the article can't be deleted.
+       * src/procmsg.c
+               o add debug output when MsgInfos are really freed
+               o free GSLists in procmsg_find_children and
+                 procmsg_update_unread_children
 
-2002-03-04 [paul]      
-       
-       * po/pt_BR.po
-               updated by Fabio Junior Benedito
+2003-01-18 [christoph] 0.8.8claws113
 
-2002-03-04 [hoa]
+       * src/mainwindow.c
+               reorder Configuration menu
 
-       * removed ac/gpgme.m4
-               to avoid autogen common problem
-               developers have to install gpgme development package now
+2003-01-18 [christoph] 0.8.8claws112
 
        * src/compose.c
-               encoding to 7bit or 8bit is enabled.
-
-2002-03-03 [alfons]    0.7.2claws29
+               fix applying templates to forwarded messages
 
-       * src/pop.c
-               merge fix by Oliver Haertel for selective
-               download buglet
+       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
 
-2002-03-03 [paul]      0.7.2claws28
-       
-       * sync with sylpheed 0.7.3
+2003-01-17 [christoph] 0.8.8claws111
 
-2002-03-03 [paul]      0.7.2claws27
+       * src/folder.c
+               destroy folder items, when a folder item is removed
 
-       * sync with sylpheed 0.7.2cvs24
-               see ChangeLog entries 2002-03-02 and 2002-03-03
+2003-01-17 [christoph] 0.8.8claws110
 
-2002-03-02 [melvin]    0.7.2claws26
+       * src/folder.c
+               fix wrong folder stats update when ignored message is
+               deleted
 
-       * src/inc.[ch]
-       * src/main.c
+2003-01-17 [colin]     0.8.8claws109
+       
        * src/mainwindow.c
-       * src/prefs_common.[ch]
-               Added user definable notification on new mail arrival.
-               Removed unused variables in spell checker prefs code.
-
-2002-03-02 [melvin]    0.7.2claws25
-
-       * src/quote_fmt.c
-               Removed unnecessary escape sequences.
-               Changed 'Initial...' to 'Initials of Sender'
-
-2002-03-02 [paul]      0.7.2claws24
+       * src/summaryview.c
+               Quicksearch bugfixes: 
+               - hide help button at startup if not extended
+               - switch to extended when looking for replies
 
-       * sync with sylpheed 0.7.2cvs22
-               see ChangeLog entry 2002-03-01
+2003-01-17 [paul]
 
-2002-03-01 [hoa]       0.7.2claws23
+       * sync with 0.8.9 release
 
-       * src/mainwindow.c
-               Set sensitivity of delete actions to active
-               even if the folder is a newsgroup.
+2003-01-17 [paul]      0.8.8claws108
 
-       * src/summaryview.c
-               - Set sensitivity of delete actions
-               - Added function check_permission() that will check if the
-                 user is authorized to delete a message. For news, it
-                 will check if the author is the same.
-               - Enabled deletion when there is no trash folder.
+       * sync with 0.8.8cvs11
+               see ChangeLog 2003-01-17
 
-       * src/news.[ch]
-               - Added news_cancel_article() to cancel articles
-               - Implemented news_remove_message() (public function)
+2003-01-16 [colin]     0.8.8claws107
 
-2002-03-01 [paul]      0.7.2claws22
+       * src/procmsg.c
+               Changed encryption test to re-ask passphrase
+               if an encrypted message hasn't been decrypted
+               Fixes bug #5
 
-       * src/gtkutils.c
-         src/textview.c
-               recognise urls that that don't include 'http://' and
-               simply begin 'www.' 
+2003-01-16 [christoph] 0.8.8claws106
 
-       * AUTHORS
-               remove duplicated name
+       * src/prefs_gtk.c
+       * src/prefs_toolbar.c
+       * src/gtk/prefswindow.h
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               remove page destroy function that is not used anymore
 
-2002-02-28 [paul]      0.7.2claws21
+2003-01-16 [paul]      0.8.8claws105
 
-       * src/mainwindow.c
-         src/summaryview.[ch]
-               add ability to 'Select thread'
-               combines Melvin's "Select thread's head" patch (#510907)
-               with Colin Leroy's <colin@colino.net> "Select whole thread" 
-               patch (#518514) 
+       * sync with 0.8.8cvs9
+               see ChangeLog 2002-01-16
 
-2002-02-28 [paul]      0.7.2claws20
+2003-01-16 [colin]     0.8.8claws104
 
-       * src/mimeview.c
-               hopefully fix segfault on right-clicking a mime part
-               that some people have experienced.      
-               fix submitted by Fredrik Olofsson <frol@linux.nu>
+       * src/compose.[ch]
+               Fix bug with autosaved drafts for IMAP, when draft
+               folder is specified - fixes bugzilla bug #20
 
-2002-02-28 [paul]      0.7.2claws19
+2003-01-15 [paul]      0.8.8claws103
 
-       * sync with sylpheed 0.7.2cvs21
-               see ChangeLog entries 2002-02-27 and 2002-02-28
+       * src/compose.[ch]
+         src/procmsg.c
+               store folder and message-id of message forwarding
+               in queue header and set forward flag after sending
 
-2002-02-27 [paul]      0.7.2claws18
+2003-01-15 [paul]      0.8.8claws102
 
-       * sync with sylpheed 0.7.2cvs18
-               see ChangeLog entries 2002-02-26 and 2002-02-27
+       * sync with 0.8.8cvs8
+               see ChangeLog 2002-01-15
 
-2002-02-26 [alfons]    0.7.2claws17
+2003-01-15 [colin]     0.8.8claws101
 
-       * src/procheader.c
-               #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
-               (spotted by Chris Hessman <idatech@gmx.net>)
+       * src/Makefile.am
+               Fix linking with GNU libiconv
 
-2002-02-26 [paul]      0.7.2claws16
+2003-01-15 [darko]     0.8.8claws100
 
-       * src/mimeview.c
-         src/pgptext.[ch]
-         src/procmsg.c
-               make decryption of ascii-armored pgp encrypted messages
-               and verification of ascii-armored signatures work again.
-               slightly altered from the patch by Jens Jahnke 
-               <jan0sch@gmx.net>
-
-               ##FIX ME##
-               * the checking of plaintext signatures always comes up in 
-                 a popup box
-               * it doesn't work for multipart messages 
-               * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
-                 including the msg headers and these 2 line themselves, are 
-                 not displayed
+       * src/pine.c
+               fix crash when importing pine address book
+               entry with an empty name (reported by DY
+               <dybulk at tri8.net>)
 
-       * src/mainwindow.c
-               "View/Folder Tree" becomes "View/Separate Folder Tree"
-               "View/Message View" becomes "View/Separate Message View"
-               because its less ambiguous.
+2003-01-14 [paul]      0.8.8claws99
 
-       * po/es.po
-               updated by Ricardo Mones Lastra
+       * configure.in  ** REMOVED **
+         configure.ac  ** NEW FILE **
+               rename configure.in to configure.ac, as it is now
+               preferred
 
-2002-02-26 [paul]      0.7.2claws15
+2003-01-14 [melvin]    0.8.8claws98
 
-       * sync with sylpheed 0.7.2cvs17
-               see ChangeLog entries 2002-02-25 and 2002-02-26
+       * src/folderview.c
+               folderview_check_new(): More precise function description
 
-2002-02-25 [christoph] 0.7.2claws14
+2003-01-14 [melvin]    0.8.8claws97
 
-       * src/filtering.[ch]
+       * src/folderview.c
+               folderview_check_new(): return the number of new messages 
+                       since last check.
        * src/inc.c
-               do filtering stuff after all messages have been received
-                 1. drop all messages to .processing
-                 2. scan processing folder for messages
-                 3. filter messages or move to inbox
-               this will also find old messages left in processing after
-               a crash or something like that and we get a real msginfo
-               from folder->get_msg_list and do not have to create our
-               own in filter_message
-       * src/matcher_parser_parse.y
-               remove MIX/MAX warning (reordered includes)
-
-2002-02-25 [paul]      0.7.2claws13
-
-       * sync with sylpheed 0.7.2cvs15
-               see ChangeLog entry 2002-02-24
+               inc_account_mail(): Disable counting of new messages for IMAP
+                       and NNTP until bug [19] and [14] are fixed.
 
-2002-02-24 [alfons]    0.7.2claws12
+2003-01-14 [paul]      0.8.8claws96
 
-       * src/filtering.c
-               clear old color flags first when applying a new color to
-               a message info. 
-               (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
+       * sync with 0.8.8cvs6
+               see ChangeLog 2003-01-14
 
-2002-02-24 [alfons]    0.7.2.claws11
-       
-       * AUTHORS
-       * src/prefs_common.c
-               add presets for Opera and Konqueror, closes patch #517261,
-               submitted by Ville Skyttä <scop@users.sourceforge.net>
+2003-01-13 [alfons]    0.8.8claws95
 
-2002-02-24 [alfons]    0.7.2.claws10
+       * src/textview.c
+               tune email address validation (c. 0.8.8claws89): if . is 
+               just one char away from @, the address is invalid too 
+               (correctly rejects addresses like foo@.com)
 
-       * AUTHORS
-       * src/summaryview.c
-               fix threading for null message ids, closes patch #521601,
-               submitted by Bob Forsman <hammor@users.sourceforge.net>
+2003-01-13 [paul]      0.8.8claws94
 
-2002-02-24 [alfons]    0.7.2claws9
+       * src/messageview.c
+         src/toolbar.c
+               fixes to the Message View toolbar and menu:
+               fix non-functioning Forward button
+               make Reply button consider default_reply_list
+               remove 'Follow-up...' menu entry
+               add 'Forward' and 'Redirect' menu entries
 
-       * src/summaryview.c
-       * src/filtering.c
-               make Tool | Filter Message work with filtering system so
-               setting flags also works
+2003-01-13 [melvin]    0.8.8claws93
 
-               TODO:
+       * src/inc.c
+               Fixed typo that could make new messages count incorrect.
 
-               - Processing uses the same function as Tool | Filter
-                 Message, but doesn't use the same update proc yet
+2003-01-13 [melvin]    0.8.8claws92
 
-2002-02-23 [paul]      0.7.2claws8
+       * src/folderview.[ch]
+               folderview_check_new(): return the number of new messages.
+       * src/inc.c
+               Should fix bug [14] where new mail notification worked 
+                       incorrectly with IMAP accounts.
+               inc_spool_account(): return number of new msgs, or -1 on error
+               inc_all_spool(): return number of new msgs
+               
+2003-01-13 [melvin]    0.8.8claws91
 
-       * sync with sylpheed 0.7.2cvs14
-               see ChangeLog entries 2002-02-22 and 2002-02-23
+       * src/prefs_actions.c
+               Justify help text.
 
-2002-02-22 [christoph] 0.7.2claws7
+2003-01-12 [thorsten]  0.8.8claws90
 
-       * src/quote_fmt.c
-               Add column space to table
-       * src/quote_fmt_parse.y
-               Close files
+       * src/common/prefs.c
+               close file before rename
 
-2002-02-22 [paul]      0.7.2claws6
+2003-01-12 [alfons]    0.8.8claws89
 
-       * src/Makefile.am
-         src/defs.h
-         src/filtering.c
-         src/inc.[ch]
-         src/mainwindow.c
-         src/matcher.[ch]
-         src/matcher_parser_lex.l
-         src/matcher_parser_parse.y
-         src/pop.[ch]
-         src/prefs_account.h
-         src/prefs_filtering.c
-         src/selective_download.[ch]   *** NEW FILES ***
-         src/utils.[ch]
-         po/POTFILES.in
-               Selective Download added to 'Tool' menu. 
-               Retrieves email headers of the currently selected pop3 
-               account and allows the user to mark emails for deletion 
-               right on the pop3 server. Patch submitted by Oliver Haertel 
-               <oha@users.sourceforge.net>.
-       
-       * po/POTFILES.in
-               add 'src/quote_fmt.c'           
+       * AUTHORS
+               add Christian Mertes
+       * src/common/utils.[ch]
+               g_stricase_hash(), g_stricase_equal(): functions for 
+               case insensitive hash tables
+       * src/textview.c
+               use top level domain names to validate email address, based
+               on a patch by Christian Mertes (thanks!), but changed 
+               implementation to use a hash table 
 
-2002-02-22 [christoph] 0.7.2claws5
+2003-01-12 [paul]      0.8.8claws88
 
-       * src/Makefile.am
-               added quote_fmt.c
-       * src/prefs_common.[ch]
-       * src/prefs_template.c
-       * src/quote_fmt.c               *** NEW FILE ***
-       * src/quote_fmt.h
-               move quote format symbol description code
-               to it's own file because it is used from
-               differnent code parts
-               Rewrote symbol description GUI
-                 + use table
-                 + add separators
-                 + get data from array (no more long constant strings)
-       * src/quote_fmt_lex.l
-       * src/quote_fmt_parse.y
-               Symbol for Literal % changed to \% instead of %%
-               (More logical as \ is used for quoting for other symbols)
-               Add |f and |p to include files and program output
-               Examples:
-                   |f{/home/.../.signature}
-                   |p{date}
-       * po/de.po
-               Correct wrong spelling for "Referenzen"
+       * po/bg.po
+               updated by George Danchev
 
-2002-02-21 [paul]      0.7.2claws4
+2003-01-12 [alfons]    0.8.8claws87
 
-       * src/procmsg.c
-               forgotten during sync
+       * src/summaryview.c
+               delete / execute performance: use new style folder update
 
-2002-02-21 [paul]      0.7.2claws3
+2003-01-12 [paul]      0.8.8claws86
 
-       * sync with sylpheed 0.7.2cvs11
-               see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
-               2002-02-20 and 2002-02-21
+       * sync with 0.8.8cvs5
+               see ChangeLog 2003-01-13 (!)
 
-2002-02-20 [melvin]    0.7.2claws2
+2003-01-12 [alfons]    0.8.8claws85
 
-       * src/prefs_actions.c
-               Added error report when child cannot fork or when execvp 
-               returns with an error.
+       * src/filtering.c
+       * src/matcher_parser_parse.y
+               prepare change_score filtering action
+       * src/matcher.[ch]
+               give up const-correctness on functions that call non-const-correct functions;
+               several casts to gpointer in g_free();
+               add change_score;
 
-2002-02-19 [christoph] 0.7.2claws1
+2003-01-12 [christoph] 0.8.8claws84
 
-       * src/codeconv.c
-               return unconverted text if conde conversion is not possible
-               when libjconv is used.
-               (patch submitted by "Simon 'corecode' Schubert")
+       * src/compose.c
+               fix 2 warnings
 
-2002-02-19 [paul]      
+       * src/gtk/prefswindow.[ch]
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               changed the call of the widget create function
+               for PrefsPages, because sometimes the widget
+               create function needs a widget that already has
+               been attached to a window (to create GDK pixmaps
+               for exmaple). So we simply pass the GtkWindow as
+               the second parameter now.
 
-       * version 0.7.2claws release
+       * src/main.c
+       * src/mainwindow.c
+       * src/prefs_toolbar.[ch]
+               rewrite Toolbar Preferences using the new
+               prefs window
 
-2002-02-19 [paul]      0.7.2claws
+2003-01-11 [alfons]    0.8.8claws83
 
-       * po/nl.po
-               updated by Wilbert Berendsen
+       * src/addressadd.c
+               fix crash when adding sender to addressbook because status bar
+               isn't there (the status bar doesn't seem to be used though,
+               but I'll let Match decide what to do with it)
 
+2003-01-11 [colin]     0.8.8claws82
 
-2002-02-18 [alfons]    0.7.1claws13
+       * src/main.c
+         src/toolbar.c
+               Two useless changes reversed
 
-       * src/syldap.c
-       * src/jpilot.c
-               remove references to dlfcn and explicitly loading functions
-               from dynalink libs, because libs linked anyway, and functions
-               are loaded explicitly
+2003-01-11 [colin]     0.8.8claws81
 
-2002-02-17 [melvin]    0.7.1claws12
+       * src/mainwindow.c
+         src/mainwindow.h
+               Add mainwindow_get_mainwindow()
+       * src/alertpanel.c
+         src/alertpanel.h
+               Add alertpanel_error_log() 
+       * src/compose.c
+         src/inc.c
+         src/messageview.c
+         src/toolbar.c
+         src/main.c
+         src/procmsg.c
+               Network errors get a View Log button
 
-       * src/prefs_actions.c
-               Replaced children wait loop with double fork technique.
-               Now, input/output window updated at each new output.
-               free_children(): Fixed a memory leak.
-               Made input/output window non closable if running children
-               still exist.
-               Added missing <unistd.h> include.
-               Added some --debug outputs.
+2003-01-10 [alfons]    0.8.8claws80
 
-2002-02-17 [melvin]    0.7.1claws11
+       * src/prefs_toolbar.c
+       * src/toolbar.c
+               use the translatable string for "Separator" as file name for
+               separator toolbar items (probably make this uppercase?)
 
-       * src/summaryview.c
-               Fixed bug where descending sort order did not select top
-               message.
+2003-01-10 [alfons]    0.8.8claws79
 
-2002-02-17 [melvin]    0.7.1claws10
+       * src/prefs_toolbar.c
+               put right A_SEPARATOR description string in "displayed
+               toolbar items list" so manually added separators are
+               saved correctly (bug #10, "Adding a separator to the main 
+               toolbar fails, entry in xml file is wrong")
 
-       * acconfig.h
-               Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
-       * src/prefs_common.c
-               Pspell data package directory no more hard coded but
-               set during configuration (PSPELL_PATH). (Thanks to 
-                               Gustavo Noronha Silva.)
+2003-01-10 [christoph] 0.8.8claws78
 
-2002-02-17 [melvin]    0.7.1claws9
+       * src/imap.c
+               o fix warnings
+               o use CAPABILITY to check if NAMESPACE is available
 
-       * configure.in
-               Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
-       * src/gtkspell.c
-               Fixed compile-time warnings.
+2003-01-10 [christoph] 0.8.8claws77
 
-2002-02-16 [alfons]    0.7.1claws8
+       * src/imap.[ch]
+               apply UIDPLUS IMAP extension support patch
 
-       * src/filesel.c
-               fix inadvertent free of NULL pointer which caused
-               sylpheed to crash when closing the save-as dialog
-               using the window close button
+       Patch submitted by Simon 'corecode' Schubert
 
-2002-02-16 [carsten]   0.7.1claws7
-       * src/mainwindow.[ch]
-         src/summaryview.c
-         src/prefs_common.c
-               fixes for pixmap theming code:
-                       - recently changed mail attributes shouldn't get
-                         lost any longer
-                       - theme is only reloaded iff another theme was
-                         selected
+2003-01-10 [paul]      0.8.8claws76
 
-2002-02-16 [paul]      0.7.1claws6
+       * src/folderview.c
+               a sync from main which fixes the news account folders'
+               Properties bug
 
-       * sync with sylpheed 0.7.2 release
-               see ChangeLog entry 2002-02-15 and 2002-02-16
+2003-01-10 [christoph] 0.8.8claws75
 
-2002-02-15 [paul]      0.7.1claws5
+       * src/folder.c
+               don't accept 0 as a valid uid returned by copy and move
+               functions. 0 means the message was copied or moved but the
+               new uid could not be fetched. It is not an error condition
+               for the copy or move operation.
 
-       * sync with sylpheed 0.7.1cvs9
-               see ChangeLog entry 2002-02-15
+2003-01-10 [paul]      0.8.8claws74
 
-       * po/POTFILES.in
-               remove unneeded headerwindow.c entry
+       * src/prefs_filtering.c
+               change English used in Alert when entry is not
+               saved.
+               
+       * sync with 0.8.8cvs4
+               see ChangeLog 2003-01-10
 
-2002-02-14 [carsten]   0.7.1claws4
-       * src/summaryview.c
-               fixed a bug for "Go to next unread message": there was
-               an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
-               in the prefs, because of doing "Search again" instead
-               "No"
+2003-01-10 [darko]     0.8.8claws73
 
-2002-02-14 [carsten]   0.7.1claws3
-       * src/stock_pixmap.c
-               removed 2 more mem leaks; following memprof,
-               this code is "leak free" now :)
+       * src/pine.c
+               fix crash when importing address book entry
+               without a valid address
 
-2002-02-14 [carsten]   0.7.1claws2
-       * src/stock_pixmap.c
-               used opendir/readdir/closedir instead of scandir
-               -> code should work now on Solaris
+2003-01-09 [alfons]    0.8.8claws72
 
-2002-02-14 [paul]      0.7.1claws1
+       * src/inc.c
+               filtering performance: use new style folder update
 
-       * sync with sylpheed 0.7.1cvs8
-               see ChangeLog entries 2002-02-13 and 2002-02-14
+2003-01-09 [christoph] 0.8.8claws71
 
-       * README.claws
-               add some description of Actions and Pixmap Themes
+       * src/compose.c
+       * src/gtk/menu.[ch]
+               fix wrong selecting of mime encoding type, when
+               opening property dialog of attachments in the
+               compose window. 7bit was always selected and that
+               destoryed files with 8bit data.
+               (closes bug #9 Sylpheed-claws destroys attachments when
+                changing MIME-types)
 
-2002-02-13 [paul]      
+2003-01-09 [paul]      0.8.8claws70
 
-       * version 0.7.1claws release
+       * sync with 0.8.8cvs3
+               see ChangeLog 2003-01-09
 
-2002-02-13 [paul]      0.7.1claws
+2003-01-08 [alfons]    0.8.8claws69
+       
+       * src/addressadd.c
+               apply patch by Kim Schulz to fix build breakage
+               because of missing variable
 
-       * po/es.po
-         po/it.po
-         po/pt_BR.po
-               updated translations, submitted by Ricardo Mones Lastra,
-               Alessandro Maestri and Fabio Junior Beneditto
+2003-01-08 [paul]      0.8.8claws68
 
-2002-02-13 [melvin]    0.7.0claws75
+       * sync with 0.8.8cvs2
+               see ChangeLog 2002-01-08
 
-       * src/prefs_actions.c
-               Added missing "signal.h" include
+2003-01-08 [paul]      0.8.8claws67
 
-2002-02-13 [melvin]    0.7.0claws74
+       * po/it.po
+               updated by Alessandro Maestri
+               
+       * src/addressadd.c
+               when using 'Add sender to addressbook' allow
+               name to be edited and remarks to be entered
+               Patch submitted by Luke Plant
 
-       * src/prefs_folder_item.c
-               Added missing "config.h" include
-       * po/fr.po
-               Updated French translation for folder propriety.
+2003-01-08 [darko]     0.8.8claws66
 
-2002-02-13 [jens]      0.7.0claws73
+       * README.claws, src/summaryview.c
+               fix description for marked messages
 
-       * po/POTFILES.in
-               Added missing src/prefs_folder_item.c [log added by melvin]
-       * po/de.po
-               Updated German translation.
+2003-01-08 [paul]
 
-2002-02-13 [melvin]    0.7.0claws72
+       * tools/Makefile.am
+         tools/launch_phoenix  ** NEW FILE **
+               add script that enables using Phoenix as the default
+               web browser. 
+               Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
+               
+       * tools/OOo2sylpheed.pl
+               remove full path to sylpheed executable, just 'sylpheed'
+               will do
+               
+       * tools/README
+               add launch_phoenix informtion and re-arrange and compress
+               the data a little
 
-       * po/fr.po
-               Updated French translation.
+2003-01-07 [christoph] 0.8.8claws65
 
-2002-02-13 [melvin]    0.7.0claws71
+       * src/folder.c
+               fix update for source folder when moving messages
+       * src/procmsg.[ch]
+       * src/summaryview.c
+               use function to set to_folder for message infos and
+               automatically update the op_count for old and new
+               folder
 
-       * src/gtkutils.c
-               Made gtkut_editable_get_selection return NULL if selection
-               is of length zero.
-               This fixes a bug where selecting part of message A then
-               switching to message B and replying to it will not
-               quote the message's body.
+2003-01-07 [melvin]    0.8.8claws64
 
-2002-02-12 [paul]      0.7.0claws70
+       * src/prefs_actions.c
+               Fixed bug where an '%p' Action on a displayed image crashed 
+                       Sylpheed
+               Code clean up (get rid of duplicated code and removed unnecessary 
+                               structure member)
 
-       * src/mainwindow.c
-               cosmetic, relating to pixmap themes: on toolbar make 
-               updating of 'Exec' and 'Compose news/Compose email'
-               icons faster.
+2003-01-07 [christoph] 0.8.8claws63
 
-2002-02-12 [carsten]   0.7.0claws69
+       * src/compose.c
+       * src/folder.[ch]
        * src/folderview.c
-         src/mainwindow.[ch]
-         src/stock_pixmap.c
-         src/summaryview.c
-         src/prefs_common.c
-               - refreshing after changing pixmap theme better
-                 now (thanks Paul)
-               - wanted to remove some mem leaks, but alfons was
-                 faster (and had the better solution ;)
+       * src/import.c
+       * src/inc.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/prefs_folder_item.c
+       * src/procmsg.c
+       * src/summaryview.c
+       * src/toolbar.c
+               o remove all folder update triggering from the UI code. The folder
+                 system should know much better when a folder needs an update.
+               o to prevent multiple updates in a row the folder updates can be
+                 frozen for some time.
 
-2002-02-12 [alfons]     0.7.0claws68
+               Note: - Please verify that no updates are missing
+                     - Check where freeze/thaws should be added
 
-        * src/prefs_common.c
-        * src/stock_pixmap.[ch]
-                plug mem leaks, refactor code a little bit
+2003-01-07 [christoph] 0.8.8claws62
 
+       * src/prefs_actions.c
+               don't translate empty strings
 
-2002-02-12 [sergey]    0.7.0claws67
+       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
 
-       * src/imap.c
-               Fixed problem with copying messages to IMAP folders when the
-               server uses something other than '/' as a namespace separator
-               (cyrus-imapd uses '.').
+2003-01-06 [christoph] 0.8.8claws61
 
-2002-02-12 [jens]      0.7.0claws66
+       * src/prefs_actions.c
+               mark strings for gettext
+       * src/prefs_matcher.c
+               use new description window for Execute action and
+               match condition in Filtering
 
-       * po/de.po
-               Updated German Translation
+       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
 
-2002-02-12 [paul]      0.7.0claws65
+2003-01-06 [alfons]    0.8.8claws60
 
-       * sync with sylpheed 0.7.1cvs1
-               see ChangeLog entry 2002-02-12
+       keep myself inspired to re-organize matcher part 8; 
+       yes, more to come (I need to move out the descriptive
+       text for actions to matcher.c, or at least make it not
+       depend on the wicked ordering)
 
-2002-02-12 [melvin]    0.7.0claws64
+       * src/prefs_matcher.c
+               add documentation so others may comprehend the
+               UI part of the conditions
+               
+2003-01-06 [christoph] 0.8.8claws59
 
        * src/prefs_actions.c
-               Fixed "feature" where children's output was duplicated 
-               instead of refreshed while monitoring.
-               Removed some debug code.
+               use new description window for syntax help
+       * src/gtk/description_window.c
+               fix display of descriptions with column count != 2
 
-2002-02-12 [christoph] 0.7.0claws63
+       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
 
-       * src/compose.c
-               always delete message from queue after sending/send error
-               (closes bug #509601)
+2003-01-06 [christoph] 0.8.8claws58
+
+       * src/quote_fmt.c
+       * src/summaryview.[ch]
+       * src/gtk/Makefile.am
+       * src/gtk/description_window.[ch]       ** NEW **
+               use a generic window to display syntax descriptions
+               currently used in quote_fmt and summaryview (new description
+               for extended quick search)
+
+       Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
+
+2003-01-06 [paul]      0.8.8claws57
 
-2002-02-12 [melvin]    0.7.0claws62
+       * sync with 0.8.8cvs1
+               see ChangeLog 2003-01-06
 
-       * src/prefs_actions.c
-               Children wait loop is now triggered with a timeout of 1s
-               Added %F which is replaced with the list of filenames 
-               of all selected messages (as suggested by Ricardo Mones Lestra)
-               Pipe syntax changed. Prefix with | to send selection, postfix
-               with | to retrieve output. Prefix with > or * to send
-               user definable input to the command (*: input is hidden)
-               Old pipe action should now be postfixed with |, too.
-
-2002-02-12 [carsten]   0.7.0claws61 (more 59.75)
-       * src/stock_pixmap.c
-               fixed a bug: if there's no theme directory don't
-               throw an error, just do "nothing" (thanks Alfons)
+2003-01-06 [christoph] 0.8.8claws56
 
-2002-02-12 [carsten]   0.7.0claws60
-       * src/folderview.c
-         src/summaryview.c
-               had to write the cache twice (nasty!); some marks would 
-               get lost if not
+       * src/mainwindow.c
+       * src/prefs_gtk.[ch]
+       * src/gtk/prefswindow.[ch]
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               o remove page management from prefswindow, pages
+                 will be an argument to prefswindow_open
+               o prefswindow_open gets a datapointer that is
+                 passed to the widget_create function to allow
+                 creation of prefswindow for specific items
 
-2002-02-11 [carsten]   0.7.0claws59
-       * acconfig.h
-         configure.in
-         doc-src/maintainer_guide.txt
-         src/compose.[ch]
-         src/defs.h
-         src/folderview.[ch]
-         src/gtkutils.[ch]
-         src/mainwindow.[ch]
-         src/prefs_common.[ch]
-         src/stock_pixmap.[ch]
-         src/summaryview.[ch]
-               pixmap theming and related work on pixmap
-               handling on some other places
-               (e.g. hrm features for all folder)
-         src/pixmap/stock_*.xpm -> the stock_ was removed
+2003-01-06 [colin]             0.8.8claws55
        
-2002-02-11 [paul]      0.7.0claws58
-
-       * sync with sylpheed 0.7.1 release
-               see ChangeLog entries 2002-02-11
-
-2002-02-08 [paul]      0.7.0claws57
+       * src/summaryview.c
+               We don't want regexp in the reply-finder, 
+               because MIDs can contain !,$,. and so on
 
-       * sync with sylpheed 0.7.0cvs39
-               see ChangeLog entry 2002-02-07 (last entry) 
+2003-01-06 [jens]      0.8.8claws54
 
-       * src/prefs_actions.c
-         src/prefs_filtering.c
-         src/prefs_matcher.c
-         src/prefs_scoring.c
-               sync: made it compile with C compilers other than gcc
+       * src/jpilot.c
+               fixed a wrong free in jpilot_read_db_files
 
-2002-02-07 [paul]      0.7.0claws56
+2003-01-06 [alfons]     0.8.8claws53
 
-       * sync with sylpheed 0.7.0cvs38
-               see ChangeLog entries 2002-02-06 (last 2 entries) and
-               2002-02-07
+       re-organize matcher part 8; more to come
+       
+        * src/matcher.c
+                matcherprop_to_string(): put g_free()s before the
+                switch-case break to fix memleaks                
 
-2002-02-07 [darko]     0.7.0claws55
+2003-01-06 [colin]     0.8.8claws52
 
-       * src/gtkutils.[ch]
        * src/summaryview.c
-               Fix const gchar */gchar * issue (thanks Hiro)
+               cleanup & reply-finder now displays the first 
+               matching message
 
-2002-02-07 [darko]     0.7.0claws54
+2003-01-05 [alfons]    0.8.8claws51
 
-       * src/compose.[ch]
-       * src/filtering.c
-       * src/gtkutils.[ch]
-       * src/prefs_template.c
-       * src/quote_fmt.h
-       * src/quote_fmt_parse.y
-       * src/summaryview.c
-       * src/utils.[ch]
-               When replying or forwarding an email don't quote the entire
-               mail body but use the part of the message text that is selected
+       re-organize matcher part 7; more to come
 
-2002-02-06 [melvin]    0.7.0claws53
+       * src/matcher.[ch]
+               fixes for constant correctness;
+               more documentation;
 
-       * src/prefs_common.[ch]
-       * src/gtkspell.[ch]
-       * src/compose.c
-               Made possible to switch quickly to last used dictionary
-               which makes checking bilingual documents easier.
+2003-01-05 [alfons]    0.8.8claws50
 
-2002-02-06 [melvin]    0.7.0claws52
+       re-organize matcher part 6; more to come
        
-       * po/POTFILES.in
-               Added forgotten new file src/prefs_actions.c
+       * src/matcher.[ch]
+               fixes for constant correctness;
+               more documentation;
+       * src/filtering.c
+               fix for constant correctness
 
-2002-02-06 [melvin]    0.7.0claws51
+2003-01-05 [colin]     0.8.8claws49
 
-       * src/prefs_actions.c   ** NEW FILE **
-       * src/prefs_actions.h   ** NEW FILE **
-               Added actions to execute on message text view, or on the
-                       message's file.
-       * src/Makefile.am
-               Added src/prefs_actions.[ch]
+       * src/account.[ch]
+               Add account_get_reply_account function
        * src/compose.c
-               Added new menu "Edit/Actions"
-       * src/defs.h
-               Added new actionsrc file.
-       * src/main.c
-               Added actionsrc reading.
-       * src/mainwindow.c
-               Added new menus "Edit/Actions" and "Configuration/Actions..."
-       * src/prefs_common.h
-               Added new element actionslst element to prefs_common.
+               Use account_get_reply_account function 
+       * src/summaryview.c
+               Basic reply-finder - click on the replied
+               icon gets you to the outbox using quick-search
 
-2002-02-06 [paul]      0.7.0claws50
+2003-01-05 [paul]      0.8.8claws48
 
-       * sync with sylpheed 0.7.0cvs36
-               see ChangeLog entry 2002-02-06
+       * src/prefs_common.c
+               small change to English
+               
+       * src/prefs_filtering.c
+               prefs_filtering_action_select(): improve logic and uniformity
+               of gui
 
-2002-02-05 [paul]
+2003-01-05 [alfons]    0.8.8claws47
 
-       * po/es.po
-               updated by Ricardo Mones Lastra
+       fine tune solution to focus problems (bug #7)
 
-2002-02-05 [paul]      0.7.0claws49
+       * src/mainwindow.c
+               mainwindow_focus_in_event(): remove grab event check
+       * src/summaryview.c
+               summary_button_pressed(): move selection on right-click
+               too. we can't possibly move the selection back after
+               canceling a dialog, because gtk's incomplete focus 
+               management. whether this is a good solution, only time
+               will tell.
 
-       * sync with sylpheed 0.7.0cvs33
-               see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
+2003-01-05 [christoph] 0.8.8claws46
 
-2002-02-05 [paul]      0.7.0claws48
+       * src/imap.c
+               fix crash when no imap connection could be established
 
-       * src/compose.c
-               re-add 'Edit/Advanced/Delete entire line', previously named
-               'Delete Line+'
+2003-01-05 [paul]      0.8.8claws45
 
-2002-02-04 [paul]      0.7.0claws47
+       * src/mainwindow.c
+         src/sumamryview.c
+         src/gtk/menu.[ch]
+               fix bug 605957 'shortcuts in popup-menu'
+               make user-defined shortcuts work
+               show shortcuts that are already defined
+               in the main menu
+               Patch submitted by Luke Plant
 
-       * src/compose.c
-         src/summaryview.c
-               fix bug #494993 (Reply All not taking Reply-To into consi)
-               eliminate differences in behaviour of right-click 'Reply to all' 
-               in summary view and 'Reply to all' on the toolbar. 
-               fix bug where Reply-To gets ignored by 'Reply to all' in summary
-               view and From gets ignored by 'Reply to all' on toolbar.
-               fix bug where 'Reply to all' on toolbar uses To twice and ignores
-               From when no Reply-To header is present.
-
-2002-02-04 [paul]      0.7.0claws46
-
-       * sync with sylpheed 0.7.0cvs30
-               see ChangeLog entries 2002-02-03 and 2002-02-04
-
-2002-02-03 [melvin]    0.7.0claws45
-
-       * src/gtkspell.[ch]
-               Readded function to highlight all misspelled words.
-               Fixed bug where user-provided-words did not replace
-                       correctly the misspelled word when using the mouse.
-               Fixed bug where checking a region selected from right to left did
-                       not check the region at all.
-               Fixed bug where 'Check backwards' may not check at all. 
-               Fixed memory leaks where popup menus and accel_groups were not destroyed.
-               Fixed possible buffer overflow when checking for long strings (>1k).
-               Made cursor and scrollbar positions non changing after uncheck_all/check_all.
-               Accelerators code uses now gtk_widget_add_accel.
-               Removed and disabled obsolete and unfinished code.
-               Cleaning up.
+2003-01-05 [alfons]    0.8.8claws44
 
-       * src/compose.c
-               Added menu item to Highlight all misspelled words.
+       * src/mainwindow.c
+               focus_in_event handler should not select summary view row 
+               when another window (menu, dialog) grabbed for events 
+               (bug #7, "[0.8.8claws42] Message summary focus") 
 
-2002-02-01 [paul]      0.7.0claws44
+2003-01-04 [christoph] 0.8.8claws43
 
-       * src/mainwindow.c
-               fix '/View/Hide read messages' sensitivity when all
-               messages in a folder are hidden
+       * src/procmsg.c
+               update save folder after adding the sent message
+                (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
 
-2002-02-01 [paul]      0.7.0claws43
+2003-01-02 [christoph] 0.8.8claws42
 
-       * src/main.c
-               add --send option to command line interface, sends all
-               queued mail. Patch submitted by Ricardo Mones Lastra.
+       * src/common/plugin.c
+               fix unloading of all plugins and unload
+               plugins in reverse order
+               
+       * src/gtk/pluginwindow.c
+               implement function of load and unload button
 
-2002-01-31 [paul]      0.7.0claws42
+       * src/gtk/prefswindow.c
+       * src/gtk/prefswindow.h
+               rename register function and add new unregister
+               function
 
-       * src/mainwindow.c
-               add '/View/Hide read messages' to main_window_set_menu_sensitive()
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               unregister prefs page and update for changes in
+               src/gtk/prefswindow.c
 
-2002-01-31 [paul]      0.7.0claws41
+2003-01-02 [paul]      0.8.8claws41
 
-       * sync with sylpheed 0.7.0cvs27
-               see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
-               and 2002-01-31
+       * po/es.po
+               updated by Ricardo Mones Lastra
 
-       * src/textview.c
-               comment out elements of textview_show_part() as temporary
-               workaround for attachment 'Display as text' bug 
+2003-01-02 [paul]
 
-       * po/pt_BR.po
-               updated by Fabio Junior Beneditto
+       * tools/tb2sylpheed
+               fixes and improvements by Urke MMI
 
-2002-01-30 [paul]      0.7.0claws40
+2003-01-02 [thorsten]  0.8.8claws40
 
-       * sync with sylpheed 0.7.0cvs24
-               see ChangeLog entries 2002-01-29 (src/prefs_common.c)
-               and 2002-01-30
+       * src/procmsg.c
+               fixed wrong return value
 
-       * src/compose.c
-               add {N_("/_Spelling"), ... "<Branch>"} to 
-               GtkItemFactoryEntry compose_entries[]
+2003-01-02 [thorsten]  0.8.8claws39
 
-       * src/prefs_common.c
-               add claws menu items to prefs_keybind_apply_clicked()
-               and remove non-claws menu items
+       * src/prefs.c
+               fixed printing wrong variable
 
-2002-01-29 [paul]      0.7.0claws39
+2003-01-02 [thorsten]  0.8.8claws38
 
-       * sync with sylpheed 0.7.0cvs22
-               see ChangeLog entries 2002-01-28 and 2002-01-29
+       * src/prefs.c
+               fixed acessing members of freed pfile struct
 
-2002-01-28 [melvin]    0.7.0claws38
+2003-01-02 [thorsten]  0.8.8claws37
 
-       * src/compose.c
-               Added the declartion of compose_send_control_enter.
+       * src/procmsg.c
+               detect loops across several messages
+               as suggested by Christoph Hohmann
 
-       * src/compose.c
-       * src/gtkspell.[ch]
-               Added in a 'Spelling' menu which includes the configuration menu. 
-               Added a real 'Check all' and got rid from the old one which only
-               highlited misspelled word.
-               Made 'Check while typing' a disableable option.
-               Added a dialog when there are no more misspelled word.
-               Added a dialog if error occurs when switching to a dictionary.
-       
-       * src/prefs_common.[ch]
-               Added option for the default 'Check while typing' option.
+2003-01-01 [match]     0.8.8claws36
 
+       * src/addrindex.c
+               fixed another memory leak.
 
-2002-01-28 [alfons]    0.7.0claws37
+2003-01-01 [match]     0.8.8claws35
 
-       * src/compose.c
-               fix buglet and make code comply with sylpheed code style
+       * src/jpilot.[ch]
+               fixed memory leaks. applied Doxygen comments.
 
-2002-01-28 [paul]      0.7.0claws36
+2003-01-01 [thorsten]  0.8.8claws34
 
-       * sync with sylpheed 0.7.0cvs19
-               see ChangeLog entries for 2002-01-28
+       * src/procmsg.c
+               inhibit endless loop if msg references itself
+               (closes Bug [ 660477 ] Infinite loop in parent flag search)
 
-2002-01-28 [hoa]       0.7.0claws35
+2003-01-01 [christoph] 0.8.8claws33
 
-       * src/defs.h
-               added rendererrc
+       * src/mainwindow.c
+       * src/gtk/Makefile.am
+       * src/gtk/pluginwindow.c                ** NEW **
+       * src/gtk/pluginwindow.h                ** NEW **
+               add plugin window
 
-       * src/main.c
-               read the renderer config
+       * src/plugins/demo/demo.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               write better plugin descriptions
 
-       * src/procmime.[ch]
-               use the renderer config to convert mime attachments
+2002-12-31 [christoph] 0.8.8claws32
 
-       * src/textview.c
-               don't use textview_show_html/ertf,
-               use get_text_content instead
+       * src/gtk/prefswindow.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               some small improvements to GTK code
 
-2002-01-27 [alfons]    0.7.0claws34
-       
-       * src/news.c
-               make sylpheed believe it can delete a news message...
-               (messages are NOT deleted, maybe we should remove
-               processing from the folder properties after all.)
+2002-12-31 [christoph] 0.8.8claws31
 
-2002-01-27 [alfons]    0.7.0claws33
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               enable folder select button
 
-       * src/folder.c
-               add extra checks
-       * src/news.c
-               implement remove_msg() 
+2002-12-31 [christoph] 0.8.8claws30
 
-2002-01-27 [alfons]    0.7.0claws32
+       * src/mainwindow.c
+       * src/gtk/Makefile.am
+       * src/gtk/prefswindow.c                         ** NEW **
+       * src/gtk/prefswindow.h                         ** NEW **
+               add new prefs window
 
-       * src/procmsg.h
-       * src/procheader.c
-       * src/messageview.c
-               fix return receipt / disposition notification again. this
-               stuff seems to break on _every_ major summary UI change, so
-               it's now implemented using a flag which is saved in the
-               marks cache
-               
-2002-01-26 [alfons]    0.7.0claws31
+       * src/common/plugin.c
+               don't try to load empty config lines
+       
+       * src/plugins/spamassassin/Makefile.am
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin.h       ** NEW **
+       * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
+               GTK config for SpamAssassin Plugin using
+               the new prefs window
 
-       * src/import.c
-               let import dialog show the destination folder identifier
+2002-12-31 [paul]      0.8.8claws29
 
-2002-01-26 [melvin]    0.7.0claws30
+       * po/POTFILES.in
+               remove obsolete entry 'src/menu.c'
 
-       * src/folderview.c
-       * src/summaryview.c
-               Readded 'Mark all read' into summary view popup menu
-               Added 'Mark all read' in folder view popup menu for IMAP
-               and NNTP.
-               Made it insensitive if the selected folder is not the shown
-               one to avoid 'Mark all read' on the wrong folder.
-               
-2002-01-26 [paul]      0.7.0claws29
+2002-12-31 [alfons]    0.8.8claws28
 
-       * src/folderview.c
-         src/summaryview.c
-               move 'Mark all read' from summary view to folder view
-               menu. (adapted from) patch submitted by Jeremy Andrews,
-               <lists@kerneltrap.com>
+       * src/matcher.[ch]
+       * src/matcher_parser_parse.y
+       * src/prefs_matcher.c
+               add "ignore_thread" and "~ignore_thread" condition so it's
+               possible to make the actions / scoring operate on the ignore
+               thread flag
+
+2002-12-31 [christoph] 0.8.8claws27
 
-2002-01-25 [alfons]    0.7.0claws28
+       * src/addrbook.c
+       * src/addrindex.c
+       * src/folder.c
+       * src/matcher.c
+       * src/prefs_account.c
+       * src/prefs_actions.c
+       * src/prefs_customheader.c
+       * src/prefs_display_header.c
+       * src/prefs_gtk.c
+       * src/procmime.c
+       * src/toolbar.c
+       * src/xmlprops.c
+       * src/common/prefs.[ch]
+               extend prefs file handling for reading and automatic handling
+               of blocks. When reading prefs_set_block_label will automatically
+               move on to the block. When writing it will copy all other blocks
+               automatically
 
-       * src/gtkstext.c
-               put the gtk class name back so GtkSText adapts the 
-               settings of GtkText
+       * src/common/plugin.c
+               Now loading plugin filenames from [Plugins] block in
+               sylpheed rc file
 
-2002-01-25 [alfons]    0.7.0claws27
+2002-12-30 [christoph] 0.8.8claws26
 
-       * src/folderview.c 
-               assimilate Ricardo's patch that shows pixmaps instead of
-               plain "new" and "unread" texts in the folder view column
-               headers 
+       * src/common/hooks.[ch]
+               return abort status to caller of hooks_invoke
+               
+       * src/inc.[ch]
+               invoke message filtering hook and stop
+               default handling when filter returns abort
 
-2002-01-25 [paul]      0.7.0claws26
+       * src/common/plugin.[ch]
+       * src/plugins/demo/demo.c
+               modify plugin loader, because resolving symbols for strings
+               does not work correctly
+       
+       * configure.in
+       * ac/spamassassin.m4                            ** NEW **
+       * src/plugins/spamassassin/.cvsignore           ** NEW **
+       * src/plugins/spamassassin/Makefile.am          ** NEW **
+       * src/plugins/spamassassin/README               ** NEW **
+       * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
+       * src/plugins/spamassassin/spamassassin.c       ** NEW **
+       * src/plugins/spamassassin/utils.[ch]           ** NEW **
+               add spamassassin plugin, see src/plugins/spamassassin/README
+               for details
 
-       * src/Makefile.am
-               add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
-               be found in non-standard locations. 
-               Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
+2002-12-29 [alfons]    0.8.8claws25
 
-2002-01-25 [paul]      0.7.0claws25
+       * src/mainwindow.c
+               when moving focus from a message view to the main 
+               window, don't forget to select the summary node
+               of the displayed message. should fix "[ 659103 ] 
+               focus-follows-mouse confuses sylpheed"
 
-       * sync with sylpheed 0.7.0cvs16
-               see ChangeLog entry 2002-01-25
+2002-12-29 [christoph] 0.8.8claws24
 
-2002-01-24 [paul]      0.7.0claws24
+       * src/Makefile.am
+       * src/stringtable.[ch]          ** REMOVE **
+       * src/common/Makefile.am
+       * src/common/stringtable.[ch]   ** NEW **
+               move stringtable files to common directory
 
-       * more sync with sylpheed 0.7.0cvs15
-               get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
+2002-12-29 [christoph] 0.8.8claws23
 
-2002-01-23 [sergey]    0.7.0claws23
+       * src/Makefile.am
+       * src/menu.[ch]                 ** REMOVE **
+       * src/gtk/Makefile.am
+       * src/gtk/menu.[ch]             ** NEW **
+               move menu files to gtk directory
 
-       * src/importldif.c
-               Fixed segfault when closing LDIF import wizard with
-               the window manager.
-       * src/imageview.c
-       * src/imageview.h
-       * src/messageview.c
-       * src/mimeview.c
-               Fixed wrong scrolling position after switching between
-               text and image parts.
+2002-12-29 [match]     0.8.8claws22
 
-2002-01-23 [paul]      0.7.0claws22
+       * src/addressbook.c
+       * src/syldap.c
+               moved UI specific code out of LDAP code into addressbook
+               UI code. fixed memory leak.
 
-       * sync with sylpheed 0.7.0cvs15
-               see ChangeLog entries 2002-01-22 and 2002-01-23
+2002-12-29 [christoph] 0.8.8claws21
 
-2002-01-21 [melvin]    0.7.0claws21
+       * src/folder.c
+               only check for IGNORED parent message when message is
+               not IGNORED itself
 
-       * src/prefs_scoring.c
-       * src/prefs_filtering.c
-               Fixed bug where scoring and filtering windows stopped
-               autochecking.
+2002-12-29 [alfons]    0.8.8claws20
 
-2002-01-21 [paul]      0.7.0claws20
+       * src/summaryview.c
+               set gtksctree's anchor correct (immediate execute
+               changes the tree's layout, and anchor points at 
+               the incorrect row). fixes "[ 657233 ] multiple msg 
+               delete sometimes off by 1".
+               we probably have to look for more tree layout /
+               anchor glitches.
 
-       * sync with sylpheed 0.7.0cvs12
-               see ChangeLog entries 2002-01-20 and 2002-01-21
+2002-12-29 [paul]      0.8.8claws19
 
-2002-01-21 [carsten]   0.7.0claws19
-       * src/mainwindow.c
-       * src/menu.[ch]
-       * src/messageview.[ch]
-       * src/summaryview.[ch]
-               changes to shortcuts handling again:
-                       + "Q" now controled by mainwin
-                       + v/V are now customizable and have slightly
-                         different meanings
-               the "button" to minimize the messageview (and maximize
-               the summary view) is a real button now
-       * src/compose.c
-               "Delete Line+" added to Edit/Advanced (this will also
-               delete the '\n')
+       * src/summaryview.c
+               fix bug [ 659054 ] incorrect sorting of 'From' column
+               when using 'display sender using address book'
+               thanks to Alfons and Luke Plant
 
-2002-01-20 [melvin] 0.7.0claws18
+2002-12-29 [christoph] 0.8.8claws18
 
-       * src/addressbook.c
-               Made "Bcc" sensitive when addressbook is called from
-               compose window (it was a Claws only bug).
+       * src/folder.c
+       * src/procmsg.[ch]
+               check parent messages for IGNORE THREAD flag, when adding,
+               moving or copying messages to a folder
 
-2002-01-19 [alfons] 0.7.0claws17
+2002-12-27 [alfons]    0.8.8claws17
 
-       * src/inc.c
-               prevent unnecessary updates when currently selected folder has
-               no new messages 
+       re-organize matcher part 5; more to come
 
-2002-01-19 [alfons] 0.7.0claws16
-       
-       * src/summaryview.c
-               prevent writing the cache based on current message list in summary 
-               view when filtering also put messages in currently selected folder
+       * src/matcher.c
+               hash keywords in matchparser_tab 
 
-2002-01-19 [paul]
+2002-12-27 [alfons]    0.8.8claws16
 
-       * po/it.po
-               Italian translation submitted by Alessandro Maestri
-               <a.maestri@cs.tin.it>
+       re-organize matcher part 4; more to come
 
-2002-01-18 [melvin]    0.7.0claws15
+       * src/matcher_parser.h
+       * src/matcher_parser_lex.l
+       * src/matcher_parser_parse.y
+               cleanup
 
-       * src/prefs_filters.c
-               fixed bug where 'cancel' from 'filters' window stops autochecking
-               if the timer timed out  when the window was open.
+2002-12-27 [alfons]    0.8.8claws15
 
-2002-01-18 [match]     0.7.0claws14
+       re-organize matcher part 3; more to come
 
-       * src/addrclip.[ch]     ** NEW FILE **
-       * src/addrselect.[ch]   ** NEW FILE **
-       * src/adbookbase.h      ** NEW FILE **
-               addressbook cut, copy and paste
-       * src/addrbook.[ch]
-       * src/addrcache.[ch]
-       * src/addressitem.h
-       * src/addrindex.[ch]
-       * src/addritem.[ch]
-       * src/importldif.c
-       * src/importmutt.c
-       * src/jpilot.[ch]
-       * src/syldap.[ch]
-       * src/vcard.[ch]
-       * src/jpilot.[ch]
-       * src/editbook.c
-       * src/editjpilot.c
-       * src/editldap.c
-       * src/editvcard.c
-               support for copy/paste
-       * src/addressbook.c
-               support for copy/paste
-               tidy up menu option processing
-               correct address list function arguments
-       * src/editaddress.c
-               sort user attributes
-       * src/ldif.h
-       * src/mutt.h
-               tidy up
+       * src/matcher.[ch]
+               cleanup
 
-       * src/addrbook.[ch]
-       * src/addrbook.[ch]
-       * src/addrbook.[ch]
-               
+2002-12-27 [alfons]    0.8.8claws14
 
-2002-01-18 [paul]      0.7.0claws13
+       re-organize matcher part 2; more to come but this should
+       work. cc me if there are any regressions.
 
-       * sync with sylpheed 0.7.0cvs8
-               configure.in: support Mac OS X (Darwin)
+       * src/matcher.h
+               add prototype for get_matchparser_tab_id()
+       * src/matcher_parser_lex.l
+               look up keywords using matchparser_tab_id();
 
-2002-01-18 [carsten]   0.7.0claws12
-       * src/html.c
-               small hack to fix a segfault with an empty href
-               (reported by Alexandra Walford <deeni@altern.org>)
-       * src/mainwindow.c
-       * src/summaryview.c
-               the shortcuts for Mark und Mark as unread are hardcoded
-               again
-       * src/compose.c
-       * src/gtkstext.[ch]
-               readded the shortcuts in gtkstext but made them
-               customizeable (simply by adding a menu plus a wrapper
-               to compose.c)
+2002-12-27 [alfons]    0.8.8claws12
 
-2002-01-17 [melvin]    0.7.0claws11
+       re-organize matcher part 1
 
-       * src/gtkspell.c
-               fix default dictionary not being saved.
+       * src/matcher.h
+               map yacc generated constants to sylpheed matcher constants
+       * src/matcher.c
+               add function to find a matcher constant from a string
 
-2002-01-16 [darko]     0.7.0claws10
+2002-12-27 [christoph] 0.8.8claws11
 
        * src/compose.c
-               fix wrapping crash with URL longer than wrapping margin
-
-2002-12-08 [hoa]       0.7.0claws10
-
-       * src/matcher_parser_parse.y
-               fixed some bugs
+               MENUITEM_ADD casts the 4th argument from integer to pointer
+               so it probably should not be a pointer, this means we
+               should use account id for it and not the account's pointer
 
-       * src/prefs_filtering.c
-               now, we can use bounce action in the dialog box.
+2002-12-27 [paul]      0.8.8claws10
 
-2002-01-16 [carsten]   0.7.0claws9
-       * src/gtkstext.c
-               removed the <control> and <alt> shortcuts because they're
-               not needed and interefered with the "normal" shortcuts
        * src/mainwindow.c
+               remove unneeded 'GtkWidget *vbox'
+               
        * src/summaryview.c
-               removed most of the hardcoded shortcuts and assigned
-               them to menu entries making them easy customizable by
-               that
-
-2002-01-16 |melvin]    0.7.0claws8
-
-       * src/gtkspell.c
-               fixed bug where using the mouse and when the compose
-               window is not on top may result in a crash.
-
-2002-01-16 [melvin]    0.7.0claws7
-
-       * src/compose.c
-               fixed a long standingspell checker bug which could 
-               cause a crash after sending a message.
+               further sync with 0.8.8 - make sort
+               by recipient work as expected
+               
+       * NEWS
+               sync with 0.8.8
 
-2002-01-16 [paul]      0.7.0claws6
+2002-12-27 [paul]      0.8.8claws9
 
-       * sync with sylpheed 0.7.0cvs7
-               see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
-               2002-01-15, and 2002-01-16
+       * po/pt_BR.po
+               updated by Ivan F. Martinez
+               
+2002-12-27 [darko]     0.8.8claws8
 
-2002-01-16 [melvin]    0.7.0claws5
+       * src/common/utils.c
+               added locked pattern to extended search
 
-       * README.claws
-       * src/compose.c
-       * src/gtkspell.[ch]
-       * src/main.c
-               Heavily modified spell checker code to work around
-               ispell bug, to add keyboard shortcuts and for future
-               enhancements. See README.claws for usage information.
+2002-12-27 [alfons]    0.8.8claws7
 
-2002-01-15 [alfons]    0.7.0claws4
-       
-       * src/summaryview.c
-               change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
-               so sorting within threads reflects sort mode
+       * src/prefs_matcher.[ch]
+               clean up
 
-2002-01-15 [christoph] 0.7.0claws3
+2002-12-26 [alfons]    0.8.8claws6
 
-       * src/procmsg.c
-               added alertpanel if mail sending failed
+       * src/matcher.[ch]
+       * src/matcher_parser_lex.l
+       * src/matcher_parser_parse.y
+       * src/prefs_matcher.c
+               allow color label as a condition in the matcher
 
-2002-01-15 [alfons]    0.7.0claws2
+2002-12-26 [oliver]    0.8.8claws5
        
-       * src/prefs_filtering.c
-               don't stop timer when prefs filtering dialog is opened
-
-2002-01-14 [alfons]    0.7.0claws1
-
-       * src/addr_compl.c
-       * src/prefs.c
-               remove debug_print()s for privacy reasons
-
-2002-01-14 [darko]     0.7.0claws
+       * src/toolbar.c 
+               enable Addressbook for Main and Messageview
+       * src/prefs_actions.c
+               enable actions in Messageview
 
-       * README.claws
-               quotation wrapping is now also in the main branch
+2002-12-26 [christoph] 0.8.8claws4
 
-2002-01-14 [paul]
+       * src/common/plugin.c
+               add a little debug output
+       * configure.in
+       * src/plugins/demo/Makefile.am
+               better use of automake
 
-       * tools/filter_conv.pl
-               allow for Boolean Op and case-sensitivity
-               this file is included in the release and tagged
-               'rel_0_7_0'
+2002-12-26 [christoph] 0.8.8claws3
 
-2002-01-13 [paul]      0.7.0claws
+       * src/Makefile.am
+       * src/common/Makefile.am
+               fix "make distdir"
 
-       * release 0.7.0, with cvs tag 'rel_0_7_0'
+2002-12-26 [christoph] 0.8.8claws2
 
-2002-01-13 [paul]
+       * configure.in
+               sort configure checks into common / gtk / plugins
+       * po/POTFILES.in
+               add src/prefs_gtk.c
+       * src/Makefile.am
+               add plugins SUBDIR
+       * src/main.c
+       * src/common/sylpheed.[ch]
+               added now sylpheed_done function for shutdown
+       * src/common/Makefile.am
+       * src/common/plugin.[ch]                ** NEW **
+               plugin loader and unloader
+       * src/plugins/.cvsignore                ** NEW **
+       * src/plugins/Makefile.am               ** NEW **
+               build plugins
+       * src/plugins/demo/.cvsignore           ** NEW **
+       * src/plugins/demo/Makefile.am          ** NEW **
+       * src/plugins/demo/demo.c               ** NEW **
+               small demo plugin that installs a logtext hook and
+               outputs the log text to stdout
 
-       * tools/filter_conv.pl
-       * tools/README
-               rewritten to output to matcherrc instead of filteringrc
+2002-12-26 [paul]      0.8.8claws1
 
        * po/es.po
-               updated Spanish translation by Ricardo Mones Lastra
-
-2002-01-13 [alfons]
-
-       * po/nl.po
-               update dutch translation
+               updated by Ricardo Mones Lastra
 
-2002-01-13 [paul]
+2002-12-26 [paul]      0.8.8claws
 
-       * po/pt_BR.po
-               Updated by Fabio Junior Beneditto 
+       * 0.8.8claws released
 
-2002-01-13 [melvin]    0.6.6claws53
+2002-12-26 [paul]      0.8.7claws12
 
-       * po/fr.po
-               Updated french translation
+       * po/bg.po
+               updated by George Danchev
 
-2002-01-12 [alfons]    0.6.6claws52
+2002-12-26 [paul]      0.8.7claws11
 
-       * src/filtering.c
-               plug mem leak that has been sitting there for ages              
+       * po/POTFILES.in
+               remove unneeded 'src/prefs.c' entry 
 
-2002-01-12 [alfons]    0.6.6claws51
+2002-12-26 [paul]      0.8.7claws10
 
-       * src/summaryview.c
-               undo melvin's changes from 0.6.6claws48 because summary
-               view now refuses to select first unread message when
-               selecting a folder 
+       * src/codeconv.c
+         src/mainwindow.c
+               sync with 0.8.8 release
+       
+       * src/folder.[ch]
+         src/mh.c
+         src/summaryview.c
+               partial sync with 0.8.8 release
+       
 
-2002-01-11 [alfons]    0.6.6claws50
+2002-12-25 [alfons]    0.8.7claws9
 
-       * src/import.c
-               use claws' semantics for getting folder item when
-               importing an mbox file into a folder 
-               (submitted by Dale P. Smith)
+       * src/matcher.[ch]
+       * src/matcher_parser_lex.l
+       * src/matcher_parser_parse.y
+       * src/prefs_matcher.c
+               add locked flag to possible filtering / matcher 
+               conditions (also a good example what should be
+               done to add a simple boolean condition)
 
-2002-01-11 [christoph] 0.6.6claws49
+2002-12-25 [christoph] 0.8.7claws8
 
-       * src/prefs.h
-               set sensitivity in SET_TOGGLE_SENSITIVITY macro from
-               toggle widget, because non static prefs can not use
-               prefs_set_* functions
+       * src/Makefile.am
+       * src/account.[ch]
+       * src/addrbook.c
+       * src/addressbook.c
+       * src/addrindex.c
+       * src/filtering.c
+       * src/folder.c
+       * src/matcher.c
+       * src/prefs.[ch]                ** REMOVE **
        * src/prefs_account.c
-               toggle smtp auth password field sensitivity if
-               user id is empty and add descrition of usage for
-               these fields
+       * src/prefs_actions.c
+       * src/prefs_common.c
+       * src/prefs_customheader.c
+       * src/prefs_display_header.c
+       * src/prefs_filtering.c
        * src/prefs_folder_item.c
-               use SET_TOGGLE_SENSITIVITY macro to instead of extra
-               callbacks
-
-2002-01-11 [melvin]    0.6.6claws48
+       * src/prefs_gtk.[ch]            ** NEW **
+       * src/prefs_matcher.c
+       * src/prefs_scoring.c
+       * src/prefs_summary_column.c
+       * src/procmime.c
+       * src/selective_download.c
+       * src/toolbar.c
+       * src/common/Makefile.am
+       * src/common/prefs.[ch]         ** NEW **
+               split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
 
-       * src/compose.c
-               fix the 'Ctrl-Enter' feature for sending and test really
-               for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
-               editables which was not documented in Gtk)
+2002-12-24 [alfons]    0.8.7claws7
 
        * src/summaryview.c
-               Made summaryview refresh after sorting and not before.
-
-2002-01-11 [christoph] 0.6.6claws47
+               summary_thread_build(): fix real cause of the crash mentioned in
+               0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
+               this way we get meaningful ctree nodes 
 
-       * src/compose.c
-               select account from account ids if possible and
-               correctly set save folder for copy in reedit
+2002-12-24 [oliver]    0.8.7claws6
 
-2002-01-10 [paul]      0.6.6claws46
+       * src/mainwindow.[ch]
+       * src/messageview.[ch]
+       * src/compose.[ch]
+       * src/inc.c
+       * src/summaryview.c
+               changes to use updated toolbar handling
+               
+2002-12-24 [oliver]    0.8.7claws5
 
-       * sync with sylpheed 0.7.0 release
-               see ChangeLog entries 2002-01-07, 2002-01-08 and
-               2002-01-09
+       * src/toolbar.[ch]
+               generic toolbar handling
+               used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
+       * src/prefs_toolbar.[ch]
+               adjust to handling
+       
+2002-12-24 [oliver]    0.8.7claws4
+       
+       * src/stock_pixmap.[ch]
+               move SYLPHEED_LOGO to end of list in order 
+               to remove it from Custom Toolbar`s Icon View
 
-2002-01-09 [alfons]
+2002-12-24 [alfons]    0.8.7claws3
 
        * src/summaryview.c
-               remove more dirt traces...
+               summary_thread_build(): fix crash because of focus != selection 
+               after threading. when deleting the selection, gtk tries but fails 
+               to find the correct focusable element. we now force the selection
+               to be focused. this should solve the infamous bug reported by 
+               Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
+               a test case is available. 
+
+2002-12-24 [darko]     0.8.7claws2
 
-2002-01-09 [alfons]
-       
        * src/summaryview.c
-               clean up some traces of my debugging stuff
+               don't crash when unmarking message with unread children
 
-2002-01-09 [alfons]    0.6.6claws45
+2002-12-23 [christoph] 0.8.7claws1
 
-       * src/filtering.c
-               break up filteringprop_apply() in three separate pieces
-               so we can drop messages that failed processing in the
-               inbox
+       * src/Makefile.am
+       * src/common/Makefile.am
+               update Makefiles for moved intl.h, version.h and defs.h
+       * src/imap.c
+               rewrite imap_session_get to avoid duplicate code
 
-       * src/summaryview.c
-               fix bug #469598 "no refresh of inbox after filter" which 
-               was introduced by the new summary view locking, and which 
-               prevented the summary view to update after a manual filter 
-               message. claw's filter message requires a summary_show().
-               (aargh, summary_show() again! :-)
-               
-2002-01-07 [alfons]    0.6.6claws44
+2002-12-23 [paul]      0.8.7claws
 
-       * src/headerwindow.c
-       * src/logwindow.c
-       * src/messageview.c
-       * src/sourcewindow.c
-               bring in Hiro's last 0.7.0 wm class fixes
+       * Santa-Claws released
+       
+       * po/hu.po
+         po/ru.po
+               squeeze in updated Hungarian and Russian translations.
+               Submitted by  Gál Zoltán and Ruslan N. Balkin
 
-       * tools/sylprint.pl
-               bring in Ricardo's fix for sylprint script
+2002-12-23 [paul]      0.8.6claws129
 
-       * AUTHORS       
-       * src/rfc2015.[ch]
-       * src/prefs_common.[ch]
-       * src/prefs_account.[ch]
-       * src/compose.c
-               clean up account preference poison in rfc2015,
-               and preparation to fix double sign bug 
-               (patch submitted by Simon 'corecode' Schubert)
+       * po/pl.po
+               updated by Witold Wladyslaw Wojciech Wilk
 
-2002-01-07 [christoph] 0.6.6claws43
+2002-12-23 [paul]      0.8.6claws128
 
-       * src/mh.c
-               search for free message number, do not only rely
-               on last_num
-       * src/send.c
-               fix smtp auth and use extra account information
-               if available, if not use pop3 data instead
-               (closes bug #500341)            
-       * src/ssl.[ch]
-               match coding style
+       * src/quote_fmt_parse.y
+               fix typo and add licence header
 
-2002-01-06 [alfons]    0.6.6claws42
+2002-12-23 [paul]      0.8.6claws127
 
-       * src/mainwindow.c
-               try making the separate windows work again...
+       * po/en_GB.po
+               updated
 
-2002-01-06 [alfons]    0.6.6claws41
+2002-12-23 [paul]      0.8.6claws126
 
-       * src/mainwindow.c
-               adapt Hiro's separate window menu (to get rid of the funny
-               duplicate menu items), and make it work again
+       * po/it.po
+               updated translation, submitted by Alessandro Maestri
+               
+2002-12-23 [paul]      0.8.6claws125
 
-2002-01-06 [alfons]    0.6.6claws40
+       * src/quote_fmt_parse.y
+               fix signature-stripping on replies bug. match
+               '-- \n' and not '-- '.
 
-       * tools/Makefile.am
-       * tools/sylprint.rc
-       * tools/sylprint.pl
-       * tools/README.sylprint
-               add sylprint script for printing mails from Sylpheed
-               (contributed by Ricardo Mones Lastra)
+2002-12-22 [paul]      0.8.6claws124
 
-       * src/acount.c
-               clean up
+       * po/bg.po
+         po/es.po
+         po/sr.po
+               updated translations. submitted by George Danchev,
+               Ricardo Mones Lastra, and Urke MMI respectively
 
-2002-01-06 [melvin]    0.6.6claws39
+2002-12-21 [paul]      0.8.6claws123
 
-       * src/mainwindow.c
-       * src/summaryview.c
-               Fixed crash introduced in 0.6.6claws38 by the menu
-               reorganisation (Hide read messages)
-       
-       * ChangeLog.claws 
-               Fixed typo (we are now in 2002, alfons ;) )
+       * src/addrbook.c
+               fix coding style
 
-2002-01-05 [alfons]    0.6.6claws38
+2002-12-21 [paul]      0.8.6claws122
 
-       * sync with sylpheed 0.6.6cvs10-17
-               (last stuff marked as LAST_STABLE)
+       * src/addrbook.c
+               fix bug [643638] where if a person is in one or more
+               addressbook groups editing that person's email 
+               address results in removal from those groups.
+               Patch submitted by Luke Plant.
 
-2002-01-04 [melvin]    0.6.6claws37
+2002-12-20 [christoph] 0.8.6claws121
 
-       * src/account.c
-               Made account selection code use strcasestr again instead of
-               g_strcasecmp (fixes bug where reediting queued messages
-               did not select proper account reported by T. Link).
-       
-       * src/folderview.c
-               Fix bug where folder icons are not shown when 'hide read messages'
-               is on.
-       
-       * src/stock_pixmaps.[ch]
-               Added folder icons for 'hide read messages'.
-       
-       * src/compose.c
-               Fixed bug where 'Enter' in a header entry will send the message 
-               if 'CTL-Enter' was chosen as a shorcut for sendind. 
+       * src/common/utils.c
+       * src/summaryview.c
+               reimplement expand_search_string using GString to
+               prevent crashs caused by miscalculated string
+               lengths reported by Paul
 
-2002-01-03 [melvin]    0.6.6claws36
-       
-       * src/prefs.[ch]
-               Added popup menu for common preferences and
-               account preferences (right click on tab displays
-                               a menu of all tabs.)
+2002-12-20 [christoph] 0.8.6claws120
 
-2002-01-02 [melvin]    0.6.6claws35
+       * src/summaryview.c
+               don't use "changed" to check if op_count has to be changed as it
+               is also set when the message has unread children
+               (closes bug [ 653221 ] crash while deleting duplicates)
 
-       * src/gtkspell.[ch]
-               Made spelling code compatible with undo/redo feature.
-               Added creation of suggestion mode menu for the general
-                       preferences.
-       
-       * src/prefs_common.[ch]
-               Added option menu for the speller's suggestion mode.
-               Added missing spaces in "..." buttons and made a "..."
-                       button non translatable!
-       
-       * src/compose.c
-               Made speller use the default suggestion mode.
-               Hack to make it possible to choose 'CTRL-Enter' as a
-                       shortcut for sending (and only for sending).
+2002-12-20 [paul]      0.8.6claws119
 
-       * src/prefs_folder_item.c
-               Changing subject simplification does not update cache 
-                       anymore (because it is unnecessary).
-               Fixed bug where changing subject simplification updated the 
-                       summaryview even when the viewed folder is not the
-                       folder which properties are being changed. (E.g. 
-                                       viewing folder A and changing
-                                       the subject simplification of 
-                                       folder B -not being viewed- updated the 
-                                       summaryview of folder A with data of
-                                       folder B). (Hope this is clear... )
-
-2001-12-31 [alfons]    0.6.6claws34
-       
-       * src/ldif.c
-       * src/mutt.c
-               fgetc() returns a signed integer which doesn't
-               fit in a char. so c truncates this to a char
-               but we may lose significant bits. i.e. we may
-               comparing 0xFF which may not be equal to -1
-               unless properly casted to signed char which
-               we won't do because fgetc() returns a signed
-               integer which doesn't fit in a char. so c 
-               truncates this to a char but we may lose 
-               significat bits. (you got the idea, thanks
-               to Gustavo Noronha Silva <kov@debian.org>
-               and the Debian folks!)
-
-2001-12-30 [alfons]    0.6.6claws33
+       * sync with 0.8.6cvs27
+               see ChangeLog 2002-12-20
 
-       * src/prefs_common.c
-               add #ifdef USE_PSPELLs that Melvin forgot               
+2002-12-20 [paul]      0.8.6claws118
 
-2001-12-30 [melvin]    0.6.6claws32
-       
-       * src/prefs_common.[ch]
-               Added configurable color for misspelled words.
+       * sync with 0.8.6cvs26
+               see ChangeLog 2002-12-19 and 2002-12-20
 
-       * src/gtkspell.[ch]
-               Fixed bug of foreground text color (reported by David
-                               Mehrmann)
-               Added configurable color for misspelled words.
+2002-12-19 [alfons]    0.8.6claws117
 
-2001-12-30 [alfons]    0.6.6claws31
+       * src/textview.c
+               fix incorrect parsing of email addresses, submitted by 
+               Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
+               name display if it contains @".
 
-       * src/folder.c
-               remove unnecessary things someone put there
+2002-12-18 [paul]      0.8.6claws116
 
-       * src/mh.c
-       * src/folder.[ch]
-               make folder properties (like threading and sorting) persistent
-               (closes bug #497424 "rescan folder tree resets proprieties")
-               currently this is only for MH folders. 
+       * sync with 0.8.6cvs23
+               see ChangeLog 2002-12-18
 
-2001-12-29 [melvin]    0.6.6claws30
+2002-12-18 [paul]      0.8.6claws115
 
-       * src/string_match.[ch]
-               Optimized a bit: regexp pattern buffer compiled only once, and
-                 one subroutine call removed. Fixed ^ regexp search: Now, 
-                 "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
-       
-       * src/summaryview.c
-               Subject filtering changed to filter summary columns and
-                 not directly the messages subject cache. The loss in 
-                 performance is balanced by the improvement of string_match.
-               Added an alert panel if there is an error in the regexp.
+       * src/Makefile.am
+       * src/account.c
+       * src/codeconv.c
+       * src/gtkutils.[ch]
+       * src/imap.c
+               sync with 0.8.6cvs22.
+               see ChangeLog 2002-12-17 and 2002-12-18
 
-       * src/src/prefs_folder_item.h
-               Added a regexp pattern buffer.
+2002-12-17 [christoph] 0.8.6claws114
 
-2001-12-28 [alfons]    0.6.6claws29
+       * src/imap.c
+               o don't create a session if imap greeting fails
+               o don't close socket when authentication fails
+                 this is done by imap_session_destroy
 
-       * src/string_match.[ch]
-               clean up name space
-               allow compilation *BSD
+2002-12-17 [thorsten]  0.8.6claws113
 
-2001-12-27 [alfons]    0.6.6claws28
+       * tools/Makefile.am
+         tools/README
+         tools/google_msgid.pl ** NEW FILE **
+               Added "search for message-id" script and doc
 
-       * src/filter.c
-               sync the Hiro's bug fix for BSD
+2002-12-17 [thorsten]  0.8.6claws112
 
-2001-12-27 [melvin]    0.6.6claws27
-       
-       * src/compose.c
-               Simplify focus to subject entry code.
+       * po/hu.po
+               Updated hungarian translation
+               (updated by Gal Zoltan)
 
-2001-12-27 [darko]     0.6.6claws26
+2002-12-16 [christoph] 0.8.6claws111
 
-       * src/filtering.c
-       * src/mbox_folder.c
-       * src/messageview.c
+       * src/addr_compl.c
+               remove stupid addressbook dump to debug output
        * src/mh.c
-       * src/procheader.[ch]
-       * src/procmsg.h
-       * src/stock_pixmap.[ch]
-       * src/summaryview.c
-               Show key icon for encrypted mails in summary view
-
-       * src/pixmaps/clip.xpm
-       * src/pixmaps/clipkey.xpm
-       * src/pixmaps/key.xpm
-               New/modified icons for the above
-
-2001-12-27 [melvin]    0.6.6claws25
+               fix memory leak found by Hiro
 
-       * src/prefs_common.c
-               Put spell checker options in a separate tab to decrease
-               the Common Preferences window height.
+2002-12-14 [paul]      0.8.6claws110
 
-       * README.claws  
-               Update spell checker usage instruction about its options
-               location.
+       * src/compose.c
+               fix menubar sensitivity on send
+               
+       * src/prefs_filtering.c
+       * src/prefs_matcher.c
+       * src/prefs_scoring.c
+               Fix english ;)
+               
+       * src/common/quoted-printable.h
+               sync: fix typo
+       
+2002-12-13 [christoph] 0.8.6claws109
 
-2001-12-27 [melvin]    0.6.6claws24
+       * src/Makefile.am
+       * src/manage_window.[ch]        ** REMOVE **
+       * src/gtk/Makefile.am
+       * src/gtk/manage_window.[ch]    ** NEW **
+               move manage_window files to gtk directory
 
-       * src/compose.c
-               Changed subject entry widget position. Initial focus is
-               on the To header instead of the subject entry.
-               Creating a new header scrolls the header list to make the
-               created one visible. Nevertheless, when automatically filling
-               headers, the first one is shown.
-               A Tab key press in the last empty header entry zips the 
-               focus to the subject entry.
-               (I did not change the combo boxes, yet)
+2002-12-13 [christoph] 0.8.6claws108
 
-2001-12-26 [alfons]    0.6.6claws23
+       * src/Makefile.am
+       * src/gtkshruler.[ch]           ** REMOVE **
+       * src/gtk/Makefile.am
+       * src/gtk/gtkshruler.[ch]       ** NEW **
+               move gtkshruler files to gtk directory
 
-       * src/prefs_account.c
-       * src/inc.c
-               allow default inbox to reside in another mailbox (only
-               works for POP3 accounts)
+2002-12-13 [christoph] 0.8.6claws107
 
-2001-12-26 [alfons]    0.6.6claws22
-       
+       * src/Makefile.am
+        * src/compose.c
+       * src/gtkstext.[ch]             ** REMOVE **
+       * src/gtkutils.[ch]
        * src/textview.c
-               make reply-on-click work with the account of the selected folder
-       * src/compose.c
-               put a fixme here to remind me to fix finding correct default
-               account for nested folders
+       * src/gtk/gtkstext.[ch]         ** NEW **
+       * src/gtk/Makefile.am
+               o move stext functions to gtkstext.c to remove
+                 dependency of gtkutils
+               o move gtkstext files to gtk directory
 
-2001-12-25 [alfons]    0.6.6claws21
+       * src/gtk/Makefile.am
+       * src/gtk/sslcertwindow.[ch]
+               UI stuff can always depend on common code so
+               it's ok to add ../common to include path
 
-       * src/summaryview.c
-               make column headers display locked and mark pixmaps (idea by Melvin) 
-               fix bug by adding score and locked column type to sort array
+2002-12-13 [colin]     0.8.6claws106
 
-2001-12-25 [alfons]    0.6.6claws20
-       
        * src/summaryview.c
-               catch a *potentially* inadvertent write back of  
-               the message cache(s) introduced by 0.6.5claws37
-
-2001-12-25 [christoph] 0.6.6claws19
+               Disconnect sighandlers for mainwindow when
+               quicksearch has the focus
+               Fix bug #653231
+       * src/mainwindow.[ch]
+               Make key_pressed callback public, to be able
+               to disconnect it
 
-       * src/stock_pixmap.[ch]
-       * src/summaryview.c
-               add ignore thread pixmap
-               (can someone draw a better icon for this?)
+2002-12-13 [christoph] 0.8.6claws105
 
-2001-12-24 [alfons]    0.6.6claws18
+       * src/mh.c
+               create .mh_sequences file in new MH folders
+               (closes feature request [ 523162 ] MH folders should
+                get a .mh_sequences)
 
-       * src/prefs_folder_item.c
-               make address completion actually work for the
-               Default To address in the Folder Property dialog.
+2002-12-13 [colin]     0.8.6claws104
 
-2001-12-24 [alfons]    0.6.6claws17
-       
        * src/summaryview.c
-               use new style regexp for subject stripping 
-               (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
-
-2001-12-24 [darko]     0.6.6claws16
+               Better handling of quicksearch show/hide
+               (basically the button stays under the mouse 
+                when toggled)
 
-       * src/pgptext.c
-       * src/rfc2015.c
-               move GPG related informational messages to debug mode
+2002-12-13 [paul]      0.8.6claws103
 
-2001-12-23 [alfons]    0.6.6claws15
+       * sync with 0.8.6cvs17
+               see ChangeLog 2002-12-13
 
-       * src/stock_pixmap.[ch]
-       * src/summaryview.c
-               add the forgotten Claws' locked pixmap
+2002-12-13 [paul]      0.8.6claws102
 
-2001-12-23 [alfons]    0.6.6claws14
+       * po/es.po
+               updated by Ricardo Mones Lastra
 
-       * src/filesel.c
-               accept file name typed in entry in multi file
-               selector (patch submitted by Gustavo Noronha Silva 
-               <kov@debian.org>)
+2002-12-11 [colin]       0.8.6claws101
 
-2001-12-23 [alfons]    0.6.6claws13
+       * src/folder.c
+               remove statusbar stuff
+         src/folderview.c
+               set statusbar verbosity when moving folders
 
-       * src/prefs_filter.c
-       * src/prefs_filtering.c
-       * src/matcher.c
-       * src/importmutt.c
-               clean up a little bit
-       
-       * src/string_match.c
-               validate input strings a little bit more
+2002-12-11 [colin]       0.8.6claws100
+        * src/prefs_filtering.c
+        * src/prefs_matcher.c
+        * src/prefs_scoring.c
+               Fix english ;)
 
-2001-12-23 [alfons]    0.6.6claws12
+2002-12-11 [colin]       0.8.6claws99
 
-       * src/Makefile.am
+       * src/prefs_common.[ch]
+               Add summary_quicksearch_type
        * src/summaryview.c
-       * src/string_match.[ch]         ** NEW **
-       * src/folderview.[ch]
-       * src/headerview.h
-       * src/folder.[ch]
-       * src/prefs_folder_item.[ch]
-               add subject simplification to strip out strings from
-               a subject line (esp. handy for mailing lists). 
-               (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
-               but slightly changed things for better integration.)
-
-2001-12-23 [alfons]    0.6.6claws11
-
-       * src/mainwindow.c
-               fix bug introduced by submission included in 0.6.5claws52.
-               ideally this submission should clean the trash if any trash
-               folder has a message. however, the hasTrash variable was
-               set to false whenever a trash folder was empty (discarding
-               a previously found *filled* trash folder.)
+               Save last used quicksearch type
 
-               also edited the code a little bit and made it more safe.
+2002-12-11 [jens]       0.8.6claws98
+       * src/prefs_filtering.c
+       * src/prefs_matcher.c
+       * src/prefs_scoring.c
+               added dialog for incomplete rules in scoring, filtering and
+               matcher to ask wheather really close
 
-2001-12-22 [alfons]    0.6.6claws10
+2002-12-11 [colin]     0.8.6claws97
 
-       * src/imap.c
-               quick fix for Martin Pool's omission of an account
-               specific SSL setting
+       * src/folder.c
+               Fix folder dnd statusbar logging
 
-2001-12-22 [alfons]    0.6.6claws9
+2002-12-10 [christoph] 0.8.6claws96
 
        * src/compose.c
-       * src/messageview.c
-       * src/mimeview.c
-       * src/pgptext.c
-       * src/procmime.[ch]
-               better support for multipart/digest (submitted
-               by Fredrik <e98fo@efd.lth.se>)
-
-2001-12-22 [alfons]    0.6.6claws8
-
-       * src/addressbook.c
-               correct function signature
-       * src/socket.[ch]
-       * src/imap.[ch]
-       * src/prefs_account.[ch]
-               allow IMAP over SSH tunnel (patch submitted by 
-               Martin Pool <mbp@samba.org>)
+       * src/folder.c
+       * src/imap.c
+       * src/inc.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/news.c
+       * src/send.c
+       * src/statusbar.[ch]
+       * src/common/hooks.c
+       * src/common/log.[ch]
+               o handle verbose logging in statusbar directly in statusbar code
+                 and common code does not need any knowledge about a statusbar
+               o remove direct calls to statusbar_(puts|pop)_all functions
 
-2001-12-21 [alfons]    0.6.6claws7
+2002-12-10 [jens]      0.8.6claws95
 
-       * sync with sylpheed 0.6.6cvs4-9
-               (may have forgotten something: LAST_STABLE is 0.6.6claws6)
+       * src/*.c
+               removed gettext from g_warnings
+       * po/POTFILES.in
+               cleaned and updated
+       * po/de.po
+               updated
 
-2001-12-21 [christoph] 0.6.6claws6
+2002-12-10 [colin]     0.8.6claws94
 
-       * src/compose.c
-       * src/prefs_folder_item.[ch]
-               implement saving of outgoing messages to current folder.
-               fix segfault when no default outbox is available
-               (closes bug #495683)
+       * src/main.c
+               finish crash dialog fix
 
-2001-12-21 [carsten]   0.6.6claws5
-       * src/folderview.c
-       * src/summaryview.c
-               pressing CTRL while DND does now the expected thing and
-               copies the mail (moving is still the default, as this
-               seam more appropriate for handling mails by DND)
+2002-12-10 [colin]     0.8.6claws93
 
-2001-12-18 [paul]      0.6.6claws4
+       * src/main.c
+               "Fix" "sylpheed already running" instead of
+               crash dialog appearing after a crash
 
-       * sync with sylpheed 0.6.6cvs3
-               see ChangeLog entries 2001-12-18
+2002-12-10 [colin]     0.8.6claws92
 
-2001-12-18 [hiro]      0.6.6claws3
+       * po/POTFILES.in
+               add src/gtk/sslcertwindow.c
 
-       * src/undo.c
-               fix for multibyte characters (obtain the number of letters
-               instead of bytes).
+2002-12-10 [paul]      0.8.6claws91
 
-2001-12-17 [paul]      0.6.6claws2
+       * po/POTFILES.in
+               updated to reflect recent changes
+               submitted by Alessandro Maestri
 
-       * sync with sylpheed 0.6.6cvs1
-               see ChangeLog entry 2001-12-16
+2002-12-09 [christoph] 0.8.6claws90
 
-2000-12-17 [alfons]    0.6.6claws1
+       * src/Makefile.am
+       * src/smtp.[ch]                 ** REMOVE **
+       * src/common/Makefile.am
+       * src/common/smtp.[ch]          ** NEW **
+               move smtp files to common directory
 
-       * src/filtering.c
-               clean up
+2002-12-09 [christoph] 0.8.6claws89
 
-2001-12-16 [paul]      0.6.6claws
-2001-12-15
+       * src/Makefile.am
+       * src/session.[ch]              ** REMOVE **
+       * src/common/Makefile.am
+       * src/common/session.[ch]       ** NEW **
+               move session files to common directory
 
-       * Release version 0.6.6claws, cvs tag: rel_0_6_6
+2002-12-09 [paul]      0.8.6claws88
 
-       * src/mimeview.c
-               last minute sync with main 0.6.6
+       * src/account.c
+               fix bug [649746] edit accounts: move account reverted
+               Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
 
-       * po/es.po
-               updated by Ricardo Mones Lastra
-               update for last minute sync
-       * po/fr.po
-       * po/nl.po
-               update for last minute sync
-       * po/de.po
-               updated by Jens Oberender
-       * po/pt_BR.po
-               updated by Fabio Junior Beneditto
+2002-12-09 [colin]     0.8.6claws87
 
-       * src/prefs_common.[ch]
-       * src/undo.c
-               number of undo levels is user configurable
-               (squeeze it into the release in the dying
-               moments) Submitted by Jens Oberender    
+       * src/ssl_certificate.c
+               cleanup
 
-2001-12-15 [melvin]
+2002-12-09 [colin]     0.8.6claws86
 
-       * po/fr.po
-               updated french translation
+       * src/ssl.c
+               Try to open the cert.pem database and 
+               issue a warning if it isn't there
 
-2001-12-15 [paul]      0.6.5claws92
+2002-12-09 [colin]     0.8.6claws85
 
-       * sync with sylpheed 0.6.5cvs28
-               see ChangeLog entry 2001-12-14 (src/prefs_account.c)
+       * src/common/ssl_certificate.c
+       * src/gtk/sslcertwindow.c
+               Warning fixes
 
-       * po/nl.po
-               update to allow for sync
+2002-12-09 [colin]     0.8.6claws84
 
-2001-12-15 [alfons]
+       * src/ssl_certificate.[ch] ** REMOVED **
+       * src/common/ssl_certificate.[ch] ** NEW **
+       * src/Makefile.am
+       * src/common/Makefile.am
+               Moved ssl_certificate.[ch] to common
+       * src/common/ssl.c 
+               Put back needed include
+       * src/gtk/sslcertwindow.[ch]
+               Changed ssl_certificate.h include
        
-       * po/nl.po
-               update dutch translation
-
-2001-12-14 [carsten]   0.6.5claws91
-       * src/summaryview.c
-               fixed bug #473785; also after changing the column order
-               the same message will be selected and displayed as before
-               the reordering
-
-2001-12-14 [carsten]   0.6.5claws90
-       * src/folderview.c
-               probably found the bug reported by wwb opening or closing
-               a folder tree just before dnd (found the solution in the
-               balsa source -- thanks to them)
-
-2001-12-14 [carsten]   0.6.5claws89
-       * src/gtkutils.c
-       * src/account.c
-               moved gtk_clist_moveto to the right place, so that
-               only the accounts dialog is effected on opening
-
-2001-12-14 [carsten]   0.6.5claws88
-       * src/gtkutils.c
-               gtkut_clist_set_focus_row does a gtk_clist_moveto
-               now, so that the focused row will be seen in any case
-               (reported by wwp on sf-claws-user)
-
-2001-12-14 [darko]     0.6.5claws87
+2002-12-09 [colin]     0.8.6claws83
 
-       * src/compose.c
-               remove unnecessary line
+       * src/gtk/sslcertwindow.[ch]
+               Implement hook for certificate acception
+       * src/ssl_certificate.[ch]
+               Implement hook for certificate acception
+       * src/common/ssl.c
+               Reenable certificate acception check
+       * src/mainwindow.c
+               Register sslcertwindow's hook
+       
+2002-12-08 [christoph] 0.8.6claws82
 
-2001-12-14 [paul]      0.6.5claws86
+       * src/about.c
+       * src/addr_compl.c
+       * src/codeconv.c
+       * src/manual.c
+       * src/undo.c
+       * src/common/utils.c
+               o add missing includes
+               o fix warnings
+       * src/.cvsignore
+       * src/common/.cvsignore
+       * src/common/version.h          ** REMOVE **
+               remove autogenerated file
 
-       * sync with sylpheed 0.6.5cvs27
-               see ChangeLog entries 2001-12-14
+2002-12-08 [paul]      0.8.6claws81
 
-2001-12-14 [carsten]   0.6.5claws85
-       * src/mainwindow.c
-               following a suggestion of Melvin the rcoabm pops up
-               right under the button now and the button is reliefed
-               while the popup is open
+       * src/stringtable.c
+               put back needed include
 
-2001-12-14 [darko]     0.6.5claws84
+2002-12-08 [colin]     0.8.6claws80
+       
+       * src/gtk/sslcertwindow.c
+               Cleaner popups when asking
+       * src/ssl_certificate.c
+       * src/prefs_common.[ch]
+               remove ssl certificate pref
+               put back needed include
+       * src/undo.c
+               put back needed include
 
-       * src/compose.c
-               fix crash when wrapping long lines if linewrap quotation
-               is disabled and wrapper encounters a word spanning more
-               than one line
+2002-12-08 [christoph] 0.8.6claws79
 
-2001-12-13 [paul]      0.6.5claws83
+       * src/folderview.c
+       * src/logwindow.c
+       * src/statusbar.c
+       * src/summaryview.c
+               only abort hook invokation if required data is missing not
+               if our own data pointer is NULL, update hookfunction for
+               log window
 
-       * src/compose.c
-               prefer 'Reply-To' header over mailing list header when
-               replying to a message. Finally prevent all those confirmation 
-               messages being sent to the list itself.
+2002-12-08 [paul]      0.8.6claws78
 
-       * src/summaryview.c
-               remove unused summary_set_menu_sensitive() entry
+       * src/about.c
+       * src/addrcache.c
+       * src/addrclip.c
+       * src/addr_compl.c
+       * src/addrselect.c
+       * src/codeconv.c
+       * src/colorlabel.c
+       * src/enriched.c
+       * src/esmtp.c
+       * src/exporthtml.c
+       * src/headerview.c
+       * src/imageview.c
+       * src/manual.c
+       * src/noticeview.c
+       * src/pgptext.c
+       * src/scoring.c
+       * src/sourcewindow.c
+       * src/stringtable.c
+       * src/undo.c
+               clean up: remove unneccesary includes
 
-2001-12-13 [paul]      0.6.5claws82
+2002-12-08 [christoph] 0.8.6claws77
 
        * src/folderview.c
-       * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
-       * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
-       * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
-               improvements to 'Hide read messages': Inbox, Outbox,
-               Trash, Queue, and Draft icons now reveal presence of hidden 
-               messages
-
-2001-12-12 [alfons]    0.6.5claws81
-
-       0.6.5claws80 was tagged as LAST_STABLE
-
-       * src/filtering.[ch]
-       * src/matcher.[ch]
-       * src/matcher_parser_lex.c
-               fix the filtering; my last attempt to get it right, 
-               if it does not work, it's Hoa's turn. ;-)
-
-               for my honourable peers:
-               
-               the code now makes a clear distinction between
-               rules as they are displayed (probably escaped),
-               and as they are executed (probably unescaped). the
-               parser does *NOT* do any unescaping, this is
-               the task of the matcher.c (which breaks up a
-               rule into condition) and the filtering.c (which
-               breaks up the rule's action). to make this
-               run happily we provide an unescaped copy of
-               crucial strings to the MatcherProp and 
-               FilteringAction structures. note that the only
-               exception to this is any REGEXP string. those
-               are directly passed to regcomp() and regexp()
-               (who have much more powerful unescape functions).
-               
-               for everyone else:
-       
-               you can escape tab (\t), carriage return (\r),
-               linefeed (\n), form feed (\f), quote (\"), 
-               single quote (\'), bell (\b) in all the entry
-               lines in the scoring & filtering dialogs.
-               as an added bonus this should not affect
-               existing filtering rules.
-
-2001-12-12 [carsten]   0.6.5claws80
-
+       * src/statusbar.c
        * src/summaryview.c
-       * po/de.po
-               "item(s) selected" is now sensitive to 1 or more
-               than one selected (nice for language where simple
-               adding of a "s" is not possible as German (Eintrag
-               ->Eintr"age)
-               
-               the "forward as attachment" entry from the right
-               click menu removed, "forward" acts following the
-               prefs
+       * src/common/hooks.[ch]
+               hook functions now have a gboolean return value, if a hook
+               returns TRUE it will stop executing of any more hooks in
+               the same hooklist for this invokation
+
+2002-12-08 [colin]     0.8.6claws76
        
-       * src/textview.c
-               reverted my former changes; so compiler warning again
-               but there's more GTK_TEXT/GTK_STEXT mixing on other places
-               nevertheless
+       * src/main.c
+               put back argv0 for CRASH_DIALOG
 
-       * src/messageview.c
-               "search in message" does now *not* only work in MVIEW_TEXT
-               messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
-               message
+2002-12-08 [christoph] 0.8.6claws75
 
+       * src/Makefile.am
+       * src/about.c
+       * src/account.c
+       * src/crash.c
+       * src/esmtp.h
+       * src/imap.[ch]
+       * src/inc.c
+       * src/main.c
        * src/mainwindow.c
-               removed "/File/_Close" as it was the same as "/File/E_xit"
-               and we don't need it two times
-
-               the separate folder view and message view now get a distinct
-               WMCLASS, just in case someone is using sawfish ;-)
+       * src/news.c
+       * src/pop.[ch]
+       * src/prefs_account.[ch]
+       * src/prefs_common.[ch]
+       * src/send.[ch]
+       * src/smtp.[ch]
+       * src/ssl_certificate.[ch]
+       * src/ssl_manager.[ch]
+       * src/common/Makefile.am
+       * src/common/log.c
+       * src/common/nntp.[ch]
+       * src/common/socket.[ch]
+       * src/common/ssl.[ch]
+       * src/gtk/sslcertwindow.[ch]
+       * ac/openssl.m4
+               use new autoconf script to detect OpenSSL with extra parameters
+               to specify the location of libs and includes, also remove USE_SSL
+               to USE_OPENSSL
 
-               as the menu entries "/View/Message view" and "/View/Folder tree"
-               are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
-               make them sensitive accordingly and as these two are "shown"
-               after startup anytime check this menuitem at startup
+       * src/common/sylpheed.[ch]
+       * src/common/version.h.in
+               start seperation of common code initialization seperated from gui
 
-2001-12-12 [paul]      0.6.5claws79
+       * src/summaryview.c
+               The function that is called when a color label changes
+               should not change the color lable again
 
-       * src/folderview.c
-               fix sensitivity of 'Search folder...', broken in
-               0.6.5claws75
+2002-12-08 [colin]     0.8.6claws74
 
-       * src/mainwindow.c
-               fix dodgy English
+       * src/gtk/sslcertwindow.c
+               warning fixes
 
-2001-12-11 [carsten]   0.6.5claws78
-       * src/filtering.c
-               fixed two typos returning a wrong FALSE/TRUE
-       * src/mainwindow.[ch]
-               extra menu for email/news button removed
+2002-12-08 [colin]     0.8.6claws73
 
-2001-12-11 [alfons]    0.6.5claws77
+       * src/statusbar.c
+         src/common/log.h
+               Register a hook for statusbar_puts_all
+       * src/common/log.c
+               invoke statusbar_puts_all's hook
        
-       * src/matcher.c                 (1.3)
-       * src/matcher_parser_lex.l      (1.28)
-               revert for another attempt
-               mark 0.6.5claws77 as LAST_STABLE
-
-2001-12-11 [christoph] 0.6.5claws76
+2002-12-08 [colin]     0.8.6claws72
 
-       * po/de.po
-               fixed wrong translation for prev. unread msg
+       * src/ssl_certificate.c
+               Put back a badly-removed include
 
-2001-12-11 [paul]      0.6.5claws75
+2002-12-08 [colin]     0.8.6claws71
 
-       * src/folder.[ch]
-       * src/folderview.c
-       * src/mainwindow.c
-       * src/summaryview.[ch]
-       * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
-               enable ability to hide read messages on per folder basis via 
-               '/Summary/Hide read messages'; when selected, a folder will 
-               have a red open folder icon, instead of a blue icon, if the 
-               folder contains hidden messges
-               submitted by Thomas Link <t.link.tmp200101.gmx.net> 
+       * src/gtk/sslcertwindow.[ch]    ** NEW **
+               new certificate presentation
+       * src/gtk/Makefile.am
+               add new files
+       * src/ssl_certificate.[ch]
+               gtk cleanup, made utility functions public
+       * src/ssl_manager.c
+               use new cert presentation
 
-       * src/mainwindow.c
-               remove '/Message/Forward as attachment' from 
-                main_window_set_menu_sensitive() to prevent debug warning
+2002-12-07 [christoph] 0.8.6claws70
 
-       * src/folderview.c
-       * src/mainwindow.c
-               Clean up some of the English
+       * src/Makefile.am
+       * src/nntp.[ch]                 ** REMOVE **
+       * src/common/Makefile.am
+       * src/common/nntp.[ch]          ** NEW **
+               move nntp files to common directory
 
-       * tools/newscache_clean.pl
-               allow for new 'hidereadmsgs' entry in folderlist.xml
+2002-12-07 [christoph] 0.8.6claws69
 
-       * po/es.po
-               updated translation, submitted by Ricardo Mones Lastra
+       * src/procmsg.[ch]
+       * src/summaryview.c
+               implement msginfo update callback using sylpheed's new
+               hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
 
-2001-12-11 [paul]      0.6.5claws74
+2002-12-06 [christoph] 0.8.6claws68
 
-       * sync with sylpheed 0.6.5cvs25
-               see ChangeLog entry 2001-12-11
+       * src/editgroup.c
+               This patch changes the 'Edit Group Details' dialog to
+               allow extended selections in either pane, so that
+               addresses can be added or removed from a group more
+               quickly and easily. (it actually is a net decrease in
+               file size, as some unnecessary functions have been
+               removed). 
+               (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
 
-2001-12-10 [alfons]    0.6.5claws73
+2002-12-06 [christoph] 0.8.6claws67
 
-       * src/matcher.c
-               add more control characters
-       * src/matcher_parser_lex.l
-               make escaping / unescaping work again
+       * src/Makefile.am
+       * src/template.[ch]             ** REMOVE **
+       * src/common/Makefile.am
+       * src/common/template.[ch]      ** NEW **
+               move template files to common directory
 
-2001-12-10 [alfons]    0.6.5claws72
+       * src/nntp.c
+               add missing log.h include
 
-       * src/imap.c
-               clean up warnings "returning value for void function" 
-       * src/prefs_filtering.c
-               make info button for execute action sensitive
+2002-12-06 [melvin]    0.8.6claws66
 
-2001-12-10 [paul]      0.6.5claws71
+       * src/prefs_actions.c
+               Added the trailing ">" syntax to insert command's output
+               without replacing old text (in contrast to trailing "|").
 
-       * src/compose.c
-       * src/imap.[ch]
-       * src/summaryview.c
-               fix: imap server now gets informed of MARKED, UNMARKED
-               and REPLY events. Now people can use different IMAP-Mail
-               clients and have the exact same information about MARKED,
-               UNMARKED and REPLY status with all of them. Especially
-               useful for imap servers with a web-frontend.
-               submitted by Tobias Sandhaas <medlor@web.de>
-
-2001-12-09 [melvin]    0.6.5claws70
+2002-12-05 [colin]     0.8.6claws65
        
-       * src/textview.[ch]
-               fixed bug #490076 (hunted down by Alfons who implemented
-               a workaround in 0.6.5claws65)
-
-2001-12-09 [christoph] 0.6.5claws69
+       * src/common/utils.c
+               Don't modify original search_string or it'll change
+               the next iterations in the for()
 
-       * src/summaryview.c
-               set pointer to string in LOCKED column to NULL
-               (might fix bug #490800)
+2002-12-05 [darko]     0.8.6claws64
 
-2001-12-09 [carsten]   0.6.5claws68
+       * src/common/utils.c
+               proper check for filtering commands, found by Colin
 
-       * po/de.po
-               resolved some cluttered menu shortcuts 
-               ('creating new email' and 'creating news message'
-               hade the same)
-       * src/compose.c
-               wmclass now distinc from main window
-       * src/mainwindow.c
-         src/mainwindow.h
-               email/news and forward button functionality similar
-               to the reply buttons; removed the ugly dropdown arrows
-               and use instead the right mouse button
+2002-12-05 [darko]     0.8.6claws63
 
-2001-12-09 [paul]      0.6.5claws67
+       * src/common/utils.c
+               check proper string for NULL pointer, found by Colin
 
-       * src/imap.c
-        * src/utils.h
-               allow spaces in imap folder names
-                submitted by Willem van Engen <wvengen@stack.nl>
+2002-12-05 [darko]     0.8.6claws62
 
-2001-12-09 [paul]      0.6.5claws66
+       * src/common/utils.[ch]
+               expand_search_string(): new function
+               converts Mutt-like patterns to Sylpheed's
+               filtering engine
+       * src/summaryview.c
+               use expand_search_string() to allow Mutt-like
+               patterns in extended search
+       * README.claws
+               document extended option in quick search
 
-       * sync with sylpheed 0.6.5cvs24
-               see ChangeLog entry 2001-12-09
+2002-12-05 [paul]      0.8.6claws61
 
-2001-12-08 [alfons]    0.6.5claws65
+       * sync with 0.8.6cvs16
+               see ChangeLog 2002-12-05
+               
+       * po/POTFILES.in
+               clean up
 
-       * src/textview.c
-               prevent secondary selection claim after "add to sender" dialog
-               popped up. this is because there's a GDK_BUTTON_RELEASE pending.
-               we trick GTK by simulating a click at (0, 0) in the textview.
+2002-12-04 [christoph] 0.8.6claws60
 
-2001-12-08 [hoa]       0.6.5claws64
+       * src/imap.[ch]
+               put imap authentication code into a new function and
+               remove it from imap_session_new that will allow to
+               send other commands before authentication
 
-       * src/folder.c
-               fixed a bug about the .processing folder name while filtering
+2002-12-04 [christoph] 0.8.6claws59
 
-2001-12-08 [alfons]    0.6.5claws63
+       * src/imap.[ch]
+               use already existing method to prevent unneeded IMAP
+               folder selects. Set imap_select parameters to NULL
+               in some functions if the values are not required.
 
-       * src/folderview.c 
-               work around problem of not correctly updating folder stats
-               when deleting messages. there's some folder scanning evil
-               going so the folderview_update_msg_num() does not work
-               correctly. need to investigate this.
+       * src/xml.h
+               remove no longer required include
 
-2001-12-08 [paul]      0.6.5claws62
+2002-12-04 [paul]      0.8.6claws58
 
-       * sync with sylpheed 0.6.5cvs23
-               see ChangeLog entry 2001-12-08
+       * po/es.po
+               updated by Ricardo Mones Lastra
+               
+       * configure.in
+         po/hu.po      ** NEW FILE **
+               initial Hungarian translation, submitted
+               by Gál Zoltán <galzoli@hu.inter.net>
 
-2001-12-07 [christoph] 0.6.5claws61
+2002-12-03 [christoph] 0.8.6claws57
 
-       * src/compose.c
-               fix another header translation problem
+       * src/Makefile.am
+       * src/gtksctree.[ch]            ** REMOVE **
+       * src/gtk/Makefile.am
+       * src/gtk/gtksctree.[ch]        ** NEW **
+               move gtksctree files to gtk directory
 
-2001-12-07 [alfons]    0.6.5claws60
+2002-12-03 [christoph] 0.8.6claws56
 
-       * src/mbox.c
-               make filtering also work on local spool mbox
+       * src/Makefile.am
+       * src/md5.[ch]                  ** REMOVE **
+       * srm/common/Makefile.am
+       * src/common/md5.[ch]           ** NEW **
+               move md5 files to common directory
 
-2001-12-07 [carsten]   0.6.5claws59
-       * src/addressbook.c
-               addressbook window gets a wmclass distinct from the main
-               sylpheed window
-       * src/compose.h
-       * src/mainwindow.[ch]
-                 forward menu item will use mode selected in prefs, forward 
-               as attatchment in menu removed (will be substituted in the
-               toolbar similar to reply buttons)
-                 create news message menu entry and news button is now 
-               sensitive to the existance of a news account
-       * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
-       * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
-       * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
-               these are removed because the toolbar buttons don't show
-               the quoting modus any longer
-
-2001-12-07 [paul]
-
-       * tools/newscache_clean.pl      ** NEW FILE **
-               perl script to do some tidying up in the newscache directory 
-                
-       * tools/sylpheed-switcher       ** NEW FILE **
-               perl script to enable easy switching between main and claws
-                
-       * tools/README
-               added descriptions of the two new perl scripts          
+       * src/gtkstext.c
+               remove not required #include
 
+2002-12-03 [sergey]    0.8.6claws55
 
-2001-12-07 [melvin]    0.6.5claws58
+       * src/gtkutils.c
+       * src/gtkutils.h
+               gtkut_window_popup(): new function.
+       * src/mainwindow.c
+               main_window_popup(): use gtkut_window_popup() to raise
+               window without changing its position.
+               (see sylpheed-main ML message [sylpheed:17247])
 
-       * src/messageview.c
-               fixed a warning during compilation introduced in 0.6.5claws56
+2002-12-03 [sergey]    0.8.6claws54
 
-2001-12-07 [paul]      0.6.5claws57
+       * src/send.c
+               send_message_local(): removed first-dot escaping
+               (SMTP-only, not needed for sending through pipe)
 
-       * src/mainwindow.[ch]
-        * src/menu.[ch]
-               further usability enhancements to replying with or without 
-                quoting via the toolbar, use of Ctrl key is replaced by 
-                drop down menu 
-                Submitted by Carsten Schurig           
+2002-12-03 [paul]      0.8.6claws53
 
-2001-12-07 [melvin]    0.6.5claws56
+       * po/POTFILES.in
+               update to reflect recent changes (thanks
+               to Ricardo Mones Lastra)
+               
+       * tools/filter_conv.pl
+                fix problem with quoted strings. Patch submitted
+                by Luke Plant <lukeplant@softhome.net>
 
-       * src/messageview.c
-               hack to fix bug that prevented to make/paste selections
-               after switching between MVIEW_TEXT and MVIEW_MIME views
-               without deselecting the selection first.
+2002-12-03 [paul]      0.8.6claws52
 
-2001-12-06 [alfons]    0.6.5claws55
+       * sync with 0.8.6cvs15
+               see ChangeLog 2002-12-03
 
-       * src/filtering.[ch]
-       * src/inc.c
-               revise filtering a little bit more, and make sure
-               messages are delivered to the appropriate inbox
-               (perhaps set per account)
+2002-12-02 [christoph] 0.8.6claws51
 
-2001-12-06 [paul]      0.6.5claws54
+       * src/logwindow.[ch]
+       * src/common/log.[ch]
+               implement logging using a hook function
 
-       * sync with sylpheed 0.6.5cvs22
-               see ChangeLog entry 2001-12-06
+       * src/folderview.c
+       * src/folder.[ch]
+               define hooklist name in header file to avoid
+               errors caused by wrong spelling of hooklist names
 
-2001-12-05 [alfons]    0.6.5claws53
+       * src/toolbar.c
+               fix warnings
 
-       * src/inc.c
-       * src/folder.[ch]
-       * src/procmsg.c
-       * src/filtering.c
-               more revisions of filtering system
-               (last stable version is marked as LAST_STABLE)
-               
-               | NOTE 1): the filtering system now uses a local folder called
-               | .processing. if filtering fails, check this directory
-               | for missing messages.
-               |
-               | NOTE 2): help us find the filtering actions still missing
+2002-12-02 [christoph] 0.8.6claws50
 
-2001-12-05 [paul]      0.6.5claws52
+       * src/common/Makefile.am
+               add src/common/hooks.[ch]
 
-       * src/mainwindow.c
-                fix bug where 'Empty Trash?' pop-up window appears even
-                when Trash is empty, submitted by Jesse Skinner                
+       * src/common/hooks.[ch]
+               implement a simple hook system using glib's hook functions
 
-2001-12-05 [melvin]    0.6.5claws51
+       * src/folder.[ch]
+       * src/folderview.c
+               use new hook system for folder item updates
 
-       * src/compose.c
-               fixed bug #486106 to select correct account when reediting 
-               a queued message
-       
-2001-12-04 [alfons]    0.6.5claws50
+2002-12-02 [christoph] 0.8.6claws49
 
-       * src/mh.c
-               declare markfile in appropriate functions when
-               no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
-               for spotting this)
+       * doc-src/ui_seperation.txt     ** NEW **
+               information for ui seperation
 
-2001-12-04 [paul]      0.6.5claws49
+       * src/Makefile.am
+               remove files that were moved to common
+               include common directory by default for the header files
 
-       * sync with sylpheed 0.6.5cvs21
-               see ChangeLog entry 2001-12-04
+       * src/inc.c
+       * src/common/socket.c
+       * src/automaton.[ch]
+               implement automaton using g_io_*-functions instead of
+               gdk_input_add to make it ui independent
 
-2001-12-03 [christoph] 0.6.5claws48
+       * src/codeconv.c
+       * src/compose.c
+       * src/ldif.c
+       * src/pgptext.c
+       * src/procmime.c
+       * src/rfc2015.c
+       * src/smtp.c
+       * src/unmime.c
+               remove common/ prefix because directory is now in
+               include path
 
-       * po/de.po
-               changed translation of undo
-       * src/account.c
+       * src/compose.c
        * src/folder.c
-               don't reinvent the wheel to traverse a GNode
-       * src/compose.[ch]
-               seperate code to create the compose gui into functions
-               add "Others" page with folder selection for saving copy
-               of the message.
-               the folder identifier is saved to queue header
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/prefs_common.c
        * src/procmsg.c
-               save message to folder in queue header
-
-2001-12-03 [paul]      0.6.5claws47
-
-       * sync with sylpheed 0.6.5cvs20
-               see ChangeLog entry 2001-12-03
+       * src/rfc2015.c
+               fix warnings
 
-2001-12-01 [paul]
+       * src/imap.c
+       * src/inc.c
+       * src/news.c
+       * src/pop.c
+       * src/send.c
+       * src/smtp.c
+       * src/ssl_certificate.c
+               add log.h header file for logging functions
 
-       * more sync with sylpheed 0.6.5cvs19
-               see ChangeLog entry 2001-11-29
+       * src/main.c
+       * src/common/utils.c
+       * src/summaryview.c
+       * src/xml.c
+               o move debug_mode to common/utils.c
+               o add functions to set and get debug_mode
 
-2001-11-30 [paul]      0.6.5claws46
+       * src/defs.h                    ** REMOVE **
+       * src/intl.h                    ** REMOVE **
+       * src/socket.[ch]               ** REMOVE **
+       * src/ssl.[ch]                  ** REMOVE **
+       * src/utils.[ch]                ** REMOVE **
+               replaced by new files in src/common/
        
-        * src/compose.c
-               remove conflicts introduced by Hoa's last commit
-         
-        * src/mainwindow.c
-               make 'Message/Bounce' sensitive
+       * src/common/Makefile.am
+               add new files in src/common/
 
-2001-11-30 [hoa]       0.6.5claws45
+       * src/common/defs.h             ** NEW **
+       * src/common/intl.h             ** NEW **
+       * src/common/log.[ch]           ** NEW **
+       * src/common/socket.[ch]        ** NEW **
+       * src/common/ssl.[ch]           ** NEW **
+       * src/common/utils.[ch]         ** NEW **
+               replacement for files in src/
 
-       * src/compose.c
-               slightly change bounce function to add
-               information about the user that bounced the mail
-               in the From header line.
+2002-12-02 [colin]     0.8.6claws48
 
        * src/folderview.c
-               permit the use of processing in outbox folder.
-
-2001-11-29 [paul]      0.6.5claws44
-
-       * src/mainwindow.[ch]
-        * src/prefs_common.c
-        * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
-        * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
-        * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
-               usability enhancements to the quoting, implements
-                use of Ctrl key to toggle quoting settings
-                Submitted by Carsten Schurig <Carsten.Schurig@web.de>
-
-2001-11-29 [paul]      0.6.5claws43
-       
-        * sync with sylpheed 0.6.5cvs19
-               see ChangeLog entry 2001-11-28
+               Scroll folderview if necessary during dnd
 
-2001-11-29 [melvin]    0.6.5claws42
-       * src/Makefile.am
-               added enriched.[ch] to the list of files
+2002-12-02 [colin]     0.8.6claws47
 
-       * src/textview.c
-       * src/mimeview.c
-       * src/procmime.[ch]
-       * src/enriched.[ch]
-               added support to view text/enriched
-               added support to show headers in message view for text/enriched and text/html
-                       in non multipart messages
+       * src/folder.[ch]
+               Add check to verify a move is within a single mailbox
+       * src/folderview.c
+               Add specific error string for this check
 
-2001-11-28 [paul]      0.6.5claws41
+2002-12-02 [colin]     0.8.6claws46
 
-       * more sync with sylpheed 0.6.5cvs18
-               see ChangeLog entry 2001-11-27 (src/prefs_common.c)
+       * src/folder.c
+               Add a test to folder moving, remove a statusbar_print
+       * src/folderview.c
+               Add Move folder... context-menu item
+               Factorize folder moving code
+               Enable folder DND for mbox
 
-2001-11-27 [paul]      0.6.5claws40
-       
-        * po/pt_BR.po
-               updated translation, submitted by Fabio Junior Beneditto
-                
-       * sync with sylpheed 0.6.5cvs18
-               see ChangeLog entries 2001-11-26 (src/textview.c) and
-                2001-11-27
+2002-12-01 [christoph] 0.8.6claws45
 
+       * ac/aspell.m4
+               remove conf.aspelltest if the version check fails
 
-2001-11-26 [paul]
+2002-11-30 [christoph] 0.8.6claws44
 
-       * po/es.po
-               updated translation, submitted by Ricardo Mones Lastra
+       * autogen.sh
+               run libtoolize --force in autogen to create missing
+               libtool scripts
 
-2001-11-26 [alfons]
+2002-11-30 [christoph] 0.8.6claws43
 
-       * src/matcher.c
-               add more translatable strings
+       * src/Makefile.am
+       * src/pgptext.c
+       * src/procmime.c
+       * src/rfc2015.c
+       * src/uuencode.[ch]             ** REMOVED **
+       * src/common/Makefile.am
+       * src/common/uuencode.[ch]      ** NEW **
+               move uuen/decoder to common directory
 
-2001-11-26 [christoph] 0.6.5claws39
+2002-11-30 [christoph] 0.8.6claws42
 
-       * po/de.po      
-               fixed one more umlaut
+       * src/Makefile.am
+       * src/base64.[ch]               ** REMOVED **
+       * src/codeconv.c
        * src/compose.c
-               fix translated header when it should not be translated
+       * src/ldif.c
+       * src/pgptext.c
+       * src/procmime.c
+       * src/rfc2015.c
+       * src/smtp.c
+       * src/unmime.c
+       * src/common/Makefile.am
+       * src/common/base64.[ch]        ** NEW **
+               move base64 en/decoder to common directory
 
-2001-11-26 [paul]      0.6.5claws38
+2002-11-30 [christoph] 0.8.6claws41
 
-       * src/mainwindow.c
-               remove '/Message/Add Sender to address book' from 
-                main_window_set_menu_sensitive(), prevent debug warning
-                add 'Message/Mark/Mark all read' to mainwin_entries[]
+       * src/common                    ** NEW **
+               new directory for UI independent code
+       * src/gtk                       ** NEW **
+               new directory for GTK frontend
+       * src/common/.cvsignore         ** NEW **
+       * src/gtk/.cvsignore            ** NEW **
+               ignore build files
+       * src/common/Makefile.am        ** NEW **
+       * src/gtk/Makefile.am           ** NEW **
+               automake files to build new seperated stuff
+       * src/Makefile.am
+               the binary will currently still be build with the
+               files in src, so we include the code from the
+               subdirs for now after building the libs there
 
-2001-11-26 [paul]      0.6.5claws37
+2002-11-30 [paul]      0.8.6claws40
 
-       * src/summaryview.c
-               fix 'recurring unread state' bug 
+       * src/compose.c
+               fix bug [642731] 'Wrong selected account with drafted mail'
 
-       * tools/README 
-        * tools/filter_conv.pl
-               read name of top level mailbox from folderlist.xml
-                and presume nothing about its name             
+2002-11-29 [oliver]    0.8.6claws39
+       
+       * src/messageview.c
+               o update summaryview when switching between different
+                 messageviews          
+       * src/toolbar.c  
+               o check if messageview holds already removed msg
+                 from summaryview
+               
 
-2001-11-26 [darko]     0.6.5claws36
+2002-11-29 [oliver]    0.8.6claws38
 
-       * src/gtkstext.[ch]
-               removed functions that are now in gtkutils.c
-               use gtkut_text_is_uri_string() from gtkutils.c
-       * fix my comment on 2001-11-23 (missing gtkutils.[ch])
+       * src/toolbar.c 
+               remove not needed variables and includes
+               make messageview stay opened and move to next when msgs are deleted 
 
-2001-11-26 [paul]      0.6.5claws35
+2002-11-29 [oliver]    0.8.6claws37
+       
+       * src/toolbar.c 
+               disable compose button (messageview toolbar) by default
+               deleted msgs are moved to trash
+       
+2002-11-29 [melvin]    0.8.6claws36
 
-       * sync with sylpheed 0.6.5cvs16
-               see ChangeLog entries 2001-11-25 and 2001-11-26
+       * configure.in
+               Increased minimal gpgme version to 0.3.10 (Zombies out)
+               and to detect signatures expirations (gpgme 0.3.6)
 
-2001-11-25 [alfons]    0.6.5claws34
+       * src/main.c
+               Use non obsolescent function for Gpgme engine checking.
 
-       EXPERIMENTAL!!! Please checkout the last stable version using: 
-         
-       % cvs update -r LAST_STABLE -dRAP
+       * src/rfc2015.c
+               Inform about expired signatures or signatures which key
+               has expired. Expiration date is displayed.
 
-       (Or help us testing this stuff.)
+       * src/sigstatus.c
+               Inform about expired signatures or signatures which key
+               has expired.
 
-       * src/filtering.c               (1.14)
-       * src/filtering.h               (1.6)
-       * src/inc.c                     (1.28)
-       * src/matcher.c                 (1.20)
-       * src/mbox.c                    (1.9)
-       * src/procmsg.h                 (1.14)
-       * src/summaryview.c             (1.59)
-       * src/summaryview.h             (dunno)
-               revert/merge/sync to as it was before commit 
-               on Thu, 19 Jul 2001 10:15:51 -0700.
+2002-11-28 [paul]      0.8.6claws35
 
-2001-11-25 [hoa]       0.6.5claws33
+       * src/folderview.c
+               re-instate 'Check for new messages' in Newsgroup
+               folders right-click menu, after a suggestion from
+               Tim Mann <timmann@users.sourceforge.net>
 
        * src/main.c
-               processing mails at startup
-
-       * src/folderview.c
-       * src/summaryview.[ch]
-               processing mails when entering folder
+               after a crash check only local folders for new
+               messages
 
-       * src/prefs_filtering.c
-               fixed some UI bugs
+2002-11-28 [paul]      0.8.6claws34
 
-2001-11-24 [alfons]    0.6.5claws32
+       * configure.in
+               apply patch that fixes the checking of GTK with XIM 
+               support on different OSs, such as FreeBSD. Patch 
+               submitted by Topia <topia@users.sourceforge.net>
+               
+2002-11-28 [paul]      0.8.6claws33
 
-       * src/summaryview.[ch]
-               make summary sort headers work, and also make
-               sure the sort type is stored
+       * src/mainwindow.c
+         src/prefs_common.c
+         src/prefs_toolbar.c
+               more changes to the English
 
-2001-11-23 [alfons]    0.6.5claws31
+2002-11-28 [paul]      0.8.6claws32
 
-       * src/summaryview.[ch]
-               make lock work like mark
-               disallow deleting messages marked as locked
+       * sync with 0.8.6cvs13
+               see ChangeLog 2002-11-28 (no sync needed
+               for src/compose.c)
 
-2001-11-23 [alfons]    0.6.5claws30
+2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.6claws31
+       
+       * src/mainwindow.[ch]
+               add patch by Ivan F. Martinez introducing messageview Toolbar
+               some changes and committed by oliver    
 
-       * src/gtkstext.c
-       * src/compose.[ch]
-       * src/Makefile.am
-       * src/undo.[ch]
-               merge undo patch submitted by Jens
+2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.6claws30
 
-2001-11-23 [christoph] 0.6.5claws29
+       * src/messageview.[ch]
+               add patch by Ivan F. Martinez introducing messageview Toolbar
+               some changes and committed by oliver    
 
-       * src/.cvsignore
-               added ylwrap
-       * src/compose.c
-               fixed gpg signing and encoding
-       * src/folder.[ch]
-       * src/main.c
-               added --status option to get new, unread and total
-               message count from a running sylpheed
-       * src/prefs_common.c
-               temporary fix for reply_with_quote problem
-               (don't call functions for non existing widget)
-       * src/procmsg.c
-               one more check for ignored threads but still not
-               always working correctly. probably a recursive
-               check for all parents is needed
+2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.6claws29
 
-2001-11-23 [darko]     0.6.5claws28
+       * src/compose.[ch]
+               add patch by Ivan F. Martinez introducing messageview Toolbar
+               some changes and committed by oliver    
 
-       * src/compose.c
-               wrapping on send improvements
-       * src/gtkutils.[ch]
-               fix for GtkSText after last sync with main branch
-               GTK_TEXT -> GTK_STEXT
+2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]    0.8.6claws28
+       
+       * src/toolbar.[ch]
+               add patch by Ivan F. Martinez introducing messageview Toolbar
+               some changes and committed by oliver
 
-2001-11-23 [paul]      0.6.5claws27
+2002-11-28 [oliver]    0.8.6claws27
+       
+       * src/prefs_toolbar.[ch]
+               getting ready for messageview toolbar
+               free mem allocated by gettext
+               change prefs_toolbar to prefs_toolbar_open
+2002-11-28 [thorsten]  0.8.6claws26
 
-       * sync with sylpheed 0.6.5cvs14
-               see ChangeLog entries 2001-11-22 and 2001-11-23
-                
-       * po/de.po
-               fixed the scrambled umlauts 
-                submitted by Carsten Schurig <Carsten.Schurig@web.de>
+       * src/imageview.[ch]
+               cleaned up conflicting declarations of
+               imageview_show_image()
 
-2001-11-21 [paul]      0.6.5claws26
+2002-11-28 [paul]      0.8.6claws25
 
-       * sync with sylpheed 0.6.5cvs12
-               see 2nd ChangeLog entry dated 2001-11-20
+       * src/grouplistdialog.c
+         src/prefs_common.c
+         src/prefs_summary_column.c
+               a few more improvements to the English
 
-2001-11-20 [paul]      0.6.5claws25
+2002-11-28 [colin]     0.8.6claws24
 
-       * sync with sylpheed 0.6.5cvs11
-               see ChangeLog entry 2001-11-19 (src/utils.c)
+       * man/sylpheed.1
+               A few updates to command-line parameters
 
-2001-11-20 [hiro]
+2002-11-28 [colin]     0.8.6claws23
 
-       * src/compose.c
-               GTK_TEXT -> GTK_STEXT
-               fix for wrong comment
+       * src/prefs_filtering.c
+               Fix problems with prefs_filtering_delete_path:
+               a) if the first rule is removed, original pointers
+                  weren't updated (leading to segfaults)
+               b) it was always global_processing updated in case
+                  of removed path was parent of rule path
 
-2001-11-20 [hiro]      0.6.5claws24
+2002-11-27 [paul]      0.8.6claws22
 
-       * src/compose.[ch]
-               more merges from main branch
-               removed fatal warnings (uninitialized variables etc.)
-               some coding style fix
-       * src/gtkutils.h
-               fixed typo.
-       * src/addressbook.c
-         src/addrindex.c
-               V-Card -> vCard
+       * src/mainwindow.c
+         src/prefs_account.c
+         src/prefs_actions.c
+         src/prefs_common.c
+         src/prefs_customheader.c
+         src/prefs_display_header.c
+         src/prefs_filtering.c
+         src/prefs_folder_item.c
+         src/prefs_matcher.c
+         src/prefs_scoring.c
+         src/prefs_summary_column.c
+         src/prefs_template.c
+         src/prefs_toolbar.c
+                improve the English in the GUI
 
-2001-11-19 [hoa]       0.6.5claws23
+2002-11-27 [colin]     0.8.6claws21
 
-       * src/filtering.c
-       * src/prefs_scoring.c
-       * src/matcher.[ch]
-       * src/scoring.c
-               cleaning code
+       * src/folder.c
+               Fix processing renaming problems happening after
+               last commit
 
-       * src/matcher_parser_parse.y
-       * src/prefs_filtering.c
-               bouncing
+2002-11-27 [colin]     0.8.6claws20
 
-2001-11-19 [alfons]    0.6.5claws22
+       * src/folder.c
+               recursive move now deletes src each subfolder after 
+               having moved it
+       * src/folderview.c
+               Use identifier instead of path during dnd (enables
+               IMAP folder dnd)
 
-       more of my old things into claws
+2002-11-27 [paul]      0.8.6claws19
 
-       * src/Makefile.am
-       * src/prefs_common.c
-       * src/procmsg.h
-       * src/summaryview.[ch]
-       * src/prefs_summary_column.c
-       * src/pixmaps/locked.xpm
-               add indicators for locking of message in summary view
-               (does not work yet, only visual indicator)
+       * src/main.c
+               apply patch that does command-line processing 
+               BEFORE gtk_init, allowing claws to run from 
+               shell-scripts in non-X environment (e.g. crontab 
+               or ip-up, ip-down scripts). Patch submitted by
+               Ruslan N. Balkin <baron@dartel.ru>
+               
+       * po/it.po
+               updated by Alessandro Maestri
 
-2001-11-19 [paul]      0.6.5claws21
+2002-11-27 [paul]      0.8.6claws18
 
-       * sync with sylpheed 0.6.5cvs10
-               see ChangeLog entry 2001-11-19
+       * sync with 0.8.6cvs12
+         src/prefs_common.c
+               Differences are that main uses a 'Receive dialog'
+               frame on the Interface tab, whereas claws groups all 
+               the dialogs together in a 'Dialogs' frame.
 
-2001-11-18 [alfons]    0.6.5claws20
-       
-       * src/filtering.c
-               remove an inadvertent free I forgot in previous clean up 
+2002-11-27 [colin]     0.8.6claws17
 
-2001-11-18 [alfons]    0.6.5claws19
+       * src/prefs_matcher.c
+               Fix Execute criteria's NOT flag
 
-       * src/filtering.[ch]
-               clean up & plug leaks
 
-2001-11-18 [paul]      0.6.5claws18
+2002-11-26 [christoph] 0.8.6claws16
 
-       * sync with sylpheed 0.6.5cvs9
-               see ChangeLog entries 2001-11-17 and 2001-11-18
+       * src/ssl.c
+               rewrite the ssl code a little bit, only use one
+               SSL context, set default certificates' file/path
 
-2001-11-16 [paul]      0.6.5claws17
+2002-11-26 [thorsten]  0.8.6claws15
 
-       * sync with sylpheed 0.6.5cvs8
-               see ChangeLog entry 2001-11-16, src/grouplistdialog.c
+       * src/compose.c
+               default-reply-to didn't work for ml-reply
 
-2001-11-16 [paul]      0.6.5claws16
+2002-11-26 [melvin]    0.8.6claws14
 
-       * sync with sylpheed 0.6.5cvs7
-               see ChangeLog entries 2001-11-15 and 2001-11-16
+       * src/prefs_actions.c
+               Made pipe-actions ignore short headers in message view
+               Made trailing-pipe-actions write in the message view with
+               the same font as the original message
 
-2001-11-15 [hoa]       0.6.5claws15
+2002-11-26 [paul]      0.8.6claws13
 
        * src/compose.c
-               fix bounce, mails we received couln't be bounced to ourself.
+               this time commit the correct file
 
-       * src/defs.h
-       * src/filtering.[ch]
-       * src/matcher.[ch]
-       * src/matcher_parser.h
-       * src/matcher_parser_lex.l
-       * src/matcher_parser_parse.y
-       * src/inc.c
-       * src/main.c
-       * src/mbox.c
-       * src/prefs_filtering.[ch]
-       * src/mainwindow.c
-       * src/prefs_matcher.c
-       * src/prefs_scoring.c
-       * src/scoring.[ch]
-       * src/summaryview.c
-               new matcher/filter/score configuration file parser
-               one unique configuration file => ~/.sylpheed/matcherrc
-               import in currently automatic, then save are made
-               in this new file.
-               one filter per folder and one global filter
-               (filter of a folder will be used as folder processing)
+2002-11-26 [paul]      0.8.6claws12
 
-       * src/folder.c
-               fix a bug in folder_item_get_identifier
+       * sync with 0.8.6cvs11
+         src/quote_fmt_parse.y  
+               no sync needed
+         src/account.[ch]       
+               not sync'ed
+         src/compose.c
+               compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
+               on draft mode.
+               compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
+               header
                
-       * src/messageview.c
-               receive receipt return are fixed.
-
-2001-11-14 [alfons]    0.6.5claws14
-
-       * src/session.h
-               add things from main branch to make claws compile
+       see ChangeLog 2002-11-25 and 2002-11-26
 
-2001-11-14 [paul]      0.6.5claws13
+2002-11-26 [colin]     0.8.6claws11
 
-       * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
-               see ChangeLog entries 2001-11-08 to 2001-11-14
+       * src/folderview.c
+               Fix collapsed folder not auto-expanding during
+               mail dnd, if it was the source folder.
 
-2001-11-14 [hoa] 0.6.5claws12
+2002-11-25 [colin]     0.8.6claws10
 
-       * src/compose.[ch]
-       * src/mainwindow.c
-       * src/summaryview.c
-               add "bounce mail" option
+       * src/folderview.[ch]
+               Variable renaming and cleaning (slist of nodes 
+               to be re-collapsed is stored in FolderView)
 
-2001-11-13 [christoph] 0.6.5claws11
+2002-11-25 [paul]      0.8.6claws9
 
-       * src/compose.c
-               Cleanup a mess i add before commiting
+       * src/prefs_common.[ch]
+               fix breakage caused by last commit
 
-2001-11-13 [hoa]       0.6.5claws10
+2002-11-25 [paul]      0.8.6claws8
 
-       * src/compose.c
-               some fixes when mail are sent or
-               for crossposts
+       * sync with 0.8.6cvs4
+               see ChangeLog 2002-11-21
 
-2001-11-13 [christoph] 0.6.5claws9
+2002-11-25 [paul]      0.8.6claws7
 
-       * po/de.po
-               Changed two string with the same translation
-       * src/compose.c
-       * src/procmsg.[ch]
-       * src/send.[ch]
-               New mailsending process:
-                 - Always queue message before sending
-                   (message will be saved if sylpheed crashed or
-                    freezes while sending)
-                 - Allow queuing of newspostings
-                 - No copy in outbox before sending
-                   (closes bug #469501)
-                 - No more redundant code for send and send_later
-       * src/summaryview.c
-               Applied wwp <subscript@free.fr>'s patch that fixes
-               marks for multiple forwarded messages (+compose.c)
+       * sync with 0.8.6cvs4
+               see ChangeLog 2002-11-20
 
-2001-11-12 [alfons]
+2002-11-25 [paul]      0.8.6claws6
 
-       * README.claws
-               remove things that are now in main branch
-       
-       * po/nl.po
-               update Dutch translation
+       * sync with 0.8.6cvs3
+               see ChangeLog 2002-11-18
 
-2001-11-12 [mhadasht]  0.6.5.claws8
+2002-11-25 [colin]     0.8.6claws5
 
-       * src/prefs_common.c
-               re-enabled account autoselection feature for forward
-               and reedit lost during the branch point for SYNC-B4-REL
-       * src/gtkspell.c
-               gtkpspell_get_dict(): more readable code (even if function is
-               not used yet)
-       * ChangeLog.claws
-               added version number info to 2001-11-12 [hiro] comment.
+       * src/gtkutils.[ch]
+               Add gtkut_ctree_node_is_parent()
+       * src/folderview.c
+               Spring-loaded folders
 
-2001-11-12 [hiro]      0.6.5.claws7
+2002-11-25 [colin]     0.8.6claws4
 
-       * src/compose.c
-               compose_forward(): fixed a bug that forward quote mark
-               wasn't used.
-               removed unnecessary code.
-       * src/template_select.[ch]: removed.
+       * src/utils.[ch]
+               Add slist_concat_unique(), function to merge
+               two GSList filtering dups
+       * src/folder.[ch]
+       * src/summaryview.[ch]
+       * src/folderview.c
+       * src/main.c
+               Add detection/update/display of unread answers
+               to marked mails
+       * src/procmsg.[ch]
+               Add procmsg_find_children()
+               Add procmsg_msg_has_marked_parent()
 
-2001-11-11 [alfons]
+2002-11-25 [colin]     0.8.6claws3
 
-       * src/compose.c
-               :%s/GTK_TEXT/GTK_STEXT/g
-       
-       * src/compose.[ch]
-       * src/undo.[ch]
+       * src/ssl_certificate.[ch]
+               Allow checking a certificate without a DNS
+               lookup
+               Allow to forget a cert (by deleting it)
+               Make ssl_certificate_destroy_public
+       * src/ssl_manager.[ch] ** NEW FILES **
+               Gui to manage (display/remove) certificates
+       * src/prefs_common.[ch]
+               Add a pref to allow silent acceptation of
+               trusted certificates or not (based on the
+               "I want to know what's going on" principle)
+       * src/mainwindow.c
+               Add SSL manager in Tools menu
        * src/Makefile.am
-               revert the undo stuff (this is 0.6.6claws stuff)
-
-2001-11-11 [hoa]       0.6.5.claws6
-
-       * src/compose.[ch]
-               Insert signature at the end of the text.
-               Added undo patch but currently disabled
+               Add the new files to the build
+       * po/POTFILES.in
+               Add ssl_manager.c to translations
 
-       * src/procmsg.c
-               Threading by subject improved.
+2002-11-25 [colin]     0.8.6claws2
 
-       * added src/undo.[ch]
-               Undo module for compose dialog box.
+       * src/summaryview.[ch]
+               Add S_SEARCH_EXTENDED to the quick search, which 
+               allows to search using filtering syntax.
 
-2001-11-11 [alfons]    0.6.5.claws5
+2002-11-25 [colin]     0.8.6claws1
 
-       * src/procmsg.c
-               prevent threading by subject on nodes that have already been
-               threaded by in-reply-to (as in "circular references in a tree
-               result in a dead branch")
+       * src/summaryview.c
+               Deletion of duplicates now prefer deleting
+               the unread dup (fixes feature-request 638989).
 
-2001-11-09 [hoa]       0.6.5.claws4
-       
-       * src/folderview.c
-               allows creation of mbox folder item from any files.
+2002-11-24 [paul]      0.8.6claws
 
-2001-11-09 [alfons]    0.6.5.claws3
-       
-       * src/utils.c
-       * src/procmsg.c
-               do what I mean and correct threading by subject so it really
-               ignores attracting lines without "Re: "
+       * po/es.po
+         po/pl.po
+         po/ru.po
+         po/sr.po
+               updated by Ricardo Mones Lastra,
+               Witold Wladyslaw Wojciech Wilk,
+               Ruslan N. Balkin, and  Urke MMI 
+               respectively
 
-2001-11-07 [alfons]    0.6.5.claws2
+2002-11-24 [paul]      0.8.5claws182
 
-       * src/procmsg.c
-       * src/utils.[ch]
-               only attract by subject if a subject line starts with a "Re: "
-       * src/syldap.c
-               remove warning
+       * po/bg.po
+               updated by George Danchev
 
-2001-11-07 [paul]      0.6.5claws1
+2002-11-23 [alfons]    0.8.5claws181
 
-       * sync with sylpheed 0.6.5. release
-               see ChangeLog entry 2001-11-07
+       * src/imap.c
+               tiny memory leak found by browsing Dimitar's 
+               valgrind report
 
-2001-11-07 [paul]      0.6.4claws31
+2002-11-23 [paul]      0.8.5claws180
 
-       * sync with sylpheed 0.6.4cvs18
-               see ChangeLog entries 2001-10-30 to 2001-11-07
-               prefs_templates.[ch] renamed prefs_template.[ch]
+       * po/it.po
+               updated by Alessandro Maestri
 
-2001-11-06 [alfons]
-       
-       * src/utils.h
-               add semicolon Hoa forgot ;-)
-               
+2002-11-22 [christoph] 0.8.5claws179
 
-2001-11-06 [hoa]       0.6.4claws30
-       
-       * src/procmsg.c
+       * src/compose.c
+       * src/inc.c
+       * src/prefs_filtering.c
        * src/summaryview.c
-       * src/utils.c
-       * src/utils.h
-               threading by subject - empty subject are ignored
-
-2001-11-06 [christoph] 0.6.4claws29
-
-       * src/socket.c
-               use SSL_peek for sock_gets
-       * src/utils.c
-               removed unneeded pointer in extracting quoted
-               names implementation
-
-2001-11-06 [melvin]    0.6.4claws28
+               more warning fixes
 
-       * src/gtkspell.c
-               fixed bug #476792 Selection overtyping with spell checker
-               fixed bug which could cause a buffer overflow
-               fixed a memory leak
+2002-11-22 [alfons]    0.8.5claws178
 
-2001-11-06 [hoa]       0.6.4claws27
-       
-       * src/procmsg.c
        * src/summaryview.c
-               threading by subject
+               summary_execute_delete_func(): if message is deleted, make 
+               sure to also remove its entry in the subject hash table. 
+               fixes a corner case bug.
 
-2001-11-05 [alfons]    0.6.4claws26
-       
-       * README.claws
-               Claws -> Sylpheed (vice versa)
+2002-11-22 [paul]      0.8.5claws177
 
-       * src/compose.c
-               :%s/gtk_text/gtk_stext/g
-               :%s/GTK_TEXT/GTK_STEXT/g
-               (thanks to Jonathan Ware for spotting this)
+       * .cvsignore
+               add 'autom4te.cache'
+               
+       * ltconfig      ** REMOVED **
+               not needed
 
-2001-11-04 [christoph] 0.6.4claws25
+2002-11-22 [paul]      0.8.5claws176
 
-       * src/summaryview.c
-               replace Xalloca + strdup with Xstrdup_a
-       * src/utils.c
-               better implementation of extracting quoted names
-               from addresses (remove backlashes and ignore
-               quotes after them)
+       * src/textview.c
+               textview_set_font(): fix for message display in
+               UTF-8 locales (thanks to Sergey Vlasov).
+               
+       * AUTHORS
+               add new team members and contributors
 
-2001-11-04 [alfons]    0.6.4claws24
 
-       * src/utils.[ch]
-               edit to comply more with coding style
+2002-11-21 [colin]     0.8.5claws175
 
-       * src/textview.c
-               fix bug reported by Kim Schulz. introduced by the patch integrated
-               in 0.6.4claws15. the code did not check the return value of
-               the html parser.
+       * src/procmsg.[ch]
+               Add procmsg_remove_special_headers()
+       * src/mh.c
+               Use procmsg_remove_special_headers() for 
+               previous fix
 
-       * AUTHORS
-               add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
+2002-11-21 [colin]     0.8.5claws174
+
+       * src/mh.c
+               Fix moving/copying from queue/draft folders
+               for MH folders
 
-2001-11-04 [christoph] 0.6.4claws23
+2002-11-21 [christoph] 0.8.5claws173
 
+       * src/crash.c
+       * src/filtering.c
+       * src/logwindow.c
        * src/main.c
-       * src/prefs_common.[ch]
-               init some pointers that possibly caused a segfault
-               reported in the claws-users ML
+       * src/matcher_parser_lex.[hl]
+       * src/mbox.c
+       * src/mbox_folder.[ch]
+       * src/prefs_filtering.c
+       * src/procheader.c
+       * src/quote_fmt_lex.l
+       * src/ssl.c
+               fix all warnings except the warnings in lex and yacc files
 
-2001-11-04 [hoa]       0.6.4claws22
+2002-11-20 [christoph] 0.8.5claws172
 
-       * src/grouplistdialog.c
-               change the names of the nodes in the tree
+       * src/imap.c
+               fix MsgInfo retrieval for IMAP draft and queue folders
+               (closes bug [ 619558 ] Draft saving on IMAP box issue)
+
+2002-11-19 [christoph] 0.8.5claws171
 
        * src/compose.c
-               enhanced mailto syntax as described in
-               http://developer.netscape.com/viewsource/husted_mailto/mailto.html
-               (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
+               fix segfault, when draft saving does not get
+               the MsgInfo of the new message
+               (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
 
-       * src/utils.c
-               encode and decode URI (useful when opening URL into
-               netscape).
+2002-11-19 [christoph] 0.8.5claws170
 
-2001-11-03 [hoa]       0.6.4claws21
+       * src/procmsg.c
+               add parameter check for flag setting function
+               (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
 
-       * src/grouplistdialog.c
-               a new newsgroups list selection dialog box
-               with a CTree instead of a CList
+2002-11-18 [paul]      0.8.5claws169
 
-2001-11-03 [hoa]       0.6.4claws20
+       * src/compose.c
+               more sensitivity fixes to redirect mode:
+               * disable toolbar draft button
+               * allow only Address book in the Tools menu
+               * disable editing of message by the spell
+                 checker
 
-       * src/folderview.c
-               enable property and scoring options when right
-               click on "inbox"
+2002-11-18 [paul]      0.8.5claws168
 
-       * src/summaryview.c
-               fixed bug when nickname were displayed using
-               the address book.
+       * src/compose.c
+               fix sensitivity of menu items in compose_redirect():
+               allow only the necessary items 
 
-2001-11-02 [darko]     0.6.4claws19
+2002-11-18 [paul]      0.8.5claws167
 
        * src/compose.c
-               new wrap quotation and URL/long words wrapping implementation
-       * src/compose.c src/gtkstext.[ch]
-               move gtkstext_strncmp() to gtkstext.c
+               fix bug [ 603259 ] 'attachment got lost on bounce'
 
-2001-11-01 [christoph] 0.6.4claws18
+2002-11-18 [paul]      0.8.5claws166
 
-       * src/prefs_account.c
-               fixed mess in account settings dialog
-       * src/prefs_folder_item.c
-               added label with folder path to dialog
+       * po/ru.po
+               updated by Ruslan N. Balkin <baron@dartel.ru>
 
-2001-10-31 [match]     0.6.4claws17
+2002-11-18 [colin]     0.8.5claws165
 
-       * src/vcard.c
-               fix memory leak.
-       * src/addrbook.c
-               fix generation of spurious address book file names.
-               remove redundant functions.
-       * po/POTFILES.in
-               added missing file names.
+       * src/main.c
+         src/defs.h
+               Remove old filtering stuff
 
-2001-10-30 [paul]      0.6.4claws16
 
-       * sync with sylpheed 0.6.4cvs6
-               see ChangeLog entries 2001-10-26 to 2001-10-30
+2002-11-17 [oliver]    0.8.5claws164
 
-       * tools/filter_conv.pl
-               read folderlist.xml to discover whether the top-level
-               folder is called 'Mailbox' or 'Mail' 
+       * src/toolbar.h
+               remove not needed typedef 
 
-2001-10-29 [paul]      0.6.4claws15
+2002-11-17 [oliver]    0.8.5claws163
 
-       * src/html.c, src/textview.c
-               activate links in html mail and fix clickable parts
-               Submitted by Matthieu Dazy <dazy@t-surf.com>
+       * src/toolbar.c
+               make toolbar's on click events translatable
 
-2001-10-29 [paul]
+2002-11-15 [colin]     0.8.5claws162
 
-       * po/de.po, po/es.po, po/pt_BR/po
-               updated translations, submitted by Jens Oberender,
-               Ricardo Mones Lastra, and Fabio Junior Beneditto
+       * src/summaryview.c
+               Revert too-soon integration of a feature
 
-2001-10-29 [darko]     0.6.4claws14
+2002-11-15 [christoph] 0.8.5claws161
 
-       * src/compose.c
-               fix wrapping for good
+       * src/imap.c
+               use main's implementation of imap_get_msginfo
 
-2001-10-29 [darko]
+2002-11-15 [christoph] 0.8.5claws160
 
        * src/compose.c
-               undo previous change as it broke the smart wrapping
+       * src/folder.[ch]
+       * src/imap.c
+       * src/mbox_folder.c
+       * src/mh.c
+       * src/news.c
+       * src/procmsg.c
+       * src/summaryview.c
+               replace claws' fetch_msginfo with main's get_msginfo
+               (use main's implementation where possible)
 
-2001-10-29 [darko]     0.6.4claws13
+2002-11-15 [colin]     0.8.5claws159
 
-       * src/compose.c
-               fix infinite loop when long URL is quoted
-               (closes bug #475122.
+       * src/ssl_certificate.c
+               Missed a check
 
-2001-10-28 [match]
+2002-11-16 [melvin]    0.8.5claws158
 
-       * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
-               import Mutt address book
-       * src/ldif.[ch] src/importldif.h
-               modified import LDIF handle user attributes
+       * po/fr.po
+               Updated French translations.
 
-2001-10-28 [christoph] 0.6.4claws12
+2002-11-16 [colin]     0.8.5claws157
 
-       * src/summaryview.c
-               fixed that filtering did not work if there
-               were no filter rules
-               (closes bug #472003 and better implementation
-                of patch #474644)
+       * src/ssl_certificate.c
+               Check for missing parts in the certificates
 
-2001-10-27 [christoph] 0.6.4claws11
+2002-11-15 [colin]     0.8.5claws156
 
-       * src/compose.c
-               make the folder's default account to be used when
-               replying. (patch by wwp <subscript@free.fr>)
-       * src/compose.c
-               code cleanup, nearly killed all of wwp's patch
-               for folder's default account in compose
        * src/folderview.c
-               error panel when a folder could not be created
-               (closes bug #471080 new folder name & already
-                existing file)
-
-2001-10-26 [alfons]
-
-       * src/utils.h
-               change prototype of strstr2() that Christoph forgot about
-
-2001-10-26 [christoph] 0.6.4claws10
-
-       * src/account.c
-               made search for accounts by email address not case
-               sensitive
-       * src/folder.c
-               fixed memory leak in folder_item_get_identifier
-       * src/gtkspell.c
-       * src/utils.c
-               fixed wrong strstr2 (should work like strstr)
+               Preventive fix (missing check) found by
+               Alfons
 
-2001-10-26 [darko]     0.6.4claws9
+2002-11-15 [paul]
 
-       * src/compose.c src/gtkstext.[ch]
-       * src/gtkstext.c
-               move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
+       * NEWS
+               sync with 0.8.6 release
 
-2001-10-26 [paul]      0.6.4claws8
+2002-11-15 [colin]     0.8.5claws155
 
-       * src/html.c
-               ignore css and javascript tags in html mail
-               case-insensitive, with or without double-quoted
-               strings
+       * src/folder.[ch]
+         src/folderview.c
+               Fix error handling of folder_item_move_to()
+               (thanks to Alfons!)
 
-2001-10-26 [paul]      0.6.4claws7
+2002-11-15 [colin]     0.8.5claws154
 
-       * sync with sylpheed 0.6.4cvs1
-               see ChangeLog entry 2001-10-26
+       * src/folder.[ch]
+         src/folderview.c
+               folder_item_move_to() sets an error message instead
+               of having GUI stuff in folder.c
 
-       * src/prefs_account.c, src/prefs_common.c,
-         src/prefs_summary_column.c
-               minor improvements to the English
+2002-11-15 [colin]     0.8.5claws153
 
-2001-10-25 [alfons]    0.6.4claws6
+       * src/procmsg.[ch]
+               Implemented a callback for MsgInfo updates, 
+               heavily copy/pasted from Christoph's folder 
+               callback system
+       * src/summaryview.[ch]
+               Register summary_update_msg as callback
 
-       * src/gtkstext.c
+2002-11-14 [colin]     0.8.5claws152
        
-               make GtkSText follow style of GtkText (closes bug 
-               #469211 "text selection while writing message")
-               
-               do sync with GTK 1.2.10
-
-2001-10-25 [paul]      0.6.4claws5
+       * src/procmsg.c
+               Update the FolderItem after sending (fixes 617593)
 
-       * src/html.c
-               ignore css tags in html mail
+2002-11-14 [christoph] 0.8.5claws151
 
-2001-10-25 [darko]     0.6.4claws4
+       * src/folder.c
+               fix wrong position of NULL pointer check found
+               by Sergey
 
-       * src/compose.c
-               don't declare is_url_string as static function since
-               we need it in gtkstext.c
-       * src/gtkstext.c
-               remove unused variable
-               don't wrap long URLs while composing a message
+2002-11-14 [christoph] 0.8.5claws150
 
-2001-10-24 [christoph] 0.6.4claws3
+       * src/folder.c
+               fix segfault when deleting messages from IMAP folders
+               (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
 
-       * src/socket.c
-               fix ssl deadlock, when peer closes connection
+2002-11-14 [colin]     0.8.5claws149
 
-2001-10-24 [paul]      0.6.4claws2
+       * src/compose.c
+               Forwarding was also ignoring the folder's default account.
 
-       * src/prefs_common.c
-               gettextize the gpg ascii-armored warning message
+2002-11-14 [colin]     0.8.5claws148
 
        * src/compose.c
-               insert a DOS/MAC file into the composed message
-               (improvements)
+               Fix sent folder not set to folder properties when 
+               forwarding.
 
-       * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
+2002-11-14 [thorsten]  0.8.5claws147
 
-2001-10-22 [paul]      0.6.4claws1
+       * src/inc.c
+               inc_start(): Files were not moved from .processing to inbox,
+               if no global processing rule existed
 
-       * sync with sylpheed 0.6.4 release
-               see ChangeLog entries 2001-10-21
+2002-11-14 [colin]     0.8.5claws146
 
-       * po/fr.po, po/pt_BR.po
-               updated by Melvin Hadasht and Fabio Junior Beneditto
+       * src/ssl_certificate
+               Fix file operations
 
-2001-10-21 [paul]      0.6.3claws30
+2002-11-14 [paul]      0.8.5claws145
 
-       * src/compose.c
-               insert a DOS text file from the compose window
-               into the composed message text (removes CRs characters)
-               Submitted by Thierry Godefroy <godefroy@imaginet.fr>
+       * po/it.po
+               updated by Alessandro Maestri
 
-       * tools/filter_conv.pl, tools/README
-               automatically use ~/.sylpheed as working directory
-               print out confirmation message on completion
+2002-11-13 [alfons]    0.8.5claws144
 
-       * correct Hoa's last ChangeLog.claws entry
+       * src/folder.c
+               folder_item_close(): only mark messages unread
+               when a folder has new messages 
 
-2001-10-20 [hoa]        0.6.3claws29
+2002-11-13 [keith]     0.8.5claws143
 
-       * src/grouplistdialog.c
-               bugfix (another ?) to give the right
-               newsgroups list for each news server.
+       * src/imap.c
+               Fix problem moving or copying between
+               IMAP folders
 
-       * src/news.c
-       * src/news.h
-               improve the newsgroups list cache
+2002-11-13 [colin]     0.8.5claws142
 
-2001-10-20 [paul]      0.6.3claws28
+       * src/matcher_parser_parse.y
+               Fix rule problem when " don't match
 
-       * sync with sylpheed 0.6.3cvs9
-               see ChangeLog entry 2001-10-19
+2002-11-13 [christoph] 0.8.5claws141
 
-       * correct Alfons' last ChangeLog.claws entry
+       * src/folder.c
+       * src/folderview.c
+               moved cache saving to folder_item_close
+               the folderview should not have to deal with
+               this things
 
-2001-10-19 [alfons]
+2002-11-13 [christoph] 0.8.5claws140
 
-       * src/pgptext.[ch]
-               fix compilation problems (part of bug #472895)
+       * src/summaryview.c
+               moved setting of important score to
+               summary_set_prefs_from_folderitem
 
-2001-10-18 [hoa]        0.6.3claws27
+2002-11-13 [colin]     0.8.5claws139
 
-       * src/grouplistdialog.c
-               bugfix when we refresh was clicked (bug 472701)
+       * src/matcher_parser_parse.y
+               Fix a segfault in the parser (happening when
+               a good expression had been tested and a bad 
+               one arrives)
 
-2001-10-19 [christoph] 0.6.3claws26
+2002-11-13 [paul]      0.8.5claws138
 
-       * src/compose.c
-               last header entry should default to "To:" or
-               "Newsgroups:" and not copy the last entry line
-               in a new compose window
-               (closes bug #472686, #470792)
+       * sync with 0.8.5cvs24
+               see ChangeLog 2002-11-13
+               
+       * po/pt_BR.po
+               updated by Fabio Jr. Beneditto
+
+2002-11-13 [colin]     0.8.5claws137
+       
+       * src/msgcache.c
+         src/defs.h
+         src/procmsg.[ch]
+               Revert last commit, problem
 
-2001-10-19 [paul]      0.6.3claws25
+2002-11-13 [colin]     0.8.5claws136
 
-       * sync with Sylpheed 0.6.3cvs8
-               see ChangeLog entries 2001-10-18 and 2001-10-19
+       * src/msgcache.c
+               Remove duplicated code
+       * src/defs.h
+               Bumped CACHE_VERSION and MARK_VERSION
+       * src/procmsg.[ch]
+               Network endian for cache and mark files
 
-2001-10-18 [christoph] 0.6.3claws24
+2002-11-12 [colin]     0.8.5claws135
 
-       * src/procmsg.c
-               reimplement ignore thread
-       
-2001-10-18 [hoa]        0.6.3claws23
+       * src/inc.c
+               Fix the "socket error" dialog which disappeared
 
-       * src/folderview.c
-       * src/grouplistdialog.[ch]
-               enhanced news subscription interface (feature 469113)
+2002-11-12 [colin]     0.8.5claws134
 
-       * src/news.c
-       * src/news.h
-               enchanced newsgroup listing,
-               now, we can get groups informations
-               (NNTPGroupInfo)
+       * src/msgcache.c
+               Reverse last commit which had performance 
+               problems, but still reverse the list
 
-2001-10-18 [paul]      0.6.3claws22
+2002-11-12 [colin]     0.8.5claws133
 
-       * src/summaryview.c
-               remove comment (sync with main branch)
-       * src/mainwindow.c
-               fix 'Re-edit' bug in 'Message' menu
+       * src/msgcache.c
+               Reverse list order
 
-2001-10-17 [christoph] 0.6.3claws21
+2002-11-12 [melvin]    0.8.5claws132
 
        * src/compose.c
-               ignore empty or whitespace only header lines
+               Added a check for a NULL prefs_common.dictionary
 
-2001-10-17 [paul]      0.6.3claws20
+2002-11-12 [colin]     0.8.5claws131
 
-       * sync with sylpheed 0.6.3cvs7
-               see ChangeLog entries 2001-10-14, 2001-10-16, and
-               2001-10-17
+       * src/ssl_certificate.[ch]
+               Use FQDN hostname
 
-2001-10-17 [darko]
+2002-11-12 [colin]     0.8.5claws130
 
-       * src/compose.c
-               wrap long lines without spaces
-               don't wrap URLs
+       * src/ssl_certificate.[ch]
+               Take connection port into account for 
+               checking certificates (a single hostname
+               could have multiple servers with multiple
+               certificates)
+       * src/ssl.c
+               Pass the port to ssl_certificate_check
 
-2001-10-16 [paul]
+2002-11-12 [paul]      0.8.5claws129
 
-       * po/es.po, po/nl.po, po/pt_BR.po
-               updated by Ricardo Mones Lastra, Alfons,
-               and Fabio Junior Beneditto
+       * src/folder.c
+               fix a typo in last commit
 
-       * sylpheed-0.6.3claws released
+2002-11-12 [paul]      0.8.5claws128
 
-2001-10-15 [melvin] 0.6.3claws18
+       * sync with 0.8.5cvs23
+               see ChangeLog entry 2002-11-12
 
-       * README.claws
-               added summary and detailed installation instructions
-               for spell checker
-       * po/fr.po
-               Updated, corrected and completed french translation
+2002-11-11 [colin]     0.8.5claws127
 
-2001-10-15 [hoa] 0.6.3claws17
-       * src/grouplistdialog.c
-               we can choose the newsgroups to display with wildcards
+       * src/ssl_certificate.c
+               Cleaner messages
+               Don't popup, instead log error, if the 
+               corresponding pref is checked
+       * src/ssl_certificate.h
+               include <openssl/objects/h>
 
-2001-10-15 [christoph] 0.6.3claws16
+2002-11-11 [colin]     0.8.5claws126
 
-       * src/account.c
-       * src/compose.c
-       * src/prefs_folder_item.[ch]
-               applied wwp <subscript@free.fr>'s folder
-               default account patch
-       * po/de.po
-               Fixed wrong translation
+       * src/ssl_certificate.h
+               _Really_ clean it
 
-2001-10-13 [alfons, christoph, melvin] 
-                       0.6.3claws15
+2002-11-11 [colin]     0.8.5claws125
+       
+       * src/ssl_certificate.c
+               Fixed leak
 
-       solution #2 to solve MT-safety problems defers all GUI related calls
-       to the main thread using a gtk_idle_add() callback. discussed on
-       ircnet #sylpheed, with christoph spotting some issues with the
-       original code, and melvin allowing us to lobotomize his sylpheed.
+2002-11-11 [colin]     0.8.5claws124
 
-       * src/syldap.[ch], src/main.c
-               fix race problem in ldap search thread by deferring GUI 
-               stuff to main thread using gtk_idle_add()
+       * src/ssl.c
+               Cleaned a bit
+       * src/ssl_certificate.[ch]
+               Cleaned a bit (better use of SSL API)
+               (This will cause non-recognition of saved 
+                certificates of claws12[23]...)
 
-2001-10-13 [paul]      0.6.3claws14
+2002-11-11 [paul]      0.8.5claws123
+       
+       * po/es.po
+               updated by Ricardo Mones Lastra
 
-       * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
-               add Sergey's smtpcred.patch
-               adds separate username/password setting for SMTP Auth
-               needed by some servers
-               (closes feature request #471659)
+2002-11-11 [colin]     0.8.5claws122
 
-2001-10-13 [paul]      0.6.3claws13
+       * src/ssl.c
+               Fix a typo
 
-       * src/pgptext.[ch] **NEW FILES**
-       * src/Makefile.am, src/messageview.c, src/mimeview.c
-               decrypt ascii-armored gpg text embedded in
-               the message body.
-               Submitted by Jens Jahnke <jan0sch@gmx.net>
+2002-11-11 [colin]     0.8.5claws121
 
-2001-10-13 [christoph] 0.6.3claws12
+       * src/ssl_certificate.[ch] ** NEW FILES **
+       * src/ssl.[ch]
+               Check SSL certificates presented to us
+       * src/Makefile.am
+               Add ssl_certificate.[ch]
+       * po/POTFILES.in
+               Add ssl_certificate.c
 
-       * README.claws
-               some more details on default to and
-               feature requests
-       * src/main.c
-               init glib threading when ldap is used
-       * src/syldap.c
-               threading fixes
-       * po/de.po
-               fixed a typo
+2002-11-11 [paul]      0.8.5claws120
 
-2001-10-12 [paul]      0.6.3claws11
+       * sync with 0.8.5cvs22
+               see ChangeLog 2002-11-11
 
-       * src/prefs_common.[ch], src/rfc2015.c
-               enable ascii-armored gpg text to be embedded in the
-               message body, selectable through the 'Privacy'
-               preferences. Supports encrypting only.
-               Submitted by Ravemax <ravemax@dextrose.com>
+2002-11-11 [paul]      0.8.5claws119
 
-2001-10-12 [paul]      0.6.3claws10
+       * sync with 0.8.5cvs21
+               see ChangeLog 2002-11-11
 
-       * sync with sylpheed 0.6.3cvs6
-               see ChangeLog entries 2001-10-11 and 2001-11-12
+2002-11-10 [jens]      0.8.5claws118
 
+       * src/folder.c
        * src/folderview.c
-               incorporated mbox folders, scoring, and folder
-               properties into the sync
-
-2001-10-12 [darko]     0.6.3claws9
+               corrected some typing
+       * po/de.po
+               updated german translation
+       * sylpheed.spec.in
+               cleaned up specfile and adjusted it for claws
 
-       * README.claws
-               describe quotation wrapping
-       * src/compose.c
-               don't treat tab as space to calculate line length properly
+2002-11-10 [colin]     0.8.5claws117
 
-2001-10-11 [alfons]
+       * src/summaryview.c
+               a STATUSBAR_PUSH/POP fix
 
-       * README.claws
-               correct description of how to make new filtering system work,
-               add some other things
-               
-       * src/syldap.c
-               remove sched_yield() (not necessary / unportable)
+2002-11-10 [colin]     0.8.5claws116
 
-2001-10-11 [paul]      0.6.3claws8
+       * src/prefs_folder_item.c
+               Fix hanging after opening folder properties
 
-       * sync with sylpheed 0.6.3cvs3
-               see ChangeLog entry 2001-10-10
+2002-11-10 [hoa]       0.8.5claws115
 
-2001-10-10 [christoph] 0.6.3claws7
+       * src/matcher_parser_lex.l
+       * src/matcher_parser_parse.y
+               config file for scoring and filtering is no more trashed
+               when there is a syntax error in a filtering rule when
+               editing it in a dialog.
 
-       * .cvsignore
-               ignore 2 files created by newer autotools
-       * src/prefs_folder_item.c
-               using table for widget alignment
-               fixed memory leak and broken octal display
-       * src/filesel.c
-               fixed segfault caused by lost filename
-               workaround (closes bug #469551)
+2002-11-09 [colin]     0.8.5claws114
 
-2001-10-10 [paul]      0.6.3claws6
+       * src/mbox_folder.c
+               Added missing initialisation of folder->destroy()
 
-       * sync with sylpheed 0.6.3cvs2
-               see ChangeLog entries 2001-10-09 and 2001-10-10
+2002-11-09 [colin]     0.8.5claws113
 
-2001-10-10 [darko]     0.6.3.claws5
+       * src/folder.c
+         src/folderview.c
+               Fix the status bar messages
 
-       * src/gtkstext.c
-               proper calculation of right margin if smart wrapping is enabled
-       * src/compose.c
-               automatically wrap long lines if wrap quotation is enabled
+2002-11-09 [colin]     0.8.5claws112
 
-2001-10-09 [alfons]    0.6.3.claws4
+       * src/folderview.c
+               Fix hangs after folder dnd, happening after 
+               claws109.
 
-       * src/summaryview.c
-               select correct row when deleting last row in the summary view (and
-               close bug "[ #469104 ] select second last in list when deleting")
+2002-11-09 [christoph] 0.8.5claws111
 
-2001-10-09 [paul]      0.6.3claws3
+       * src/folderview.c
+               just changed order of calls (reverse order of
+               associated calls)
+       * src/inc.c
+               lock inc when checking only one account, otherwise
+               inc all could be executed at the same time
 
-       * sync with sylpheed 0.6.3cvs1
-               updated some autotool scripts
+2002-11-09 [christoph] 0.8.5claws110
 
-2001-10-09 [darko]     0.6.3claws2
+       * src/folderview.c
+               better unlock the mouse cursor before calling
+               summary_show because it changes the cursor too
 
-       * src/gtkstext.[ch]
-               new name and mark with Sylpheed comment
-       * src/compose.c
-               smart quotation wrapping a-la VIM
+2002-11-09 [christoph] 0.8.5claws109
 
-2001-10-08 [paul]      0.6.3claws1
+       * src/folder.[ch]
+       * src/folderview.c
+               add functions to open and close a folder
+               o opending will execute scanning for remote folders
+                 and processing
+               o closing will unset new flag for messages
 
-       * sync with sylpheed 0.6.3 release
-               see ChangeLog entry 2001-10-08
+2002-11-09 [colin]     0.8.5claws108
 
-2001-10-08 [paul]      0.6.2claws24
+       * src/folder.c
+               Add a call to prefs_matcher_write_config to 
+               avoid non-leaf folders filtering settings to be
+               lost
 
-       * src/summaryview.c
-               more sync with sylpheed 0.6.2cvs12
-               Fixed the bug that didn't select the last row correctly
+2002-11-09 [paul]      0.8.5claws107
 
+       * src/prefs_account.c
+               re-word a label
 
-2001-10-07 [paul]      0.6.2claws23
+2002-11-09 [colin]     0.8.5claws106
 
-       * sync with sylpheed 0.6.2cvs12
-               see ChangeLog entry 2001-10-07
+       * src/folderview.c
+               Minor esthetic fix
 
-2001-10-06 [match]
-       * src/jpilot.[ch]
-               enable jpilot to read unsynch'ed addresses.
+2002-11-09 [colin]     0.8.5claws105
 
-       * src/editldap_basedn.c
-               fix segfault when opening dialog.
+       * src/folderview.c
+               Fix prefs_filtering deletion for MH folders (same
+               reason as below)
+       * src/prefs_filtering.c
+               Fix prefs_filtering renaming and deletion for 
+               folder-based processing rules.  
 
-2001-10-06 [alfons]    0.6.2.claws22
+2002-11-09 [christoph] 0.8.5claws104
 
+       * src/compose.c
+       * src/folder.[ch]
+       * src/folderview.[ch]
+       * src/import.c
+       * src/inc.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/prefs_folder_item.c
+       * src/procmsg.c
        * src/summaryview.c
-               fix bug with summary view selecting last *inserted*
-               node instead of last *visible* node. remember we
-               work with a tree
+               implement a callback system for folder item updates
 
-2001-10-06 [paul]      0.6.2claws21
+2002-11-09 [colin]     0.8.5claws103
 
-       * po/pt_BR.po
-               updated translation, contains some fixes and new
-               translations, submitted by Gustavo Noronha Silva
-               <kov@debian.org>
+       * src/folderview.c
+               Fix prefs_filtering renaming for MH folders (we
+               shouldn't rename by path as another folder could
+               have the same hierarchy).
 
-       * src/prefs_common.c
-               change 'each' to 'every' - fix dubious English
+2002-11-09 [colin]     0.8.5claws102
+
+       * src/folder.c
+               Fix a leak found by Christoph, use better variable
+               names
+
+2002-11-09 [colin]     0.8.5claws101
 
-       * sync with sylpheed 0.6.2cvs11
+       * src/folder.c
+               One more fix for processing rules
 
-2001-10-05 [alfons]    0.6.2claws20
+2002-11-08 [colin]     0.8.5claws100
+       
+       * src/matcher.c
+               Don't copy the compiled regexp (will be reevaluated)
+       * src/folderview.c
+               Lock folderview while moving
+       * src/folder.c
+               Provide info on what's happening to the user
 
-       * src/mainwindow.[ch], src/folderview.c
-               make composite tool button switch between "Compose News"
-               and "Compose Mail" depending on selected folder
-               (nifty idea by Kim Schulz <kim@schulz.dk>)
+2002-11-08 [colin]     0.8.5claws99
 
-2001-10-05 [paul]      0.6.2claws19
+       * src/folderview.c
+               Fix folder reordering after a move if parent is 
+               root
+       * src/scoring.[ch]
+               Add function to copy a ScoringProp
+       * src/prefs_folder_item.c
+               Copy scoring rules when copying a folder prefs
 
-       * src/mainwindow.c, src/summaryview.c
-               fix 'Message/Reply to all', broken in last commit
+2002-11-08 [colin]     0.8.5claws98
 
-       * src/compose.c
-               fix X_BEENTHERE seg fault, thanks to Alfons
+       * src/folderview.c
+               Fixes in case of failure
+       * src/filtering.[ch]    
+               Add function to duplicate a FilteringProp
+       * src/matcher.[ch]
+               Add function to duplicate a MatcherProp
+       * src/prefs_folder_item.c
+               Save folder's processing rules when copying 
+               its prefs
 
-2001-10-04 [paul]      0.6.2claws18
+2002-11-08 [colin]     0.8.5claws97
+       
+       * src/folderview.c
+               Sort after move
+       * src/folder.c 
+               Change a printf to debug_print
 
-       * src/compose.[ch], src/mainwindow.c
-               make "Message/Reply" reply to mailing lists; matches
-               'X-Mailing-list:' and 'X-BeenThere:' ML headers.
-               based on portions of the patch submitted by
-               Junichi Uekawa <dancer@netfort.gr.jp>
+2002-11-08 [colin]     0.8.5claws96
 
-2001-10-04 [darko]     0.6.2claws17
+       * src/folder.c
+         src/folderview.c
+               Fix segfaults, call me stupido
+       
 
-       * src/compose.c
-               better smart wrapping
-       * src/gtkstext.[hc]
-               a function to make text buffer contiguous
+2002-11-08 [colin]     0.8.5claws95
 
-2001-10-03 [paul]      0.6.2claws16
+       *src/folder.c
+               Added forgotten prefs to save when moving folders
 
-       * sync with sylpheed 0.6.2cvs10
+2002-11-08 [colin]     0.8.5claws94
 
-2001-10-02 [alfons]
+       * src/folder.c
+               Fixes to folder DND (prefs copy)
+       * src/folderview.c
+               Optimization for folder DND (don't rescan whole tree)
+               Added folderview_create_folder_node() for this 
+               optimization, so de-duped a bit the code
+       * src/prefs_folder_item.[ch]
+               Added prefs_folder_item_copy_prefs()    
+         
+2002-11-08 [paul]      0.8.5claws93
 
-       * configure.in
-       * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
-               close bug "[ #466566 ] compile error on mdk 8.0" by removing
-               references to chinese translations (hope someone picks up
-               this)
+       * src/prefs_account.c
+         tools/README
+         tools/kmail2sylpheed_v2.pl
+               correct some typos
 
-2001-10-02 [christoph] 0.6.2claws15
+2002-11-08 [paul]      0.8.5claws92
 
        * src/compose.c
-               fixed non translated header bug
-       * ChangeLog.claws
-               fixed wrong date in alfons last entry ;)
+         src/prefs_account.[ch]
+               remove account options 'clearsign' and 'ascii_armored',
+               replace with 'default_gnupg_mode' to prevent mixed-mode
+               Privacy settings
 
-2001-10-02 [alfons]    0.6.2claws14
+2002-11-08 [paul]      0.8.5claws91
 
-       * src/compose.c, src/prefs_common.[ch]
-               add block cursor option
+       * src/compose.[ch]
+               re-implement GnuPG 'on-the-fly' mode selection,
+               disallow mixed-mode
 
-2001-10-02 [paul]      0.6.2claws13
+2002-11-08 [colin]     0.8.5claws90
 
-       * sync with sylpheed 0.6.2cvs9
+       * src/folderview.c
+         src/prefs_folder_item.c
+               Change "Property" to "Properties"
 
-2001-09-30 [paul]      0.6.2claws12
+2002-11-07 [colin]     0.8.5claws89
 
-       * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
-               updated translations
+       * src/folderview.c
+         src/folder.c
+               Allow folder dropping to a root folder
 
-       * po/POTFILES.in
-               add 'src/importldif.c'
+2002-11-07 [paul]      0.8.5claws88
 
-       * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
-               added eudora-to-vCard conversion tool
-               submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
+       * src/compose.c
+               revert last commit
 
-       * sync with sylpheed 0.6.2cvs8
+2002-11-07 [paul]      0.8.5claws87
 
-2001-09-30 [paul]
+       * src/compose.c
+               fix reply-to-list bug. closes bug report
+               "[633382] reply-to-list broken in recent cvs"
 
-       * sylpheed-0.6.2claws released
+2002-11-07 [paul]      0.8.5claws86
 
-2001-09-27 [melvin]    0.6.2claws11
+       * src/compose.c
+               add a forgotten '#if USE_GPGME ... #endif'
 
-       * src/gtkspell.c
-               fixed crash when using default path (introduced 
-               in 0.6.2claws10)
-               fixed tiny bug for initial suggestion mode
+2002-11-07 [paul]      0.8.5claws85
 
-2001-09-27 [melvin]    0.6.2claws10
-       
-       * src/gtkspell.c
-               fixed bug where gtkpspell didn't set the path correctly
+       * sync with 0.8.5cvs20
+               see ChangeLog 2002-11-07
 
-       * README.claws
-               added a paragraph about spell checking
-               
+2002-11-07 [colin]     0.8.5claws84
 
+       * src/folder.[ch]
+               Change folder_item_move_to to return the newly 
+               created folderitem.
+       * src/folderview.c
+               Select the new folderitem after moving.
 
-2001-09-27 [paul]      0.6.2claws9
+2002-11-07 [colin]     0.8.5claws83
 
-       * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
-               replace '// comments' with '/* comments */' to prevent
-               some compiler warnings 
+       * src/prefs_filtering.c
+               Fix rule rewriting when moving a leaf folder to a 
+               shorter path
 
-       * sync with sylpheed 0.6.2cvs6
+2002-11-07 [colin]     0.8.5claws82
 
-2001-09-26 [alfons]    0.6.2claws8
+       * src/prefs_filtering.c
+               fix a leak
 
-       * src/messageview.c
-               introduce return receipt request notification again,
-               which was lost because of other semantics in 
-               procheader_parse() (???)
+2002-11-07 [colin]     0.8.5claws81
 
-2001-09-26 [christoph] 0.6.2claws7
+       * src/folder.[ch]
+               Add folder_item_move_to() function to move a 
+               folderitem into another one (updates matcher etc)
+       * src/folderview.c
+               Add folder drag'n drop (context menu to come)
+               [Should be dataloss free, but Please backup before 
+                trying !]
 
-       * src/compose.c
-               replace comments for old code with #if 0
-               readded auto cc, bcc and reply-to
-       * src/prefs_matcher.c
-       * src/prefs_scoring.c
-               removed some definition (was moved to
-               prefs.h)
+2002-11-06 [colin]     0.8.5claws80
 
-2001-09-26 [paul]      0.6.2claws6
+       * src/mh.c
+               mh_create_folder() returns NULL if can't create
+               directory hierarchy
 
-       * src/mainwindow.c
-               make 'Follow-up and reply to' sensitive
+2002-11-06 [paul]      0.8.5claws79
 
-       * more sync with sylpheed 0.6.2cvs5
+       * src/compose.[ch]
+               allow 'on-the-fly' changing of the type of encryption 
+               and/or signing used (mime/ascii) via the compose window
 
-2001-09-25 [melvin]
+2002-11-06 [paul]      0.8.5claws78
 
-       * 0.6.2claws5
+       * sync with 0.8.5cvs19
+               see ChangeLog 2002-11-06 for src/account.c: 
+               account_get_special_folder()
+               
+2002-11-05 [alfons]    0.8.5claws77
 
-       * src/gtkspell.c
-               fixed bug for "US-ASCII" introduced by the encoding code
+       * src/crash.c
+               very minor cleanups: nothing to see here, move on. :-)
 
-2001-09-25 [paul]
+2002-11-05 [colin]     0.8.5claws76
 
-       * 0.6.2claws4
+       * src/main.c
+               Changes choices if compose windows are opened to
+               Discard, Draft, Don't quit
 
-       * src/prefs_common.[ch], src/summaryview.c
-               'next unread msg' 'go to next folder?' dialog can be
-               given default behaviour, either always show dialog,
-               or assume 'yes', or assume 'no'
-               Submitted by wwp <subscript@free.fr>
+2002-11-05 [thorsten]  0.8.5claws75
 
-2001-09-25 [melvin]
-               
-       * src/compose.c src/gtkspell.[ch]
-               added support for different encodings
+       * src/compose.c
+               reenabled default_reply_to folder option
 
-2001-09-25 [paul]
+2002-11-05 [colin]     0.8.5claws74
 
-       * more sync with sylpheed 0.6.2cvs5
+       * src/compose.[ch] 
+               add compose_draft()
+       * src/crash.c
+               add SIGTERM handler
+       * src/main.[ch]
+               add clean_quit() for the SIGTERM handler
 
-2001-09-24 [alfons]
+2002-11-05 [paul]      0.8.5claws73
        
-       * src/prefs_folder_item.c
-               add check for item->prefs->default_to string is NULL and
-               add another check when freeing this string
-
-2001-09-24 [paul]
+       * po/es.po
+               updated by Ricardo Mones Lastra
 
-       * configure.in
-               change to version 0.6.2claws3
+2002-11-05 [melvin]    0.8.5claws72
 
-       * sync with sylpheed 0.6.2cvs5 
+       * src/logwindow.c
+               Fixed log-clipping bug #616795.
+               To stop logging in the log window use 0 length.
+       * src/prefs_common.c
+               Added a label to inform about the 0 log length behaviour.
 
-2001-09-24 [match]
-       * src/ldif.[ch], src/importldif.[ch], addressbook.c
-               import LDIF files.
-       * src/addrcache.[ch], addrindex.[ch]
-               small update for future
-       * src/addrbook.c
-               fix test XML file.
+2002-11-05 [paul]      0.8.5claws71
 
-2001-09-24 [melvin]
-       * src/gtkspell.[ch]
-               added 'Learn from mistakes' option
-               better handling of quotes in checked words
-               sorted dict list
-       * po/fr.po
-               small update for spell checking stuff
+       * sync with 0.8.5cvs17
+               see ChangeLog 2002-11-05
 
-2001-09-23 [alfons]
-       
-       * src/gtkspell.c
-               edit a little bit so it complies more with main coding style
+2002-11-04 [paul]      0.8.5claws70
 
-2001-09-23 [alfons]
+       * sylpheed-128x128.png
+         sylpheed-64x64.png
+         sylpheed.png
+               replace with pngcrushed icons. Submitted by Nicolas Kaiser,
+               <nikai@users.sourceforge.net>
+               
+       * po/bg.po
+               updated by George Danchev
 
-       * src/folder.[ch], prefs_folder_item.c, compose.c
-               migrate "request return receipt" folder property
-               to folderlist.xml
+2002-11-03 [thorsten]  0.8.5claws69
 
-2001-09-22 [alfons]
+       * src/main.c
+         src/mimeview.c
+         src/rfc2015.h
+               add check if gpg is active
 
-       * README.claws **NEW**
-               (add things of interest for users of main branch 
-               and claws here)
+2002-11-03 [thorsten]  0.8.5claws68
 
-       * src/folder.[ch], src/mainwindow.c, src/summaryview.c
-               re-implement threading per folder option, but store 
-               the setting in folderlist.xml (where it belongs)
+       * src/toolbar.h
+               removed GSList declaration causing trouble on MacOS-X
+               (submitted by alfons, reported by xfesty)
 
-2001-09-21 [melvin]
+2002-11-01 [paul]      0.8.5claws67
 
-       * src/gtkspell.[ch]
-               fixed bug when compose window is under another window
-       * src/prefs_common.[ch] src/compose.c
-               changed 'dictionary_path' to 'dictionary' to be consistent
-               dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
-       * ac/pspell.m4 src/Makefile.am 
-               dropped PSPELL_PATH macro
-       * po/fr.po
-               updated translations
+       * src/mainwindow.c
+               remove last remnants of main's filter code
 
-2001-09-21 [christoph]
+2002-11-01 [paul]      0.8.5claws66
 
-       * src/compose.c
-               added border around header fields
-               keep header type when new field is added
+       * tools/filter_conv.pl
+               fix bug where user-defined headers were ignored
 
-2001-09-20 [christoph]
+2002-11-01 [paul]      0.8.5claws65
 
-       * src/utils.[ch]
-               more portable debug_print with source filename
-               and linenumber
-       * src/procmsg.c
-               more newlines after debug messages
+       * src/logwindow.c
+               make a debug_print() not translatable
 
-2001-09-20 [paul]
+2002-10-31 [melvin]    0.8.5claws64
 
+       * ac/aspell.m4
+               Fixed --disable-aspell-test. Now --disable-aspell-test will 
+               not run any GNU/aspell test.  The dictionary path will
+               be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
+               was given, in which case, it will be $prefix/lib/aspell/
        * configure.in
-               change to version 0.6.2claws2
-
-       * sync with sylpheed 0.6.2cvs3
+               Fixed typo in commentary (Aspell code).
 
-2001-09-19 [melvin]
+2002-10-31 [paul]      0.8.5claws63
 
-       * src/gtkspell.c
-               fixed the post-right-click focus pb
-               fixed crash when 'Spell check all' after dict change 
-                       and when cursor is at the end of the text
-               shift-right-click pops up config menu even on misspelled words.
        * po/POTFILES.in
-               added gtkspell.c
+               remove src/filter.c and src/prefs_filter.c
+               thanks to Ricardo for reminding me
 
-2001-09-19 [melvin]
+2002-10-31 [colin]     0.8.5claws62
 
-       * src/about.c
-               added pspell to compiled-in features list
+       * src/mbox_folder.c
+               Plug some leaks
 
-2001-09-18 [melvin]
+2002-10-31 [paul]      0.8.5claws61
 
-       * switched to pspell and dropped ispell
-       * ac/pspell.m4
-               new file. autoconf macro for pspell
-       * ac/Makefile.am 
-       * configure.in acconfig.h
-               added pspell support
+       * src/prefs_filter.[ch] ** REMOVED **
+         src/filter.[ch]       ** REMOVED **
+         
        * src/Makefile.am
-       * src/main.c src/compose.[ch] src/gtkspell.[ch]
-       * src/prefs_common.[ch] 
-               added pspell support
-
-2001-09-18 [christoph]
-
-       * src/addr_compl.c
-       * src/template.[ch]
-               replace LOG_MESSAGE with debug_print
-       * src/compose.[ch]
-               gui improvements
-       * src/menu.c
-               added newline after debug message
-       * src/utils.h
-               using __VA_ARGS__ for debug_print macro
-       * tools/.cvsignore
-               ignore Makefile and Makefile.in
-
-2001-09-18 [paul]
-
-       * configure.in
-               change to version 0.6.2claws1
-       * sync with sylpheed 0.6.2cvs1
-
-       * src/matcher.c 
-       * src/prefs_matcher.c
-               add 'score equal to' option, submitted by
-               Paul Evans <nerd@freeuk.com>
+         src/folderview.c
+         src/inc.c
+         src/main.c
+         src/mainwindow.c
+         src/mbox.c
+         src/prefs_common.c
+         src/prefs_filtering.c
+         src/summaryview.[ch]
+               remove main's 'filter' code
+               
+       README.claws
+               update to reflect removal of main's filter
 
-2001-09-15 [christoph]
+2002-10-31 [paul]      0.8.5claws60
 
-       * src/mainwindow.c
-               comment out menu entry not existing in claws
-       * src/menu.c
-               add debug output for non existing menu entries
        * src/summaryview.c
-               fix next/prev unread message for ignored threads
-       * src/utils.[ch]
-               add sourcefile and line number to debug output
-               otherwise it is sometimes hard to find the
-               source code part if debug messages are translated
-
-2001-09-14 [darko]
-       
-       * src/folderview.c
-               refresh target folder style after colour is changed
-
-2001-09-13 [paul]
-
-       * configure.in
-               change to version 0.6.1claws3
+               remove check for global_processing in summary_filter_open(). 
+               This fixes the bug where if the user uses the right-click 
+               'Create filter rule...' and doesn't have any filter rules 
+               already defined in claws' advanced filtering, the newly 
+               created filter rule goes to main's filtering which is 
+               inaccessible through the gui. Now the filter rule gets added
+               to claws' filtering by default.
 
-       * sync with sylpheed 0.6.1cvs6
+2002-10-28 [melvin]    0.8.5claws59
 
-2001-09-13 [darko]
-       
-       * src/folderview.c
-               fix target folder colourization to use user selected colour
+       * src/prefs_actions.c
+               Fixed bug #627322 where MIME parts were not always
+               correctly passed to a %p action
+               Display an error dialog when message filename is not found.
 
-2001-09-12 [darko]
-       
-       * src/summaryview.c
-               fix crash when message that is marked for copy/move is unmarked
+2002-10-28 [melvin]    0.8.5claws58
 
-2001-09-09 [paul]
+       * src/prefs_common.c
+               Readded a missing function declaration lost in 0.8.3claws34
 
-       * configure.in
-               change to version 0.6.1claws2
+2002-10-28 [paul]      0.8.5claws57
 
-       * sync with sylpheed 0.6.1cvs3
+       * sync with 0.8.5cvs15
+               see ChangeLog 2002-10-28 and 2002-10-25
+               
+       Note: ChangeLog entry 2002-10-24 is not sync'ed.
 
-2001-09-09 [alfons]
-       
-       * src/folderview.c
-               fix bug with default font used for trash folder text
+2002-10-27 [oliver]    0.8.5claws56
 
-2001-09-06 [paul]
+       * src/pop.c
+               plug leak in pop3_top_recv
 
-       * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
-               updated translations
+2002-10-26 [christoph] 0.8.5claws55
 
-       * configure.in
-               change to version 0.6.1claws1
+       * src/folder.c
+               set need_update folder flag when messages are added
+               (closes bug [ 626922 ] folder not updated after receiving)
 
-       * sync with sylpheed 0.6.1cvs2
+2002-10-25 [melvin]    0.8.5claws54
 
-2001-09-03 [paul]
+       * src/imageview.c
+               Fixed a memleak introduced in the scaling code.
 
-       * po/POTFILES.in
-               add Match's new addressbook
+2002-10-24 [alfons]    0.8.5claws53
 
-        * po/de.po
-               updated translation submitted by Jens Oberender
+       * src/filtering.c
+               make filtering's forward message action forward from the 
+               correct account
+               (closes bug [628089 ] Filter -> Forward from address problem
+               reported by Oktay)
 
-2001-09-02 [paul]
+2002-10-24 [christoph] 0.8.5claws52
 
-       * configure.in
-               change to 0.6.1claws
-       * sync with sylpheed 0.6.1 release
+       * src/mainwindow.c
+       * src/manual.[ch]
+               o use manual of current locale or english if current
+                 locale is not available (and english is available)
+               o also link to sylpheed doc project manuals
 
-2001-09-02 [paul]
+2002-10-23 [paul]      0.8.5claws51
 
-       * configure.in
-               change to 0.6.0claws2
+       * tools/README
+         tools/kmail2sylpheed_v2.pl
+               add new version of kmail addressbook importer script.
+               works with newer versions of Kmail/KAddressBook which
+               have new and rearranged data.
 
-       * sync with sylpheed 0.6.0cvs4
+2002-10-23 [martin]    0.8.5claws50
 
-       * po/pt_BR.po
-               updated translation submitted by Fabio Junior Beneditto
+       * src/folderview.c
+       * src/summaryview.c
+       * src/utils.h
+       * src/utils.c
+               added length parameter to get_abbrev_newsgroup_name()
+               changed this function so that it abbreviates the newsgroup
+               names only so long it is smaller than the length parameter
+               (for better reading of some newsgroup names and space efficiency)
 
-2001-09-01 [match]
-       * pixmaps/
-               interface.xpm
-               book.xpm
-               address.xpm
-       * src/
-               Makefile.am
-               a ton of new files
+2002-10-22 [colin]     0.8.5claws49
 
-2001-08-31 [paul]
+       *src/foldersel.c
+               Revert Alfons' last modification (after voting ;-))
 
-       * configure.in
-               change to version 0.6.0claws1
+2002-10-21 [alfons]    0.8.5claws48
 
-       * sync with sylpheed 0.6.0cvs1
+       * src/foldersel.c
+               folder view in folder selection dialog reflects state of
+               folder view in main window
 
-       * po/es.po
-               updated translation submitted by Ricardo Mones Lastra
+2002-10-18 [alfons]    0.8.5claws47
 
-       * po/POTFILES.in
-               add 'src/prefs_templates.c'
+       * src/mbox.c
+               drop imported messages in folder selected by user,
+               and not in the inbox
+               (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
 
-       * src/compose.c, src/summaryview.c
-               fix segfault on 'Re_edit'               
+2002-10-18 [alfons]    0.8.5claws46
 
-2001-08-30 [alfons]
+       * src/compose.c
+               make automagic reply work correctly for email accounts 
+               (whether it's viable to do a full sync with Hiro's 
+               compose.c is still under discussion)
 
-       * configure.in, Makefile.am
-       * tools/Makefile.am
-               add tools directory to source distribution
+2002-10-18 [melvin]    0.8.5claws45
 
-2001-08-30 [paul]
+       * src/prefs_actions.c
+               Fixed bug #622275 where asynchroneous actions left 
+               zombies processes
+               Made (synchroneous) actions' input be displayed live.
 
-       * configure.in
-               change to version 0.6.0claws
+2002-10-18 [christoph] 0.8.5claws44
 
-       * sync with sylpheed 0.6.0 release
+       * src/textview.c
+               don't add a newline in the textview in front of the
+               first textpart if header display is disabled
+               (closes bug [ 603385 ] disabled header display leaves blank
+                lin)
 
-2001-08-30 [christoph]
+2002-10-18 [christoph] 0.8.5claws43
 
-       * configure.in
-               removed autoconf version check
+       * src/folder.[ch]
+       * src/imap.c
+       * src/mbox_folder.c
+       * src/mh.c
+       * src/news.c
+               folder->get_num_list now returns an error code
+               (closes bug [ 609424 ] News cache cleared on failure)
+               
+2002-10-17 [colin]     0.8.5claws42
+       
+       * src/news.c
+               Changed a printf by debug_print
 
-2001-08-30 [paul]
+2002-10-16 [paul]      
 
-       * src/account.c, src/compose.c, src/prefs_common.[ch]
-       * src/procheader.[ch] src/utils.[ch]
-               Enhanced automatic account selection on replies
-               Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
+       * tools/OOo2sylpheed.pl
+               allow for spaces in the name of the
+               file to be attached.
 
-       * configure.in
-               add LDAP and JPilot to the configuration results output.
+2002-10-16 [colin]     0.8.5claws41
 
-2001-08-29 [christoph]
+       * src/main.c
+               Use a tristate to change online mode
 
-       * src/summeryview.c
-               no bold font for ignored threads
+2002-10-16 [paul]      0.8.5claws40
 
-2001-08-29 [paul]
+       * po/es.po
+               updated by Ricardo Mones Lastra
 
-       * configure.in
-               change to version 0.5.3claws6
+2002-10-16 [colin]     0.8.5claws39
 
-       * sync with sylpheed 0.5.3cvs10
-               src/stringtable.[ch]: New Files
+       * src/main.c
+         src/mainwindow.[ch]
+               Added --online and --offline command-line
+               switches
 
-       * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
-       * src/pixmaps/sylpheed.xpm
-               add mini-icons to windows (by Alfons)
+2002-10-15 [christoph] 0.8.5claws38
 
-2001-08-27 [paul]
+       * src/procmime.c
+               set mimeinfo->name to NULL after g_free to
+               avoid double freeing with g_free
 
-       * src/mainwindow.c
-               new functions: next_labeled_cb(), prev_labeled_cb()
+2002-10-14 [christoph] 0.8.5claws37
 
+       * src/compose.c
+       * src/filtering.c
        * src/summaryview.c
-               new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
-               summary_select_next_labeled(), summary_select_prev_labeled()
-
-       * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
-               give claws blue folders and a blue trash can
-
-2001-08-27 [paul]
-
-       * configure.in
-               change to version 0.5.3claws5
+               remove calls to folder->change_flags that are now
+               done by procmsg flag functions (seems it is not
+               used by any foldertype anyway)
+       * src/folder.c
+               init folder->change_flags with NULL
 
-       * sync with sylpheed 0.5.3cvs9
-               src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
+2002-10-14 [christoph] 0.8.5claws36
 
-2001-08-24 [christoph]
+       * src/folder.[ch]
+       * src/imap.[ch]
+               use virtual functions for folder item new and destroy
+               functions
 
-       * src/filesel.c
-               keep filename when browsing directories
-               (not working for user entered filename, but
-                for default name and selected filename from
-                file list)
-       * src/mainwindow.c
-               fixed wrong spelling "Folllow-up"
-       * src/mbox_folder.c
-       * src/procmsg.c
-       * src/summaryview.c
-               fixed new/unread message count with ignored
-               threads (2 commits, first didn't notice no
-               longer needed decreasing)
-       * src/inc.c
-               readded scrolling of progress dialog
-               (lost in sync)
+2002-10-14 [melvin]    0.8.5claws35
 
-2001-08-24 [paul]
+       * src/compose.c
+               Added a test to not run the spell checker if no default
+               dictionary is available. No dialog is displayed though.
 
-       * configure.in
-               change to 0.5.3claws4
+2002-10-14 [melvin]    0.8.5claws34
 
-       * sync with sylpheed 0.5.3cvs7
+       * src/gtkaspell.c
+               Fixed bug in dictionary list context menu where
+               "More..." pointed to an emtpy submenu if the
+               number of dictionaries is a multiple of 15
+               Removed unneeded code in suggestions list creation
 
-2001-08-24 [christoph]
+2002-10-14 [paul]      0.8.5claws33
 
-       * src/compose.c
-               set request return receipt when replying
-               if it is set is the folder prefs of the
-               message
-       * src/inc.c
-               disable final error popup if popups are
-               disabled in config (again)
+       * po/bg.po
+               updated by George Danchev
 
-2001-08-23 [paul]
+2002-10-13 [hoa]       0.8.5claws32
 
-       * configure.in
-               Change version number to 0.5.3claws3
+       * src/matcher.[ch]
+         src/matcher_parser_parser.y
+               removed the escaped string from internal structure
+               of matcher.
 
-       * sync with sylpheed 0.5.3cvs5
+2002-10-12 [colin]     0.8.5claws31
 
-       * src/mimeview.c
-               double quote '%s' in 'gedit %s' to fix bug when
-               opening attachment with spaces in the name
+       * src/gtksctree.[ch]
+         src/summaryview.c
+               Removed useless function gtksctree_reanchor
 
-2001-08-22 [alte]
-       * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
-         src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
-               initial message templates support
+2002-10-12 [alfons]    0.8.5claws30
+       
+       * sync with remaining main changes 2002-10-09 - 2002-10-11
+       - drop changes to src/compose.c (requires claws specific changes)
+       
+2002-10-12 [alfons]    0.8.5claws29
+       
+       * sync with main changes of 2002-10-08
+       - drop changes to src/compose.c (requires claws specific changes)
+        - drop changes to src/summaryview.c (requires changes to compose.c)    
 
+2002-10-12 [alfons]    0.8.5claws28
+       
+       * sync with main changes of 2002-10-07
 
-2001-08-22 [paul]
+2002-10-12 [alfons]    0.8.5claws27
 
-       * configure.in
-               change version number to 0.5.3claws2
+       * sync with main changes of 2002-10-04
+       - drop changes to src/compose.c (requires claws specific changes)
+       - drop changes to src/prefs_folder_item.c (claws implementation
+         seems to be working)
 
-       * sync with sylpheed 0.5.3cvs4
+2002-10-12 [colin]     0.8.5claws26
 
-       * src/procmsg.h src/summaryview.c
-               re-implement (un)ignore thread
+       * src/mainwindow.c
+               Fix folder-flicker when space-reading, introduced 
+               in claws22.
 
-2001-08-21 [paul]
+2002-10-12 [colin]     0.8.5claws25
 
-       * src/summaryview.c
-               remove unnecessary code
        * src/compose.c
-               enable 'dynamic' signatures (submitted by
-               Eric Limpens <eric@hscg-internet.nl>)
-
-2001-08-21 [paul]
-
-       clean up after sync with sylpheed 0.5.3 release
+               Save account address when saving as draft.
+               (closes bug 621838)
 
-       * src/folderview.c
-               fix re-introduced font mess, see Christoph's
-               entry 2001-06-24
+2002-10-12 [colin]     0.8.5claws24
 
        * src/summaryview.c
-               remove prev_msgnum
-                use sylpheed's small font instead of
-               gtk default font for summary view
-
+               Fix the problem consisting of no message selected
+               after the last message in a folder has been moved.
 
-2001-08-17 [paul]
+2002-10-12 [paul]      0.8.5claws23
 
-       * configure.in
-               add pl to ALL_LINGUAS - sync with main branch
+       * src/compose.c
+         src/prefs_template.c
+         src/template.[ch]
+               add Cc and Bcc to templates. Patch submitted by
+               John L. Males.
 
-       * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
-               Updated. Translations by Jens Oberender, Ricardo Mones
-               Lastra, Alfons, and Fabio Junior Beneditto respectively.
+2002-10-12 [colin]     0.8.5claws22
 
-       * po/pl.po  ** NEW FILE **
-               sync with the main branch
+       * src/folderview.c
+               Fix a bug after "Check for new messages":
+               If a folder was opened, it was still selected at
+               the end of the check, but displayed empty.
+       * src/mainwindow.c
+               Remove unnecessary check
 
-        * src/folderview.c
-               fix target folder colorizing and refresh problem
+2002-10-12 [paul]
 
+       * tools/README
+               be more verbose in the description of
+               OOo2sylpheed.pl
+               
 
-2001-08-17 [christoph]
+2002-10-11 [colin]     0.8.5claws21
 
        * src/mainwindow.c
-               claws uses 4 colors for target folder coloring.
-               arrays were not long enough and destroyed the
-               stack causing a segfault.
-               target folder colorizing does not work anymore
-               for me
-
-2001-08-16 [paul]
-
-       * configure.in
-               change to version 0.5.3claws1
-
-       * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
-         src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
-         src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
+               Make space work (better) when no mail is selected
 
-               sync with sylpheed 0.5.3 release, but keep claws method of
-               configuring/saving fonts
+2002-10-11 [colin]     0.8.5claws20
 
-       * src/addressbook.[ch]
-               rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
-               in line with a similar change in Hiroyuki's branch
+       * src/inc.c
+         src/news.c
+               fix warnings
 
-       * src/mainwindow.[ch]
-               disable main_window_set_thread_option()
-       * src/prefs_folder_item.c
-               comment out &tmps_prefs.enable_thread,
-       * src/mbox_folder.c, src/procmsg.[ch]
-               comment out MSG_IS_IGNORE_THREAD
-       * src/summaryview.c
-               comment out summary_ignore_thread() and summary_unignore_thread()
-               comment out MSG_IS_IGNORE_THREAD
+2002-10-11 [colin]     0.8.5claws19
 
-                use Hiroyuki's threading instead.
+       * src/mainwindow.c
+               revert 0.8.5claws6 changes as i couldn't get to
+               anything satisfying
 
+2002-10-11 [melvin]    0.8.5claws18
 
+       * src/compose.c
+               Removed buggy and unused macro (should have been committed in
+               0.8.5claws17)
 
-2001-08-15 [paul]
+2002-10-11 [melvin]    0.8.5claws17
 
-       * src/account.c
-               use Hiroyuki's 0.5.3 column scheme but also
-               include the enable/disable button.
-       * src/pixmaps/mark.xpm
-               add Hiroyuki's amended pixmap
+       * src/compose.c
+               Fixed memory leak from bug #622040 (thanks to Martin Kluge)
 
-2001-08-13 [christoph]
+2002-10-11 [thorsten]  0.8.5claws16 
 
-       * src/account.c
-               receive at get all column showed wrong state for APOP
-               button should only work for POP3 and APOP accounts
-       * src/prefs_account.c
-               added missing preprocessor statement for SSL
+       * src/folderview.c
+               remove rescan warning
 
-2001-08-12 [paul]
+2002-10-11 [colin]     0.8.5claws15 
 
-       * src/account.[ch]
-               add 'receive at get all' column and enable/disable
-               button.
+       * src/procheader.c
+               fix a segfault that happens if conv_unmime_header
+               fails (should be better to find out why it fails)
 
-2001-08-06 [christoph]
+2002-10-11 [christoph] 0.8.5claws14
 
-       * src/account.c
-               show usage of SSL in protocol column
+       * src/summaryview.c
+               update folderview stats after ignore/unignore thread
 
-       * src/imap.c
-       * src/inc.c
-               renamed ssl options
+2002-10-11 [hoa]       0.8.5claws13
 
-       * src/prefs_account.[ch]
-               moved ssl options to a new page
+       * src/quote_fmt_parse.y
+               Fixed a yacc/bison syntax error
+       * src/matcher.c
+               Escaping of string is fixed.
 
-       * src/send.c
-       * src/smtp.c
-       * src/ssl.[ch]
-               renamed ssl options
-               added support for SMTP STARTTLS command
+2002-10-11 [colin]     0.8.5claws12
 
-2001-08-05 [christoph]
+       * src/imageview.c
+               Resize images to fit
 
-       * configure.in
-               debian autoconf needs version check to find
-               correct autoconf version. if the file is
-               named configure.in 2.13 is used, which does
-               not work with this configure.in script.
-               other solution would be to rename the script
-               to configure.ac as suggested in the autoconf
-               manual.
+2002-10-11 [paul]      0.8.5claws11
 
-       * src/inc.c
-               disable final error popup if popups are
-               diabled in config
+       * po/es.po
+               updated by Ricardo Mones Lastra
 
-       * src/socket.c
-               bugfix in ssl_gets
-               fixes IMAP over SSL problem
+2002-10-10 [alfons]    0.8.5claws10
 
-2001-08-03 [paul]
+       * src/compose.c
+               allow dropping files by "moving" files from a file manager,
+               not only by the more cumbersome "copying". the latter 
+               mostly implies holding down the Control button
 
-       * configure.in
-               change to 0.5.2claws1
+2002-10-10 [christoph] 0.8.5claws9
 
-       * sync with sylpheed 0.5.2cvs1
+       * src/summaryview.c
+               update folders after thread building for ignored threads
 
-2001-08-02 [alfons]
+2002-10-10 [christoph] 0.8.5claws8
 
-       * configure.in
-               quick fix for ispell detection...
+       * config/.cvsignore
+               added Makefile
+       * src/filtering.[ch]
+       * src/folder.[ch]
+       * src/folderview.[ch]
+       * src/import.c
+       * src/inc.[ch]
+       * src/mbox.[ch]
+       * src/procmsg.c
+       * src/summaryview.[ch]
+               o added new flag need_update to FolderItem
+               o removed folder_table from various functions from tracking
+                 folder updates
+               o set need_update flags in folder.c's move, copy and delete
+                 functions and procmsg's flags functions
+               o added function folderview_update_items_when_required that
+                 updates all folders with need_update set
+               o call folderview_update_items_when_required instead of
+                 folderview_update_item_foreach
 
-2001-08-01 [paul]
+2002-10-09 [sergey]    0.8.5claws7
 
-       * configure.in
-               change to 0.5.1claws4
+       * src/compose.c
+               Strip CRs whel loading the text into editor in reedit mode.
 
-       * sync with sylpheed 0.5.1cvs7
+2002-10-09 [colin]     0.8.5claws6
 
-2001-07-31 [alfons]
+       * src/mainwindow.c
+               Make Space work when no mail is selected
 
-       * src/prefs_common.c, src/prefs_common.h, 
-         src/gtkspell.c, src/gtkspell.h
-               add global spelling checker settings (compose tab) +
-               selection of dictionary 
-         
-       * configure.in  
-               guess valid ispell location
+2002-10-09 [colin]     0.8.5claws5
 
-2001-07-31 [paul]
+       * src/gtksctree.[ch]
+               Fix range_select
+               Add gtk_sctree_reanchor() 
+       * src/summaryview.c
+               Use gtk_sctree_reanchor() - better fix for 
+               bug 60413
 
-       * po/POTFILES.in
-               removal of 'src/quote_fmt_parse.c'
-       * po/de.po
-               Updated de.po
-               (submitted by Jens Oberender <didge@suse.de>)
+2002-10-09 [colin]     0.8.5claws4
 
-2001-07-31 [darko]
+       * src/summaryview.c
+               Fix shift-click select after delete problem
+               (closes bug 60413)
 
-        * src/folder.[ch]
-        * src/folderview.[ch]
-        * src/mainwindow.c
-        * src/mh.c
-        * src/prefs_common.[ch]
-        * src/summaryview.c
-               target folder colourization
+2002-10-08 [thorsten]  0.8.5claws3
 
-2001-07-30 [paul]
+       * src/summaryview.c
+               exclude current msg from -hide read messages-
 
-       more sync with Sylpheed 0.5.1cvs6 
+2002-10-08 [colin]     0.8.5claws2
 
-2001-07-30 [darko]
+       * src/inc.[ch]
+         src/pop.c
+         src/recv.c
+               Differentiate socket errors from disk full
+               errors
 
-        * src/mh.c
-        * src/prefs_folder_item.[hc]
-        * src/summaryview.c
-               shared folders support with a GUI
+2002-10-08 [christoph] 0.8.5claws1
 
-2001-07-29 [paul]
+       * Makefile.am
+       * configure.in
+               modifications for new config directory
 
-       0.5.1claws3
+       * config.guess  ** REMOVED **
+       * config.sub    ** REMOVED **
+       * install-sh    ** REMOVED **
+       * ltmain.sh     ** REMOVED **
+       * missing       ** REMOVED **
+       * mkinstalldirs ** REMOVED **
+               these files are autogenerated by automake
+               when you run autogen.sh
 
-        * sync with Sylpheed 0.5.1cvs6
+       * config/.cvsignore     ** NEW FILE **
+       * config/Makefile.am    ** NEW FILE **
+               ignore autogenerated files
+               create a Makefile in this directory
 
-2001-07-29 [paul]
+2002-10-08 [paul]      0.8.5claws
 
-       * po/pt_BR.po
-               updated
-               (submitted by Fabio Junior Beneditto)
+       * 0.8.5claws release
+       
+       * src/compose.c
+         src/procheader.c
+         src/procmsg.c
+               fix quote reply format for newsgroups reply bug
+               (thanks to Hoa)
+               
+       * po/en_GB.po
+         po/pl.po
+               updated by me and Witold Wladyslaw Wojciech Wilk
+               repectively
 
-2001-07-28 [paul]
+2002-10-07 [paul]      0.8.3claws53
 
-       * src/procmime.c
-       * AUTHORS
-               patch to correct bad image mime headers
-               (submitted by Don Quijote <dq@searchlores.org>)
+       * po/it.po
+         po/pt_BR.po
+         po/sr.po
+               updated messages catalogs, submitted by
+               Alessandro Maestri, Fabio Jr.Beneditto 
+               and Urke MMI, respectively.
 
-2001-07-28 [paul]
+2002-10-07 [christoph] 0.8.3claws52
 
-       * tools/gif2xface.pl   **NEW FILE**
-       * tools/README
-               script to convert file.gif to file.xface for
-               use in a custom header.
-               (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
+       * src/folder.[ch]
+       * src/folderview.c
+       * src/mainwindow.c
+               fix new folder ghost message bug
+               (closes bug [ 619722 ] wrong count for newly created folders)
 
-2001-07-27 [alfons]
-       
-       * configure.in
-               change macros for detecting JPilot and LDAP
+2002-10-07 [christoph] 0.8.3claws51
 
-2001-07-27 [christoph]
+       * src/compose.c
+               fix news posting problem
 
-       * src/filtering.c
-               code cleanup (MIN / MAX warning, needed casting)
+2002-10-07 [melvin]    0.8.3claws50
 
-2001-07-27 [alfons]
+       * po/fr.po
+               Updated French translation
 
-       * procheader.c
-               disallow setting flags when detecting certain headers
-               (X-Status, Status, Seen, X-Seen). 
-       
-       * sync with Hiroyuki's Sylpheed 0.5.1cvs5
+2002-10-05 [christoph] 0.8.3claws49
 
-2001-07-27 [christoph]
+       * src/gtkstext.c
+               check if line_start_cache is set in gtk_stext_update_text
+               (closes bug [ 618119 ] crash while doing search in folder)
 
-       * src/prefs_filter.c
-       * src/prefs_filtering.c
-       * src/prefs_matcher.c
-       * src/prefs_scoring.c
-               scroll list when moving rows up or down
+2002-10-05 [christoph] 0.8.3claws48
 
        * src/imap.c
-       * src/imap.h
-       * src/prefs_account.c
-       * src/prefs_account.h
-       * src/send.c
-               SMTP over SSL (untested, feedback requested)
-               IMAP over SSL
+       * src/news.c
+       * src/utils.c
+       * src/utils.h
+               implement cache cleanups for claws' folder system
+               (closes bug [ 595916 ] imapcache not cleaned up)
 
-       * src/ssl.c
-               code cleanup
+2002-10-05 [melvin]    0.8.3claws47
 
-2001-07-26 [alfons]
-       
-       * configure.in, acconfig.h
-               define CLAWS (need this for main / claws detection)
+       * src/prefs_actions.c
+               Made the help text more clear for the %p token
 
-2001-07-25 [alfons]
+2002-10-04 [paul]      0.8.3claws46
 
-       * configure.in
-               Sylpheed 0.5.1claws2
-               
-       * sync with Sylpheed 0.5.1cvs4
+       * sync with 0.8.5
+               see ChangeLog 2002-10-02 and 2002-10-03
 
-2001-07-25 [christoph]
+2002-10-04 [christoph] 0.8.3claws45
 
-       * src/scoring.c
-               fixed segfault
-               item->prefs == NULL (don't know why)
+       * src/inc.c
+               fix segfault caused by pop before smtp
+               call to inc_account_mail with NULL
+               pointer for mainwin
 
-2001-07-25 [alfons]
+2002-10-04 [paul]      0.8.3claws44
 
        * configure.in
-               Sylpheed 0.5.1claws1
-
-       * sync with Sylpheed 0.5.1cvs1-3
-
-2001-07-24 [christoph]
-
-       * src/folderview.c
-       * src/prefs_folder_item.[ch]
-               added folderitem preferences dialog with
-               default To: and auto request return receipt
-
-       * src/compose.[ch]
-       * src/menu.[ch]
-               changes to handle new folderitem preferences
+               sync the LDAP detection from 0.8.5cvs1
 
-       * src/mainwindow.c
-       * src/summaryview.c
-               call compose new mail with current folderitem
+2002-10-02 [christoph] 0.8.3claws43
 
-2001-07-24 [alfons]
+       * po/de.po
+               fix small spelling error
 
-       Release Sylpheed 0.5.1claws
+2002-10-02 [melvin]    0.8.3claws42
 
-       * configure.in
-               change to release version 0.5.1claws
+       * ac/aspell.m4
+               Behave better and say "no" when test program cannot be run.
 
-2001-07-24 [christoph]
+2002-10-02 [paul]      0.8.3claws41
 
+       * sync with 0.8.4cvs1
+               see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
+               
        * src/summaryview.c
-               fixed segfault that happend when the selected
-               message was removed while retrieving new messages.
-
-       * po/es.po
-               updated translation
-               (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
+               toggle the behavior of Reply menuitem between
+               normal reply and reply-to-list
 
-2001-07-22 [alfons]
+2002-10-01 [sergey]    0.8.3claws40
 
-       add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
-       this is a work in progress, for more information: http://nlpagan.net/sylman 
-       
-       * configure.in, src/mainwindow.c, manual/Makefile.am
-               add support for English manual
+       * src/compose.c
+               Convert newlines in the message text to the canonical form
+               before base64 encoding (RFC2045 compliance, fixes some
+               interoperability issues with Evolution 1.0.3)
 
-       * AUTHORS
-               add authors of user manuals
+2002-09-29 [colin]     0.8.3claws39
 
-       * manual/en/sylpheed*.html
-               add English documentation
+       * src/summaryview.c
+               Fix an unwanted copy/paste
 
-2001-07-22 [christoph]
+2002-09-29 [colin]     0.8.3claws38
 
-       * po/POTFILES.in
-               added src/ssl.c
-       * src/ssl.c
-               changed a wrong debug message
+       * src/mainwindow.c
+               Renamed "Custom toolbar" to "Customize toolbar"
+               Renamed "Show all header" to "Show all headers"
+               Renamed "Set diplay item" to "Set displayed items"
+       * src/prefs_common.c
+               Renamed "Show all header" to "Show all headers"
+       * src/prefs_summary_column.c
+               Renamed "diplay item" to "displayed items"
 
-2001-07-22 [alfons]
+2002-09-29 [colin]     0.8.3claws37
 
-       * po/nl.po
-               update Dutch translation
+       * src/mainwindow.[ch]
+               online/offline status pixmaps follow theme
+               changes
+       * src/summaryview.[ch]
+               quicksearch pixmap follows theme changes
 
-       * src/prefs_filtering.c, 
-         src/prefs_matcher.c
-               add more translatable strings           
+2002-09-29 [thorsten]  0.8.3claws36
 
-2001-07-21 [alfons]
+       * src/compose.c
+         src/prefs_folder_item.[ch]
+               add default_reply_to folder option (closes patch 581044)
 
-       0.5.0claws7
+2002-09-29 [christoph] 0.8.3claws35
 
+       * acconfig.h    ** REMOVED **
        * configure.in
-               change version
+       * ac/aspell.m4
+       * ac/check-type.m4
+       * ac/gnupg-check-typedef.m4
+               fix autoheader 2.50 warning
 
-       * src/inc.c, src/summaryview.[ch]
-               prevent update of mark file when filtering has done, by
-               using a variable; this affects two functions:
-                       inc.c::inc_finished()
-                       summaryview.c::summary_show()
+2002-09-29 [christoph] 0.8.3claws34
 
-2001-07-20 [alfons]
+       * major code cleanup (part 2)
+       
+               - unused variables removed
+               - unused functions removed
+               - uninitialized variables checked
+               - missing return statements added
+               - missing function return types added
+               - added parentheses around assignment
+                 when suggested by gcc
 
-       * src/filtering.[ch], src/prefs_filtering.c, 
-         src/matcher.[ch]
-               add filtering action for label coloring 
+2002-09-29 [alfons]    0.8.3claws33
 
-       * po/POTFILES.in
-               add labelcolors.c
+       * src/logwindow.c
+               log_window_clear(): only bracket gtk_text_forward_delete() 
+               with gtk_text_freeze() / gtk_text_thaw() (see if this
+               works around GTK text bug)
 
-       * added src/labelcolors.c
-       * added src/labelcolors.h
-       * src/Makefile.am, src/summaryview.c
-               rearrange label coloring code
+2002-09-29 [paul]      0.8.3claws32
 
-       * src/procmsg.h
-               add more parentheses so label colouring works correctly
+       * po/bg.po
+         po/sr.po
+               updated by George Danchev and Urke MMI
+               respectively
 
-       * src/filtering.c
-               don't really delete message, but move it to Trash
+2002-09-27 [christoph] 0.8.3claws31
 
-       * src/prefs_matcher.c
-               add quote options to info dialog
+       * doc-src/readme.txt
+       * doc-src/rfc1806.txt   ** REMOVED **
+       * doc-src/rfc2183.txt   ** NEW FILE **
+       * doc-src/rfc2980.txt   ** NEW FILE **
+               update rfcs
 
-2001-07-20 [christoph]
+2002-09-27 [melvin]    0.8.3claws30
 
-       * src/Makefile.am
-       * src/inc.c
-       * src/main.[ch]
-       * src/socket.h
-       * src/ssl.[ch] (new)
-               moved ssl stuff to a seperate file
+       * ac/aspell.m4
+               Fixed typo which could break linking
 
-2001-07-20 [darko]
+2002-09-27 [melvin]    0.8.3claws29
 
-       * src/summaryview.c
-               fix show sender using address book with no e-mail
-               address in From: field
+       * ac/aspell.m4
+               Improved GNU/aspell checking. 
+               Fixed bug #614490
 
-2001-07-19 [alfons]
+2002-09-27 [paul]      0.8.3claws28
 
-       * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
-               fix messy handling of escaping... now at least the
-               execute command is useful. escape char is '\', we
-               accept \n and \r too. 
+       * sync with 0.8.3cvs8
+               see ChangeLog 2002-09-27
 
-               Real life example:
-               
-               subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
-               subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
+2002-09-26 [colin]     0.8.3claws27
 
-2001-07-18 [alfons]
+       * src/toolbar.[ch]
+         src/mainwindow.[ch]
+               Add "Reply to Mailing-list" to the toolbar
 
-       0.5.0claws6
+2002-09-26 [christoph] 0.8.3claws26
 
        * src/summaryview.c
-               clean up
-
-       * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
-         src/procmsg.[ch]
-               revise filtering; currently move, copy, marking have
-               been tested. if you like bleeding edge stuff, you
-               should definitely go for this version :)
-
-       * mark old working stuff as VERSION_0_5_0_CLAWS5        
-
-2001-07-17 [christoph]
-
-       * src/utils.c
-               timestamp log
-
-2001-07-17 [alfons]
-
-       0.5.0claws5
+               Fix wrong message counts in summaryview status
 
-       * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
-         bits in the mark file, without affecting either branch. Lots of
-         files changed, also in claws branch.
+2002-09-26 [paul]      0.8.3claws25
 
-         UNTESTED: use of mbox folders
+       * sync with 0.8.3cvs7
+               see ChangeLog 2002-09-26
 
-       * src/summaryview.c
-               added mark all read; however this was a quick hack used for
-               cleaning up mess after initial merge with Hiroyuki
+2002-09-26 [paul]      0.8.3claws24
 
-       * configure.in
-               change claws version number back to 0.5.0claws5 to clear up 
-               confusion & pretension (recent release was technically 
-               0.5.0claws4, so we neatly align with Hiroyuki :-)
+       * sync with 0.8.3cvs6
+               see ChangeLog 2002-09-25
 
-2001-07-16 [alfons]
+2002-09-25 [christoph] 0.8.3claws23
 
-       sync with Hiroyuki's 0.5.0cvs4
+       * src/prefs_common.c
+       * src/prefs_folder_item.c
+       * src/prefs_scoring.c
+               Renamed "kill score" to "hide score" in GUI
+               and prefs files
 
-2001-07-16 [alfons]
+2002-09-25 [paul]      0.8.3claws22
 
-       0.5.1claws3
+       * sync with 0.8.3cvs5
+               see ChangeLog 2002-09-24
 
-       * src/filtering.[ch]
-               remove invalid updating of mark files for 
-               filter actions MATCHING_ACTION_MOVE and 
-               MATCHING_ACTION_DELETE; this should fix the
-               folder update bug
-               
-       * src/procmsg.c
-               revert Christoph's stab at fixing the folder 
-               update bug
+2002-09-24 [alfons]    0.8.3claws21
 
-       * po/POTFILES.in
-               add missing files with translatable strings
+       patch by Satoshi Nagayasu: allows appending / saving multiple 
+       selected files (closes "[ 612279 ] save multiple mesg(s) in 
+       'Save as ...'")
 
+       * AUTHORS
+               add Satoshi Nagayasu
        * src/summaryview.c
-               remove debug print
+               summary_save_as(): allow saving selected files to
+               one file
+               summary_set_menu_sensitive: enable "Save As..." when
+               multiple files are selected
+       * src/utils.[ch]
+               append_file(): new function
 
-2001-07-15 [alfons]
+2002-09-24 [colin]     0.8.3claws20
 
-       * src/addr_compl.[ch], src/prefs_filtering.c
-               make "filtering pref dialog's destination entry" an
-               "address completable entry", if filter destination is 
-               an email address
+       * src/procmime.c
+               Fix segfault when mimeinfo doesn't have a 
+               content_type. 
 
-       0.5.1claws2
-       
-       sync with Hiroyuki's 0.5.0cvs2-3
+2002-09-24 [colin]     0.8.3claws19
 
-2001-07-15 [christoph]
+       * src/prefs_common.[ch]
+               Add a preference to display send dialog or not
+       * src/send.c
+               Display send dialog according to preference
 
-       * src/procmsg.c
-               fixed folder stats update after incorporation
+2002-09-24 [colin]     0.8.3claws18
 
-2001-07-15 [alfons]
+       * src/compose.[ch]
+               Disable user actions when sending
 
-       * src/summaryview.c
-               * finish label colouring stuff (for now)
-               * fix incorrect colour bug (off by one) 
+2002-09-24 [colin]     0.8.3claws17
 
-2001-07-14 [alfons]
+       * src/procmime.c
+               Do not display name or filename for attachments
+               with an application/pgp-signature type
+               (security flaw, see bug 537413)
 
-       * src/mainwindow.c
-               change text labels for news and mail message so there's
-               plenty of toolbar estate left
+2002-09-23 [colin]     0.8.3claws16
 
-       * configure.in
-               0.5.1claws1
+       * src/editaddress.c
+               Initialize entry_email, entry_alias and 
+               entry_remarks to first email address of the list
 
-       * src/folderview.c
-         src/folder.[ch]
-               sync with Hiroyuki's 0.5.0cvs1
+2002-09-23 [colin]     0.83claws15
 
-       * src/summaryview.c
-               more rewrite label colouring
+       * src/compose.c
+               Drop pgp-signature when reediting a signed queued
+               message
 
-2001-07-14 [alfons]
+2002-09-23 [melvin]    0.8.3claws14
 
-       * src/summaryview.[ch]
-               * start rewrite label colouring 
-               * fix proper location "Add Sender To Addressbook" menu item
+       * po/fr.po
+               Updated French translation
 
-2001-07-13
+2002-09-23 [melvin]    0.8.3claws13
 
-       Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
-       (actually this is 0.5.0claws4)
+       * src/mainwindow.c
+               Made custom toolbar menu labels more consistent
+       * src/prefs_toolbar.c
+               Made custom toolbar window title more consistent
 
-2001-07-13 [alfons]
+2002-09-22 [colin]     0.8.3claws12
 
-       * po/pt_BR.po
-               * fix duplicate message
-               * add updated Portugese / Brazilian translation
-                 submitted by Fabio Junior Beneditto
+       * src/inc.c
+               Initialize session type to normal before getting 
+               mail (fixes strange Get behaviour)
+       * src/prefs_account.h
+               Move STYPE_POP_BEFORE_SMTP to last position to 
+               avoid other side-effects
 
-2001-07-12 [alfons]
+2002-09-22 [colin]     0.8.3claws11
 
-       * AUTHORS
-               add Jens
+       * src/prefs_account.c
+               Fix pop_bfr_smtp_tm_entry sensivity when switching
+               from pop3 to apop or vice-versa
 
-       * po/nl.po
-               add updated Dutch translation
+2002-09-22 [colin]     0.8.3claws10
+       
+       * src/prefs_account.[ch]
+               Add an option for the POP before SMTP timeout
+       * src/inc.c
+               Remember time of last POP connection
+       * src/send.c
+               Do POP before SMTP only if timeout reached
 
-       * po/de.po
-               add updated German translation submitted by Jens
+2002-09-22 [oliver]    0.8.3claws9
+       
+       * README.claws
+               explain custom toolbar
 
-2001-07-11 [alfons]
+2002-09-22 [oliver]    0.8.3claws8
 
-       Prerelease before 0.5.0claws. Please test.
-       This version is temporarily tagged as VERSION_0_5_0_TEST
+       * src/prefs_actions.[ch]
+       custom toolbar for compose      
+               actions callback from compose toolbar
+       * src/folderview.c
+               remove include toolbar.h
 
-       * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
-         src/prefs_scoring.c, src/prefs_matcher.c, 
-         src/prefs_filtering.c, src/mbox.c, 
-         src/main.c, src/inc.c, src/filtering.[ch]
-               revert new Hoa's new matcher (does not work yet)
+2002-09-22 [oliver]    0.8.3claws7
+       
+       * src/prefs_toolbar.[ch]
+               custom toolbar for compose
+               - generic prefs_toolbar handles both
+                 Mainwin's toolbar as well as Compose toolbar          
 
-       * src/Makefile.am
-               clean up
+2002-09-22 [oliver]    0.8.3claws6
+       
+       * src/toolbar.[ch]
+               custom toolbar for compose
+               restructure toolbar.[ch]
 
-2001-07-10
+2002-09-22 [oliver]    0.8.3claws5
 
-       Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
+       * src/compose.[ch]
+               custom toolbar for compose
 
+2002-09-22 [oliver]    0.8.3claws4
+       
+       * src/mainwindow.[ch]
+               custom toolbar for compose 
+               move mainwin toolbar back to mainwindow
 
-2001-07-10 [alfons]
+2002-09-22 [alfons]    0.8.3claws3
 
-       * Makefile.am
-               add ChangeLog.claws to EXTRA_DIST
-       * src/Makefile.am
-               add matcher_parser_parse.h to EXTRA_DIST
+       * src/procmsg.c
+               :%sno/if(/if (/gc
+               :%sno/for(/for (/gc
+               (beautify)
 
-2001-07-10 [christoph]
+2002-09-22 [alfons]    0.8.3claws2
+       
+       * src/procmsg.c
+               procmsg_save_to_outbox(): don't unlink message file from queue;
+               callers should do it using folder_item_remove_msg()
 
-       * src/inc.c
-               add destination folder to table of
-               folders that need to be updated after
-               incorporation
+2002-09-22 [colin]     0.8.3claws1
 
-2001-07-10 [alfons]
+       * src/mimeview.[ch]
+               Made mimeview_check_signature() public
+       * src/textview.c
+               Made GPG signatures verifiable by clicking
+               the [application/pgp-signature] in the Text
+               view
 
-       * folder.[ch]
-         folderview.c
-               make collapse state of folders and folder items persistent, i.e.
-               if you collapse a folder tree, the next time sylpheed-claws starts 
-               up the folder tree remains collapsed.  
-               
-2001-07-10 [christoph]
+2002-09-22 [paul]      0.8.3claws
 
-       * acconfig.h
-       * configure.in
-               added --enable-ssl
-       * src/md5.[ch]
-               renamed MD5_CTX to MD5_CTX_syl
-               conflicts with a struct in openssl
-       * src/inc.c
-       * src/main.[ch]
-       * src/prefs_account.[ch]
-       * src/socket.[ch]
-               SSL support for POP
-       * src/mainwindow.c
-               fixed compose with current account
-               broken by new compose button stuff
+       * po/bg.po
+         po/en_GB.po
+         po/es.po
+         po/it.po
+         po/pl.po
+         po/pt_BR.po
+         po/sr.po
+               updated translations, submitted by George Danchev,
+               me, Ricardo Mones Lastra, Alessandro Maestri,
+               Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
+               and Urke MMI, respectively.     
 
-2001-07-09 [hoa]
+2002-09-22 [alfons]    0.8.2claws65
 
-       * AUTHORS
-               changed my email address
+       * src/procmsg.c
+       * src/pgptext.c
+               no furry valgrinds have been used to plug these memleaks
 
-       * src/matcher_parser_parse.y
-               clean the parser to remove conflicts
+2002-09-20 [paul]      0.8.2claws64
 
-2001-07-09 [alfons]
+       * sync with 0.8.3cvs4
+               'Select thread' re-implemented 
+               see ChangeLog 2002-09-20
 
-       * AUTHORS
-               add Match Grun
+2002-09-21 [alfons]    0.8.2claws63
 
-       * configure.in
-               fix incorrect description of --enable-ldap parameter
+       * src/compose.c
+               compose_send(): plug unnoticed memleak
 
-       * src/prefs_common.[ch]
-         src/compose.c
-               add experimental option "smart wrapping" which makes the
-               compose editor auto wrap.
+2002-09-20 [alfons]    0.8.2claws62
+
+       * src/addr_compl.c
+               replace_address_in_edit(): strict check for NULL address to
+               fix "[ 607348 ] Segfault in address completion". My guess is
+               that this happens with an empty address book, but it's good
+               to have this check here anyway
                
-               | TODO: the problem with the buggy cursor handling is caused |
-               | by the GtkText. when deleting / backspacing text its       |
-               | wrapping algorithm does not take in account the previous   |
-               | line. should find a way to hack this in.                   |
-               | or should perhaps combine this with the word wrapping      |
-               | patch i wrote in january.                                  |
+               completion_window_button_press(): free string returned 
+               from the internal cache
 
-       * src/about.c
-               show build parameters for LDAP and JPilot
+2002-09-20 [christoph] 0.8.2claws61
 
-       * src/summaryview.c
-               revert Christoph's bugfix for selecting next unread message, 
-               because folder stats aren't updated correctly
+       * src/procmime.h
+               added ENC_BINARY to EncodingType
+       * src/procmime.c
+               the string returned by procmime_get_encoding_str
+               should not depend on the order of values in the
+               EncodingType definition
+       * doc-src/rfc1806.txt   ** NEW FILE **
+               Added rfc1806 about MIME Content-Disposition
+               Extension
 
-2001-07-08 [hoa]
+2002-09-19 [paul]      0.8.2claws60
 
-       * src/filtering.c
-       * src/mainwindow.c
-       * src/matcher.c
-       * src/matcher_parser_lex.l
-       * src/matcher_parser_parse.y
-       * src/prefs_filtering.c
-       * src/prefs_scoring.c
-       * src/scoring.c
-               bugfix of the config file parser
+       * sync with 0.8.2cvs3
+               see ChangeLog 2002-09-19
 
-2001-07-08 [alfons]
+2002-09-19 [paul]      0.8.2claws59
 
-       * src/Makefile.am
-               added generated matcher sources to BUILT_SOURCES
+       * src/prefs_folder_item.c
+               revert to Darko's original alignment of colour
+               selector button
+               add a colon to folder_color label
+               
+       * src/compose.c
+               add Colin's patch (with Hiro's modifications) to 
+               force BASE64 encoding for 8-bit text when signing
+               (sync with 0.8.3cvs2)
 
-2001-07-08 [hoa]
+2002-09-18 [alfons]    0.8.2claws58
 
-       * src/Makefile.am
-       * src/.cvsignore
-               added new config file parser
+       * src/compose.c
+               :%sno/if(/if (/gc
+               :%sno/for(/for (/gc
+               (beautify a little bit)
 
-       * src/scoring.[ch]
-       * src/filtering.[ch]
-       * src/matcher.[ch]
-       * src/prefs_filtering.c
-       * src/prefs_matcher.c
-       * src/prefs_scoring.c
-       * added src/matcher_parser.h
-       * added src/matcher_parser_lex.h
-       * added src/matcher_parser_lex.l
-       * added src/matcher_parser_parse.y
-               lex & yacc config file parser
+2002-09-18 [christoph] 0.8.2claws57
 
-       * src/mbox.c
-       * src/inc.c
-       * src/main.c
-               changes prefs_filtering into global_filtering           
+       * src/pine.c
+               fix handling of fgetc return value
 
+2002-09-17 [alfons]    0.8.2claws56
+       
        * src/summaryview.c
-               build threads with subjects only if "Re: " is at the
-               beginning of the subject
+               summary_sort(): check non-NULL summaryview->folder_item when no 
+               folder is selected at all
+               (closes "[ 610344 ] sort label make syl Crash")
 
-2001-07-07 [paul]
+2002-09-17 [alfons]    0.8.2claws55
+       
+       * src/compose.c
+               beautify a little bit
 
-       0.5.0claws
+2002-09-17 [christoph] 0.8.2claws54
+
+       * src/folder.c
+               initialize max values for cache and folder
+               when cache or folder is empty
 
-       sync with sylpheed 0.5.0
-               change of version number only
+2002-09-15 [colin]     0.8.2claws53
 
-2001-07-06 [paul]
+       * src/compose.c
+               Fix a leak (thanks Alfons!) and cleaned
+               variables names for custom headers
 
-       0.5.0claws5
+2002-09-15 [colin]     0.8.2claws52
 
-       sync with sylpheed 0.5.0pre5
+       * src/compose.c
+               Fix custom headers recognition when
+               prefs_common.trans_hdr is on
 
-2001-07-05 [paul]
+2002-09-15 [colin]     0.8.2claws51
 
-       sync with sylpheed 0.5.0pre4 release
-               /po and /manual/ja not sync'ed
+       * src/compose.c
+               Allow dynamically-added custom headers
+               Yet not reparsed if reedited
 
-2001-07-04 [paul]
+2002-09-15 [alfons]    0.8.2claws50
 
-       more sync with sylpheed 0.5.0pre4
+       * src/prefs_account.c
+               fix warnings
 
-2001-07-03 [christoph]
+2002-09-15 [colin]     0.8.2claws49
+       
+       * src/prefs_account.c
+               fix pop_before_smtp sensitivity
 
-       * src/addressbook.c
-               fixed address book broken by address book
-               for VCard, JPilot, LDAP
+2002-09-15 [colin]     0.8.2claws48
 
-2001-07-03 [alfons]
+       * src/inc.[ch]
+               add inc_pop_before_smtp()
+               allow MainWindow to be undefined in 
+               inc_account_mail() and inc_start()
+       * src/pop.c
+         src/prefs_account.h
+               add STYPE_POP_BEFORE_SMTP session type
+       * src/prefs_account.c
+               activated pop before smtp option
+       * src/send.c
+               do pop before smtp if the relevant option 
+               is set
 
-       * src/matcher.c
-       * src/textview.c
-               stopped memory leaks
+2002-09-15 [paul]      0.8.2claws47
 
-2001-07-03 [paul]
+       * sync with 0.8.3
+               see ChangeLog 2002-09-15
 
-       more sync with sylpheed 0.5.0pre4
+2002-09-14 [paul]      0.8.2claws46
 
-2001-07-02 [match]
+       * po/bg.po
+               updated Bulgarian translation, submitted by
+               George Danchev
 
-       * included address book patch for VCard, JPilot, LDAP
-       * pref_common.c - fixed Font options on Display tab (cosmetic)
-       * alertpanel.c - fixed truncated message
+2002-09-13 [paul]      0.8.2claws45
 
-2001-07-02 [christoph]
+       * src/compose.c
+               merge claws' select_account() with main's
+               (new) compose_select_account(). [sync with
+               0.8.2cvs15, see ChangeLog 2002-09-11]
 
-       * src/mbox_folder.c
-       * src/procmsg.[ch]
-       * src/summaryview.c
-               mark threads for ignoring
+2002-09-12 [christoph] 0.8.2claws44
 
-2001-07-02 [paul]
+       * src/filter.c
+               allocate 1 elements of FolderItem not 0
 
-       0.5.0claws4
+2002-09-12 [colin]     0.8.2claws43
 
-       * sync with sylpheed 0.5.0pre4
-               updated gettext to 0.10.38.
+       * src/compose.c
+               Fix bug #590825 (obey Follow-up: poster)
 
-2001-07-01 [paul]
+2002-09-12 [colin]     0.8.2claws42
 
-       * src/ mainwindow.c
-       * src/procmsg.h
-       * src/summaryview.[ch]
-               new right-click option: Label.
-               substitute for 'Mark-->Mark/Unmark', colours the line.
-               (submitted by Satoshi Nagayasu <snaga@snaga.org>)
+       * src/procmime.c
+               Fix bug #557009 (wrong headers for messages 
+               forwarded as attachments)
 
-2001-07-01 [christoph]
+2002-09-11 [colin]     0.8.2claws41
+       
+       * src/compose.c
+               Put SCF: pseudo-header on top of message
+               Set draft tmp_flag when saved as draft
 
-       * src/folderview.c
-               fixed font for trash
-       * src/summaryview.c
-               move ctree to unread message
+       * src/procmsg.c
+         src/procheader.c
+               Skip after first \n\n for beginning of real message
+               for drafts too
 
-2001-07-01 [paul]
+2002-09-11 [christoph] 0.8.2claws40
 
-       * sync with sylpheed 0.5.0pre3 release
+       * src/filtering.c
+               use procmsg flag functions in filtering or processing
+               will cause incorrect folder message counts
 
-2001-06-30 [alfons]
+2002-09-11 [colin]     0.8.2claws39
 
-       * src/filesel.[ch]
        * src/compose.c
-               allow inserting / attaching multiple files in
-               the composer window
-
-2001-06-30 [paul]
-
-       * src/codeconv.c
-               small change to Alfons' previous stuff so that it
-               actually makes
+               Fix bug #550175 - wrong save folder when reediting
+               drafts
 
-2001-06-30 [alfons]
+2002-09-11 [paul]      0.8.2claws38
 
-       * lots of files changed; first attempt to merge the changes
-         and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
+       * sync with 0.8.2cvs14
+               see ChangeLog 2002-09-11
 
-2001-06-30 [paul]
+2002-09-11 [colin]     0.8.2claws37
 
-       * po/pt_BR.po
-               updated and completed, translations by Fabio
-                Junior Beneditto <fjbeneditto@yahoo.com.br>
+       * src/folder.c
+               Fix a typo (seeming to cause new/unread status to
+               be lost)
 
-2001-06-29 [alfons]
+2002-09-10 [christoph] 0.8.2claws36
 
        * src/compose.c
-       * src/mimeproc.[ch]
-               allow selecting an attached files' mime type from a 
-               list of types.
+               compose_redirect should not use compose_generic_new
+               because that does more stuff than expected including
+               opening the external editor
+               (closes bug "[ 526608 ] bounced messages appear blank
+                in editor")
 
-2001-06-29 [paul]
+2002-09-10 [christoph] 0.8.2claws35
 
-       * more sync with sylpheed 0.5.0pre3
+       * src/folder.c
+               fix problem with too large message number range
+               causing a crash in folder_item_scan
 
-2001-06-29 [paul]
+2002-09-10 [paul]      0.8.2claws34
 
-       * po/pt_BR.po
-               merge with sylpheed.pot and pt_BR.po provided by
-                Fabio Junior Beneditto.
+       * sync with 0.8.2cvs13
+               see ChangeLog 2002-09-10
 
-2001-06-29 [darko]
+2002-09-10 [christoph] 0.8.2claws33
 
-       * src/procmime.c
-               make MIME types case insensitive
+       * src/msgcache.c
+               set MsgInfo TmpFlags for queue and draft folders
+               (closes bug "[ 591676 ] Queue ignore MIME on restart")
 
-2001-06-28 [alfons]
+2002-09-10 [paul]      0.8.2claws32
 
-       * po/nl.po
-               merge with sylpheed.pot and old nl.po; translations added.
+       * AUTHORS
+         po/bg.po      ** NEW FILE **
+               new Bulgarian translation submitted by
+               George Danchev <danchev@spnet.net>
+               
+       * tools/Makefile.am
+         tools/README
+         tools/tb2sylpheed     ** NEW FILE **
+               add script that converts an addressbook exported
+               from The Bat! into a Sylpheed addressbook. Submitted
+               by Urke MMI <urke-kg@eunet.yu>
 
-2001-06-28 [paul]
+2002-09-10 [paul]      0.8.2claws31
 
-       * more sync with sylpheed 0.5.0pre3
+       * sync with 0.8.2cvs12
+               see ChangeLog 2002-09-10
 
-2001-06-27 [alfons]
+2002-09-06 [paul]      0.8.2claws30
 
-       * src/summaryview.c
-               don't crash when removing parent node of messages
-               attracted by subject. this was caused by not deleting
-               the parent node from the subject line hash table.
+       * src/prefs_common.c
+               sync with 0.8.2cvs11, see ChangeLog 2002-09-06
+               
+       * tools/Makefile.am
+         tools/README
+         tools/ldif-to-xml.py  ** REMOVED **
+               remove obsolete python script
 
-2001-06-27 [alfons]
+2002-09-06 [paul]      0.8.2claws29
 
-       * src/summaryview.c
-       * src/compose.[ch]
-       * src/mainwindow.c
-               if there are multiple messages selected, allow forwarding
-               them as attachments.
+       * sync with 0.8.2cvs10
+               see ChangeLog 2002-09-06
 
-2001-06-27 [paul]
+2002-09-04 [paul]      0.8.2claws28
 
-        * more sync with sylpheed 0.5.0pre3
+       * sync with 0.8.2cvs9
+               see ChangeLog 2002-08-04
 
-2001-06-26 [paul]
+2002-09-04 [colin]     0.8.2claws27 
 
-        0.5.0claws3
+       * src/prefs_common.[ch]
+               Added signature color configuration
+       * src/textview.c
+               Use user-specified signature color
 
-        * sync with sylpheed 0.5.0pre3
+2002-09-03 [colin]      0.8.2claws26
 
-2001-06-25 [paul]
+       * src/prefs_common.[ch]
+               Added autosave and autosave_length prefs
+       * src/compose.c
+               Added compose_remove_draft()
+               Auto-save drafts according to the prefs
+       * src/main.c
+               Added a crash-indicator file, allowing to check
+               for new messages on startup if Sylpheed crashed
+               (makes saved drafts "reappear")
 
-        * src/mainwindow.c
-                fixed 'compose news article' bug
-                from icon-and-text toolbar
+2002-09-03 [colin]     0.8.2claws25
 
-2001-06-25 [paul]
+       * src/textview.[ch]
+               Grey the signature
 
-        * sync with sylpheed 0.5.0pre2 release
+2002-09-03 [paul]      0.8.2claws24
 
-2001-06-24 [christoph]
+       * sync with 0.8.2cvs8
+               see ChangeLog 2002-09-02 and 2002-09-03
+
+2002-09-03 [darko]     0.8.2claws23
 
-       * src/prefs_common.c
-               bug fix in font selection
        * src/folderview.c
-               use sylpheed's normal font instead of
-               gtk default font for folders without
-               new messages
+               use normal style when creating new folder to pick
+               proper font size 
 
-2001-06-24 [alfons]
+2002-09-02 [melvin]    0.8.2claws22
 
-       * src/mainwindow.[ch]
-               added composite compose mail / news button (an idea by Leandro
-               Pereira <leandro@linuxmag.com.br>)
+       * src/gtkaspell.m4
+               removed some obsolete code
 
-2001-06-24 [paul]
+2002-09-02 [melvin]    0.8.2claws21
 
-        Added instructions for ldif-to-xml.py
+       * ac/aspell.m4
+               fixed test's equality sign (== to =)
 
-        * tools/README
+2002-09-02 [alfons]    0.8.2claws20
 
-2001-06-23 [alfons]
+       * src/folder.c
+       * src/mh.c
+               revert change of 0.8.2claws16 and use the mh_folder_destroy
+               as folder->destroy virtual as suggested by Hiro
+               (the mh.c code seems to have been lost around mh.c.1.21)
 
-       Some minor things.
+2002-09-02 [paul]      0.8.2claws19
 
-       * src/pixmaps/stock_news_compose.xpm
-               added pixmap by Leandro
-       * src/prefs_common.c
-               tested built-in spelling checker of GCC 3.0 :)
-       * po/nl.po
-               merged dutch translation of sylpheed-main with
-               sylpheed.pot
+       * po/pt_BR.po
+               updated by Fabio Jr. Beneditto
+               
+       * src/defs.h
+               use 'http://claws.sylpheed.org' for homepage link. 
+               Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
 
-2001-06-23 [paul]
+2002-09-01 [alfons]    0.8.2claws18
 
-        Added tools directory and files.
+       * src/mh.c
+               plug memleak related to one Martin Kluge found
 
-        * tools/filter_conv.pl
-                converts old filter system to new filtering system
-        * tools/ldif-to-xml.py
-                converts netscape addressbook to sylpheed addressbook
-        * tools/README
-                descriptions/instructions for above two files
+2002-08-31 [paul]      0.8.2claws17
 
-2001-06-23 [christoph]
+       * sync with 0.8.2cvs6
+               see ChangeLog 2002-08-30
 
-       * src/inc.c
-       * src/manage_window.[ch]
-       * src/prefs_common.[ch]
-               mail retrieval dialog can be enabled, disabled
-               or hidden if non of sylpheed's windows is active
+2002-08-31 [alfons]    0.8.2claws16
 
-2001-06-22 [paul]
+       * src/folder.c
+               folder_destroy(): remove mailbox from folderlist even if it has
+               no destroy virtual
 
-        0.5.0claws2
+2002-08-31 [alfons]    0.8.2claws15
 
-        * sync with sylpheed 0.5.0pre2
+       * src/folder.c
+               :%sno/if(/if (/gc
+               :%sno/for(/for (/gc
+               (being pedantic I know)
 
-2001-06-21 [christoph]
+2002-08-31 [alfons]    0.8.2claws14
 
-       * src/summaryview.c
-               show recipient on 'from' for all accounts
-               
-       * src/inc.c
-       * src/prefs_common.[ch]
-               disable error popup on mail receive errors
+       * src/folder.c
+               check for NULL pointers returned from folder->fetch_msginfo virtual
+               (should solve some reported crashes)
 
-2001-06-21 [alfons]
+2002-08-30 [alfons]    0.8.2claws13
 
-       * src/compose.c
-               made the ruler correctly appear and disappear.
+       * acconfig.h
+       * configure.in
+       * src/crash.c
+               enable crash dialog on compilation time
+               (--enable-crash-dialog configure option)
 
-       * src/Makefile.am
-               removed Hoa's work-in-progress-stuff (interesting!) so 
-               claws compiles ok.
+2002-08-30 [alfons]    0.8.2claws12
+
+       * AUTHORS
+               add Martin Kluge
+       * src/mh.c
+               apply memory leak plug patch by Martin Kluge
+               (closes patch "[ 602568 ] patch for 602441 little memory leak",
+               bug "[ 599677 ] Very small memory leak in 0.81claws115",
+               and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
 
-2001-06-20 [christoph]
+2002-08-30 [darko]     0.8.2claws11
 
-       * src/inc.c
-       * src/progressdialog.c
-               added scrolled window for list in progressdialog
+       * src/folderview.c
+               copy Gtk style from normal style to match
+               font size for coloured folders
 
-2001-06-20 [paul]
+2002-08-29 [alfons]    0.8.2claws10
 
-        sync with sylpheed 0.5.0pre1 release
+       * sylpheed.desktop
+               Type=Internet <- Type=Application
+               (reported by Michael Schwendt, see:
+               http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
+               http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
 
-2001-06-20 [christoph]
+2002-08-29 [paul]      0.8.2claws9
 
-       * src/summeryview.c
-               make building threads by subject work when
-               thread view is enabled
-               
-       * src/compose.c
-       * src/prefs_common.[ch]
-               automatically select account for mail replys
+       * sync with 0.8.2cvs5
+               see ChangeLog 2002-08-29
 
-2001-06-19 [sergey]
+2002-08-29 [colin]     0.8.2claws8
 
-       * src/compose.c (compose_create): keep Bcc and Reply-To visible if
-       they are filled in from the account settings.
+       * src/summaryview.c
+               Added a sanity check in summary_select_thread
+               Should fix bug 601605
 
-2001-06-19 [paul]
+2002-08-29 [colin]     0.8.2claws7
 
-        * more sync with sylpheed 0.5.0pre1
+       * src/main.c
+               Revert claws6 changes regarding bug #591676
 
-2001-06-18 [alfons]
+2002-08-28 [colin]     0.8.2claws6
+       
+       * src/main.c
+               Ignore cache for queue folderitems
+               Fix bug #591676
 
-       * src/Makefile.am,
-         src/procmime.c
-               added --sysconfdir to CPPFLAGS for pointing to the correct
-               location of mime.types. 
+2002-08-28 [melvin]    0.8.2claws5
 
-               NOTE: make sure you use --sysconfdir when running ./autogen.sh
-               or ./configure!
+       * README.claws
+               Fixed typos.
 
-2001-06-18 [hoa]
+2002-08-28 [melvin]    0.8.2claws4
 
-       * src/summaryview.c
-               fixed some bug when building threads
+       * README.claws
+               Updated a bit the text concerning the spell checker
 
-2001-06-18 [pau]l
+2002-08-28 [melvin]    0.8.2claws3
 
-        * src/prefs_account.c
-                UI stuff: More changes to the English
+       Merged the GNU_aspell_branch:
+               Support of new GNU/aspell is now included and the old pspell
+               is not supported anymore.
+               See README.claws
 
-2001-06-18 [paul]
+       * README.claws
+               Updated spell checker text to reflect the switch to GNU/aspell
 
-        * src/pixmaps/stock_news_compose.xpm: new file
-        * src/Makefile.am
-        * src/mainwindow.c
-        * src/summaryview.c
-                Added new icon for Hoa's 'compose a news
-                message', plus minor improvements to the
-                English
+       * ac/aspell.m4          *** NEW ***
+       * src/gtkaspell.[ch]    *** NEW *** 
+       * ac/pspell.m4          *** DELETED *** 
+       * src/gtkspell.[ch]     *** DELETED ***
 
-        * po/ja.po
-        * ChangeLog
-        * ChangeLog.jp
-                more sync with sylpheed 0.5.0pre1
+       * ac/Makefile.am
+               Updated for GNU/aspell support
 
-2001-06-18 [hoa]
+       * po/POTFILES.in
+               Replaced gtkspell.c by gtkaspell.c
 
+       * acconfig.h
+       * src/Makefile.am
+       * src/about.c
        * src/compose.[ch]
-       * src/mainwindow.c
-               Follow-up and reply to
-
-       * src/summaryview.[ch]
-               Build threads also with subjects
+       * src/crash.c
+       * src/main.c
+       * src/prefs_common.[ch]
+               Updated for GNU/aspell support
 
-2001-06-17 [hoa]
+2002-08-28 [paul]      0.8.2claws2
 
-       * src/compose.c
-               forwarding use the current account.
+       * sync with 0.8.2cvs4
+               see ChangeLog 2002-08-27 and 2002-08-28
 
-       * src/mainwindow.c
-               the "compose message" button has been replaced with
-               "new mail" and "new news" buttons
+2002-08-28 [colin]     0.8.2claws1
 
-       * src/prefs_common.[ch]
-               added a configuration option to use the forward button
-               as "forward as attachment"
-               changed reply and forward format description
+       * src/summary_search.c
+               Added "AND search"
 
-       * src/quote_fmt_lex.l
-       * src/quote_fmt_parse.y
-               added message with no signature in format for reply
-               and forward.
+2002-08-28 [jens]      0.8.2claws
 
-2001-06-17 [paul]
+       *po/de.po
+               Updated German translations
 
-        Minor UI stuff
+2002-08-27 [melvin]    0.8.2claws
 
-        * src/mainwindow.c
-        * src/summaryview.c
-                Improvements to the English
+       * po/fr.po
+               Updated French translations
 
-        * src/prefs_common.c
-                Improvements to the English and some
-                clarity/continuity improvements in the
-                description of Quote symbols.
+2002-08-27 [paul]      0.8.2claws
 
-2001-06-17 [paul]
+       * sync with 0.8.2 main release
 
-        0.5.0claws1
+       * po/en_GB.po
+         po/es.po
+         po/it.po
+         po/pl.po
+         po/pt_BR.po
+         po/sr.po
+               updated message catalogs submitted by
+               Ricardo Mones Lastra, Alessandro Maestri,
+               Witold Wladyslaw Wojciech Wilk, Fabio Jr.
+               Beneditto and Urke MMI  
 
-        * sync with sylpheed 0.5.0pre1
+2002-08-27 [hoa]       0.8.1claws123
 
-2001-06-17 [hoa]
+       * src/mainwindow.[ch]
+       * src/summaryview.[ch]
+               removed the "filter setting" menu option.
+               add a "cancel a news message" menu option.
 
-       * src/compose.c
-               Better interface for compose, displayed fields
-               are updated whenever we change account.
-               Newsgroups field is automatically filled.
+2002-08-26 [martin]    0.8.1claws122
 
-       * src/mainwindow.c
-               Newsgroups field is automatically filled.
+       * ChangeLog.claws
+               changed string under 0.8.1claws79 changed by myself
+               i'm sorry alfons :(
 
-       * src/prefs_account.c
-               Some interface stuff when fields appear and
-               disappear.
+2002-08-26 [martin]    0.8.1claws121
 
-2001-06-16 [paul]
+       * src/crash.c
+               added kill command to debuggerrc to start crash dialog
 
-        0.4.99claws
+2002-08-26 [paul]      0.8.1claws120
 
-        * sync with sylpheed 0.4.99
+       * sync with 0.8.1cvs31
+               see ChangeLog 2002-08-26
 
-2001-06-16 [sergey]
+2002-08-25 [alfons]    0.8.1claws119
 
-       * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
-       base64_decoder_free, base64_decoder_decode): new object and
-       functions for decoding base64 streams.
-       * src/procmime.c (procmime_decode_content): modified to use the
-       new base64 decoder.
+       * src/procmsg.c
+               fix bug that didn't send out correct headers to news server
+               when sending news article and email from queue (bug reported
+               and patch provided by Tim Mann; closes bug 
+               "[ 583196 ] 0.7.8claws can't post news")
 
-2001-06-15 [paul]
+2002-08-25 [alfons]    0.8.1claws118
 
-        0.4.99claws10
+       * src/selective_download.c
+               mark two strings as translatable
+               (thanks to Urke MMI for pointing this out)
 
-        * sync with sylpheed 0.4.99cvs11
+2002-08-25 [alfons]    0.8.1claws117
 
-2001-06-13 [paul]
+       * src/summaryview.c
+               treat sent boxes as special and allow sorting them by addressee
+               (closes "[ 589418 ] Sent folder sorting misbehavior"
+               submitted by Steve Lamb)
 
-        0.4.99claws9
+2002-08-24 [alfons]    0.8.1claws116
 
-        * sync with sylpheed 0.4.99cvs9
+       * src/matcher.c
+               fix memleak reported by Martin Kluge
+               (see: "[ 599677 ] Very small memory leak in 0.81claws115")
 
-2001-06-13 [hoa]
+2002-08-24 [oliver]    0.8.1claws115
 
-       * src/compose.c
-       * src/prefs_account.c
+       * src/prefs_toolbar.c
+               o code cleanup as suggested by Alfons
+               o memleak fix
 
-               SMTP server can be defined in the news account
-               mime type of attachment are kept.
+2002-08-24 [alfons]    0.8.1claws114
 
        * src/summaryview.c
+               o fix another memory leak reported by Martin Kluge
+                 (see "[ 599568 ] Small Memory Leak")
+               o remove 'from' variable from 'summary_set_header()'; we can
+                 do with just 'to' 
 
-               now choose the highest important score between default
-               and important score of folder.
+2002-08-24 [paul]      0.8.1claws113
 
-2001-06-09 [alfons]
-       
-       * src/prefs_common.c: 
+       * sync with 0.8.1cvs30
+               see ChangeLog 2002-08-23
 
-               (prefs_quote_description_create): corrected description of 
-               quote format characters
+2002-08-24 [alfons]    0.8.1claws112
 
-2001-06-09 [paul]
+       * src/summaryview.c
+               remove unnecessary allocations for search bar fixing leaks
+               reported by Martin Kluge
+               (see "[ 599451 ] Further memory leaks?")
 
-        0.4.99claws8
+2002-08-24 [alfons]    0.8.1claws111
 
-        * sync with sylpheed 0.4.99cvs8
+       * src/main.c
+               make get_socket_name() public for crash.c
+       * src/crash.c
+               o make report bug button work (goes to claws' 
+                 bug tracker at sf.net)
+               o introduce function for doing important stuff just
+                 before claws goes down
+               o clean up code 
 
-2001-06-08 [sergey]
+2002-08-24 [alfons]    0.8.1claws110
 
-       * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
-       and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
+       * src/compose.c
+               move cursor to "To" entry when forwarding as attachment
+               (reported and solved by Steve Lamb, closes bug report
+               "[ 592880 ] Forward as attachment; cursor not in to")
 
-2001-06-08 [paul]
+2002-08-24 [colin]     0.8.1claws109
 
-        0.4.99claws7
+       * src/mainwindow.c
+               fix quick search visibility after GUI (de)separations.
 
-        * sync with sylpheed 0.4.99cvs7
+2002-08-23 [colin]     0.8.1claws108
 
-2001-06-06 [sergey]
+       * src/mainwindow.c
+               fix header pane visibility after folderview or
+               messageview (de)separation
 
-       * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
-       clashes with autogenerated header).
-       * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
-       * src/Makefile.am: added quote_fmt.h.
-       * src/.cvsignore: added lex/yacc autogenerated files
-       (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
+2002-08-23 [paul]      0.8.1claws107
 
-2001-06-06 [paul]
+       * src/mainwindow.[ch]
+         src/toolbar.c
+               give full control of display or non-display 
+               of the Execute icon to Custom toolbar settings.
+               add new sensitivity condition to maninwindow.h: 
+               M_DELAY_EXEC
 
-        0.4.99claws6
+       * ChangeLog
+         ChangeLog.jp
+         NEWS
+               more sync with 0.8.1cvs29
 
-        * sync with sylpheed 0.4.99cvs6
+2002-08-23 [melvin]    0.8.1claws106
 
-2001-06-06 [hoa]
+       * src/alertpanel.c
+               Readded support for custom widget in alertpanel lost in last
+               sync.
 
-       * added src/quote_fmt_parse.h
-       * src/compose.c
-               removed warnings
+2002-08-23 [paul]      0.8.1claws105
 
-       * src/prefs.[ch]
-               don't modify readonly configuration files
+       * sync with 0.8.1cvs29
+               see ChangeLog 2002-08-23
 
-       * src/prefs_account.c
-       * src/prefs_common.c
-       * src/prefs_customheader.c
-       * src/prefs_display_header.c
-       * src/prefs_filter.c
-       * src/prefs_filtering.c
-       * src/prefs_scoring.c
-               don't open dialog box when configuration files
-               are readonly
+2002-08-23 [colin]     0.8.1claws104
 
-2001-06-05 [sergey]
+       * src/summaryview.c
+               Fix folder and search pixmaps exchanging positions
+               after theme or toolbar changes. Thank to Oliver for 
+               reporting this.
 
-       * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
+2002-08-23 [colin]     0.8.1claws103
 
-       * src/Makefile.am: replaced quote_fmt.tab.[ch] by
-       quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
-       BUILT_SOURCES to make all files rebuild properly.
+       * src/mainwindow.c
+         src/messageview.[ch]
+         src/noticeview.[ch]
+         src/summaryview.c
+               Changed messageview_create() and noticeview_create()
+               to avoid the last gdk_warning
 
-       * src/compose.c: removed #include "quote_fmt.tab.h".
+2002-08-22 [colin]     0.8.1claws102
 
-       * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
-       CHARACTER value in yylval.
+       * src/summaryview.c
+               Fix my new `Creating pixmap from xpm' warning
 
-       * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
-       receive CHARACTER value by documented means (yylval).
+2002-08-22 [colin]     0.8.1claws101
 
-       * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
+       * src/mainwindow.c
+               Fix some of the gdk warnings
 
-2001-06-05 [hoa]
+2002-08-22 [colin]     0.8.1claws100
 
        * src/Makefile.am
-               changed quote_fmt.[ch] into quote_fmt.tab.[ch]
-
-       * src/filtering.c
-       * src/matcher.c
-       * src/matcher.h
-       * src/prefs_filtering.c
-               now keep the configuration for execute action
-
-       * src/mbox_folder.c
-               fixed a warning
-
-2001-06-05 [paul]
-
-        * sync with sylpheed 0.4.99cvs5
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/pixmaps/quicksearch.xpm *ADDED*
+               Add the quicksearch pixmap
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/summaryview.h
+               Make quicksearch bar visible/hidden via a button
 
-2001-06-05 [hoa]
+2002-08-22 [christoph] 0.8.1claws99
 
-       * src/Makefile.am
-               added quote_fmt.[ch]
+       * src/folder.c
+               fix folder update for newsgroups with message
+               numbers below minimum number of articles to fetch
+               (closes bug #598445)
 
-       * added src/quote_fmt.y
-       * added src/quote_fmt.l
-       * added src/quote_fmt.tab.h
-       * added src/quote_fmt.tab.c
-       * added src/lex.quote_fmt.c
-               parsing configuration for replying
-               and forwarding
+2002-08-22 [paul]      0.8.1claws98
 
-       * src/prefs_common.[ch]
-               added configuration UI for replying
-               and forwarding
+       * sync with 0.8.1cvs28
+               see ChangeLog 2002-08-22
 
-       * src/compose.c
-               using configuration for replying
-               and forwarding
+2002-08-21 [alfons]    0.8.1claws97
 
-2001-06-04 [hoa]
+       * src/crash.c
+               use bt instead of bt full which seems to work 
+               better, and bt full doesn't give a great deal 
+               of information anyway
 
-       * src/filtering.c
-       * src/matcher.c
-       * src/matcher.h
-       * src/prefs_filtering.c
-       * src/prefs_matcher.c
-       * src/prefs_matcher.h
-               action "run a command" for filtering
-               and matching with a command.
-               fixed the "whole message" matching
+2002-08-21 [colin]     0.8.1claws96
 
-       * src/mbox_folder.c
-               changed temporary filename for security
+       * src/summaryview.c
+               fix summaryview_searchtype_changed prototype
 
-       * src/messageview.c
-               queue the notification if it fails to send.
+2002-08-21 [christoph] 0.8.1claws95
 
-       * src/prefs_common.c
-       * src/prefs_folder_item.c
-               changed the default important score             
+       * src/mainwindow.c
+               o fix broken menu update for sorting type, we have to
+                 get this info from the summaryview now
+               o removed setting of threaded state in menu callback
+       * src/summaryview.[ch]
+               more summaryview/folderitem seperation for
+               threading option
+       * configure.in
+               removed not required --with-compiler-flags option
 
-       * src/prefs_scoring.c
-       * src/scoring.c
-               hide kill score input when the folder is not
-               a newsgroup
+2002-08-21 [oliver]    0.8.1claws94
+       
+       * src/toolbar.h 
+               o rename toolbar.xml to toolbar_main.xml
+                 since toolbar_compose.xml might come up 
+                 any time soon
+       * README.claws
+               add custom toolbar              
 
-2001-06-03 [alfons]
+2002-08-21 [darko]     0.8.1claws93
 
-       * src/prefs_common.c:
+       * src/procmsg.c
+               don't reset tmp flags for messages copied
+               to sent folder
 
-               (prefs_font_select): pass font name in font entry box to font
-               selection dialog.
+2002-08-21 [colin]     0.8.1claws92
+       
+       * src/prefs_filtering.c
+               fix renaming rules on folder rename 
+               when folder is not a leaf folder
 
-2001-06-03 [sergey]
+2002-08-21 [paul]      0.8.1claws91
 
-       * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
+       * src/prefs_folder_item.c
+               fix alignment of colour selector
 
-2001-06-03 [paul]
+2002-08-21 [paul]      0.8.1claws90
 
-        * sync with sylpheed 0.4.99cvs4
+       * sync with 0.8.1cvs27
+               see ChangeLog 2002-08-21
 
-2001-06-03 [alfons]
+2002-08-21 [paul]      0.8.1claws89
 
-       * src/headerwindow.c:
+       * src/summaryview.c
+               fix crash when changing field type in
+               Quick search bar
 
-               (headerwindow_show_cb): use the selected summary view item, not
-               the displayed item.
+2002-08-21 [colin]     0.8.1claws88
 
-2001-06-02 [alfons]
+       * src/summaryview.c
+               Made quick search case-insensitive
 
-       * src/headerwindow.c:
+2002-08-21 [paul]      0.8.1claws87
 
-               (headerwindow_show_cb): always try to show msginfo
+       * sync with 0.8.1cvs26
+               see ChangeLog 2002-08-21
 
-2001-06-02 [hoa]
+2002-08-20 [christoph] 0.8.1claws86
 
-       * src/compose.c
-               keep attached parts when reediting or forwarding.
+       * src/folderview.c
+       * src/main.c
+       * src/summaryview.[ch]
+               more summaryview/folderitem seperation for
+               sort_key and sort_type
+       * src/procmsg.c
+               added missing return statement
 
-2001-06-01 [hoa]
+2002-08-20 [colin]     0.8.1claws85
 
-       * src/folderview.c
-       * src/prefs_folder_item.[ch]
-       * src/prefs_scoring.[ch]
-       * src/scoring.[ch]
        * src/summaryview.[ch]
-       * src/main.c
+               Added a quick search box
        * src/mainwindow.c
        * src/prefs_common.[ch]
-               support for folder scoring
-               kill score and important score for messages
+               Added a show/hide option for the quick search
+
+2002-08-20 [oliver]    0.8.1claws84
        
-       * src/prefs_account.c
-               some display bug fixed for local account
-               preferences
+       * src/mainwindow.c
+               remove toolbar_create_popups
+       * src/toolbar.[ch]
+               o remove toolbar_create_popups
+               o fix toolbar_set_sensitive 
+                 (Bug reports #596834 and #596832)     
+       * src/prefs_toolbar.c
+               o add "Set default" button
+               o align label and text + combo widgets
 
-2001-05-31 [alfons]
+2002-08-20 [hoa]       0.8.1claws83bis
 
-       * src/summaryview.c:
+       * src/imap.c
+               fixed a bug in imap_fetch_msginfo() in case there is no
+               current folder.
 
-               (add_sender_to_cb): don't crash when no or invalid sender; the add 
-               sender to address book menu item is disabled.
+2002-08-20 [darko]     0.8.1claws83
 
-2001-05-30 [hoa]
+       * src/folderview.c
+               copy the color style of folder view so it
+               works with GTK themes
 
-       * src/filtering.[ch]
-       * src/summaryview.c
-               handling summary menu / filter messages
+2002-08-20 [darko]     0.8.1claws82
 
-       * src/folder.[ch]
-               add some stuff
+       * src/folder.h
+       * src/folderview.c
+       * src/prefs_folder_item.[hc]
+               don't use UI stuff in folder.h
 
-       * src/foldersel.c
-               imap folders now appears in list
+2002-08-20 [darko]     0.8.1claws81
 
-       * src/mbox_folder.c
-               doesn't crash if destination mail is not writeable
+       * src/folder.h
+       * src/prefs_folder_item.h
+       * src/folderview.c
+       * src/prefs_folder_item.c
+               ability to set folder color in folderview
 
-2001-05-29 [hoa]
+2002-08-19 [alfons]    0.8.1claws80
 
-       * src/compose.c
-               removed some warnings
+       * src/summaryview.c
+               fix one of the earlier memleaks reported by Martin Kluge
 
-       * src/filtering.c
-       * src/folder.[ch]
-       * src/prefs_filtering.c
-               global string to identify any folders           
-               removed some debug info
-               filtering to mbox folders is now possible
+2002-08-19 [alfons]    0.8.1claws79
 
        * src/mainwindow.c
-               removed some warnings
-
-       * src/mbox_folder.c
-               permission on files are changed to read/write for user only,
-               nothing for other.
-               creation of subfolder is handled better.
-
-2001-05-28 [alfons]
-
-       Verified the sync for src/prefs_common.[ch] and
-       src/prefs_account.[ch]. I believe there were some
-       minor indentation differences.
-
-2001-05-28 [paul]
+               hide notice view when selecting seperate folder
+               view (reported by Urke MMI)
 
-        0.4.99claws3
+2002-08-19 [christoph] 0.8.1claws78
 
-        * sync with 0.4.99cvs3
+       * src/folderview.c
+       * src/prefs_folder_item.h
+       * src/summaryview.[ch]
+               o add summary_set_prefs_from_folderitem to set
+                 summaryview prefs (first step to remove all
+                 references to the folderitem in summaryview)
+               o moved compiled regex stuff from folderitem prefs
+                 to summaryview code
 
-2001-05-28 [hoa]
+2002-08-19 [paul]      0.8.1claws77
 
        * src/compose.c
-               handling flags for mbox format
+               add check for '.' to QUOTE_IF_REQUIRED
 
-       * src/filtering.c
-               use of mark file only for MH format
-               handling flags for mbox format
-               filtering cannot yet move or copy mails to mbox folders.
+2002-08-19 [paul]      0.8.1claws76
 
-       * src/folder.[ch]
-               changed move_msg, copy_msg,
-               move_msgs_with_dest, copy_msgs_with_dest functions
-               uses only folder->copy_msg() function
-               uses folder->finished_copy() to handle the destination
-               folder at the end of the copy or move operation.
+       * src/inc.c
+               sync with 0.8.1cvs25 (plug memory leak)
 
-       * src/foldersel.c
-               included mbox directories.
+       * src/prefs_toolbar.c
+               re-order prefs_toolbar_cancel()
 
-       * src/folderview.[ch]
-       * src/mainwindow.c
-               handle folders operation for mbox format
+2002-08-18 [alfons]    0.8.1claws75
 
-       * src/mbox.c
-               disable conversion of "From " header
+       * src/inc.c
+       * src/matcher.c
+               plug other memleaks reported by Martin Kluge
 
-       * src/mbox_folder.[ch]
-               completion of mbox format handling
+2002-08-18 [paul]      0.8.1claws74
 
-       * src/mh.c
-               changed mh_copy_msg() function and
-               removed mh_move_msg(), mh_move_msgs_with_dest(),
-               mh_copy_msgs_with_dest()
+       * po/pt_BR.po
+               updated by Fabio Jr. Beneditto
 
-       * src/prefs_filtering.c
-               removed some warnings
+2002-08-18 [paul]      0.8.1claws73
 
-       * src/prefs_matcher.c
-               default boolean operation is AND
+       * src/toolbar.[ch]
+               fix bug where tooltips were displayed untranslated              
 
-       * src/procheader.c
-               handling flags for mbox format
-               handling of "From " header
+       * src/prefs_toolbar.c
+               fix bug where clicking 'Cancel' creates an icon & text
+               toolbar regardless of prefs
+       
 
-       * src/procmsg.[ch]
-               removed data field
-               added MSG_REALLY_DELETED flags to handle deletion of
-               messages in mbox format.
+2002-08-17 [oliver]    0.8.1claws72
 
-       * src/summaryview.c
-               handling flags for mbox format
-               disable the MSG_DELETED flags when messages
-               are deleted in mbox format
+       * src/prefs_toolbar.c
+               update toolbar on CANCEL
+               bug reported by Martin Kluge
+       * src/toolbar.c
+               toolbar_destroy memleak fixed           
 
-       * src/textview.c
-               "From " headers display fixed.
+2002-08-17 [alfons]    0.8.1claws71
 
-2001-05-27 [alfons]
+       * src/toolbar.c
+               plug another memleak reported by Martin Kluge
 
-       * src/textview.c:
-               
-               (get_email_part): skip quoted email addresses, like in e.g.
-               "'alfons@proteus.demon.nl'".
+2002-08-16 [alfons]    0.8.1claws70
 
-2001-05-26 [alfons]
+       * src/crash.c
+               use execvp() correctly (suggested by wwp; thanks!)
 
-       Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
-       and fixing the persistence troubles when using separate windows.
+2002-08-16 [alfons]    0.8.1claws69
 
-       * src/mainwindow.c:
-       
-           Added #define SEPARATE_ACTION used in the gtk item factory for 
-           the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
-               use gtk_item_factory_get_widget_by_action() to get the items.
-               
-           Removed separate_widget_cb from the gtk item factory data   
-         
-           (mainwindow_create): connect separate_widget_cb() to check
-           menu item "toggled" signal. also passing a MainWindow pointer
-               as object data for both check menu items.
-               
-           (separate_widget_cb): definition of separate_widget_cb() to match
-           GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
-               window using gtk_object_get_data(). The type of window separation 
-               (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
-       
-       * src/prefs_filtering.c,
-         src/prefs_matcher.c: added horizontal scrollbars
+       * src/gtksctree.c
+               plug memory leak reported by Kim Schultz & Martin Kluge
 
-2001-05-25 [darko]
+2002-08-16 [paul]      0.8.1claws68
 
-       * src/headerview.c
-               fix segfault with invalid bold font
-       * src/summaryview.c
-               correctly display summary stats after row is marked
+       * po/es.po
+               updated by Ricardo Mones Lastra
 
-2001-05-23 [sergey]
+2002-08-16 [paul]      0.8.1claws67
 
-       * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
-       encodings with libjconv.
+       * src/toolbar.h
+               fix bug where 'Compose News' icon showed wrong
+               tooltip
 
-2001-05-23 [hoa]
+2002-08-16 [paul]      0.8.1claws66
 
-       * src/Makefile.am
-               added mbox_folder.[ch]
-       * src/defs.h
-               mbox temporary folder
-       * src/folder.[ch]
-       * added src/mbox_folder.[ch]
-       * src/folderview.c
-       * src/procheader.[ch]
-               added mbox support
-       * src/mbox.c
-               bugfix for file incorporation filtering
-       * src/imap.c
-               enable creation of MBOX
-       * src/prefs_display_header.c
-               enable use of headers like "From "
-               something that should be fixed :
-                       displaying of such headers add an extra space
-       * src/prefs_folder_item.c
-               don't create folders because it is not necessary
-       * src/procmsg.h
-               added data field to MsgInfo for mbox internal use
-       * src/summaryview.c
-               added some support for mbox
-       * src/utils.[ch]
-               added get_mbox_cache_dir() function
+       * sync with 0.8.1cvs24
+               see ChangeLog 2002-08-16
 
-2001-05-23 [hiroyuki]
+       * po/it.po
+               updated by Alessandro Maestri
 
-       * src/headerwindow.c
-         src/inc.c
-         src/main.c
-         src/mh.c
-         src/nntp.c
-         src/procmsg.h
-         src/session.h
-         src/socket.[ch]
-         src/summaryview.c
-         src/textview.c
-         src/automaton.c
-         src/folderview.c: more sync with 0.4.99cvs2.
+2002-08-15 [paul]      0.8.1claws65
 
-       * src/headerwindow.c: reverted.
+       * po/sr.po
+               updated by Urke MMI
 
-2001-05-22 [paul]
+2002-08-15 [paul]      0.8.1claws64
 
-        0.4.99claws2
+       * src/*.c
+               don't translate debug info
 
-        * sync with sylpheed 0.4.99cvs2
-                * src/news.[ch]
-                * src/nntp.[ch]
-                * INSTALL
-                * INSTALL.jp
+       * src/matcher.[ch]
+               add copyright info
 
-2001-05-22 [alfons]
+2002-08-15 [paul]      0.8.1claws63
 
-       * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
+       * src/prefs_toolbar.c
+               fix bug where clicking 'OK' creates an icon & text
+               toolbar regardless of prefs
 
-2001-05-21 [alfons]
+2002-08-14 [alfons]    0.8.1claws62
 
-       Minor things:
+       * src/main.c
+               add global var that has the full argv[0]
+       * src/crash.c
+               o execvp the correct sylpheed by using argv0
+                 and setting the correct work dir
+               o other tweaks  
 
-       * configure.in: if gnome-config not found, "no" is displayed
+2002-08-14 [oliver]    0.8.1claws61
        
-       * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
-
-       * src/textview.c: now also possible to add mail addresses by right
-         clicking in the text view
-
-       * src/codeconv.c: merged patch which fixes endless loop when encountering
-         invalid wide characters; from Alte <010@imis.ru>  
-
-2001-05-20 [alfons]
-
-       Added installation of gnome specific things:
-
-       * Makefile.am: gnome conditional
+       * enable/disable Toolbar Action Buttons 
+       * code cleanups
+       * src/mainwindow.c
+       * src/toolbar.[ch]      
+       * src/prefs_toolbar.c   
 
-       * configure.in: check for installed gnome
+2002-08-14 [melvin]    0.8.1claws60
 
-       * added sylpheed.png, sylpheed.desktop
+       * po/fr.po
+               Updated French translations
 
-2001-05-20 [sergey]
+2002-08-14 [melvin]    0.8.1claws59
 
-       * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
+       * src/crash.c
+               Made bug report not translatable
+       * src/exporthtml.c
+               Fixed exporthtml_build_filespec() return value
+       * src/foldersel.c
+               Fixed incorrect include file
+       * src/gtkspell.c
+       * src/prefs_actions.c
+       * src/prefs_toolbar.c
+               Made debug info not translatable
+       * src/mutt.c
+       * src/quote_fmt.c
+               Added missing includes
+       * src/prefs_common.c
+               Fixed typo
 
-       * src/mainwindow.h (main_window_toolbar_create): created a button
-       for "Reply to all".
-       (main_window_set_toolbar_sensitive): enable/disable the new button
-       appropriately.
-       (toolbar_reply_to_author_cb): handle the new button.
+2002-08-14 [paul]      0.8.1claws58
 
-       * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
-       send_progress_dialog_destroy() on failure (fixes hang on SMTP
-       failure).
+       * faq/es/sylpheed-faq.html
+         faq/es/sylpheed-faq-[1-3].html
+         faq/es/sylpheed-faq-4.html     **NEW FILE **
+               update Spanish FAQ
 
-2001-05-19 [sergey]
+2002-08-13 [christoph] 0.8.1claws57
 
-       * src/compose.h (ComposeReplyMode): new modes
-       COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
-       COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
+       * src/procmsg.c
+               ignore thread fix that did not mark all
+               child nodes of a ignored thread as
+               ignored. Does not work perfectly yet,
+               but it is better now
 
-       * src/compose.c
-       (compose_send): move some code into a new function:
-       (compose_current_mail_account): new function.
-       (compose_reply): new argument to_author, all callers changed; if
-       to_author==TRUE and account->protocol==A_NNTP, find and use an
-       appropriate mail account for replying.
-       (compose_reply_set_entry): new argument to_author; ignore
-       compose->replyto if to_author==TRUE.
+2002-08-13 [alfons]    0.8.1claws56
 
-       * src/mainwindow.c: new command "Message/Reply to author".
-       (main_window_set_menu_sensitive): enable/disable it.
-       (reply_cb): handle it.
+       * src/crash.c
+               o implement 'save crash log'
+               o some tweaks
 
-       * src/summaryview.c: new command "Reply to author".
-       (summary_set_menu_sensitive): enable/disable it.
-       (summary_reply_cb): handle it.
+2002-08-13 [melvin]    0.8.1claws55
 
-       * src/account.c (account_find_mail_from_address): new function.
+       * src/main.c
+               removed unrequired "execinfo.h" header
 
-2001-05-18 [paul]
+2002-08-12 [paul]      0.8.1claws54
 
-        0.4.99claws1
+       * faq/en/sylpheed-faq.html
+         faq/en/sylpheed-faq-[1-3].html
+         faq/en/sylpheed-faq-4.html     **NEW FILE **
+               update English FAQ
 
-        * sync with sylpheed 0.4.99cvs1
+2002-08-12 [alfons]    0.8.1claws53
 
-2001-05-18 [hoa]
+       * po/POTFILES.in
+               add crash.c to translatables
+       * src/crash.c
+               bring in Leandro's crash dialog
 
-       * src/compose.[ch]
-       * src/filtering.c
-       * src/summaryview.c
-               new filtering action : forward and forward as attachment
+2002-08-11 [alfons]    0.8.1claws52
 
-       * src/main.c
-               no need for $DISPLAY when we run sylpheed --help
-               call to parse_cmd_opt() is moved
+       * src/crash.c
+               clean up some warnings
 
-       * src/mainwindow.[ch]
-               execute button is hidden when immediate execute
-               is chosen
+2002-08-11 [alfons]    0.8.1claws51
 
-       * src/mh.c
-       * src/news.c
-       * src/prefs_folder_item.c
-       * src/procmsg.c
-               better handling of missing directories
+       * acconfig.h
+       * configure.in
+       * src/crash.[ch]        ** NEW FILES **
+       * src/main.c            
+               initial gdb crash handler
 
-       * src/summaryview.c
-               reedit is enabled in outbox
-               reedit is enabled in queue
+2002-08-11 [paul]      0.8.1claws50
 
-2001-05-17 [hoa]
+       * src/prefs_toolbar.c
+               replace Up/Down arrow pixmaps with text to be
+               consistent across icon themes
 
-       * src/filtering.c
-       * src/matcher.[ch]
-       * src/prefs_filtering.c
-               changed attachement into attachment
+2002-08-11 [paul]      0.8.1claws49
 
-2001-05-17 [alfons]
+       * src/prefs_common.c
+         src/prefs_toolbar.c
+               rename 'Pixmap' -> 'Icon'
 
-       0.4.67claws4    
+       * src/toolbar.[ch]
+               rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
 
-       * sync with sylpheed 0.4.67cvs9
-       * sync with sylpheed 0.4.67cvs7-8
+2002-08-10 [paul]      0.8.1claws48
 
-2001-05-17 [hoa]
+       * src/prefs_toolbar.c
+               re-work the UI
 
-       * src/Makefile.am
-               added prefs_filtering.c
+2002-08-10 [paul]      0.8.1claws47
 
-       * src/filtering.[ch]
-       * src/matcher.[ch]
-               removed action : forward_news and forward_news_as_attachement
-               (forward and forward_as_attachement can be used instead)
+       * src/main.c
+               don't write Processing progress to status bar
+               patch submitted by Alexander Evseev
 
-       * src/mainwindow.c
-               added menu option to access filtering configuration
+       * src/prefs_toolbar.c
+               re-position and resize window
+               make window assume correct size on first call
 
-       * src/prefs_account.c
-               changed mail_command default to /usr/sbin/sendmail
+2002-08-10 [paul]      0.8.1claws46
 
-       * added src/prefs_filtering.[ch]
-               dialog box for filtering configuration
+       * src/mainwindow.c
+         src/prefs_toolbar.c
+         src/toolbar.c
+         src/toolbar.h
+               obey coding style
+               follow UI text conventions
 
-       * src/prefs_matcher.c
-               added function prefs_matcher_get_criteria_from_matching()
+2002-08-10 [alfons]    0.8.1claws45
 
-       * src/prefs_scoring.c
-               reset the dialog when register or substitute is clicked
+       * src/toolbar.c
+               correct pixmap for delete action
 
-2001-05-15 [hoa]
+2002-08-10 [paul]      0.8.1claws44
 
-       * src/Makefile.am
-               added filtering.[ch]
-       * src/inc.c
-               using filering.[ch] instead of filter.[ch]
-       * src/main.c
-               reading new filtering configuration
-       * src/matcher.[ch]
-               added some filtering actions
-               and fixed a bug for headers and mail body matching
-       * src/mbox.c
-               using filering.[ch] instead of filter.[ch]
-       * src/mh.c
-               handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
-       * src/summaryview.c
-               some fixes for filtering
+       * po/pt_BR.po
+               updated by Fabio Jr. Beneditto
 
-2001-05-14 [hiroyuki]
+2002-08-10 [paul]      0.8.1claws43
 
-       * src/send.c: fixed some weird indentations.
-         send_message_with_command(): call pclose() only if p != NULL.
-       * src/textview.c: get_email_part(): modified the code for readability.
+       * po/POTFILES.in
+               add custom toolbar files
 
-2001-05-14 [hiroyuki]
+2002-08-10 [paul]      0.8.1claws42
 
-       * src/md5global.h
-         src/md5ify.c
-         src/md5ify.h: removed from the cvs.
+       * sync with 0.8.1cvs22
+               see ChangeLog 2002-08-09
 
-2001-05-13 [sergey]
+2002-08-09 [paul]      0.8.1claws41
 
-       * src/main.c: include rfc2015.h to avoid compiler warnings.
-       * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
-       the panel is already on screen.
-       * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
-       closing the alert window by ESC as "No".
-       * src/prefs_common.c (prefs_interface_create): moved return
-       receipt check button to the correct place.
+       * tools/Makefile.am
+         tools/README
+         tools/outlook2sylpheed.pl     ** NEW FILE **
+               add script to convert exported Outlook
+               contacts list to a Sylpheed addressbook.
+               Submitted by Ricardo Mones Lastra.
 
-2001-03-13 [alfons]
+2002-08-09 [paul]      0.8.1claws40
 
-       * src/prefs_common.c: 
-               moved return receipt check button to the Send tab. (prefs_send_create)
-               removed the date format ui related globals. (prefs_display_create)
+       * AUTHORS
+         configure.in
+         po/sr.po      ** NEW FILE **
+               add Serbian message catalog. Submitted by
+               Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
 
-       0.4.67claws3
-       
-       * sync with sylpheed 0.4.67cvs5-6
+2002-08-09 [paul]      0.8.1claws39
 
-2001-05-13 [paul]
+       * sync with 0.8.1cvs21
+               see ChangeLog 2002-08-08
 
-        * added Alfons' font selection patch
+2002-08-08 [oliver]    0.8.1claws38
 
-        * src/defs.h
-        * src/headerwindow.c
-        * src/prefs_common.c
-        * src/prefs_common.h
+       * src/mainwindow.c
+               move Custom Toolbar to Configuration menu
 
-2001-05-13 [hoa]
-       * src/defs.h
-               changed version of cache
-       * src/matcher.[ch]
-       * src/prefs_matcher.c
-               added additionnal matching criteria
-       * src/procheader.c
-       * src/procmsg.[ch]
-       * src/news.c
-               added references in MsgInfo
+2002-08-08 [oliver]    0.8.1claws37
 
-2001-05-12 [hoa]
+       * src/prefs_toolbar.c
+               fix substitute pixmap bug
 
-       * src/defs.h
-               prepared some things for new filtering
-       * src/matcher.[ch]
-               added some matching properties
-               inreplyto need to be enhanced
-               prepared some things for new filtering
-       * src/messageview.c
-               added Return-Receipt-To handling
-       * src/prefs_folder_item.c
-               changed default value to TRUE
-       * src/prefs_matcher.c
-               added some matching properties
-       * src/prefs_scoring.[ch]
-               the scoring dialog is finished
-       * src/procheader.c
-               added Return-Receipt-To handling
-               Reference need to be added
-       * src/procmsg.[ch]
-               added Return-Receipt-To handling
-               added threadscore to get a better score sorting when
-               threads are enabled
-       * src/summaryview.c
-               suppressed a bug when we sort the list
-               when no folder is opened.
-               better score sorting when threads are enabled
+2002-08-08 [paul]      0.8.1claws36
 
-2001-05-12 [alfons]
+       * sync with 0.8.1cvs19
+               see ChangeLog 2002-08-08
 
-       * reverted previous patch because of potential errors 
+2002-08-07 [christoph] 0.8.1claws35
 
-       0.4.67claws2
-       
-       * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
-               applied "toggle mail-retrieval dialog window" patch submitted 
-               by Eric Limpens <eric@qnt.net>
+       * src/utils.c
+               fixed a memory leak in new canonicalize_file_replace
 
-       * sync with sylpheed 0.4.67cvs4
+2002-08-07 [christoph] 0.8.1claws34
 
-2001-05-12 [sergey]
+       * src/utils.[ch]
+               o canonicalize_file_replace should create the temporary
+                 file in the same directory as the original file.
+               o added get_tmpfile_in_dir that creates a temorary file
+                 in a specified directory.
 
-       * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
-       some picky compilers.
-       * src/rfc2015.h: provide prototype for rfc2015_disable_all().
-       * src/grouplist_dialog.c: include alertpanel.h.
-       * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
-       fix compile warning.
-       * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
-       #include "defs.h" before others to prevent the warning of `MIN'
-       and `MAX' redefinition.
+2002-08-07 [melvin]    0.8.1claws33
 
-2001-05-11 [hoa]
+       * src/toolbar.c
+               fixed bug where 'Article' button acted as 'Email' button.
 
-       * src/main.c
-       * src/messageview.c
-       * src/prefs_account.c
-       * src/prefs_display_header.c
-               removed warning
-       * src/Makefile.am
-               added prefs_scoring.[ch]
-       * src/grouplist_dialog.c
-               display an error dialog box if the group list
-               cannot be fetched.
-       * src/mainwindow.[ch]
-               added main_window_set_thread_option() function
-               scoring dialog box enabled
-       * src/matcher.[ch]
-               added flags matching unread /new / marked
-               / deleted / replied / forwarded
-       * src/news.c
-               newsgroups are now finally in newscache
-       * src/prefs_matcher.[ch]
-               finished preferences for matching dialog
-       * added src/prefs_scoring.[ch]
-               scoring dialog box completed
-       * src/scoring.[ch]
-               conversion to string : added scoringprop_to_string()
-               write config for preferences :
-               added prefs_scoring_write_config()
-       * src/summaryview.c
-               threads can be enabled/disabled independently
-               for each folder
+2002-08-07 [paul]      0.8.1claws32
 
-2001-05-10 [alfons]
+       * sync with 0.8.1.cvs17
+               see ChangeLog 2002-08-07
 
-       0.4.67claws1
-       
-       * AUTHORS: 
-               thought it would be nice to have a list of all
-               contributors (used Changelog as a reference)
+2002-08-07 [colin]     0.8.1claws31
        
-       * configure.in: 
-               messed up version numbering...
-
-       0.4.66claws1
-
-       * sync with sylpheed 0.4.67cvs1-3
-
-2001-05-10 [darko]
+       * src/news.c
+               fix mass-cancel problem
 
-       * src/prefs_common.c:
-               better UI for strftime format, double clicking
-               on format now inserts the format in text entry
-               replaced close button with standard OK/Cancel
-               moved date format button to the right of the
-               text entry field
+2002-08-07 [thorsten]  0.8.1claws30
 
-2001-05-09 [alfons]
+       * src/prefs_toolbar.c
+               fix: crash on replace or add new button
+       * src/toolbar.c
+               fix: close xmlfile after reading
+       * src/utils.c
+               fix: unlink() file before rename()
 
-       * src/gtkstext.c:
-               Ctrl-Home / Ctrl-End have proper cursor navigation
+2002-08-06 [paul]      0.8.1claws29
 
-2001-05-09 [hoa]
+       * sync with 0.8.cvs15
+               see ChangeLog 2002-08-06
 
-       * src/prefs_matcher.c
-               finished UI to define matching properties
-               added ok and cancel button
-       * src/prefs_filter.c
-               added ok and cancel button
-       * src/news.c
-               fixed some bug in xhdr parsing
+2002-08-06 [oliver]    0.8.1claws28
 
-2001-05-08 [alfons]
+       * src/toolbar.c
+       * src/prefs_toolbar.c
+               fixed empty toolbar issue
 
-       * src/textview.c: 
-               fixed a bug in textview_show_header(), which displayed two colons (':');
-               cleaned up some warnings
+2002-08-06 [oliver]    0.8.1claws27
 
-2001-05-08 [hoa]
+       * Custom Toolbar Final 
+       * src/folderview.c
+       * src/inc.c
+       * src/summaryview.c
+               o toolbar stuff now lives in src/toolbar.[ch]
+               o main_window_toolbar_* functions are renamed to
+                 toolbar_* reflecting their new source file
+       * src/mainwindow.[ch]
+               o remove toolbar stuff  
 
+2002-08-06 [oliver]    0.8.1claws26
+       
        * src/Makefile.am
-               added prefs_matcher.[ch]
-               compilation with -W -Wall
-       * src/alertpanel.c
-               ungrab the mouse events if grabbed - does it
-               fix the bug for disposition notification ?
-       * src/mainwindow.c
-               added a menu option to open the matching dialog.
-       * src/matcher.[ch]
-               added matcherprop_to_string() and matcherlist_to_string()
-               fixed some bugs, changed the name of some options
-               age_sup and age_inf becomes age_greater and age_lower,
-               body and messageheaders becomes body_part and headers_part,
-               changed the names of constants from SCORING_XXX to MATCHING_XXX
-       * src/prefs_display_header.c
-       * src/prefs_headers.c
-               fixed a bug that accidentally destroyed dialogs
-               when closed them with delete_event
-               Added *_deleted() which handle delete_event signal correctly.
-       * src/prefs_folder_item.[ch]
-               added "enable_thread" field for future customization
-       * added src/prefs_matcher.[ch]
-               sample of the UI to define matching properties
-       * src/procheader.c
-               using procheader_headername_equal instead of str*cmp functions
-               using procheader_parse_header() function
-       * src/scoring.c
-               using MATCHING_XXX instead of SCORING_XXX
-       * src/summaryview.c
-               display the sender of the news even if this is ourself
-               when this is a news message.
-       * src/textview.c
-               using headername_equal() instead of str*cmp functions
+       * src/prefs_toolbar.[ch]        **New File**
+       * src/toolbar.[ch]              **New File**
+               o prefs_toolbar.[ch] custom toolbar frontend
+               o toolbar.[ch]       backend 
+
+2002-08-06 [oliver]    0.8.1claws25
 
-2001-05-08 [alfons]
+       * src/prefs_actions.[ch]
+               o new exported function actions_execute
 
-       0.4.66claws
+2002-08-06 [paul]      0.8.1claws24
 
-       * sync with sylpheed 0.4.66
-       * src/gtkstext.c: trace logs added 
+       * sync with 0.8.1cvs4
+               see ChangeLog 2002-08-06
 
-2001-05-08 [sergey]
+2002-08-06 [paul]      0.8.1claws23
 
-       * src/prefs_common.[ch]: added option to enable/disable GnuPG
-       signature check popup.
-       * src/rfc2015.c (check_signature): show signature check popup only
-       if it is enabled in preferences.
+       * sync with 0.8.1cvs13
+               see ChangeLog 2002-08-06
 
-2001-05-07 [alfons]
+2002-08-06 [paul]      0.8.1claws22
 
-       0.4.66claws4
-       
-       * sync with sylpheed 0.4.66cvs6
+       * sync with 0.8.1cvs12
+               see ChangeLog 2002-08-05 and 2002-08-06
 
-2001-05-07 [darko]
+2002-08-06 [match]     0.8.1claws21
 
-       * src/prefs_common.[ch]: added option to enable/disable
-         looking up sender name in address book for summary pane
-       * src/summaryview.c: look up sender in the address book
-         by using Alfons' address completion code
+       * src/addrclip.c
+               improvements to cut/copy/paste address
 
-2001-05-07 [hiroyuki]
+2002-08-05 [match]     0.8.1claws20
 
-       * src/inc.h
-         src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
-         member of Pop3State.
-       * src/news.c: brought #include "defs.h" before #include <glib.h>
-         to prevent the warning of `MIN' and `MAX' redefinition.
+       * src/addritem.[ch]
+       * src/addrcache.c
+       * src/addrbook.c
+       * src/editaddress.c
+       * src/addressbook.c
+               fixes to improve cut/copy/paste
 
-2001-05-06 [hoa]
+2002-08-06 [melvin]    0.8.1claws19
 
-       * removed src/headers_display.[ch]
-       * removed src/prefs_display_headers.[ch]
-       * src/inc.c
-               use a temporary file in the user directory for mbox import
-       * src/news.c
-               added XHDR support to get "To" and "Cc" headers
-               (in order to match news with to or cc field for
-               scoring)
-               added function news_parse_xhdr() to get XHDR response
-       * src/nntp.[ch]
-               added function nntp_xhdr()
-       * src/matcher.c
-               fetch the message if necessary
+       * src/account.[ch]
+               account_find_all_from_address(): new function that returns the
+               list of all accounts that are matched in an address.
+       * src/alertpanel.[ch]
+               alertpanel() now accepts a custom widget
+               alertpanel_with_widget(): new function that pops up a panel with
+               a custom widget in it 
+       * src/gtkutils.[ch]
+               gtkut_account_menu_new(): new function that allows the selection
+               of an account from a list of accounts.
+       * src/messageview.c
+               Extended Return Receipt notification to select the correct 
+               account and to make a security test on the Delivery-Notification
+               address which should be the same as the Return-Path.
 
-2001-05-06 [alfons]
+2002-08-06 [thorsten]  0.8.1claws18
 
-       0.4.66claws3
+       * src/mimeview.c
+               attach_all: save unnamed as "noname.%d",
+               dont free static dirname
 
-       * sync with sylpheed 0.4.66cvs3-5
+2002-08-05 [alfons]    0.8.1claws17
 
-2001-05-06 [hoa]
+       * configure.in
+               detect XIM by trying to link rather than compile a XIM program
 
-       * src/utils.[ch]
-               added function itos_buf() to enable use of several buffers
-       * src/summaryview.c
-               use of itos_buf() instead of itos() in summary list
-               to fix the broken display of message number.
+2002-08-05 [oliver]    0.8.1claws16
+               
+       * src/stock_pixmap.[ch]
+               o add UP_ARROW to available pixmaps (already in pixmap-directory)
+               o new func to retrieve pixmaps
 
-2001-05-06 [alfons]
+2002-08-05 [paul]      0.8.1claws15
 
-       * src/gtkstext.c: bug in cursor up navigation fixed,
-               fixed another unsigned / signed comparison (we're getting there :-)
+       * sync with 0.8.1cvs10
+               see ChangeLog 2002-08-05
 
-2001-05-06 [hoa]
+2002-08-04 [alfons]    0.8.1claws14
 
-       * src/Makefile.am
-               added scoring.c scoring.h
-               prefs_folder_item.c prefs_folder_item.h
-               matcher.c matcher.h
-       * src/defs.h
-               added FOLDERITEM_RC SCORING_RC
-       * src/folder.[ch]
-               added prefs field in FolderItem :
-               properties for each folder (PrefsFolderItem),
-               sorting type and mode were added as the first properties.
-       * src/main.c
-               read config for scoring
-       * added src/matcher.[ch]
-               gives functions to parse configuration file to do
-               matching on mails with a list of conditions.
-       * src/mainwindow.c
-               add option to sort by score
-       * src/prefs_common.[ch]
-               added preference option to show score and for
-               the score column size
-       * added src/prefs_folder_item.[ch]
-               properties for each folder (PrefsFolderItem),
-               sorting type and mode were added as the first properties.
-       * src/procheader.[ch]
-               added procheader_parse_header()
-               added procheader_header_free()
-               added procheader_headername_equal()
-               and made modification to use them.
-       * src/procmsg.[ch]
-               added score field to MsgInfo structure
-       * added src/scoring.[ch]
-               gives functions to parse configuration file to do
-               scoring on mails with a list of conditions.
-       * src/summaryview.[ch]
-               save the sorting type and mode for the folder
-               added column to display the score of the mail
-               added function summary_score_clicked()
-               sorting type and mode are restored to the folder
-               when it is reopen
        * src/textview.c
-               use procheader_parse_header(), procheader_headername_equal()
-               removed memory leak in text_scan_header when freeing headers
-       * src/filter.c
-               changed the function to match names of headers
-               using procheader_headername_equal()
-
-       Scoring functions are implemented, an interface is needed
-       to configure that.
+               see if this plugs memleak
 
-2001-05-04 [alfons]
+2002-08-04 [melvin]    0.8.1claws13
 
-       * src/gtkstext.c: 
-               hopefully fixed the row up navigation bug,
-               removed adding back / forward lines to cache
+       * src/gtkspell.c
+               fixed bug that could crash Sylpheed when highlighting
+               all misspelled words.
 
-2001-05-04 [sergey]
+2002-08-03 [melvin]    0.8.1claws12
 
-       * src/prefs_display_headers.c: user interface changes:
-       (prefs_display_headers_create): remove unused "Show" check button;
-       allow reordering of headers by dragging.
-       (prefs_display_headers_write_config): remove unused variables.
-       (prefs_display_headers_set_dialog): do not insert "(New)" at top
-       of lists (not needed with the new UI).
-       (prefs_display_headers_set_list): scan lists starting from row 0,
-       not 1 (do not skip "(New)").
-       (prefs_display_headers_find_header): new function.
-       (prefs_display_headers_clist_set_row): do not allow duplicates.
-       (prefs_display_headers_delete_cb): do not skip row 0; treat
-       closing the alert window by ESC as "No".
-       (prefs_display_headers_up): do not protect row 0.
-       (prefs_display_headers_down): do not protect row 0.
+       * src/prefs_actions.c
+               removed unnecessary checks for NULL introduced in 0.8.1claws11.
+       * src/messageview.c
+               fixed bug where the Return Receipt was sent to
+               Delivery-Notification-To address even if it was not present
 
-2001-05-04 [sergey]
+2002-08-02 [alfons]    0.8.1claws11
 
-       * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
-       functions.
+       * src/prefs_actions.c
+               o more check for NULLs
+               o put create_io_dialog() in right conditional block
 
-       * src/summaryview.c
-       (summary_find_next_marked_msg, summary_find_prev_marked_msg,
-       summary_select_next_marked, summary_select_prev_marked): new
-       functions.
+2002-08-02 [paul]      0.8.1claws10
 
-2001-05-03 [sergey]
+       * po/es.po
+               updated by Ricardo Mones Lastra
 
-       * src/news.c: fixed a bug when no article can be fetched after
-       server timeout if the connection was restored by news_post():
-       (news_select_group): new function.
-       (news_fetch_msg): call news_select_group() before fetching
-       article.
-       (news_get_uncached_articles): set session->group after successful
-       GROUP command.
+2002-08-01 [christoph] 0.8.1claws9
 
-2001-05-03 [hoa]
+       * src/folder.c
+               don't free the cache of the opened
+               folder in the summaryview
+       * src/summaryview.c
+               don't unset flags, if it is not required
 
-       * src/defs.h
-       * src/procmsg.[ch]
-       * src/procheader.c
-                changed version of cache, added cc field
+2002-08-01 [paul]      0.8.1claws8
 
-       * src/prefs_display_headers.c
-               the interface was changed
+       * sync with 0.8.1cvs8
+               see ChangeLog entry 2002-08-01
 
-       * src/prefs_headers.c
-               added cancel button
+2002-08-01 [paul]      0.8.1claws7
 
-2001-05-03 [alfons]
+       * sync with 0.8.1cvs7
+               see ChangeLog 2002-07-31 and 2002-08-01
 
-       * completed sync of sylpheed cvs2
-       * src/gtkstext.c: updated row up / down cursor navigation
-       * src/textview.c: re-edited, prepared for fixing the email address
-               scanner.
+2002-07-31 [christoph] 0.8.1claws6
 
-2001-05-03 [darko]
+       * src/mainwindow.c
+               forgot to update menu sensitivity
+               function for new menu entry
 
-       * src/prefs_common.c: use alfons' strftime ui code
-       entry_datefmt and datefmt_sample widgets have to be
-       global in this module because of this change
+2002-07-31 [alfons]    0.8.1claws5
 
-2001-05-03 [hoa]
+       * src/main.c
+               check folder item and its path for NULL on
+               initial processing
 
-       * src/messageview.c
-       * src/prefs_common.[ch] added option to activate the return receipt
-               feature.
+2002-07-31 [christoph] 0.8.1claws4
 
-2001-05-02 [alfons]
+       * src/folder.c
+               check if folder_item_get_msginfo in
+               folder_item_remove_msg returned NULL
+       * src/imap.c
+               better clear the uid cache in the
+               uid validity check function and delete
+               cached messages
 
-       * src/gtkstext.c: fix for row up/down cursor navigation. 
+2002-07-31 [paul]      0.8.1claws3
 
-       0.4.66claws2
-       
-       * sync with 0.4.66cvs2
+       * man/sylpheed.1
+               add the '--attach' option and a few other
+               minor changes
 
-2001-05-02 [paul]
+2002-07-31 [paul]      0.8.1claws2
 
-        added add-sender-to-addressbook patch
+       * sync with 0.8.1cvs5
+               see ChangeLog 2002-07-31
 
-        * src/addressbook.c
-        * src/addressbook.h
-        * src/summaryview.c
+2002-07-31 [christoph] 0.8.1claws1
 
-2001-05-02 [sergey]
+       * src/folderview.[ch]
+       * src/mainwindow.c
+               replace "Rescan all folders..." with
+               "Check all folders for new messages..."
 
-       * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
-       G_ALERTDISABLE.
+2002-07-30 [paul]      0.8.1claws
 
-       * src/alertpanel.c (alertpanel_create): new argument can_disable,
-       all existing callers changed to pass FALSE; create a check button
-       to disable the message.
-       (alertpanel_message_with_disable): new function.
-       (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
-       (alertpanel_button_toggled): new function.
-       (alertpanel_button_clicked, alertpanel_close): set value using
-       G_ALERT_VALUE_MASK.
+       * version 0.8.1claws released
 
-       * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
+2002-07-30 [paul]      0.8.0claws29
 
-       * src/prefs_common.c (prefs_privacy_create): new check button
-       checkbtn_gpgme_warning.
+       * tools/OOo2sylpheed.pl ** NEW FILE **
+         tools/README
+               add script to enable sending documents as
+               attachments from OpenOffice.org
 
-       * src/main.c (main): moved preferences reading before gpgme
-       initialization; check prefs_common.gpgme_warning before giving the
-       GnuPG warning and set it to FALSE if the user wants to disable the
-       warning.
+2002-07-30 [melvin]    0.8.0claws28
 
-2001-05-02 [hiroyuki]
+       * src/prefs_actions.c
+               Made the actions' input/output dialog display
+               without delay.
 
-       * src/prefs_display_headers.c: modified the layout and some labels.
+2002-07-30 [christoph] 0.8.0claws27
 
-2001-05-02 [sergey]
+       * src/procmsg.c
+               check if folder_item_get_msginfo in
+               procmsg_save_to_outbox returned NULL
 
-       * src/prefs_account.c (prefs_account_fix_size): new function.
-       (prefs_account_create): call prefs_account_fix_size(); use
-       gtk_widget_show instead of gtk_widget_show_all (fixes too large
-       size when the window is shown for the first time).
-       (prefs_account_basic_create): changed layout of serv_table; moved
-       localmbox_entry above smtpserv_entry (logically it replaces
-       POP3/IMAP server).
-       (prefs_account_protocol_activated): set sensitivity of
-       nntpauth_chkbtn according to the protocol (in addition to
-       hide/show); commented out gtk_table_set_row_spacing() calls.
-       (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
-       not sensitive (fixes a bug with disabled username/password boxes
-       when editing POP3 account after NNTP with authentication).
+2002-07-30 [paul]      0.8.0claws26
 
-2001-05-02 [hoa]
+       * sync with 0.8.1cvs4
+               see ChangeLog 2002-07-29
 
-       * src/account.c
-       * src/inc.c
-       * src/prefs_account.[ch]
-       * src/send.c
-               removed local account without SMTP server
-               added option to use mail command instead of a connexion
-               to SMTP server when a local account is used
-       * src/prefs_headers.c
-               fixed a bug
-       * src/news.c
-               fixed a bug when connexion immediately closed
+2002-07-29 [thorsten]  0.8.0claws25
 
-2001-05-01 [alfons]
+       * README.claws
+               added selective download, delete on server
 
-       0.4.66claws1
-       
-       * sync with 0.4.65
+2002-07-29 [paul]      0.8.0claws24
 
-2001-05-01 [sergey]
+       * sync with 0.8.1cvs3
+               see ChangeLog 2002-07-29
 
-       * src/prefs_account.c (Basic, prefs_account_basic_create): new
-       widget nntpauth_chkbtn.
-       (prefs_account_protocol_activated): handle nntpauth_chkbtn
-       visibility.
-       (prefs_account_nntpauth_toggled): new function.
+2002-07-27 [christoph] 0.8.0claws23
 
-       * src/news.c (news_session_new_for_folder): use NNTP
-       authentication only if ac->use_nntp_auth is set.
+       * src/folder.c
+               add extra check if fetching the msginfo
+               returned NULL
 
-2001-05-01 [hoa]
+2002-07-27 [paul]      0.8.0claws22
 
-       * src/Makefile.am changed headers.[ch] in customheader.[ch]
-       * src/prefs_display_headers.c changed the UI
-       * src/prefs_headers.c changed account_name to account_id
-       * src/compose.c using customheader.h
+       * sync with 0.8.1cvs2
+               see ChangeLog 2002-07-26
 
-2001-05-01 [hiroyuki]
+2002-07-27 [christoph] 0.8.0claws21
 
-       * src/esmtp.c
-         src/news.c
-         src/nntp.c: changed sock_read() to sock_gets(), they've been left
-         unsynched.
-
-2001-05-01 [hoa]
-
-       * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
-       * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
-               for displaying of headers
-       * src/grouplist_dialog.[ch] minor changes to remove warnings
-       * src/prefs_display_headers.[ch] dialog to choose the
-       headers to display in the mail viewer.
-       * src/headers.h correction of #define
-       * src/headers_display.[ch] configuration for displaying of headers.
-       * src/main.c read config of displaying of headers
-       * src/prefs_common.c add a button to access the config dialog
-               for displaying of headers
-       * src/prefs_display_headers.[ch] dialog for configuration for
-               displaying of the headers.
-       * src/prefs_headers.c cleaning of code
-       * src/procheader.c comments added to code
-       * src/textview.c changes to reorder the headers depending
-               on the config for displaying of headers
-
-2001-04-30 [alfons]
-
-       0.4.65claws7
-
-       * sync with 0.4.65cvs12
-
-       NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
-
-2001-04-30 [sergey]
-
-       * src/nntp.h (NNTPSockInfo): new field auth_failed.
-
-       * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
-       is set to force reconnection after authentication failure.
-       (nntp_gen_command): set sock->auth_failed on authentication
-       failure, or if sock->userid and sock->passwd are not set.
-
-       * src/news.c (news_session_new_for_folder): set userid=NULL if
-       password dialog is cancelled.
-
-2001-04-30 [sergey]
-
-       * src/nntp.h (NNTPSockInfo): new type.
-
-       * src/nntp.c: all functions updated to use NNTPSockInfo instead of
-       SockInfo.
-       (nntp_open_auth, nntp_close): new functions.
-       (nntp_gen_command): new function to handle authentication; all
-       NNTP command functions updated to use it.
-       (nntp_authinfo_user, nntp_authinfo_pass): deleted.
-       (nntp_list): removed old useless code.
-
-       * src/news.h (NNTPSession): new field nntp_sock.
-
-       * src/news.c: all functions updated to use NNTPSockInfo instead of
-       SockInfo.
-       (news_session_new): new arguments (userid, passwd); made static;
-       use nntp_open_auth() if needed.
-       (news_session_destroy): use nntp_close() instead of sock_close().
-       (news_query_password): changed arguments.
-       (news_session_new_for_folder): new function.
-       (news_session_get): use news_session_new_for_folder().
-       (news_authenticate): deleted.
-       (news_get_uncached_articles): removed old authentication code.
-
-2001-04-30 [sergey]
-
-       * src/news.c: reverted my previous changes (need to do NNTP
-       authentication in a cleaner way).
-       
-2001-04-29 [sergey]
+       * src/imap.c
+               add another check if a valid msginfo
+               was returned
 
-       * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
-       news_nntp_post, news_nntp_mode): new functions (wrappers with
-       authentication support).
-       (news_get_article_cmd, news_get_article, news_get_header): new
-       argument "folder"; all callers changed.
-       (news_get_article_cmd): added authentication support.
-       (news_session_get): use news_nntp_mode() instead of nntp_mode().
-       (news_post): use news_nntp_post() instead of nntp_post().
-       (news_get_uncached_articles): use news_nntp_group() instead of
-       nntp_group() and news_nntp_xover() instead of nntp_xover();
-       removed old authentication code.
-       (news_get_group_list): use news_nntp_list() instead of nntp_list().
+2002-07-26 [hoa]       0.8.0claws20
 
-       * src/nntp.c (nntp_list): return real error code instead of
-       hardcoded NN_ERROR.
+       * src/folder.c
+               Fixed a condition in folder_item_destroy()
 
-2001-04-29 [sergey]
+       * src/imap.c
+               Fixed an error in IMAP protocol
 
-       * configure.in: fixed wint_t typedef detection again
+2002-07-26 [alfons]    0.8.0claws19
 
-2001-04-28 [hoa]
+       * src/folder.c
+               ofcourse compare with identifier, not the path
 
-       * src/prefs_account.[ch], added A_LOCAL_CMD
-               (send mail with mail command)
-       * src/send.c added function send_message_with_command()
-       * src/inc.c made a more secure get_spool() function with
-               mktemp() but maybe mkstemp() or something more
-               secure can be used.
+2002-07-26 [alfons]    0.8.0claws18
 
-2001-04-28 [alfons]
+       * src/folder.c
+               use folder item identifier for saving / restoring
+               preferences because folder->path might not be unique
 
-       * src/textview.c, colorization of email addresses in headers
+2002-07-26 [melvin]    0.8.0claws17
 
-       0.4.65claws6
+       * src/logwindow.c
+               Fixed a crash introduced in 0.8.0claws5 when log is 
+               cut under 80 characters.
 
-       * bug sync with sylpheed
-       * prefs_common.c: created date format ui for darko
-       * sync with 0.4.65cvs11
-       * configure.in: corrected to have the new gpg checks
+2002-07-26 [paul]      0.8.0claws16
 
-2001-04-27 [alfons]
+       * sync with 0.8.1cvs1
+               see ChangeLog 2002-07-26
 
-       * completed sync with 0.4.65cvs10
-       * minor debug things added to gtkstext.c
+2002-07-26 [christoph] 0.8.0claws15
 
-2001-04-27 [darko]
+       * src/imap.[ch]
+               imap folder now remembers the last selected
+               folder and imap_fetch_msginfo skips selecting
+               the folder if it is already selected
 
-       * configure.in: remove check for availability of
-         strftime() as advised by Hiroyuki
-       * src/prefs_common.[ch], src/procheader.c:
-         synch strftime() code with Hiroyki's main branch
+2002-07-26 [christoph] 0.8.0claws14
 
-2001-04-26 [sergey]
+       * src/folder.c
+       * src/folderview.c
+       * src/imap.c
+               fix imap folder rescanning
 
-       * src/news.c: news_query_password(), news_authenticate(): new
-         functions.
-         news_get_uncached_articles(): added NNTP authentication
-         handling.
-       * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
-         new functions.
-       * src/prefs_account.c: prefs_account_protocol_activated():
-         enable userid and password fields for NNTP.
+2002-07-25 [christoph] 0.8.0claws13
 
-2001-04-26
+       * src/filter.c
+       * src/folder.[ch]
+       * src/folderview.c
+       * src/imap.[ch]
+       * src/mainwindow.c
+       * src/mbox_folder.c
+       * src/mh.c
+       * src/news.c
+               implement imap uid cache and uid validity check
 
-       * configure.in: check for availability of strftime()
-         [darko]
-       * src/prefs_common.[ch], src/procheader.c: use
-         strftime() for displaying date in summary pane if it
-         is available
+2002-07-25 [alfons]    0.8.0claws12
 
-2001-04-25
+       * src/summaryview.c
+               fix a brown paper bag bug, and also add some more
+               checks
 
-       * more .cvsignore cleanups [alfons]
+2002-07-25 [christoph] 0.8.0claws11
 
-2001-04-25
+       * src/folder.c
+               don't mix copy, fetch_msginfo and remove
+               operations in folder item copy and move
+               operations
 
-       * ac/sv-check-type.m4: new autoconf macro.
-       * configure.in: fixed wint_t typedef detection (did not work
-         with gcc-2.96).
+2002-07-25 [christoph] 0.8.0claws10
 
-2001-04-25
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/prefs_folder_item.c
+       * src/summaryview.[ch]
+               remove no longer required parameter update_cache from
+               summary_show
 
-       * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
-         [hiroyuki]
+2002-07-25 [paul]      0.8.0claws9
 
-2001-04-24
-       * modified gtkstext.c : buggy cursor navigation fixed, 
-         and font descent also taken in account when drawing
-         cursor. [alfons]
+       * sync with 0.8.1
+       
+       * AUTHORS
+               a few corrections
 
-2001-04-24 [hoa]
-       * added comments in src/news.c src/nntp.c
-       * added src/prefs_headers.[ch]
-       * added src/headers.[ch]
-       * modified compose.c to activate custom headers
-               added function is_in_custom_headers
-       * modified prefs_account.[ch]
-               added function prefs_account_customhdr_edit
-       * modified src/defs.h :
-               added HEADERS_RC : name of the config file
-               for the custom headers
+2002-07-24 [alfons]    0.8.0claws8
 
-2001-04-24
+       * src/summaryview.c
+               sort correctly when using simplified subject line
+               (closes feature request "[ 585141 ] applying regexp to subject 
+               before sort" submitted by Alexandra Walford)
 
-    0.4.65claws5
+2002-07-24 [paul]      0.8.0claws7
 
-       * configure.in
-         src/gtkstext.[ch]
-         src/compose.c
-         src/Makefile.am
-         
-         added gtkstext with configure.in patch by Hiroyuki which
-         should fix the XIM detection [alfons]
+       * sync with 0.8.0cvs3
+               see ChangeLog 2002-07-24
 
-       * more clean up of cvs [alfons]
+2002-07-23 [christoph] 0.8.0claws6
 
-                * removed all Makefile.in files to attic.
+       * src/folder.c
+        * src/folder.h
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/main.c
+               o separate processing and summaryview
+               o removed summary_write_cache from summaryview
+               o removed summaryview->killed_messages, because we don't have
+                 to keep a list of killed messages anymore. New cache will
+                 keep the hidden messages in cache anyway
+       * src/folderview.c
+       * src/inc.c
+       * src/selective_download.c
+               o removed unnecessary summary_write_cache calls
+       * src/procmsg.c
+               o don't set ignore thread flag in procmsg_get_thread_tree
+                 if it is already set
+       * src/mainwindow.c
+       * src/statusbar.h
+               o moved STATUSBAR_PUSH/POP to statusbar.h because
+                 they are used in different files
 
-                * updated all .cvsignores to really ignore things that could
-                  be unintentionally committed by a recursive commit.
+2002-07-23 [melvin]    0.8.0claws5
 
-2001-04-23 [hoa]
-       * added src/grouplist_dialog.[ch]
-       * changed src/folderview.c to call grouplist_dialog instead
-               of inputdialog
-       * src/news.c :
-               added functions news_reset_group_list
-               and news_get_group_list
-       * src/nntp.c :
-               added function nntp_list
-       * src/defs.h :
-               added GROUPLIST_FILE : name of the newsgroup list cache file
+       * src/addressbook.c
+       * src/addrgather.c
+       * src/editaddress.c
+       * src/editgroup.c
+       * src/editldap_basedn.c
+       * src/importldif.c
+       * src/prefs_common.c
+               Fixed few memory leak (gtk_editable_get_chars returns
+               an allocated string)
+       * src/logwindow.c
+               Fixed few memory leak (gtk_editable_get_chars returns
+               an allocated string) and modified a little the log cutting
+               loop.
+       * src/compose.c
+               Replaced a call to an obsolete function gtk_entry_get_text()
+               by gtk_editable_get_chars()
+       * src/send.c
+               Removed a debug printf
 
-2001-04-21
+2002-07-23 [christoph] 0.8.0claws4
 
-       * added option to warn about queued messages on exit [sergey]:
+       * src/filesel.c
+               fix another g_dirname memory leak
 
-         * src/compose.c: compose_queue(): call folder_item_scan()
-           and folderview_update_item() after queueing.
-         * src/folderview.c: folderview_update_node(): draw the queue
-           folder in bold font if there are queued messages.
-         * src/mainwindow.c: queued_messages(): new function.
-           app_exit_cb(): display warning if there are queued messages
-           if warn_queued_on_exit is set.
-         * prefs_common.[ch]: add warn_queued_on_exit option.
+2002-07-23 [christoph] 0.8.0claws3
 
-       * enhanced GnuPG key selection support [sergey]:
+       * src/mh.c
+               fixed a memory leak in mh_fetch_msginfo
+               fixed crash when message header could not be
+               parsed
 
-         * src/select-keys.c: updated to newer version from Win32
-           branch with support for selecting arbitrary keys.
-         * src/prefs_account.c: added the Privacy tab to the account
-           options window.
-           prefs_account_privacy_create(),
-           prefs_account_sign_key_set_data_from_radiobtn(),
-           prefs_account_sign_key_set_radiobtn(): new functions.
-         * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
-         * src/rfc2015.c: set_signers(): new function.
-           pgp_sign(): add the account parameter, call set_signers().
-           rfc2015_sign(): add the account parameter, pass it to pgp_sign().
-         * src/rfc2015.h: rfc2015_sign(): updated prototype.
-         * src/compose.c: pass the current account to rfc2015_sign().
+2002-07-23 [paul]      0.8.0claws2
 
-       * tag name claws added to prevent confusion with main branch [alfons]
+       * sync with 0.8.0cvs2
+               see ChangeLog 2002-07-23
 
-       * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
+2002-07-23 [paul]      0.8.0claws1
 
-       * autogen.sh: Added "--enable-maintainer-mode". [sergey]
+       * sync with 0.8.0cvs1
+               see ChangeLog 2002-07-23
 
-       * sync with recent sylpheed cvs. Untested though. [alfons]
+2002-07-23 [paul]      0.8.0claws
 
+       * release of 0.8.0claws