ANNOUNCE: New Build: 0.8.10claws43-3

Thorsten Maerz <[email protected]> Sat, 22 Feb 2003 15:40:25 +0100
Newsgroups gmane.mail.sylpheed.claws.windows
Message-ID <[email protected]>
0.8.10claws43-3
(for Win32) is available at
http://claws-w32.sf.net

ChangeLog.Claws.w32 diff:
--- ChangeLog.Claws.w32.old	Tue Feb 18 18:34:28 2003
+++ ChangeLog.Claws.w32	Sat Feb 22 14:20:52 2003
@@ -1,3 +1,23 @@
+2003-02-22 [thorsten]	0.8.10claws43-3
+
+	* src/export.c
+	  src/folderview.c
+	  src/import.c
+		fix: utf8 conv. foldernames (matcher not yet done)
+	* src/common/utils.c
+		fix: compile error in last commit
+
+2003-02-22 [thorsten]	0.8.10claws43-2
+
+	* src/common/utils.c
+		fix: GetShortPathName to ease quoting in external commands
+		Thanks to Munesato Nakada
+
+2003-02-22 [thorsten]	0.8.10claws43-1
+
+	* src/mimeview.diff
+		add: use mailcap entry for "open with"
+
 2003-02-18 [thorsten]	0.8.10claws18-1
 
 	* win32/Makefile

ChangeLog.Claws diff:
--- ChangeLog.Claws.old	Tue Feb 18 19:40:46 2003
+++ ChangeLog.Claws	Sat Feb 22 12:57:10 2003
@@ -1,3 +1,130 @@
+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 <[email protected]>
+
+	* 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 <[email protected]>
+
+	* 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
@@ -14253,3 +14380,4 @@
 	* autogen.sh: Added "--enable-maintainer-mode". [sergey]
 
 	* sync with recent sylpheed cvs. Untested though. [alfons]
+

ChangeLog diff:
--- ChangeLog.old	Tue Feb 18 19:40:44 2003
+++ ChangeLog	Sat Feb 22 12:57:08 2003
@@ -1,3 +1,18 @@
+2003-02-21
+
+	* src/codeconv.c: conv_iconv_strdup(): try to skip invalid characters
+	  and continue conversion.
+
+2003-02-21
+
+	* src/summaryview.c: summary_selected(): always update widget
+	  sensitivity.
+
+2003-02-20
+
+	* src/utils.c: tzoffset_sec(): fixed a bug that displayed wrong
+	  date in timezones more than GMT+12 or less than GMT-12.
+
 2003-02-18
 
 	* src/prefs_common.[ch]



-- 
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+V4vdcVjFyoO8k5MRAsyDAJwM6QuT4D8ekLjCkbMlREFDg4H9CQCdEhht
ERsWGMCblSThS8VR6xDF1sg=
=t+FO
-----END PGP SIGNATURE-----