Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.html20
5 files changed, 25 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 f2a89c29f3..29ea7450d7 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 = 218;
+ static int MINOR_VERSION = 219;
/**
* 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 dea1882bee..c9341e55e3 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 = 218;
+ static int MINOR_VERSION = 219;
/**
* 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 0a51f97b7f..6d0aa53142 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=218
-comma_ver=3,2,1,8
+min_ver=219
+comma_ver=3,2,1,9
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 244b0e2d64..1d45e94b08 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.218 \ No newline at end of file
+version 3.219 \ 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 860c9333f2..9a2573a327 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,6 +11,26 @@
Eclipse Platform Build Notes<br>
SWT</h1>
+<h2> SWT Build 3.2 019 - Tuesday January 10, 2006 </h2>
+<blockquote>
+49267 First characters in Text initially not displayed
+<br>118670 Make StyledText.getLinePixel(int)/getLineIndex(int) publi...
+<br>118796 DirectoryDialog.open does not return choosen directory
+<br>119207 TableItem errors after/during dispose
+<br>120524 drawRoundRectangle draw bad round corner of rectangle.
+<br>120573 [implementation] IllegalArgumentException in StyledText
+<br>120914 Warnings suppressed from GtkFileChooser creation
+<br>120954 Background of Control with SWT.INHERIT_FORCE doesn't show...
+<br>120980 Regression: Image on disabled button no longer greyed out
+<br>121507 font leading (line spacing) excessive for small fonts
+<br>121729 in SWT, javadoc for Table.getColumns does document order
+<br>121741 Disposing a StyledText disposes its menu?
+<br>121890 Canvas and mouseMoveListener and MacOS
+<br>121903 OS.AlphaBlend causes "bddraw" stdout spew
+<br>122433 Exception in ImagesList
+<br>122736 StyledText - ArrayIndexOutOfBoundsException
+</blockquote>
+
<h2> SWT Build 3.2 018f - Wednesday December 14th, 2005 </h2>
<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
<blockquote>

Back to the top