summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Cornu <ccornu>2005-03-28 23:20:53 +0000
committerChristophe Cornu <ccornu>2005-03-28 23:20:53 +0000
commit38ec452391748057ba436b43e0afe7f8721add80 (patch)
tree73e3b50b0a5595cd1dd6d964540fcca7615b88be
parent4fb828e0f34a91384104004621e35c4c3568637d (diff)
downloadeclipse.platform.swt-38ec452391748057ba436b43e0afe7f8721add80.tar.gz
eclipse.platform.swt-38ec452391748057ba436b43e0afe7f8721add80.tar.xz
eclipse.platform.swt-38ec452391748057ba436b43e0afe7f8721add80.zip
v3128
-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.html22
5 files changed, 21 insertions, 11 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 35ac11ad7f..936be436de 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 = 127;
+ static int MINOR_VERSION = 128;
/**
* 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 00868035de..6ddd4aa719 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 = 127;
+ static int MINOR_VERSION = 128;
/**
* 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 4f0741dc6d..bb4f0547f7 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=127
-comma_ver=3,1,2,7
+min_ver=128
+comma_ver=3,1,2,8
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index dfe558c83d..b0ee53b3f9 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.127 \ No newline at end of file
+version 3.128 \ 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 ef217804ca..b79d7263c1 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -12,6 +12,16 @@
Eclipse Platform Build Notes<br>
SWT</h1>
+<h2> SWT Build 3.1 028 - Thursday March 29th, 2005 </h2>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+86079: Spinner should handle non-integer increments
+<br>87207: Content of first column in Tree with columns overflows past last column
+<br>89028: uneccessary casts
+<br>89156: Cairo bindings for SWT can not be compiled.
+<br>89163: GridData.verticalIndent does not work as expected
+</blockquote>
+
<h2> SWT Build 3.1 027c - Thursday March 24nd, 2005 </h2>
<h3><a NAME="New APIs"></a>New APIs</h3>
<p>New API has been added to Tree and TableTree</p>
@@ -24,12 +34,12 @@ int Tree.indexOf(TreeItem)
<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
<blockquote>
26625: Combo cursor and copy/paste are not working right
-<br>87554: Need bounding rectangle for a Path
-<br>87820: GC.drawString uses BG color for font when alpha value < 255
-<br>87824: GC setRegion and getRegion are not symmetric
-<br>88122: switch org.eclipse.swt plugin and fragments to new eclipse jar format
-<br>88409: Device.getFontList should have better performance
-<br>88582: Computed width of link widget is too large
+<br>87554: Need bounding rectangle for a Path
+<br>87820: GC.drawString uses BG color for font when alpha value < 255
+<br>87824: GC setRegion and getRegion are not symmetric
+<br>88122: switch org.eclipse.swt plugin and fragments to new eclipse jar format
+<br>88409: Device.getFontList should have better performance
+<br>88582: Computed width of link widget is too large
<br>82336: TreeView: setting gray gives free check mark
<br>83432: iFrame does not render border when in SWT Browser
<br>87534: TVT3.1 #33 - SWT Browser View cannot be found