summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuong Nguyen <dnguyen>2008-05-29 23:47:13 +0000
committerDuong Nguyen <dnguyen>2008-05-29 23:47:13 +0000
commit55070515b3af73221a67cb71a53d74a6ec6b6389 (patch)
tree8c92b91a90409cf6a4f2e2f1ab154b3dffa5cd53
parent34504203f9c25685e2e17a0720837120dc7557fa (diff)
downloadeclipse.platform.swt-55070515b3af73221a67cb71a53d74a6ec6b6389.tar.gz
eclipse.platform.swt-55070515b3af73221a67cb71a53d74a6ec6b6389.tar.xz
eclipse.platform.swt-55070515b3af73221a67cb71a53d74a6ec6b6389.zip
v3447 for I20080530v3447
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak4
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/common/version.txt2
-rwxr-xr-xbundles/org.eclipse.swt/buildnotes_swt.html10
5 files changed, 15 insertions, 5 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java
index 52d6e5ddca..6555c19af4 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java
@@ -22,7 +22,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 446;
+ static int MINOR_VERSION = 447;
/**
* SWT revision number (must be >= 0)
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java
index 01623ad1b4..1373ff6b02 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java
@@ -24,7 +24,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 446;
+ static int MINOR_VERSION = 447;
/**
* SWT revision number (must be >= 0)
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak b/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak
index ff0987a951..0ea6ad7730 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak
@@ -10,5 +10,5 @@
#*******************************************************************************
maj_ver=3
-min_ver=446
-comma_ver=3,4,4,6
+min_ver=447
+comma_ver=3,4,4,7
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 63e00bb930..77a7aefb7e 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
@@ -1 +1 @@
-version 3.446 \ No newline at end of file
+version 3.447 \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index a0fe103d88..cbcd10c867 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,6 +11,16 @@
Eclipse Platform Build Notes<br>
SWT</h1>
+<h2> SWT Build 3.4 47 - Friday May 30, 2008</h2>
+<blockquote>
+36226 DCR - Improve Performance for Large Tables
+<br>223823 ControlExample: Select Listeners dialog opens behind menu bar
+<br>231958 TVT34:TCT236: KO: truncation of "Configure connection preference..."
+<br>234437 CCombo#setVisible() doesn't check if the popup shell is disposed
+<br>234732 WRAP break font fallback , DBCS does not show
+<br>234738 TextLayout font fallback improvement
+</blockquote>
+
<h2> SWT Build 3.4 46d - Thursday May 29, 2008</h2>
<blockquote>
233638 Extreme performance degradation in TextLayout.shape()