summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilly Biggs <bbiggs>2005-11-21 23:23:16 +0000
committerBilly Biggs <bbiggs>2005-11-21 23:23:16 +0000
commita5bb313172a7021b56ab3b8c49c41ccc16042cc6 (patch)
treecc56380e676b78443cba19228c2caa8e313fbf6c
parenta603af48c5de4d91670d3635c992ecb5d56880fd (diff)
downloadeclipse.platform.swt-a5bb313172a7021b56ab3b8c49c41ccc16042cc6.tar.gz
eclipse.platform.swt-a5bb313172a7021b56ab3b8c49c41ccc16042cc6.tar.xz
eclipse.platform.swt-a5bb313172a7021b56ab3b8c49c41ccc16042cc6.zip
v3215
-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.html21
5 files changed, 26 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 7589de9b0a..258930fd13 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 = 214;
+ static int MINOR_VERSION = 215;
/**
* 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 1448c94745..babbbe52b2 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
@@ -22,7 +22,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 214;
+ static int MINOR_VERSION = 215;
/**
* 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 6f511fca31..f286ffd5f2 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=214
-comma_ver=3,2,1,4
+min_ver=215
+comma_ver=3,2,1,5
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 6a60bef461..6992397d50 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.214 \ No newline at end of file
+version 3.215 \ 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 43791cfdf7..c0dc604892 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,6 +11,27 @@
Eclipse Platform Build Notes<br>
SWT</h1>
+<h2> SWT Build 3.2 014a - Tuesday November 22nd, 2005 </h2>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+93017 Tiger: Starting Eclipse with Spotlight freezes UI Manager.
+<br>103311 [build] mozilla and cairo swt libs are not built during e...
+<br>104284 GTK warnings when setting item count on VIRTUAL Table bef...
+<br>107720 [build] Request to replace ${ws}, ${os} and ${arch} in fr...
+<br>113005 Table Header stays depressed.
+<br>116110 FileDialog hangs SWT Application
+<br>116350 Transform not being set properly on Linux-GTK
+<br>116683 Home key doesn't scroll window
+<br>116688 editor cheese after code completion
+<br>116720 GLCanvas doesn't set hint for merging mouse motion events
+<br>116845 Ctrl+End in StyledText does not scroll down enough to rev...
+<br>116855 StyledText with WRAP and special text draws cheese on Arr...
+<br>116938 VIRTUAL Tree hangs
+<br>117125 Tree with columns shows horizontal scroll bar when it sho...
+<br>117174 Mouse event coordinates broken on Linux-GTK
+<br>117195 Regression: Shell ignores first mouse-click after dialog ...
+</blockquote>
+
<h2> SWT Build 3.2 014a - Tuesday November 15th, 2005 </h2>
<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
<blockquote>