ANNOUNCE: New Build: 0.8.6claws31

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

ChangeLog.Claws.w32 diff:

ChangeLog.Claws diff:
--- ChangeLog.Claws.old	Tue Nov 26 00:58:38 2002
+++ ChangeLog.Claws	Thu Nov 28 23:25:12 2002
@@ -1,3 +1,157 @@
+2002-11-28 [Ivan Francolin Martinez ([email protected])]	0.8.6claws31
+	
+	* src/mainwindow.[ch]
+		add patch by Ivan F. Martinez introducing messageview Toolbar
+		some changes and committed by oliver	
+
+2002-11-28 [Ivan Francolin Martinez ([email protected])]	0.8.6claws30
+
+	* src/messageview.[ch]
+		add patch by Ivan F. Martinez introducing messageview Toolbar
+		some changes and committed by oliver	
+
+2002-11-28 [Ivan Francolin Martinez ([email protected])]	0.8.6claws29
+
+	* src/compose.[ch]
+		add patch by Ivan F. Martinez introducing messageview Toolbar
+		some changes and committed by oliver	
+
+2002-11-28 [Ivan Francolin Martinez ([email protected])]	0.8.6claws28
+	
+	* src/toolbar.[ch]
+		add patch by Ivan F. Martinez introducing messageview Toolbar
+		some changes and committed by oliver
+
+2002-11-28 [oliver]	0.8.6claws27
+	
+	* src/prefs_toolbar.[ch]
+		getting ready for messageview toolbar
+		free mem allocated by gettext
+		change prefs_toolbar to prefs_toolbar_open
+ 
+2002-11-28 [thorsten]	0.8.6claws26
+
+	* src/imageview.[ch]
+		cleaned up conflicting declarations of
+		imageview_show_image()
+
+2002-11-28 [paul]	0.8.6claws25
+
+	* src/grouplistdialog.c
+	  src/prefs_common.c
+	  src/prefs_summary_column.c
+	  	a few more improvements to the English
+
+2002-11-28 [colin]	0.8.6claws24
+
+	* man/sylpheed.1
+		A few updates to command-line parameters
+
+2002-11-28 [colin]	0.8.6claws23
+
+	* src/prefs_filtering.c
+		Fix problems with prefs_filtering_delete_path:
+		a) if the first rule is removed, original pointers
+		   weren't updated (leading to segfaults)
+		b) it was always global_processing updated in case
+		   of removed path was parent of rule path
+
+2002-11-27 [paul]	0.8.6claws22
+
+	* src/mainwindow.c
+	  src/prefs_account.c
+	  src/prefs_actions.c
+	  src/prefs_common.c
+	  src/prefs_customheader.c
+	  src/prefs_display_header.c
+	  src/prefs_filtering.c
+	  src/prefs_folder_item.c
+	  src/prefs_matcher.c
+	  src/prefs_scoring.c
+	  src/prefs_summary_column.c
+	  src/prefs_template.c
+	  src/prefs_toolbar.c
+	  	 improve the English in the GUI
+
+2002-11-27 [colin]	0.8.6claws21
+
+	* src/folder.c
+		Fix processing renaming problems happening after
+		last commit
+
+2002-11-27 [colin]	0.8.6claws20
+
+	* src/folder.c
+		recursive move now deletes src each subfolder after 
+		having moved it
+	* src/folderview.c
+		Use identifier instead of path during dnd (enables
+		IMAP folder dnd)
+
+2002-11-27 [paul]	0.8.6claws19
+
+	* src/main.c
+		apply patch that does command-line processing 
+		BEFORE gtk_init, allowing claws to run from 
+		shell-scripts in non-X environment (e.g. crontab 
+		or ip-up, ip-down scripts). Patch submitted by
+		Ruslan N. Balkin <[email protected]>
+		
+	* po/it.po
+		updated by Alessandro Maestri
+
+2002-11-27 [paul]	0.8.6claws18
+
+	* sync with 0.8.6cvs12
+	  src/prefs_common.c
+		Differences are that main uses a 'Receive dialog'
+		frame on the Interface tab, whereas claws groups all 
+		the dialogs together in a 'Dialogs' frame.
+
+2002-11-27 [colin]	0.8.6claws17
+
+	* src/prefs_matcher.c
+		Fix Execute criteria's NOT flag
+
+
+2002-11-26 [christoph]	0.8.6claws16
+
+	* src/ssl.c
+		rewrite the ssl code a little bit, only use one
+		SSL context, set default certificates' file/path
+
+2002-11-26 [thorsten]	0.8.6claws15
+
+	* src/compose.c
+		default-reply-to didn't work for ml-reply
+
+2002-11-26 [melvin]	0.8.6claws14
+
+	* src/prefs_actions.c
+		Made pipe-actions ignore short headers in message view
+		Made trailing-pipe-actions write in the message view with
+		the same font as the original message
+
+2002-11-26 [paul]	0.8.6claws13
+
+	* src/compose.c
+		this time commit the correct file
+
+2002-11-26 [paul]	0.8.6claws12
+
+	* sync with 0.8.6cvs11
+	  src/quote_fmt_parse.y	 
+	  	no sync needed
+	  src/account.[ch]	 
+	  	not sync'ed
+	  src/compose.c
+	  	compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
+	  	on draft mode.
+	  	compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
+		header
+		
+	see ChangeLog 2002-11-25 and 2002-11-26
+
 2002-11-26 [colin]	0.8.6claws11
 
 	* src/folderview.c

ChangeLog diff:
--- ChangeLog.old	Mon Nov 25 21:25:14 2002
+++ ChangeLog	Thu Nov 28 21:12:58 2002
@@ -1,3 +1,47 @@
+2002-11-27
+
+	* README: added a description about hidden settings.
+
+2002-11-27
+
+	* src/prefs_common.[ch]: reorganized the common prefs dialog.
+	  Made enable_hscrollbar and bold_unread hidden options.
+
+2002-11-26
+
+	* src/quote_fmt_parse.y: fixed a parse error (thanks to Andreas Hinz).
+
+2002-11-26
+
+	* src/account.[ch]:
+	  account_find_from_message_file()
+	  account_find_from_msginfo(): new. They find an account from the
+	  headers like 'From:', 'X-Sylpheed-Account-Id:', and 'AID:' in the
+	  specified message.
+	* src/compose.c:
+	  compose_reedit(): restore messages' previous account on composition.
+	  compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
+	  on draft mode.
+
+2002-11-26
+
+	* src/compose.c: cleaned up the code using compose_entry_set()
+	  (don't use gtk_entry_set_text() directly).
+
+2002-11-25
+
+	* src/imap.c: imap_parse_namespace(): fixed a memory leak.
+
+2002-11-22
+
+	* updated autotools and libtool to the latest version.
+	* configure.in: added AC_PREREQ(2.50).
+
+2002-11-22
+
+	* src/textview.c: textview_set_font(): fix for message display in
+	  UTF-8 locales (thanks to Sergey Vlasov).
+
 2002-11-21
 
 	* src/imageview.[ch]: imageview_show_image(): resize images to fit



-- 
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.