summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes <krbarnes>2009-01-23 23:26:07 +0000
committerKevin Barnes <krbarnes>2009-01-23 23:26:07 +0000
commit51e32de9d3da8fd0b5f992926ce010f0bfaddaa8 (patch)
treedcc12a7af04bbf0965821d08e821b82bc8f54dc0
parent7cb74b17c5538a05abb2fece279d4b296246bfb1 (diff)
downloadeclipse.platform.swt-51e32de9d3da8fd0b5f992926ce010f0bfaddaa8.tar.gz
eclipse.platform.swt-51e32de9d3da8fd0b5f992926ce010f0bfaddaa8.tar.xz
eclipse.platform.swt-51e32de9d3da8fd0b5f992926ce010f0bfaddaa8.zip
v3528 for I20090125
-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
-rwxr-xr-xbundles/org.eclipse.swt/buildnotes_swt.html21
3 files changed, 23 insertions, 2 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 d8e6fe9ba5..38e2869bec 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 = 527;
+ static int MINOR_VERSION = 528;
/**
* 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 4e12deaa2c..b43742cbdd 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
@@ -24,7 +24,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 527;
+ static int MINOR_VERSION = 528;
/**
* SWT revision number (must be >= 0)
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index e4541b92cd..f8a3e2a3f4 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,6 +11,27 @@
Eclipse Platform Build Notes<br>
SWT</h1>
+
+<h2> SWT Build 3.5 28 - Tuesday January 25, 2009</h2>
+<blockquote>
+86569 [Clipboard] Support x-special/gnome-copied-files
+<br>153432 [KeyBindings] Unicode keyboards on Mac OSX produce wrong keys when used with modifiers
+<br>160870 [Contributions] ToolItem.setWidth fails when ToolItem on ViewPart toolbar
+<br>248155 Cursor is wrong over title bar of dialog
+<br>250443 Content assist shells should not have title bar
+<br>251021 MacOSX-cocoa swt crash importing a folder containing ~800 Java files
+<br>257278 Ctrl-Shift-R does not update correctly on Mac Carbon
+<br>258110 wrapping Link is clipped on Help preference page
+<br>258675 [Viewers] Arithmetic exception when typing show types dialog
+<br>260370 Allow to show magnifier icon for Text with SWT.SEARCH
+<br>261219 text inner border can be wrong on gtk 2.10
+<br>261230 computeSize not right for SWT.SEARCH Text
+<br>261576 [mac] Mylyn notifications create an empty ghost shell under Cocoa port
+<br>261699 version of org.eclipse.swt.motif.hpux.PA_RISC in maintenance stream is lower than the one in 3.4
+<br>261854 adding/removing TreeItems can be very slow
+<br>262230 debug hover comes up blank
+</blockquote>
+
<h2> SWT Build 3.5 27 - Tuesday January 20, 2009</h2>
<blockquote>
244597 Cannot activate shell programatically on gtk