Update to 2.3.0beta2:
* 2.3.0beta2 (development) * Messages marked as read or junk mails are now excluded from the numbers of new messages. * Win32: GTK+ was updated to 2.10.4, and GLib was updated to 2.12.4. * Win32: The crash that occurred when Desktop folder was selected on the file selection dialog was fixed. * Win32: The bug that window position was reset when quitting Sylpheed while window was hidden was fixed. * Win32: The WSAEWOULDBLOCK state is now properly handled in socket I/O. * 2.3.0beta1 (development) * GtkStatusIcon is used for the tray icon if available. * When GtkStatusIcon is used, the tray icon blinks for 5 seconds when new mails arrive. * The option 'Minimize to tray icon' was added. * The left click on the tray icon now only brings the main window in front. * Win32: The tray icon was implemented. * Win32: The SSL connection problem was fixed. * Win32: The included libraries (GLib, GTK+, Pango) were updated to the latest version. This introduces the following improvements: - The performance of network communication at receiving and sending was improved. - The appearance of the UI became more native-like. - The scrolling speed of the summary view with cursor keys was improved. - The broken display of the text view when it was partially hidden was fixed. - The position of color labels menu in the search dialog is correct now. - The problem that GTK+ strings became untranslated after the popup of context menu on GtkTextView was fixed. - The crash that occurred on startup if a font with non-ascii name was specified for system font was fixed.
This commit is contained in:
parent
7f187742bb
commit
110d7782d8
3 changed files with 11 additions and 13 deletions
|
@ -1,19 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.36 2006/09/07 07:52:18 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.37 2006/10/14 21:57:13 xtraeme Exp $
|
||||
|
||||
DISTNAME= sylpheed-2.2.0beta8
|
||||
PKGREVISION= 2
|
||||
DISTNAME= sylpheed-2.3.0beta2
|
||||
PKGNAME= ${DISTNAME:S/-/-devel-/}
|
||||
CATEGORIES= mail news x11
|
||||
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/}
|
||||
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v2.2beta/
|
||||
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v2.3beta/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= chris@NetBSD.org
|
||||
HOMEPAGE= http://sylpheed.sraoss.jp/en/
|
||||
COMMENT= X based e-mail and netnews client
|
||||
|
||||
DEPENDS+= metamail>=2.7:../../mail/metamail
|
||||
|
||||
CONFLICTS= sylpheed-claws-[0-9]* sylpheed-gtk2-[0-9]*
|
||||
CONFLICTS= sylpheed-claws-[0-9]* sylpheed-[0-9]*
|
||||
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2006/05/28 19:12:52 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2006/10/14 21:57:14 xtraeme Exp $
|
||||
bin/sylpheed
|
||||
share/examples/sylpheed/mime.types
|
||||
share/locale/bg/LC_MESSAGES/sylpheed.mo
|
||||
|
@ -85,6 +85,7 @@ share/sylpheed/manual/ja/sylpheed-19.html
|
|||
share/sylpheed/manual/ja/sylpheed-2.html
|
||||
share/sylpheed/manual/ja/sylpheed-20.html
|
||||
share/sylpheed/manual/ja/sylpheed-21.html
|
||||
share/sylpheed/manual/ja/sylpheed-22.html
|
||||
share/sylpheed/manual/ja/sylpheed-3.html
|
||||
share/sylpheed/manual/ja/sylpheed-4.html
|
||||
share/sylpheed/manual/ja/sylpheed-5.html
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.24 2006/02/06 18:05:53 xtraeme Exp $
|
||||
$NetBSD: distinfo,v 1.25 2006/10/14 21:57:14 xtraeme Exp $
|
||||
|
||||
SHA1 (sylpheed-2.2.0beta8.tar.bz2) = e85bca8da39d4d221da274fbd21d768fb227defe
|
||||
RMD160 (sylpheed-2.2.0beta8.tar.bz2) = 526dad7e201e32d7f4534da96aa2b14a4f0ac954
|
||||
Size (sylpheed-2.2.0beta8.tar.bz2) = 2500520 bytes
|
||||
SHA1 (sylpheed-2.3.0beta2.tar.bz2) = 0f3b427ebc59ced778e39c23cc016e3773baca96
|
||||
RMD160 (sylpheed-2.3.0beta2.tar.bz2) = 7cafe8d1fbb0fe4b8f3b2e7923b69c73ee02883d
|
||||
Size (sylpheed-2.3.0beta2.tar.bz2) = 2583550 bytes
|
||||
|
|
Loading…
Reference in a new issue