revert news progressbar (GUI separation)
[claws.git] / ChangeLog.claws
index 08b3bfbb3984506b5898e2bb1a37f07c1ce8ea67..fd90378f90ebc4c472ce658e5c7846b82f620490 100644 (file)
@@ -1,3 +1,191 @@
+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