summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2003-11-18 01:30:40 +0000
committerFelipe Heidrich <fheidric>2003-11-18 01:30:40 +0000
commit0bd2d73bad65a57f8d100d549fa3a39b30167f1d (patch)
treeeb71ad1df423c83bddbe9a90c81464e8597166f5
parent3d65a10f1ade0a8ee589db24cd4b9975c2411813 (diff)
downloadeclipse.platform.swt-0bd2d73bad65a57f8d100d549fa3a39b30167f1d.tar.gz
eclipse.platform.swt-0bd2d73bad65a57f8d100d549fa3a39b30167f1d.tar.xz
eclipse.platform.swt-0bd2d73bad65a57f8d100d549fa3a39b30167f1d.zip
*** empty log message ***v3030
-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.html13
5 files changed, 18 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 81ea2e8e17..7cf9d3131b 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 = 29;
+ static int MINOR_VERSION = 30;
/**
* 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 27618d226c..51d8d2aa20 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 = 29;
+ static int MINOR_VERSION = 30;
/**
* 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 16b91113e4..bf4f794b2a 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,6 +10,6 @@
#*******************************************************************************
maj_ver=3
-min_ver=029
+min_ver=030
bld_num=0
-comma_ver=3,0,2,9
+comma_ver=3,0,3,0
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 5db84af74b..9193af8617 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.029
+version 3.030
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index d5f593689f..e97f3e1aa4 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -29,6 +29,19 @@ the receiver's text, or if <code>start</code> is greater than <code>end</code>.
<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
<blockquote>
+34128: classpath incomplete
+<br>46688: eclipse 3.0M4 left out a char symbol behind
+<br>46722: Crash on open of any java source
+<br>38981: Decorations.getMaximized() always returns false
+<br>46582: gtk setSelection(*) does not set focus properly
+<br>22010: GTK: Combo.setForeground() and Combo.setFont() dont change the drop-down list
+<br>46702: List.getFocusIndex() does not answer -1
+<br>46500: MessageBox.setMessage(null) has to be spec'd
+<br>45787: Panther: intitial Textfield contents only partially visible
+<br>46419: Text.getText(int,int) needs to spec behaviour for invalid range
+<br>42408: [browser] Javascript window.open() does not work in the Browser widget
+<br>23084: [StyledText Motif 2.0.1] Cursor disappears while moving by words (forwards/backwards)
+<br>36010: [View Mgmt] View menu "Move" and "Size" commands have no effect.
</blockquote>
<h2> SWT Build 3.0 029 - Tuesday November 11, 2003 </h2>