ANNOUNCE: New Build: 0.8.9claws32

Thorsten Maerz <[email protected]>
Newsgroups gmane.mail.sylpheed.claws.windows
Message-ID <[email protected]>
0.8.9claws32
(for Win32) is available at
http://claws-w32.sf.net

ChangeLog.Claws.w32 diff:
Index: ChangeLog.claws.w32
===================================================================
RCS file: /cvsroot/sylpheed-claws/sylpheed-claws/Attic/ChangeLog.claws.w32,v
retrieving revision 1.1.2.52
retrieving revision 1.1.2.53
diff -u -r1.1.2.52 -r1.1.2.53
--- ChangeLog.claws.w32	23 Jan 2003 23:25:34 -0000	1.1.2.52
+++ ChangeLog.claws.w32	24 Jan 2003 21:19:41 -0000	1.1.2.53
@@ -1,3 +1,8 @@
+2003-01-24 [thorsten]	0.8.9claws-1
+
+	* win32/utils/sylpheed-setup.iss.in
+		install plugins into subdir
+
 2003-01-24 [thorsten]	0.8.8claws127-1
 
 	* win32/Makefile

ChangeLog.Claws diff:
Index: ChangeLog.claws
===================================================================
RCS file: /cvsroot/sylpheed-claws/sylpheed-claws/ChangeLog.claws,v
retrieving revision 1.892.2.157
retrieving revision 1.892.2.158
diff -u -r1.892.2.157 -r1.892.2.158
--- ChangeLog.claws	27 Jan 2003 12:52:02 -0000	1.892.2.157
+++ ChangeLog.claws	2 Feb 2003 09:56:02 -0000	1.892.2.158
@@ -1,3 +1,96 @@
+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" <[email protected]>
+		
+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

ChangeLog diff:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/sylpheed-claws/sylpheed-claws/ChangeLog,v
retrieving revision 1.187.2.75
retrieving revision 1.187.2.76
diff -u -r1.187.2.75 -r1.187.2.76
--- ChangeLog	18 Jan 2003 01:00:48 -0000	1.187.2.75
+++ ChangeLog	2 Feb 2003 09:56:02 -0000	1.187.2.76
@@ -1,3 +1,32 @@
+2003-01-31
+
+	* src/codeconv.c: conv_iconv_strdup()
+	  src/imap.c:
+	  imap_modified_utf7_to_locale()
+	  imap_locale_to_modified_utf7(): use ICONV_CONST macro to remove
+	  a warning on some systems.
+	* src/codeconv.c: conv_iconv_strdup(): flush iconv() output and
+	  truncate buffer.
+	  Return NULL instead of incomplete string if conversion failed.
+
+2003-01-30
+
+	* src/summaryview.c: summary_execute(): select appropriate node
+	  if currently selected node is to be deleted.
+	* src/gtkutils.[ch]: gtkut_ctree_node_is_selected(): new. Returns
+	  TRUE if the specified node is selected.
+
+2003-01-30
+
+	* src/summaryview.c: summary_status_show(): fixed a occasional crash
+	  on deleting or moving.
+
+2003-01-29
+
+	* src/codeconv.c: conv_unreadable_eucjp(): made the validity check
+	  of EUC-JP more accurate.
+	  isprintableeuckanji(): new. Use table for validity check of EUC-JP.
+
 2003-01-17
 
 	* version 0.8.9



-- 
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+PO2ucVjFyoO8k5MRAveTAKC+v7TNYn329F90Qyw+UzATQYN5WgCgmQEr
t5RSsqt/EOG9XOyX2Etc4lc=
=qlQM
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.