summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Cornu <ccornu>2004-11-29 21:50:45 +0000
committerChristophe Cornu <ccornu>2004-11-29 21:50:45 +0000
commita6a6797545eb80ceb4aa7c20378686965378c7fd (patch)
treefb9d18ea86785649486f84a3ab92e09ad96cb78c
parent65e5e2c33e50e9bee0589520dbf69196862f45c4 (diff)
downloadeclipse.platform.swt-3114.tar.gz
eclipse.platform.swt-3114.tar.xz
eclipse.platform.swt-3114.zip
v3114v3114
-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.html44
5 files changed, 45 insertions, 9 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 af20199b02..e54609c72a 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 = 113;
+ static int MINOR_VERSION = 114;
/**
* 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 82732dab02..03866972f0 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 = 113;
+ static int MINOR_VERSION = 114;
/**
* 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 2b05c2c16b..c2a2351135 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=113
-comma_ver=3,1,1,3
+min_ver=114
+comma_ver=3,1,1,4
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index fd38bd58b0..03262c1346 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.113 \ No newline at end of file
+version 3.114 \ 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 4e4ef65334..8a40c2c753 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -12,6 +12,42 @@
Eclipse Platform Build Notes<br>
SWT</h1>
+<h2> SWT Build 3.1 014 - Tuesday November 29th, 2004 </h2>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+16971: LayoutExample not big enough
+<br>20018: CCombo missing keyboard access
+<br>26859: [consistency] Ensure Button.setImage(null) is consistent across all platforms
+<br>26878: Eclipse doesn't interact with X's "Selection Clipboard"
+<br>44217: Calling Clipboard on Motif no longer accepts key/mouse events
+<br>49057: Inconsistency in layout handling during shell.setVisible
+<br>63481: Clipboard getAvailableTypes runs the event loop on Motif
+<br>65406: [consistency] Clipboard inconsistencies across platforms
+<br>65545: DND can hang desktop
+<br>65547: [consistency]DND inconsistencies
+<br>69304: EC: disappearing table column headers
+<br>72033: [browser] support AMD64 (early access)
+<br>73965: [Layouts] add marginLeft, marginRight, marginTop and marginBottom to GridLayout
+<br>78548: [consistency] Button Selection fires before MouseUp
+<br>78558: [consistency] Slider fires two selection events on single click
+<br>78559: [consistency] Slider fires two Selection events before MouseDown
+<br>78564: [consistency] TabFolder tab traversals do not fill in detail field
+<br>78565: [consistency] TabFolder fires two MenuDetect events
+<br>78566: [consistency] Table fires two DefaultSelection events
+<br>78568: [consistency] Table fires DefaultSelection before KeyDown
+<br>79107: [consistency] setItems(String[]) with null elements
+<br>79186: [consistency] pressing Enter on Button fires MouseUp on win32 only
+<br>79191: [consistency] Button KeyUp-Selection differences
+<br>79210: [consistency] Combo does not fire some KeyDowns
+<br>79215: [consistency] ProgressBar does not fire some mouse events
+<br>79221: [consistency] TabFolder does not fire some KeyDowns
+<br>79228: Solaris 8 crash
+<br>79237: [consistency] Text does not fire MenuDetect
+<br>79423: [consistency] TabFolder fires Selection for all mnemonics
+<br>79481: Sash no longer draggable when too small
+
+</blockquote>
+
<h2> SWT Build 3.1 013 - Tuesday November 23rd, 2004 </h2>
<h3><a NAME="New APIs"></a>New APIs</h3>
<blockquote>
@@ -1075,7 +1111,7 @@ on the Downloads page for 3.0M8 after March 26th, 2004.
<br>53045: no more handles!
<br>53057: Browser widget and display of special chars
<br>53141: JVM crash at eclipse exit
-<br>53221: [SWT Examples] �Save As�? Dialog of Image Analyzer does not provide the correct file path
+<br>53221: [SWT Examples] �Save As�? Dialog of Image Analyzer does not provide the correct file path
<br>53236: Setting font/color on an item when there is no change should not redraw
<br>53361: [EditorMgmt] New look: editor close button (x) does nothing sometimes
<br>53388: [64] Crash in g_signal_lookup
@@ -1437,7 +1473,7 @@ set to the control-relative x and y coordinates of the drag start
<br>45997: [browser] support and require Mozilla 1.5
<br>46147: [browser] SWT accelerators get overriden by IE
<br>44919: [KeyBindings] dialog keyboard shortcuts gone
-<br>45362: [KeyBindings] French Keyboard issue with 0 key (SHIFT + �?)
+<br>45362: [KeyBindings] French Keyboard issue with 0 key (SHIFT + ï¿??)
<br>37740: [KeyBindings] Text tool item on the Viewpart Title takes menu's accelerator key
</blockquote>
@@ -3014,7 +3050,7 @@ in an SWT Exception of ERROR_THREAD_INVALID_ACCESS.
<br>20144: Enter key not working in packages view
<br>21179: Step filter in-place text editor invisible
<br>21243: Scroll lock inserts a character during incremental search on GTK
-<br>21338: Accents and �? don't work in editor using gtk
+<br>21338: Accents and ï¿?? don't work in editor using gtk
<br>21472: keyPressed event ignored by org.eclipse.swt.widgets.Text for ENTER key
<br>21696: StyledText - RTF transfer codepage encoding
<br>21698: StyledText - RTF writer performance improvement
@@ -3955,7 +3991,7 @@ It is primarily for the use of custom control implementors.
<br>4724: GP - Fatal app error - renaming resource on linux (1GF7TXO)
<br>4736: Fix printing (1GFW2CW)
<br>4817: Need JavaDoc comments for SWT Photon (1GJLEU0)
-<br>6835: Characters ���? and �? doesn't work in Java editor on Swedish
+<br>6835: Characters ���? and �? doesn't work in Java editor on Swedish
<br>8255: Closing paint viewer causes internal error
<br>8410: Black color become transparent in ToolBar images
<br>8503: StyledText - cheese if resize in word wrap tries to keep partial top line