summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Cornu <ccornu>2004-12-13 19:31:59 +0000
committerChristophe Cornu <ccornu>2004-12-13 19:31:59 +0000
commit90cf8d51e686392c51872cf50d03bded17379606 (patch)
treed4638151f617e28e6e1cacd4d305a161e7f13d47
parent99b29e574c3edadef8e217baa099f2d4aa1af1d6 (diff)
downloadeclipse.platform.swt-90cf8d51e686392c51872cf50d03bded17379606.tar.gz
eclipse.platform.swt-90cf8d51e686392c51872cf50d03bded17379606.tar.xz
eclipse.platform.swt-90cf8d51e686392c51872cf50d03bded17379606.zip
v3116
-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.html17
5 files changed, 21 insertions, 6 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 2ac150eb5d..750a3fa779 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
@@ -23,7 +23,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 115;
+ static int MINOR_VERSION = 116;
/**
* 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 0ac3fb91a1..8e1e49bdba 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
@@ -23,7 +23,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 115;
+ static int MINOR_VERSION = 116;
/**
* 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 3063e18266..51881d39d5 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=115
-comma_ver=3,1,1,5
+min_ver=116
+comma_ver=3,1,1,6
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 5da3430792..61c058d5f6 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.115 \ No newline at end of file
+version 3.116 \ 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 830457258d..5dbe8c84e7 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -12,10 +12,25 @@
Eclipse Platform Build Notes<br>
SWT</h1>
+<h2> SWT Build 3.1 016 - Tuesday December 14th, 2004 </h2>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+12379: CoolBar does not behave properly with Combo as item
+<br>69694: linux-ia64-gtk platform launcher crashes immediately
+<br>70318: Support for multiple lines in CLabel
+<br>74138: Duplicate DLLs in win32 fragment
+<br>76855: [RCP] launcher should read an ini file
+<br>79128: SWT 3.1 does not work on ppc64
+<br>79504: shell not opened if previous shell was disposed when active
+<br>80160: Regression: Pressing Return/Esc does not close drop down list of editable combo
+<br>80485: get a java.lang.UnsatisfiedLinkError at launch
+<br>80506: [consistency] forceActive and setActive are inconsistent across platforms
+</blockquote>
+
<h2> SWT Build 3.1 015 - Tuesday December 7th, 2004 </h2>
<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
<blockquote>
-<br>7101: DCR ability to receive scroll events (e.g. scrollwheel) from Scrollable
+7101: DCR ability to receive scroll events (e.g. scrollwheel) from Scrollable
<br>24538: TabItem controls should use the TabFolder to paint their background when using XP visual styles.
<br>68212: Mac - can't drag from SWT application to another application
<br>79527: org.eclipse.swt.gtk* build.xml gather.bin.parts target needs to collect libraries from archictecture specific directories to support source builds