ANNOUNCE: New Build: 0.8.5claws76

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

ChangeLog.Claws.w32 diff:
--- ChangeLog.Claws.w32.old	Thu Oct 24 19:19:16 2002
+++ ChangeLog.Claws.w32	Tue Nov  5 00:45:38 2002
@@ -1,3 +1,65 @@
+2002-11-05 [thorsten]	0.8.5claws69-2
+
+	* src/defs.h
+	  src/esmtp.c
+	  src/imap.h
+	  src/inc.c
+	  src/nntp.h
+	  src/smtp.h
+	  src/socket.c
+	  src/utils.c
+		workaround: smaller socket bufsize
+
+2002-11-03 [thorsten]	0.8.5claws69-1
+
+	* win32/Make-ming.mak
+	  win32/utils/mk_bison.bat
+		fix: path to parsed sources in debuginfo
+
+2002-11-03 [thorsten]	0.8.5claws66-7
+
+	* win32/Make-ming.mak
+		add: create version.h, bison files, translations (no need for
batchfiles)+
+2002-11-02 [thorsten]	0.8.5claws66-6
+
+	* src/summaryview.c
+	  src/inc.c
+	  src/folder.c
+	  	fix: utf8 conv. for debug_printf (submitted by Hu Gang)
+
+2002-11-02 [thorsten]	0.8.5claws66-5
+
+	* src/summaryview.c
+		fix: utf8 conv. for status (submitted by Hu Gang)
+
+2002-11-02 [thorsten]	0.8.5claws66-4
+
+	* win32/Make-ming.mak
+		add: Prefix for cross compilation (submitted by Hu Gang)
+
+2002-11-02 [thorsten]	0.8.5claws66-3
+
+	* win32/Make-ming.mak
+		fix: include .exe in $APPNAME (mingw cross compilation)
+
+2002-11-02 [thorsten]	0.8.5claws66-2
+
+	* win32/Make-ming.mak
+		fix: dont link against MSVC debug libs (gdb exceptions)
+
+2002-11-01 [thorsten]	0.8.5claws66-1
+
+	* src/mainwindow.c
+		fix: removed stale prefs_filter_open
+		(reported by Hu Gang)
+
+2002-11-01 [thorsten]	0.8.5claws64-1
+
+	* win32/utils/mk_translation.bat
+	  win32/utils/utf8conv/		*** REMOVED **
+	  	fix: use iconv to convert .po files to utf-8
+
 2002-10-24 [thorsten]	0.8.5claws47-1
 
 	* src/*.c

ChangeLog.Claws diff:
--- ChangeLog.Claws.old	Thu Oct 31 19:18:52 2002
+++ ChangeLog.Claws	Tue Nov  5 19:08:58 2002
@@ -1,3 +1,80 @@
+2002-11-05 [colin]	0.8.5claws76
+
+	* src/main.c
+		Changes choices if compose windows are opened to
+		Discard, Draft, Don't quit
+
+2002-11-05 [thorsten]	0.8.5claws75
+
+	* src/compose.c
+		reenabled default_reply_to folder option
+
+2002-11-05 [colin]	0.8.5claws74
+
+	* src/compose.[ch] 
+		add compose_draft()
+	* src/crash.c
+		add SIGTERM handler
+	* src/main.[ch]
+		add clean_quit() for the SIGTERM handler
+
+2002-11-05 [paul]	0.8.5claws73
+	
+	* po/es.po
+		updated by Ricardo Mones Lastra
+
+2002-11-05 [melvin]	0.8.5claws72
+
+	* src/logwindow.c
+		Fixed log-clipping bug #616795.
+		To stop logging in the log window use 0 length.
+	* src/prefs_common.c
+		Added a label to inform about the 0 log length behaviour.
+
+2002-11-05 [paul]	0.8.5claws71
+
+	* sync with 0.8.5cvs17
+		see ChangeLog 2002-11-05
+
+2002-11-04 [paul]	0.8.5claws70
+
+	* sylpheed-128x128.png
+	  sylpheed-64x64.png
+	  sylpheed.png
+	  	replace with pngcrushed icons. Submitted by Nicolas Kaiser,
+		<[email protected]>
+		
+	* po/bg.po
+		updated by George Danchev
+
+2002-11-03 [thorsten]	0.8.5claws69
+
+	* src/main.c
+	  src/mimeview.c
+	  src/rfc2015.h
+	  	add check if gpg is active
+
+2002-11-03 [thorsten]	0.8.5claws68
+
+	* src/toolbar.h
+		removed GSList declaration causing trouble on MacOS-X
+		(submitted by alfons, reported by xfesty)
+
+2002-11-01 [paul]	0.8.5claws67
+
+	* src/mainwindow.c
+		remove last remnants of main's filter code
+
+2002-11-01 [paul]	0.8.5claws66
+
+	* tools/filter_conv.pl
+		fix bug where user-defined headers were ignored
+
+2002-11-01 [paul]	0.8.5claws65
+
+	* src/logwindow.c
+		make a debug_print() not translatable
+
 2002-10-31 [melvin]	0.8.5claws64
 
 	* ac/aspell.m4

ChangeLog diff:
--- ChangeLog.old	Thu Oct 31 19:18:52 2002
+++ ChangeLog	Tue Nov  5 19:08:56 2002
@@ -1,7 +1,36 @@
+2002-11-05
+
+	* src/gtkutils.[ch]:
+	  gtkut_font_load(): new. It automatically choose font or fontset
+	  by current locale.
+	  gtkut_font_load_from_fontset(): new. It tries to load single font
+	  instead of fontset from a fontset string.
+	* src/alertpanel.c
+	  src/folderview.c
+	  src/headerview.c
+	  src/summaryview.c: workaround for the problem that couldn't display
+	  8-bit characters in C or POSIX locale (use font instead of fontset).
+	* src/compose.c
+	  src/sourcewindow.c
+	  src/textview.c: made code cleanup using gtkut_font_load*().
+
+2002-10-29
+
+	* src/mh.c: mh_get_msginfo(): set correct message number.
+
+2002-10-29
+
+	* src/folder.[ch]: added a new virtual method Folder::get_msginfo().
+	  It returns a new MsgInfo associated to a message number.
+	  folder_item_get_msginfo(): new.
+	* src/imap.[ch]: imap_get_msginfo(): new.
+	* src/mh.[ch]: mh_get_msginfo(): new.
+	* src/news.[ch]: news_get_msginfo(): new.
+
 2002-10-28
 
 	* src/codeconv.c: conv_euctojis(): fixed a bug which will cause
-	  infinite loop if a invalid code appeared.
+	  infinite loop if an invalid code appeared.
 
 2002-10-25
 



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


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