diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-09-28 06:16:56 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-09-28 06:16:56 +0000 |
commit | db90629e187e654b6e3f27ed3b0adfb4323b58ff (patch) | |
tree | d2f86531d1756c067949a24aa79b96e69e7191e0 | |
parent | 6e9d44b63f4144c0f4793224f980af45a8a0d8c5 (diff) |
updated NEWS.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1201 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r-- | NEWS | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -5,11 +5,23 @@ Changes of Sylpheed * 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 left click on the tray icon now only brings the main window in front. * 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. Many issues were fixed by that. + 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. * 2.2.9 (stable) |