ANNOUNCE: New Build: 0.8.5claws64

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

ChangeLog.Claws.w32 diff:

ChangeLog.Claws diff:
--- ChangeLog.Claws.old	Thu Oct 24 19:29:20 2002
+++ ChangeLog.Claws	Thu Oct 31 19:18:52 2002
@@ -1,3 +1,97 @@
+2002-10-31 [melvin]	0.8.5claws64
+
+	* ac/aspell.m4
+		Fixed --disable-aspell-test. Now --disable-aspell-test will 
+		not run any GNU/aspell test.  The dictionary path will
+		be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
+		was given, in which case, it will be $prefix/lib/aspell/
+	* configure.in
+		Fixed typo in commentary (Aspell code).
+
+2002-10-31 [paul]	0.8.5claws63
+
+	* po/POTFILES.in
+		remove src/filter.c and src/prefs_filter.c
+		thanks to Ricardo for reminding me
+
+2002-10-31 [colin]	0.8.5claws62
+
+	* src/mbox_folder.c
+		Plug some leaks
+
+2002-10-31 [paul]	0.8.5claws61
+
+	* src/prefs_filter.[ch]	** REMOVED **
+	  src/filter.[ch]	** REMOVED **
+	  
+	* src/Makefile.am
+	  src/folderview.c
+	  src/inc.c
+	  src/main.c
+	  src/mainwindow.c
+	  src/mbox.c
+	  src/prefs_common.c
+	  src/prefs_filtering.c
+	  src/summaryview.[ch]
+	  	remove main's 'filter' code
+		
+	README.claws
+	 	update to reflect removal of main's filter
+
+2002-10-31 [paul]	0.8.5claws60
+
+	* src/summaryview.c
+		remove check for global_processing in summary_filter_open(). 
+		This fixes the bug where if the user uses the right-click 
+		'Create filter rule...' and doesn't have any filter rules 
+		already defined in claws' advanced filtering, the newly 
+		created filter rule goes to main's filtering which is 
+		inaccessible through the gui. Now the filter rule gets added
+		to claws' filtering by default.
+
+2002-10-28 [melvin]	0.8.5claws59
+
+	* src/prefs_actions.c
+		Fixed bug #627322 where MIME parts were not always
+		correctly passed to a %p action
+		Display an error dialog when message filename is not found.
+
+2002-10-28 [melvin]	0.8.5claws58
+
+	* src/prefs_common.c
+		Readded a missing function declaration lost in 0.8.3claws34
+
+2002-10-28 [paul]	0.8.5claws57
+
+	* sync with 0.8.5cvs15
+		see ChangeLog 2002-10-28 and 2002-10-25
+		
+	Note: ChangeLog entry 2002-10-24 is not sync'ed.
+
+2002-10-27 [oliver]	0.8.5claws56
+
+	* src/pop.c
+		plug leak in pop3_top_recv
+
+2002-10-26 [christoph]	0.8.5claws55
+
+	* src/folder.c
+		set need_update folder flag when messages are added
+		(closes bug [ 626922 ] folder not updated after receiving)
+
+2002-10-25 [melvin]	0.8.5claws54
+
+	* src/imageview.c
+		Fixed a memleak introduced in the scaling code.
+
+2002-10-24 [alfons]	0.8.5claws53
+
+	* src/filtering.c
+		make filtering's forward message action forward from the 
+		correct account
+		(closes bug [628089 ] Filter -> Forward from address problem
+		reported by Oktay)
+
 2002-10-24 [christoph]	0.8.5claws52
 
 	* src/mainwindow.c
@@ -705,25 +799,25 @@
 		actions callback from compose toolbar
 	* src/folderview.c
 		remove include toolbar.h
-		
+
 2002-09-22 [oliver]	0.8.3claws7
 	
 	* src/prefs_toolbar.[ch]
 		custom toolbar for compose
 		- generic prefs_toolbar handles both
 		  Mainwin's toolbar as well as Compose toolbar		
-		
+
 2002-09-22 [oliver]	0.8.3claws6
 	
 	* src/toolbar.[ch]
 		custom toolbar for compose
 		restructure toolbar.[ch]
-		
+
 2002-09-22 [oliver]	0.8.3claws5
 
 	* src/compose.[ch]
 		custom toolbar for compose
-		
+
 2002-09-22 [oliver]	0.8.3claws4
 	
 	* src/mainwindow.[ch]

ChangeLog diff:
--- ChangeLog.old	Sun Oct 13 18:15:46 2002
+++ ChangeLog	Thu Oct 31 19:18:52 2002
@@ -1,3 +1,30 @@
+2002-10-28
+
+	* src/codeconv.c: conv_euctojis(): fixed a bug which will cause
+	  infinite loop if a invalid code appeared.
+
+2002-10-25
+
+	* src/codeconv.c: conv_codeset_strdup()
+	  src/html.[ch]: html_read_line(): don't output conversion failure
+	  warnings.
+	  Added HTML_CONV_FAILED to the enum HTMLState.
+
+2002-10-24
+
+	* implemented per-folder auto-set address (still in progress).
+	* src/compose.[ch]: compose_new(): added FolderItem to its arguments,
+	  and set entries from it (if mailto is empty).
+	  compose_entry_append(): activate menu if required.
+	  compose_entries_set_from_item(): new.
+	* src/folder.[ch]: added auto_to, use_auto_to_on_reply, auto_cc,
+	  auto_bcc, and auto_replyto to FolderItem, and renamed apply_sub to
+	  ac_apply_sub.
+	  folder_build_tree(), folder_read_folder_func(),
+	  folder_write_list_recursive(): added the above members.
+	* src/prefs_folder_item.[ch]: added auto-set addresses.
+	* src/pop.[ch]: removed Pop3State::prev_folder.
+
 2002-10-11
 
 	* src/compose.c: allow dropping files by also "moving" files
from a



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


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
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.