summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Cornu <ccornu>2005-02-07 21:50:28 +0000
committerChristophe Cornu <ccornu>2005-02-07 21:50:28 +0000
commit07189d4e0dc321d7a67191afc9ffcca78baa583a (patch)
tree91f9359206d71ccd5d1cc2fcd5bbd27f1c3235c8
parentb6b265573946787e6f72560160d3b068bbd2b72b (diff)
downloadeclipse.platform.swt-07189d4e0dc321d7a67191afc9ffcca78baa583a.tar.gz
eclipse.platform.swt-07189d4e0dc321d7a67191afc9ffcca78baa583a.tar.xz
eclipse.platform.swt-07189d4e0dc321d7a67191afc9ffcca78baa583a.zip
v3122
-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.html19
5 files changed, 24 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 1c807510a5..fd90be8d24 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 = 121;
+ static int MINOR_VERSION = 122;
/**
* 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 6430518bcd..e6bc87d7b0 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 = 121;
+ static int MINOR_VERSION = 122;
/**
* 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 c29779b0e7..abe23ee8e5 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=121
-comma_ver=3,1,2,1
+min_ver=122
+comma_ver=3,1,2,2
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 3a47b667fa..5648767f33 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.121 \ No newline at end of file
+version 3.122 \ 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 e607b12e84..751f3404aa 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -12,6 +12,25 @@
Eclipse Platform Build Notes<br>
SWT</h1>
+<h2> SWT Build 3.1 022 - Tuesday February 8th, 2005 </h2>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+<br>80033: SWT Browser does not display https.
+<br>54973: [browser] Default WindowEvent to handle normal window open case - feature request
+<br>81463: [launcher] Launcher and Core issues regarding -showSplash
+<br>81969: [launcher] Launcher should be independent of startup.jar location
+<br>82739: EXCEPTION_ACCESS_VIOLATION hovering over check in table with SWT.CHECK style
+<br>83432: iFrame does not render border when in SWT Browser
+<br>83819: JPopupMenu doesn't work correcty in a SWT composite
+<br>83978: CLabel with style SWT.CENTER kills tabbing
+<br>84085: XP style not support with Button with SWT.ARROW
+<br>84201: Label text doesn't wrap correctly
+<br>84383: [browser] can't navigate to eclipse bugzilla
+<br>84404: Disabled button stops events
+<br>84581: Check button size does not change when right aligned
+<br>84600: resizing TreeColumn leaves cheese
+</blockquote>
+
<h2> SWT Build 3.1 021 - Tuesday February 1st, 2005 </h2>
<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
<blockquote>