ANNOUNCE: New Build: 0.8.10claws25

Thorsten Maerz <[email protected]> Tue, 18 Feb 2003 23:55:01 +0100
Newsgroups gmane.mail.sylpheed.claws.windows
Message-ID <[email protected]>
0.8.10claws25
(for Win32) is available at
http://claws-w32.sf.net

ChangeLog.Claws.w32 diff:
--- ChangeLog.Claws.w32.old	Sun Feb  9 15:49:46 2003
+++ ChangeLog.Claws.w32	Tue Feb 18 18:34:28 2003
@@ -1,3 +1,10 @@
+2003-02-18 [thorsten]	0.8.10claws18-1
+
+	* win32/Makefile
+	  win32/spamassassin[_d].dsp
+	  win32/spamassassin_gtk[_d].dsp
+	  	fix: spamassassin plugin included gpgme's io.h
+
 2003-02-09 [thorsten]	0.8.9claws50-1
 
 	* src/news.c

ChangeLog.Claws diff:
--- ChangeLog.Claws.old	Sun Feb  9 15:08:12 2003
+++ ChangeLog.Claws	Tue Feb 18 19:40:46 2003
@@ -1,3 +1,228 @@
+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 <[email protected]>
+
+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 <[email protected]>
+
 2003-02-09 [martin]	0.8.9claws50
 
 	* src/prefs_matcher.c

ChangeLog diff:
--- ChangeLog.old	Sun Feb  9 13:33:04 2003
+++ ChangeLog	Tue Feb 18 19:40:44 2003
@@ -1,3 +1,68 @@
+2003-02-18
+
+	* src/prefs_common.[ch]
+	  src/sourcewindow.c: remember the size of source window.
+	* src/md5.c: fixed a compile problem with gcc 3.3.
+
+2003-02-17
+
+	* src/about.c: about_create(): modified the copyright notice.
+
+2003-02-17
+
+	* 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 Solaris - thanks to Alfons
+	  Hoogervorst).
+
+2003-02-17
+
+	* src/procheader.c: procheader_date_parse(): made month string case
+	  insensitive.
+	* src/prefs_filter.c: prefs_filter_close(): fixed the crash when the
+	  selection list is empty.
+
+2003-02-14
+
+	* src/quote_fmt_parse.y: removed gettext translatable strings.
+	* src/unmime.c: unmime_header(): remove broken characters when
+	  code conversion failed.
+	* src/codeconv.c: conv_encode_header(): fixed a bug that broken
+	  headers if long words more than 75 characters are entered.
+
+2003-02-13
+
+	* src/prefs_account.c: prefs_account_receive_create()
+	  src/utils.c: to_human_readable(): made units translatable.
+
+2003-02-13
+
+	* src/codeconv.c: isprintableeuckanji(): don't allow more than 0xf4
+	  at first byte (fixes abort() problem of glibc).
+	* src/html.c: html_read_line(): remove characters which can't be
+	  displayed on the current locale.
+
+2003-02-11
+
+	* src/utils.[ch]:
+	  trim_subject_for_compare(): renamed from trim_subject().
+	  trim_subject(): new. It removes [...] or (...) at the beginning
+	  of subject.
+	* src/prefs_folder_item.c
+	  src/folder.[ch]:
+	  added options for trimming summary / compose subject.
+	* src/summaryview.c: summary_set_header(): trim subject if the folder
+	  option is set.
+	* src/compose.c: compose_reply_set_entry(): trim subject if the folder
+	  option is set.
+
+2003-02-09
+
+	* src/codeconv.c:
+	  LBREAK_IF_REQUIRED(): don't break lines before first word (fixes
+	  X-Face header problem).
+	  conv_encode_header(): allow up to 97 characters for one word.
+
 2003-02-07
 
 	* src/filter.c: filter_match_condition(): fixed the bug that



-- 
Thorsten Maerz          <[email protected]>
Sylpheed-claws/Win32:   http://claws-w32.sf.net
signature.asc (application/pgp-signature, 194 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1-nr1 (Windows XP)

iD8DBQE+UrnKcVjFyoO8k5MRAuJXAJ0YUKZngn+0htdWGoZTqlqMd422rgCgiGVB
eHHO1ijKmGdOPRI8Ho+MplU=
=TPaB
-----END PGP SIGNATURE-----