summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilly Biggs <bbiggs>2005-10-24 21:29:41 +0000
committerBilly Biggs <bbiggs>2005-10-24 21:29:41 +0000
commite108a36989c1b3c605d0a99a5d000284cdaf0838 (patch)
treea3256e677141c91a89ca530f0822edd0fef292a7
parent44de4d90761d97390b615c1ff34478d750cc19d6 (diff)
downloadeclipse.platform.swt-e108a36989c1b3c605d0a99a5d000284cdaf0838.tar.gz
eclipse.platform.swt-e108a36989c1b3c605d0a99a5d000284cdaf0838.tar.xz
eclipse.platform.swt-e108a36989c1b3c605d0a99a5d000284cdaf0838.zip
v3211v3211
-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.html29
5 files changed, 34 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 0ba71f4afe..a1a2e6b6ac 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 = 210;
+ static int MINOR_VERSION = 211;
/**
* 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 83a7aba11c..a2143a057f 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 = 210;
+ static int MINOR_VERSION = 211;
/**
* 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 92ceb770db..9028139e12 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=210
-comma_ver=3,2,1,0
+min_ver=211
+comma_ver=3,2,1,1
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 44162b1685..7469339374 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.210 \ No newline at end of file
+version 3.211 \ 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 82229854be..ba40ccb8c7 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,6 +11,35 @@
Eclipse Platform Build Notes<br>
SWT</h1>
+<h2> SWT Build 3.2 011 - Tuesday October 25th, 2005 </h2>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+34612 scroll problem in tree, table, and list
+<br>35909 Table HIDE_SELECTION behaviour not implemented
+<br>41466 Panther: Check and Radio ToolItems don't use correct look
+<br>51736 [JUnit] TreeItem test cases failing
+<br>68657 JUnit test fails for Image.setBackground
+<br>76804 Improve SWT performance over GTK window system
+<br>85539 [JUnit] GC.copyArea test cases failing
+<br>89687 computeSize(-1, -1) wrong for Text with SWT.Wrap.
+<br>91388 Tiger: 1 pixel line drawn over scrollbars
+<br>94370 SWT crashes with KERN_PROTECTION_FAILURE on mac
+<br>94629 Clipped text fields in project info page
+<br>96839 CCombo visible above neighbouring areas while scrolling ...
+<br>100035 Eclipse loses its dock icon when dock restarted
+<br>100696 Keyboard fails on MacOS X
+<br>102088 Text with CENTER has too much logical space
+<br>109215 Moveable table column and DND feedback clash on MacOS X
+<br>109951 Mac: Menu Highlight Cheese
+<br>109952 Mac: Menu Cleared After Shell Restored From Dock
+<br>111973 Default Dialog font on Mac OS X not good for DBCS languages
+<br>112116 Antialiasing causes incorrect drawing
+<br>112403 window dimensions are tiny
+<br>112994 auto hook up simple widget relations for screen readers
+<br>113100 Button size test failures in org.eclipse.ui.tests
+<br>113485 Don't flush X exposes for a SMOOTH Sash
+</blockquote>
+
<h2> SWT Build 3.2 010 - Tuesday October 18th, 2005 </h2>
<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
<blockquote>