ANNOUNCE: New Build: 0.8.6claws

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


The mirror server (http://netztorte.de/sylpheed) just broke and doesn't
allow uploads, but you can access the full installer at the SourceForge
download page at
http://sourceforge.net/project/showfiles.php?group_id=53368&release_id=124326

The binary-only version is available at:
http://netztorte.de/sylpheed/claws/sylpheed_086claws_exe.zip
as well as the debug enabled one:
http://netztorte.de/sylpheed/claws/sylpheed_086claws_d_exe.zip
(last server contact :( )



ChangeLog.Claws.w32 diff:

ChangeLog.Claws diff:
--- ChangeLog.Claws.old	Fri Nov 22 17:19:22 2002
+++ ChangeLog.Claws	Mon Nov 25 21:25:14 2002
@@ -1,3 +1,112 @@
+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

ChangeLog diff:
--- ChangeLog.old	Thu Nov 14 19:01:08 2002
+++ ChangeLog	Mon Nov 25 21:25:14 2002
@@ -1,3 +1,43 @@
+2002-11-21
+
+	* src/imageview.[ch]: imageview_show_image(): resize images to fit
+	  the window size if specified.
+	* src/prefs_common.[ch]: added an option 'Resize attached images'.
+
+2002-11-20
+
+	* refactoring for SMTP implementation.
+	* src/session.h: added ui_func to Session.
+	* src/smtp.[ch]: separated the connection routine from
+	  smtp_session_new() to smtp_connect().
+	  Changed the argument of every function other than smtp_ok() from
+	  SockInfo to SMTPSession.
+	  Call UI callback from each functions.
+	* src/send.c: send_message_smtp(): separated the code for UI update
+	  into send_progress_dialog_update().
+
+2002-11-18
+
+	* src/smtp.[ch]: separated smtp_auth() from smtp_from().
+	* src/send.c: send_message_smtp(): call smtp_auth() and display
+	  the state to the dialog.
+
+2002-11-18
+
+	* src/filter.c: strmatch_regex(): use extended regex (thanks to
+	  Fabien Devaux).
+	* src/main.c: main(): removed the code for assortrc -> filterrc
+	  transition.
+	* src/gtkutils.c: gtkut_font_load(): only use gdk_font_load() if
+	  current locale is C or POSIX.
+	  gtkut_stext_is_uri_string(): include "www." for URI string.
+	* src/textview.c: textview_make_clickable_parts(): include "www."
+	  for URI string.
+
+2002-11-15
+
+	* version 0.8.6
+
 2002-11-13
 
 	* src/textview.c: textview_add_part(): indicate signature status



-- 
Thorsten Maerz          <[email protected]>
Sylpheed-claws/Win32:   http://claws-w32.sf.net


-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
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.